@charset "UTF-8";
@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/quicksand/quicksand-Light.ttf");
}

@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand/quicksand-Regular.ttf");
}

@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand/quicksand-Medium.ttf");
}

@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quicksand/quicksand-SemiBold.ttf");
}

@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand/quicksand-Bold.ttf");
}

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/kanit/kanit-Light.ttf");
}

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kanit/kanit-Regular.ttf");
}

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/kanit/kanit-Medium.ttf");
}

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/kanit/kanit-SemiBold.ttf");
}

.font-kanit {
  font-family: "kanit" !important;
}

.fw-medium {
  font-weight: 500;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/icon/fontello.eot?97561289");
  src: url("../fonts/icon/fontello.eot?97561289#iefix")
      format("embedded-opentype"),
    url("../fonts/icon/fontello.woff2?97561289") format("woff2"),
    url("../fonts/icon/fontello.woff?97561289") format("woff"),
    url("../fonts/icon/fontello.ttf?97561289") format("truetype"),
    url("../fonts/icon/fontello.svg?97561289#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?80496129#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before {
  content: "\e800";
}

/* '' */
.icon-map:before {
  content: "\e801";
}

/* '' */
.icon-mail:before {
  content: "\e802";
}

/* '' */
.icon-right:before {
  content: "\e803";
}

/* '' */
.icon-search:before {
  content: "\e804";
}

/* '' */
.icon-product:before {
  content: "\e805";
}

/* '' */
.icon-dimension:before {
  content: "\e806";
}

/* '' */
.icon-application:before {
  content: "\e807";
}

/* '' */
.icon-corner:before {
  content: "\e808";
}

/* '' */
.icon-home:before {
  content: "\e809";
}

/* '' */
.icon-arrow-down:before {
  content: "\e80a";
}

/* '' */
.icon-location:before {
  content: "\e80b";
}

/* '' */
.icon-down:before {
  content: "\e80c";
}

/* '' */
.icon-top:before {
  content: "\e80d";
}

/* '' */
.icon-clock:before {
  content: "\e80e";
}

/* '' */
.icon-line:before {
  content: "\e80f";
}

/* '' */
.icon-smartphone:before {
  content: "\e810";
}

/* '' */
.icon-fax:before {
  content: "\e811";
}

/* '' */
.icon-left:before {
  content: "\e813";
}

/* '' */
.icon-download:before {
  content: "\e814";
}

/* '' */
.icon-catalog:before {
  content: "\e815";
}

/* '' */
.icon-view:before {
  content: "\e816";
}

/* '' */
.icon-share-fb:before {
  content: "\e817";
}

/* '' */
.icon-share-tw:before {
  content: "\e818";
}

/* '' */
.icon-share-line:before {
  content: "\e819";
}

/* '' */
.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f30c";
}

/* '' */
.letter-none {
  letter-spacing: 0;
}

.letter-sm {
  letter-spacing: 0.1em;
}

.letter-md {
  letter-spacing: 0.2em;
}

.fs-normal {
  font-size: 1rem;
}

.fs-32 {
  font-size: calc(1.5rem + 0.6vw);
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 2rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.3;
}

html {
  scroll-behavior: smooth;
}

html:lang(en) body {
  letter-spacing: 0.1em;
}
html:lang(th) * {
  letter-spacing: 0px !important;
}
html:lang(ar) * {
  letter-spacing: 0px !important;
}

body {
  position: relative;
  font-family: "quicksand";
  overflow-x: hidden;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--bs-primary);
  padding: 0;
}

.section {
  padding: 3rem 0 4rem;
}
@media (min-width: 1200px) {
  .section {
    padding: 5rem 0;
  }
}

a.hover-underline:hover {
  text-decoration: underline !important;
}

.text-black {
  color: #202a44 !important;
}

.tab-search .nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  background-color: var(--bs-secondary);
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  overflow: hidden;
}
.tab-search .nav-tabs .nav-link {
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  width: calc((100% - 33%) / 3);
  border-radius: 0;
  font-size: 1.125rem;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .tab-search .nav-tabs .nav-link {
    font-size: 0.75rem;
    padding: 1.25rem 0;
  }
}
@media (min-width: 992px) {
  .tab-search .nav-tabs .nav-link {
    font-size: 1rem;
  }
}
.tab-search .nav-tabs .nav-link i {
  color: #fff;
  font-size: 1.5rem;
  display: block;
}
@media (min-width: 768px) {
  .tab-search .nav-tabs .nav-link i {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .tab-search .nav-tabs .nav-link i {
    font-size: 1.25rem;
    width: auto;
    margin-bottom: 0;
    display: inline-block;
  }
}
.tab-search .nav-tabs .nav-link:first-child {
  width: 33%;
}
.tab-search .nav-tabs .nav-link:last-child::after {
  display: none;
}
.tab-search .nav-tabs .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 70%;
  right: 0;
  background-color: #d5d7db;
}
.tab-search .nav-tabs .nav-link i {
  margin-right: 0.75rem;
}
.tab-search .nav-tabs .nav-link.active {
  background-color: var(--bs-primary);
  color: #fff;
  box-shadow: 4px 0px 4px 0px #00000026;
}
.tab-search .nav-tabs .nav-link.active:after {
  display: none;
}
.tab-search
  .nav-tabs:has(.nav-link:nth-child(2).active)
  .nav-link:first-child::after {
  display: none;
}
.tab-search
  .nav-tabs:has(.nav-link:nth-child(3).active)
  .nav-link:nth-child(2)::after {
  display: none;
}
.tab-search
  .nav-tabs:has(.nav-link:last-child.active)
  .nav-link:nth-child(3)::after {
  display: none;
}

.tab-search .tab-content {
  background-color: var(--bs-primary);
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.tab-search .tab-content .tab-pane {
  padding: 2rem 2rem 4rem;
}
@media (min-width: 1200px) {
  .tab-search .tab-content .tab-pane {
    max-width: 90%;
    margin: 0 auto;
  }
}
.tab-search .tab-content .tab-pane .form-search {
  position: relative;
}
.tab-search .tab-content .tab-pane .form-search input {
  height: 3rem;
  padding-right: 6rem;
  text-align: center;
  color: #202a44;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.tab-search .tab-content .tab-pane .form-search button {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  font-weight: 700;
  height: 2.625rem;
  letter-spacing: 1px;
  background-color: var(--bs-primary);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .tab-search .tab-content .tab-pane .form-search button {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .tab-search .tab-content .tab-pane .form-number {
    max-width: 12.5rem;
  }
}
.tab-search .tab-content .tab-pane .form-group label {
  position: relative;
  display: flex;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}
.tab-search .tab-content .tab-pane .form-group label:after {
  content: ":";
  display: block;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .tab-search .tab-content .tab-pane .form-group label {
    text-align: right;
    display: block;
    margin-bottom: 0;
  }
  .tab-search .tab-content .tab-pane .form-group label:after {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.tab-search .tab-content .tab-pane .table-wrapper {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 768px) {
  .tab-search .tab-content .tab-pane .table-wrapper {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.tab-search .tab-content .tab-pane .table-wrapper--home .table thead td {
  padding: 0.75rem 0;
  font-size: 0.7rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tab-search .tab-content .tab-pane .table-wrapper--home .table thead td {
    font-size: 1rem;
  }
}

.tab-search--home {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .tab-search--home {
    margin-top: -4rem;
  }
}

.btn-default {
  font-weight: 600;
  padding: 0.75rem 2rem;
}

.btn-default2 {
  font-weight: 600;
  padding: 0.55rem 2rem;
}

.btn-readmore {
  transition: all 0.5s;
}
.btn-readmore span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn-readmore span:after {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-readmore:hover {
  background-color: #636c7a !important;
}
.btn-readmore:hover span {
  padding-right: 25px;
}
.btn-readmore:hover span:after {
  opacity: 1;
  right: 0;
}

.border-bottom-line {
  border-bottom-width: 4px !important;
}

.bootstrap-select {
  width: auto !important;
}
.bootstrap-select .dropdown-toggle {
  border: 1px solid #ececec;
  border-radius: 4px;
  color: var(--bs-secondary);
  font-size: 1rem;
  padding: 0.25rem 1rem;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:after {
  content: "\e80a";
  font-family: "fontello";
  border: 0;
  font-size: 0.35rem;
  margin-left: 0.75rem;
  margin-top: 2px;
  color: #d5d7db;
}

.dropdown--style1 {
  width: 100% !important;
}
.dropdown--style1 .dropdown-toggle {
  background-color: #fff;
  padding: 0.75rem 1rem;
  color: #202a44;
  font-weight: 600;
}
.dropdown--style1 .dropdown-toggle:after {
  font-size: 0.4rem;
}
.dropdown--style1 .dropdown-menu li a {
  padding: 0.6rem 1rem;
}
.dropdown--style1 .dropdown-menu li a.active {
  background-color: var(--bs-primary);
}

.table {
  color: var(--bs-secondary);
  background-color: #f5f5f5;
  border-top: 4px solid var(--bs-primary);
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
}
.table td {
  padding: 0.75rem;
  min-width: 160px;
}
.table td a {
  text-decoration: none;
}
.table td a:hover {
  text-decoration: underline;
}
.table thead {
  background-color: #d5d7db;
}
.table tbody tr:nth-of-type(odd) > * {
  color: var(--bs-secondary);
}
.table-fixed {
  table-layout: fixed;
}
.table-fixed td {
  min-width: auto;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .table-fixed td {
    font-size: 1rem;
  }
}

.nav-menu {
  display: flex;
  overflow-x: auto;
  list-style-type: none;
  padding: 0 1rem 1rem 1.5rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .nav-menu {
    justify-content: center;
  }
}
.nav-menu li {
  border-radius: 0.625rem;
  background-color: #f5f7fe;
  padding: 0.5rem 1.25rem;
}
.nav-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media (min-width: 1200px) {
  .nav-menu li a {
    font-size: 1rem;
  }
}
.nav-menu li.active,
.nav-menu li:hover {
  background-color: var(--bs-primary) !important;
}
.nav-menu li.active a,
.nav-menu li:hover a {
  color: #fff;
}
.nav-menu li:not(:last-child) {
  margin-right: 1rem;
}
.nav-menu--download {
  display: block;
  overflow-x: hidden;
  white-space: unset;
}
.nav-menu--download li {
  padding: 0.75rem 1.25rem;
  margin-right: 0 !important;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-menu--download li {
    margin-right: 1rem !important;
    padding: 0.5rem 1.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nav-menu--download {
    display: flex;
  }
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.download-item .bg-light-blue {
  background-color: #f5f7fe !important;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
}

.download-item .title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 1200px) {
  .download-item {
    width: 20%;
  }
  .download-item .title {
    font-size: 1.125rem;
  }
}

.download-item a {
  text-decoration: none;
}

.download-item:hover {
  text-decoration: underline;
}
.download-item:hover .bg-light-blue {
  background-color: rgba(225, 233, 252, 0.8) !important;
}

.highlight-container {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .highlight-container {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .highlight-container * {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .highlight-container {
    padding: 2rem 0;
  }
}

.highlight-slide {
  pointer-events: none;
}
.highlight-slide .splide__slide {
  position: relative;
}
.highlight-slide .splide__slide .detail {
  display: none;
}
.highlight-slide .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.highlight-slide .splide__slide:after {
  content: "";
  display: block;
  padding-top: 62.5%;
}
@media (min-width: 768px) {
  .highlight-slide .splide__slide:after {
    padding-top: 55%;
  }
}
@media (min-width: 992px) {
  .highlight-slide .splide__slide:after {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .highlight-slide {
    position: absolute;
    left: 0;
    width: 60%;
    top: 0;
    height: 100%;
  }
  .highlight-slide .splide__track {
    height: 100%;
  }
}

.highlight-detail {
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 6px 6px 5px 0px #0000004d;
}
.highlight-detail-content h3 {
  font-weight: 600;
}
.highlight-detail-content .date {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 1rem 0;
  color: #ececec;
}
.highlight-detail-content p {
  color: #ececec;
  font-weight: 500;
}
.highlight-detail-arrow .btn {
  font-size: 1.5rem;
  border: 0 !important;
}
@media (min-width: 768px) {
  .highlight-detail-arrow .btn {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .highlight-detail-arrow {
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .highlight-detail {
    padding-top: 3rem;
    padding-left: calc((100% - (720px - 1.5rem)) / 2);
    padding-right: calc((100% - (720px - 1.5rem)) / 2);
  }
}
@media (min-width: 992px) {
  .highlight-detail {
    padding: 3rem 3rem 2rem;
    position: relative;
    z-index: 3;
  }
}

.share-icon {
  font-size: 2.25rem;
  color: var(--bs-grey);
}
.share-icon:hover.icon-share-fb {
  color: #4267b3;
}
.share-icon:hover.icon-share-tw {
  color: #1da1f2;
}
.share-icon:hover.icon-share-line {
  color: #41c107;
}

@media (min-width: 1200px) {
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
}

.zindex-2 {
  z-index: 2;
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.main-slider {
  box-shadow: 0px 2px 3px 2px #00000029;
  border-top: 5px solid var(--bs-primary);
}
.main-slider .splide__track {
  padding: 1rem 0.5rem !important;
}
.main-slider .splide__track .splide__slide .bg-white {
  position: relative;
}
.main-slider .splide__track .splide__slide .bg-white img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-slider .splide__track .splide__slide .bg-white:after {
  content: "";
  padding-top: 90%;
  display: block;
}

.thumbnail-slider .splide__track {
  padding: 1rem 0.1rem !important;
}
.thumbnail-slider .splide__track .splide__slide {
  border-radius: 0.5rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 2px 3px 2px #00000029;
}
.thumbnail-slider .splide__track .splide__slide img {
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.thumbnail-slider .splide__track .splide__slide:after {
  content: "";
  padding-top: 80%;
  display: block;
}
.thumbnail-slider .splide__track .splide__slide.is-active {
  border: 1px solid var(--bs-primary);
}

i.icon-right::before,
i.icon-left::before {
  margin-right: 0 !important;
}

.header-logo .logo {
  padding-right: 1.125rem;
  width: 200px;
}
@media (min-width: 768px) {
  .header-logo .logo {
    width: 220px;
    border-right: 2px solid rgba(124, 133, 148, 0.25);
  }
}
@media (min-width: 1200px) {
  .header-logo .logo {
    width: 240px;
  }
}

.header-logo-name {
  line-height: 1.1;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .header-logo-name {
    font-size: 1.25rem;
  }
}

.header .language {
  display: flex;
  align-items: center;
}
.header .language-item img {
  border-radius: 50%;
  border: 2px solid var(--bs-secondary);
  filter: grayscale(100%);
  opacity: 0.6;
  width: 30px;
}
@media (min-width: 1200px) {
  .header .language-item img {
    width: 33px;
  }
}
.header .language-item.active img {
  filter: grayscale(0);
  opacity: 1;
}

.header .hamburger {
  height: 21px;
}
.header .hamburger:before,
.header .hamburger:after,
.header .hamburger span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: var(--bs-primary);
  border-radius: 3px;
}
.header .hamburger:before {
  content: "";
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.header .hamburger span {
  transition: transform 0.2s ease-in-out;
}
.header .hamburger:after {
  content: "";
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.header .hamburger.active:before {
  transform: rotate(45deg);
}
.header .hamburger.active span {
  display: none;
}
.header .hamburger.active:after {
  transform: rotate(-45deg);
}

.header .menu-bg {
  box-shadow: 0px 4px 3px 0px #0000001a;
}

.header .menu-desktop {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}
.header .menu-desktop .menu-item {
  padding: 0.85rem 0;
  position: relative;
}
.header .menu-desktop .menu-item a {
  color: var(--bs-grey);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase;
}
.header .menu-desktop .menu-item a:hover {
  color: #fff;
}
.header .menu-desktop .menu-item a .icon-arrow-down {
  padding-left: 5px;
  font-size: 0.55rem;
}
.header .menu-desktop .menu-item .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  white-space: nowrap;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  top: 100%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  transition: 0.3s;
  list-style-type: none;
  background-color: var(--bs-primary);
  padding-left: 0;
  min-width: 220px;
}
.header .menu-desktop .menu-item .sub-menu .menu-item {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header .menu-desktop .menu-item .sub-menu .menu-item:before {
  display: none;
}
.header .menu-desktop .menu-item .sub-menu .menu-item a {
  padding: 1rem;
  font-size: 1rem;
}
.header .menu-desktop .menu-item .sub-menu .menu-item a:hover {
  background-color: #04194e;
}
.header .menu-desktop .menu-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffff;
  left: 0;
  bottom: 0;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: right;
}
.header .menu-desktop .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
  z-index: 3;
}
.header .menu-desktop .menu-item:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.header .menu-desktop .menu-item.active a {
  color: #fff;
}
.header .menu-desktop .menu-item.active:before {
  transform: scaleX(1);
  transform-origin: left;
}

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  .header.fixed > .container {
    display: none;
  }
}

.footer {
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--bs-grey);
  font-weight: 500;
  letter-spacing: 0.5px;
  border-top: 5px solid var(--bs-primary);
}
.footer-logo {
  width: 205px;
  max-width: 100%;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover,
.footer a.active {
  color: #fff;
}
.footer .contact-item {
  display: grid;
  grid-template-columns: 40px auto;
  margin-bottom: 0.75rem;
}
.footer .contact-item .text {
  font-size: 1rem;
}
.footer .contact-item i {
  font-size: 1.25rem;
}
.footer ul li a {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--bs-grey);
}
.footer .quick-search {
  background-color: rgba(255, 255, 255, 0.65);
}
.footer .quick-search ul {
  list-style-type: none;
  padding-left: 0;
}
.footer .quick-search ul li {
  margin-bottom: 1.5rem;
}
.footer .quick-search ul li a {
  color: #fff;
  font-size: 1.25rem;
  transition: all 0.3s;
  text-wrap: nowrap;
}
.footer .quick-search ul li a:hover {
  margin-left: 1.5rem;
  transition: all 0.3s;
}
.footer .quick-search ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer .quick-search {
    background-color: transparent;
  }
  .footer .quick-search ul {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 2rem;
    height: 100%;
  }
}
.footer .social {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-top: 3rem;
}
.footer .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 1rem;
}
.footer .social-item i {
  font-size: 1.5rem;
}
.footer .social-item--facebook:hover i {
  color: #4267b3;
}
.footer .social-item--line:hover i {
  color: #41c107;
}
.footer .social-item--twitter:hover i {
  color: #1da1f2;
}
@media screen and (max-width: 539px) {
  .footer .container {
    padding: 0;
    max-width: 100%;
  }
  .footer .container .row {
    margin: 0;
  }
  .footer .container .row > * {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .footer .container {
    padding: 0;
    max-width: 100%;
  }
  .footer .container .row {
    margin: 0;
  }
  .footer .container .row > * {
    padding-left: calc((100% - (540px - var(--bs-gutter-x))) / 2);
    padding-right: calc((100% - (540px - var(--bs-gutter-x))) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .container {
    padding: 0;
    max-width: 100%;
  }
  .footer .container .row {
    margin: 0;
  }
  .footer .container .row > * {
    padding-left: calc((100% - (720px - var(--bs-gutter-x))) / 2);
    padding-right: calc((100% - (720px - var(--bs-gutter-x))) / 2);
  }
}

.offcanvas {
  max-width: 80%;
}
.offcanvas .logo {
  width: 190px;
}
.offcanvas-header {
  border-bottom: 1px solid var(--bs-secondary);
}
.offcanvas .menu-mobile {
  list-style-type: none;
}
.offcanvas .menu-mobile a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.offcanvas .menu-mobile-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.offcanvas .menu-mobile-item.active .title,
.offcanvas .menu-mobile-item:hover .title {
  border-left-color: var(--bs-primary);
}
.offcanvas .menu-mobile-item .title {
  display: flex;
  justify-content: space-between;
  border-left: 7px solid transparent;
}
.offcanvas .menu-mobile-item .title > a {
  padding: 1.125rem 0.5rem 1.125rem 1rem;
  display: block;
}
.offcanvas .menu-mobile-item button {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 55px;
}
.offcanvas .menu-mobile-item button .icon-arrow-down {
  font-size: 0.5rem;
  margin-left: 0.25rem;
  color: var(--bs-primary);
  display: block;
}
.offcanvas .menu-mobile-item button .icon-arrow-down:before {
  transition: all 0.3s;
}
.offcanvas .menu-mobile-item button[aria-expanded="true"] {
  border-color: var(--bs-primary);
}
.offcanvas
  .menu-mobile-item
  button[aria-expanded="true"]
  .icon-arrow-down:before {
  transform: rotate(-180deg);
  transform-origin: center right;
  transition: all 0.3s;
}
.offcanvas .menu-mobile-item .submenu {
  width: 100%;
  list-style-type: none;
  padding-left: 0rem;
  background-color: var(--bs-light-blue);
}
.offcanvas .menu-mobile-item .submenu .menu-mobile-item {
  border: 0;
}
.offcanvas .menu-mobile-item .submenu .menu-mobile-item a {
  padding: 1.125rem 0.5rem 1.125rem 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  display: block;
}
.offcanvas .menu-mobile-item .submenu .menu-mobile-item a.active,
.offcanvas .menu-mobile-item .submenu .menu-mobile-item a:hover {
  font-weight: 700;
  border-left-color: transparent;
}
@media (min-width: 768px) {
  .offcanvas .menu-mobile-item .submenu .menu-mobile-item a {
    font-size: 1rem;
  }
}
.offcanvas .menu-mobile-item .submenu .menu-mobile-item:not(:first-child) a {
  padding-top: 0.25rem;
}
.offcanvas .menu-mobile-item .submenu .menu-mobile-item:last-child {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .offcanvas-backdrop {
    display: none !important;
  }
}

.card-article {
  border-radius: 10px;
  border: 1px solid var(--bs-grey);
  overflow: hidden;
}
.card-article .card-image {
  overflow: hidden;
  position: relative;
}
.card-article .card-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.card-article .card-image::after {
  content: "";
  display: block;
  padding-top: 65%;
}
.card-article .card-body {
  background-color: #fff;
  padding: 1rem 0.75rem;
}
.card-article .card-body .title {
  font-weight: 700;
  letter-spacing: 3px;
  display: -webkit-box;
  height: 3rem;
  font-size: 1.25rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.card-article .card-body .detail {
  color: #7c8594;
  letter-spacing: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
.card-article:hover .card-image img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.card-article--video .card-image::before {
  content: "";
  background-image: url("../images/icon/play.svg");
  background-size: cover;
  height: 64px;
  width: 64px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-product .card-image {
  position: relative;
  box-shadow: 4px 4px 10px 0px #00000014;
  border: 1px solid #d5d7db80;
  border-radius: 10px;
}
.card-product .card-image img {
  position: absolute;
  max-width: 100%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-product .card-image::after {
  content: "";
  display: block;
  padding-top: 85%;
}

.card-product .card-body {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

.card-product:hover .card-image {
  box-shadow: 4px 4px 15px 2px #00000017;
}

.splide__pagination {
  bottom: -2.5rem;
}
.splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: rgba(7, 41, 126, 0.3);
  margin: 0 0.35rem;
}
@media (min-width: 768px) {
  .splide__pagination__page {
    width: 14px;
    height: 14px;
    margin: 0 0.65rem;
  }
}
.splide__pagination__page.is-active {
  width: 22px;
  height: 8px;
  border-radius: 1.25rem;
  background-color: #07297e;
  opacity: 1;
}
@media (min-width: 768px) {
  .splide__pagination__page.is-active {
    width: 32px;
    height: 13px;
  }
}

.hero-banner-slide .splide__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner-slide .splide__slide img {
  width: 100%;
}

.hero-banner-slide .splide__track {
  position: relative;
}

.hero-banner-slide .splide__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .hero-banner-slide .splide__control {
    margin-left: calc((100% - (720px + 3rem)) / 2);
  }
}
@media (min-width: 992px) {
  .hero-banner-slide .splide__control {
    margin-left: calc((100% - (920px + 3rem)) / 2);
  }
}
@media (min-width: 1200px) {
  .hero-banner-slide .splide__control {
    margin-left: calc((100% - (1100px + 3rem)) / 2);
  }
}
@media (min-width: 1400px) {
  .hero-banner-slide .splide__control {
    margin-left: calc((100% - (1160px + 4rem)) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .hero-banner-slide .splide__control {
    margin-left: calc((100% - (1160px + 7rem)) / 2);
  }
}
.hero-banner-slide .splide__control .splide__arrows .splide__arrow {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: auto;
  background-color: transparent;
  font-size: 1.25rem;
  height: auto;
  color: var(--bs-secondary);
}
@media (min-width: 768px) {
  .hero-banner-slide .splide__control .splide__arrows .splide__arrow {
    font-size: 2rem;
  }
}
.hero-banner-slide .splide__control .splide__arrows .splide__arrow--next {
  bottom: unset;
  right: unset;
}
.hero-banner-slide .splide__control .splide__pagination {
  position: relative;
  bottom: unset;
  display: inline-flex;
  right: unset;
  width: 100%;
}
.hero-banner-slide .splide__control .splide__pagination__page {
  margin: 0.15rem 0;
  width: 5px;
  height: 5px;
}
.hero-banner-slide .splide__control .splide__pagination__page.is-active {
  width: 5px;
  height: 5px;
}
@media (min-width: 768px) {
  .hero-banner-slide .splide__control .splide__pagination__page.is-active {
    width: 14px;
    height: 14px;
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .hero-banner-slide .splide__control .splide__pagination__page {
    margin: 0.35rem 0;
    width: 8px;
    height: 8px;
  }
}
.hero-banner-slide .splide__control .splide__pagination--ttb {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .hero-banner-slide .splide__control .splide__pagination--ttb {
    padding: 1rem 0;
  }
}

.banner-default {
  background-size: cover;
  height: 12rem;
  display: flex;
  align-items: center;
  position: relative;
}
.banner-default img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
  .banner-default {
    height: 15.3125rem;
  }
}
.banner-default .container {
  position: relative;
  z-index: 2;
}
.banner-default h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}
@media (min-width: 768px) {
  .banner-default h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .banner-default h2 {
    text-align: left;
    color: var(--bs-primary);
  }
}
.banner-default .breadcrumb {
  justify-content: center;
}
@media (min-width: 1200px) {
  .banner-default .breadcrumb {
    justify-content: start;
  }
}
.banner-default .breadcrumb-item {
  font-size: 0.875rem;
}
.banner-default .breadcrumb-item:before {
  content: "•";
  font-size: 2rem;
  line-height: 0.7;
}
.banner-default .breadcrumb-item:first-child:before {
  display: none;
}
.banner-default .breadcrumb-item a {
  text-transform: uppercase;
  color: var(--bs-secondary);
  font-weight: 600;
  text-decoration: none;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (min-width: 768px) {
  .banner-default .breadcrumb-item {
    font-size: 1rem;
  }
}
.banner-default:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 31, 110, 0.75);
  mix-blend-mode: multiply;
}
@media (min-width: 1200px) {
  .banner-default:after {
    display: none;
  }
}

.pagination .page-item {
  margin-right: 0.5rem;
}
.pagination .page-item .page-link {
  border-radius: 7px;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background-color: transparent;
}
.pagination .page-item .page-link i {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .pagination .page-item .page-link {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .pagination .page-item {
    margin-right: 1rem;
  }
}
.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.home-pros-boston {
  padding-bottom: 6rem;
}
@media (min-width: 1200px) {
  .home-pros-boston {
    padding-bottom: 8rem;
  }
}
.home-pros-boston .splide__slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.home-pros-boston .splide__slide .detail {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 2rem 0rem 2.25rem;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: all 0.3s;
  height: 30%;
}
.home-pros-boston .splide__slide .detail .title {
  font-weight: 700;
  letter-spacing: 3px;
  display: -webkit-box;
  height: 3.575rem;
  font-size: 1.375rem;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.home-pros-boston .splide__slide .detail p {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  color: #ececec;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.home-pros-boston .splide__slide:hover .detail {
  height: 100%;
  transition: all 0.3s;
  overflow-y: auto;
}
.home-pros-boston .splide__slide:hover .detail p {
  margin-left: 1rem;
  margin-right: 1rem;
  border-top: 2px solid #ececec;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  visibility: visible;
  line-height: 1.2;
  opacity: 1;
}
.home-pros-boston .splide__slide:after {
  content: "";
  display: block;
  padding-top: 150%;
}
.home-pros-boston .splide__pagination {
  bottom: -3.5rem;
}

.home-product-group {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/bg-2.png");
  padding-bottom: 6rem;
}
@media (min-width: 1200px) {
  .home-product-group {
    padding-bottom: 8rem;
  }
}
.home-product-group .product_group .splide__list .splide__slide .bg-primary {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 1rem;
  margin: 0 auto 2rem;
}
.home-product-group
  .product_group
  .splide__list
  .splide__slide
  .bg-primary
  img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .home-product-group .product_group .splide__list .splide__slide .bg-primary {
    width: 150px;
    height: 150px;
  }
}
.home-product-group .product_group .splide__pagination {
  bottom: -3.5rem;
}

.home-news {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../images/bg-1.png");
}
.home-news .nav-pills {
  flex-flow: nowrap;
  overflow: auto;
  padding-bottom: 1.5rem;
}
.home-news .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: var(--bs-grey);
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  font-size: 1.125rem;
  text-wrap: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.home-news .nav-pills .nav-item .nav-link.active {
  color: var(--bs-primary);
}
.home-news .nav-pills .nav-item:last-child .nav-link {
  border-right: 0;
}

.product {
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .product-container {
    max-width: 100%;
    padding: 0;
  }
  .product-container > * {
    margin: 0;
  }
  .product-container > * > * {
    padding: 0;
  }
}
.product-item {
  overflow: hidden;
}
.product-item-image {
  position: relative;
}
.product-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.product-item-image::after {
  content: "";
  display: block;
  padding-top: 65%;
}
.product-item-detail {
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
}
.product-item-detail .btn-outline-grey {
  padding: 0.5rem 0.625rem;
}
.product-item-detail .btn-outline-grey .icon-right-rotate:before {
  transform: rotate(180deg);
}
.product-item-detail p {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .product-item-detail p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .product-item-detail p {
    font-size: 1.125rem;
  }
}
.product-item-detail--bg {
  position: absolute;
}
@media (min-width: 768px) {
  .product-item-detail {
    padding: 2rem 2rem 3rem;
  }
}
@media (min-width: 1200px) {
  .product-item-detail {
    padding: 4rem 4rem 6rem;
  }
}
.product-item:nth-child(1) .product-item-detail--bg {
  width: 75%;
  bottom: -4.5rem;
}
@media (min-width: 1200px) {
  .product-item:nth-child(1) .product-item-detail--bg {
    bottom: -7rem;
    width: 70%;
  }
}
.product-item:nth-child(2) .product-item-detail--bg {
  width: 60%;
  bottom: -2rem;
}
@media (min-width: 1200px) {
  .product-item:nth-child(2) .product-item-detail--bg {
    width: 45%;
  }
}
.product-item:nth-child(3) .product-item-detail--bg {
  width: 50%;
  bottom: -2rem;
}
@media (min-width: 1200px) {
  .product-item:nth-child(3) .product-item-detail--bg {
    width: 38%;
    bottom: -2.25rem;
    right: 3rem !important;
  }
}
.product-item:nth-child(4) .product-item-detail--bg {
  width: 60%;
  bottom: -8rem;
}
@media (min-width: 1200px) {
  .product-item:nth-child(4) .product-item-detail--bg {
    width: 40%;
  }
}
.product-item:nth-child(5) .product-item-detail--bg {
  bottom: -9rem;
}
.product-detail-item {
  display: grid;
  grid-template-columns: 50% auto;
  margin-bottom: 0.75rem;
}
.product-detail-item .label {
  position: relative;
  color: #202a44;
  padding-right: 0.5rem;
  font-weight: 600;
  letter-spacing: 0;
}
.product-detail-item .label::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
.product-detail-item .value {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--bs-secondary);
  padding-left: 0.75rem;
}
.product-detail-item-2 {
  grid-template-columns: 100px auto;
}

.contact-item {
  display: grid;
  grid-template-columns: 50px auto;
  margin-bottom: 1rem;
  padding-right: 1rem;
  column-gap: 0.25rem;
}
.contact-item i {
  font-size: 1.5rem;
}
.contact-item i.icon-mail {
  font-size: 1.125rem;
}
.contact-item .text {
  font-size: 1.125rem;
  color: var(--bs-secondary);
  font-weight: 600;
}
.contact-item .text a {
  color: inherit;
  text-decoration: none;
}
.contact-item .text a:hover {
  color: var(--bs-primary);
}

.contact-social-item {
  background-color: #091970;
  height: 100%;
  color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 5rem 1rem 0rem;
  margin-top: 3rem;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 3px 3px 0px #00000059;
}
.contact-social-item .image {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.contact-form {
  background: linear-gradient(
    268.04deg,
    #d5d7db -5.79%,
    #fefefe 46.4%,
    #d5d7db 108.17%
  );
}
.contact-form .form-group {
  position: relative;
}
.contact-form .form-group label {
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 20px;
  color: var(--bs-grey);
  font-size: 1.125rem;
  transition: all 0.3s;
  background-color: #fff;
  pointer-events: none;
  padding: 0 5px;
}
.contact-form .form-group label.active {
  font-size: 0.875rem;
  top: -8px;
  color: var(--bs-primary);
  font-weight: 600;
}
.contact-form .form-group input.form-control {
  height: 3rem;
  color: var(--bs-primary);
  font-weight: 600;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.contact-form .form-group input.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.contact-form .form-group textarea.form-control {
  color: var(--bs-primary);
  font-weight: 600;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.contact-form .form-group textarea.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.contact-form .form-check {
  min-height: auto;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.contact-form .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (max-width: 1500px) {
  .career-detail .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .career-detail .container > * {
    margin-left: 0;
    margin-right: 0;
  }
  .career-detail .container > * > * {
    padding-left: 0;
    padding-right: 0;
  }
}

.career-detail-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-detail-image::after {
  content: "";
  display: block;
  padding-top: 55%;
}

.career-detail-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
@media (min-width: 992px) {
  .career-detail-content {
    padding-left: calc((100% - (920px - 1.5rem)) / 2) !important;
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .career-detail-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: calc((100% - (1100px - 1.5rem)) / 2) !important;
  }
}
@media (min-width: 1400px) {
  .career-detail-content {
    padding-left: calc((100% - (1278px - 1.5rem)) / 2) !important;
  }
}

.career-employee {
  background-color: #f5f5f5;
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .career-employee {
    padding-bottom: 6rem;
  }
}

.career-accordion .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid var(--bs-grey) !important;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  box-shadow: 0px 0px 2px 0px #00000029;
}
@media (min-width: 768px) {
  .career-accordion .accordion-item {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .career-accordion .accordion-item {
    padding: 2rem 2.5rem;
  }
}
.career-accordion .accordion-item .accordion-button {
  border-radius: 0;
  padding: 0;
  color: var(--bs-primary);
}
.career-accordion .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 2rem;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--bs-grey);
}
.career-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.career-accordion .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEzLjY4MDdDMTEuNTY5OCAxMy42ODA3IDExLjEzOTggMTMuNTE2NSAxMC44MTE4IDEzLjE4ODdMMC40OTIzNCAyLjg2OTFDLTAuMTY0MTEzIDIuMjEyNjUgLTAuMTY0MTEzIDEuMTQ4MzIgMC40OTIzNCAwLjQ5MjEzQzEuMTQ4NTMgLTAuMTY0MDQzIDIuMjEyNjQgLTAuMTY0MDQzIDIuODY5MTUgMC40OTIxM0wxMiA5LjYyMzQ1TDIxLjEzMDggMC40OTI0NjZDMjEuNzg3MyAtMC4xNjM3MzggMjIuODUxMyAtMC4xNjM3MzggMjMuNTA3NCAwLjQ5MjQ2NkMyNC4xNjQyIDEuMTQ4NjQgMjQuMTY0MiAyLjIxMjk2IDIzLjUwNzQgMi44Njk0MkwxMy4xODgxIDEzLjE4OUMxMi44NiAxMy41MTY4IDEyLjQyOTkgMTMuNjgwNyAxMiAxMy42ODA3WiIgZmlsbD0iIzdDODU5NCIvPgo8L3N2Zz4=");
}
@media (min-width: 1200px) {
  .career-accordion .accordion-item .accordion-button:after {
    background-size: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.career-accordion .accordion-item .accordion-body {
  color: var(--bs-secondary);
  font-weight: 500;
  padding: 1.5rem 0rem;
}
.career-accordion .accordion-item .accordion-body h5 {
  color: var(--bs-primary);
  font-weight: 600;
}
@media (min-width: 768px) {
  .career-accordion .accordion-item .accordion-body {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .career-accordion .accordion-item .accordion-body {
    padding: 1.875rem;
    font-size: 1.125rem;
  }
}
.career-accordion .accordion-item .accordion-body ul {
  list-style: none;
}
.career-accordion .accordion-item .accordion-body ul li::before {
  content: "\2022";
  color: var(--bs-primary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about-detail-image--bg {
  max-width: 40%;
}

.about-iframe {
  position: relative;
}
.about-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-iframe::after {
  content: "";
  display: block;
  padding-top: 50%;
}
