/* @import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
:root {
  --css-white: #FFFFFF;
  --css-grey: #707070;
  --css-black: #000000;
  --css-red: #C0392B;
  --css-green: #00783f;
  --css-green2: #6ea65d;
  --css-green3: #008B73;
  --css-blue: #4f8adb;
  --css-darkgrey: #262626;
  --css-lightgrey2: #3A3A3C;
  --css-lightgrey: #E8E8E9;
  --css-lightblue: #00ADEE;
  --css-darkblue: #000000;
  --css-blue2: #5e96e4;
  --css-blue3: #00ADEE;
}
html {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  scroll-behavior: smooth;
  /* height: 100vh;*/
  overflow-x: hidden;
  color: var(--css-black);
  font-size: 16px;
  line-height: 20px;
}
body {
  font-family: "Kanit", "Mulish", "Inter", "IBM Plex Sans Thai", sans-serif;
  font-optical-sizing: auto;
  background-color: var(--css-white);
  margin: 0px;
  padding: 0px;
  /* height: 100%;*/
  font-size: 16px;
  line-height: 22px;
  color: #383838;
  font-weight: 300;
  padding-top: 100px;
  overflow-x: hidden;
}
body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-webkit-selection {
  color: var(--css-white);
  background: var(--css-darkblue);
}
::-moz-selection {
  color: var(--css-white);
  background: var(--css-darkblue);
}
::selection {
  color: var(--css-white);
  background: var(--css-darkblue);
}
a {
  color: var(--css-darkblue);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: none;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  color: var(--css-darkblue);
}
*:focus {
  outline: none;
}
strong {
  font-weight: 500;
}
input:focus {
  outline: none;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.selectpicker {
  -webkit-appearance: none;
  border: 0px;
  color: #6B6B6B;
  z-index: 1;
  position: relative;
  margin-right: 10px;
  background-color: var(--css-white);
  border-radius: 0px;
}
img a:hover, img a:active, img a:focus {
  opacity: .7;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
hr.header {
  border-top: 5px dashed var(--css-darkblue);
  width: 100%;
  height: 5px;
}
hr.line {
  border-top: 1px dashed var(--css-darkblue);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
hr.white {
  border-top: 2px dotted var(--css-white);
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
hr.white1 {
  border-top: 3px dotted var(--css-white);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
hr.black {
  border-top: 3px dotted #000000;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.iconsmall {
  height: 13px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.round {
  border-radius: 12px;
}
#news img {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#newscontent img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.tabbrochure {
  width: 60px;
  margin-right: 5px;
}
#servicetab {
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 60px;
}
#servicetab .subheader {
  font-weight: 400;
}
@media (max-width:1024px) {
  .nav-link {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width:768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (max-width:512px) {
  body {
    font-size: 14px;
    line-height: 18px;
    padding-top: 80px;
  }
  a:hover, a:active, a:focus {
    opacity: 1;
  }
  img a:hover, img a:active, img a:focus {
    opacity: 1;
  }
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 60%;
    margin-top: 22px;
    opacity: .4;
    width: 15px;
    height: 24px;
    background-size: 15px 24px;
  }
  .tabbrochure {
    width: 60px;
  }
}
@media (max-width:411px) {}
/**************************** color ****************************/
.white {
  color: var(--css-white);
}
.grey {
  color: var(--css-grey);
}
.black {
  color: var(--css-black);
}
.red {
  color: var(--css-red);
}
.green {
  color: var(--css-green);
}
.green2 {
  color: var(--css-green2);
}
.green3 {
  color: var(--css-green3);
}
.blue {
  color: var(--css-blue);
}
.blue2 {
  color: var(--css-blue2);
}
.darkblue {
  color: var(--css-darkblue);
}
.darkgrey {
  color: var(--css-darkgrey);
}
.lightgrey {
  color: var(--css-lightgrey);
}
.lightblue {
  color: var(--css-lightblue);
}
.bgred {
  background-color: var(--css-red);
  color: var(--css-white);
}
.bggreen1 {
  background-color: var(--css-green1);
  color: var(--css-white);
}
.bggreen2 {
  background-color: var(--css-green2);
  color: var(--css-white);
}
.bggreen3 {
  background-color: var(--css-green3);
  color: var(--css-white);
}
.bgdarkblue {
  background-color: var(--css-darkblue);
  color: var(--css-white);
}
.bgblue {
  background-color: var(--css-blue);
  color: var(--css-white);
}
.bgblue2 {
  background-color: var(--css-blue2);
  color: var(--css-white);
}
.bgdarkblue2 {
  background-color: #183696;
  color: var(--css-white);
}
.bglightblue {
  background-color: var(--css-lightblue);
  color: var(--css-white);
}
.bgdarkgrey {
  background-color: var(--css-darkgrey);
  color: var(--css-white);
}
.bglightgrey {
  background-color: var(--css-lightgrey);
  color: var(--css-black);
}
.bglightgrey2 {
  background-color: var(--css-lightgrey2);
  color: var(--css-white);
}
.bgblack {
  background-color: var(--css-black);
  color: var(--css-white);
}
.textgradient {
  background: #ff5800;
  background: linear-gradient(to right, #ffe7bf 0%, #ff5800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/**************************** font ****************************/
.title {
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
.header {
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.subheader {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
.small {
  font-size: 11px;
  line-height: 14px;
}
.copy {
  font-size: 11px;
  line-height: 12px;
}
#footer {
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}
#footer .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#footer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
#footer .small {
  font-size: 10px;
  line-height: 14px;
}
#footer li {
  color: var(--css-darkblue);
  padding-bottom: 10px;
  list-style: none;
  margin-left: -30px;
}
#footer li > a:hover {
  color: var(--css-green3);
}
#footer li.active a {
  color: var(--css-darkblue);
}
#footer a {
  color: var(--css-darkblue);
  background-color: transparent;
  text-decoration: none;
  border: none;
}
#footer a:hover, a:active, a:focus {
  color: var(--css-black);
  text-decoration: none;
  background-color: transparent;
  border: none;
}
/**************************** element ****************************/
.logo {
  width: 140px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.icon {
  width: 50px;
  margin-top: 10px;
  margin-left: 10px;
}
.awards {
  height: 80px;
  width: auto;
  margin-right: 15px;
  margin-bottom: 10px;
}
.awards2 {
  height: 95px;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
.modal-backdrop {
  background-color: white;
}
body.modal-open {
  overflow: visible !important;
  height: auto !important;
  z-index: 999999;
}
.modal {
  z-index: 1055 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-backdrop {
  z-index: 1050 !important;
}
.modal.show {
  display: block !important;
  opacity: 1 !important;
}
.modal-dialog {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0.5rem auto;
  pointer-events: none;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  background-color: var(--css-darkblue);
  color: var(--css-white);
}
@media (min-width: 576px) {
  .modal-dialog {
    width: 90%;
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.textcount {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
}
.box {
  /*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, .07);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(233, 233, 233, .2) 2%, rgba(255, 255, 255, .2) 100%);
  text-decoration: none;
  border-radius: 12px;
  text-align: left;
  padding: 20px;
  padding-left: 30px;
  margin-top: 10px;
  height: auto;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 100%);
}
.box .zoomin2 {
  transform: scale(1, 1);
  transition: transform .2s; /* Animation */
}
.box.zoomin2:hover {
  opacity: .9;
  border: 2px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  background: url(../images/front2.jpg) no-repeat right bottom;
  background-size: cover;
  filter: grayscale(80%);
}
.boxjob {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*  border: 2px solid rgba(255, 255, 255, .3);
  background: rgb(255, 255, 255);*/
  text-decoration: none;
  border-radius: 12px;
  text-align: left;
  padding: 20px;
  padding-left: 30px;
  margin-top: 10px;
  height: auto;
  /*background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 100%);*/
  background-color: var(--css-blue);
  color: #FFFFFF;
}
.boxjob .subheader {
  color: #FFFFFF;
  margin-bottom: 10px;
}
#benefit .subheader {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
#services .box {
  /* min-height: 250px;*/
  height: 300px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
#services strong {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
#services .d-flex {
  height: 300px;
  text-align: left;
}
#services .bgtabfront {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.boxoutline {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .2);
  font-weight: 400;
}
.boxoutline2 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background: rgba(94, 150, 228, .8);
  border: 1px solid rgba(255, 255, 255, .2);
  font-weight: 300;
}
.pointer {
  cursor: pointer;
}
.card-body {
  margin-top: 20px;
}
.lineleft {
  border: 1px;
  border-bottom: 0px;
  border-right-style: none;
  border-left-style: solid;
  padding: 5px;
  border-color: var(--css-darkblue);
  text-align: left;
}
.lineleft2 {
  border: 1px;
  border-bottom: 0px;
  border-right-style: none;
  border-left-style: dotted;
  padding: 15px;
  border-color: #727272;
  text-align: left;
}
.lineleft3 {
  border: 1px;
  border-bottom: 0px;
  border-right-style: none;
  border-left-style: dotted;
  padding: 15px;
  border-color: var(--css-lightgrey);
  text-align: left;
}
.lineright {
  border: 1px;
  border-bottom: 0px;
  border-left-style: none;
  border-right-style: solid;
  padding: 5px;
  margin-right: 20px;
  border-color: var(--css-white);
  margin-left: 10px;
}
.linetab {
  border: 2px;
  border-bottom: 0px;
  border-right-style: none;
  border-left-style: dotted;
  padding: 15px;
  border-color: #727272;
  text-align: left;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.borderround {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.circletext {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; /* may require vendor prefixes */
  background: #ff5800;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.pagination .page-link {
  color: var(--css-white);
  font-size: 12px;
  font-weight: 500;
  border: none;
}
.page-link {
  color: var(--css-darkblue);
  background-color: var(--css-white);
  border: 1px solid var(--css-white);
}
.swiper-container {
  width: 100%;
  height: auto;
  margin: 0px;
  padding-bottom: 45px;
}
.swiper-container {
  width: 100%;
  padding-bottom: 45px;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  height: auto;
}
.swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000000;
  opacity: 0.4;
  border: 1px solid rgba(255, 255, 255, .5);
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--css-white);
  width: 20px;
  height: 20px;
}
.list-group-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
}
.list-group-item li {
  padding-bottom: 10px;
}
.list {
  margin-top: 10px;
}
.list li {
  padding-bottom: 10px;
}
video {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 40px;
}
.social {
  width: 35px;
  margin-right: 10px;
  margin-top: 10px;
  opacity: .7;
}
#contents ul li {
  margin-left: -20px;
  padding-bottom: 10px;
}
/**************************** button ****************************/
.enter {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--css-white);
  border-radius: 24px;
  background-color: var(--css-darkblue);
  color: var(--css-white);
  text-decoration: none;
  margin-top: 10px;
  width: 90px;
}
.enter:hover {
  color: var(--css-darkblue);
  border: 1px solid var(--css-darkblue);
  text-decoration: none;
  background-color: var(--css-white);
}
.enter:active {
  color: var(--css-darkblue);
  text-decoration: none;
  background-color: var(--css-white);
}
.enter:hover {
  text-decoration: none;
}
.enter:focus {
  text-decoration: none;
}
.enteroutline {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--css-white);
  border-radius: 24px;
  background-color: transparent;
  color: var(--css-white);
  text-decoration: none;
  margin-top: 10px;
  width: 90px;
}
.enteroutline:hover {
  color: var(--css-white);
  text-decoration: none;
  background-color: var(--css-darkblue);
}
.enteroutline:active {
  color: var(--css-white);
  text-decoration: none;
  background-color: var(--css-darkblue);
}
.enter3 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  font-size: 20px;
  width: 200px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--css-blue2);
  border-radius: 24px;
  background-color: var(--css-blue2);
  color: var(--css-white);
  text-decoration: none;
  margin-top: 10px;
}
.enter3:hover {
  color: var(--css-darkblue);
  border: 1px solid var(--css-darkblue);
  text-decoration: none;
  background-color: var(--css-white);
}
.enter3:active {
  color: var(--css-darkblue);
  text-decoration: none;
  background-color: var(--css-white);
}
.enter3:hover {
  text-decoration: none;
}
.enter3:focus {
  text-decoration: none;
}
input .enter4 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20px;
  padding-bottom: 25px;
  font-size: 20px;
  width: 200px;
  line-height: 4px;
  font-weight: 400;
  text-align: center;
  border: 1px solid white;
  border-radius: 24px;
  background-color: black;
  color: var(--css-white);
  text-decoration: none;
  margin-top: 10px;
  text-transform: capitalize;
}
.enter4 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20px;
  padding-bottom: 25px;
  font-size: 20px;
  width: 200px;
  line-height: 4px;
  font-weight: 400;
  text-align: center;
  border: 1px solid white;
  border-radius: 24px;
  background-color: white;
  color: var(--css-blue);
  text-decoration: none;
  margin-top: 10px;
  text-transform: capitalize;
}
.enter4:hover {
  color: var(--css-darkblue);
  text-decoration: none;
  background-color: var(--css-white);
}
.enter4:active {
  color: var(--css-darkblue);
  text-decoration: none;
}
.enter4:hover {
  text-decoration: none;
}
.enter4:focus {
  text-decoration: none;
}
.more {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--css-darkblue);
  border-radius: 24px;
  background-color: var(--css-white);
  color: var(--css-darkblue);
  text-decoration: none;
  margin-top: 20px;
  width: 180px;
}
.more:hover {
  color: var(--css-white);
  text-decoration: none;
  border: 1px solid var(--cssdarkblue);
  background-color: var(--css-darkblue);
}
.more:active {
  color: var(--css-white);
  text-decoration: none;
  border: 1px solid var(--cssdarkblue);
  background-color: var(--css-darkblue);
}
/**************************** others ****************************/
.zoom {
  transform: scale(1, 1);
  transition: transform .2s; /* Animation */
}
.zoom:hover {
  transform: scale(1.09); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.zoomin {
  transform: scale(1, 1);
  transition: transform .2s; /* Animation */
}
.zoomin:hover {
  opacity: .5;
  border: 2px solid var(--css-white);
  cursor: pointer;
}
.fadeIn {
  transition: transform .9s; /* Animation */
}
.fadeOut {
  transition: transform .4s; /* Animation */
}
.fadeOut:hover {
  transition: transform .4s; /* Animation */
}
.pagination > li > a, .pagination > li > span {
  border: 1px solid white;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  margin: 0 5px;
  font-size: 12px;
  line-height: 15px;
}
.page-item {
  margin-right: 10px;
}
.pagination > li > a, .pagination > li > span {
  border: 1px solid white;
}
.pagination li.active a {
  background-color: red;
  color: white;
}
.pagination li:hover:not(.active) a {
  background-color: #ddd;
}
.mobilebelow {
  max-width: 456px;
  margin-top: -90px;
}
.downloadicon {
  width: 100%;
  max-width: 120px;
}
/**************************** tablet  ****************************/
@media (max-width:1024px) {
  .logo {
    width: 120px;
    margin-bottom: 5px;
  }
  #services .box {
    font-size: 16px;
    line-height: 20px;
  }
  #services strong {
    font-size: 22px;
    line-height: 22px;
  }
	.awards {
  height:45px;
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}
.awards2 {
  height: 45px;
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}
	
}
/**************************** mobile  ****************************/
@media (max-width:512px) {
  .title {
    font-size: 42px;
    line-height: 48px;
  }
  .header {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .subheader {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #services .box {
    height: 250px;
  }
  #services strong {
    font-size: 20px;
    line-height: 22px;
  }
  #services .d-flex {}
  .icon {
    width: 50px;
  }
  .awards {
    height: 20px;
    margin-bottom: 10px;
  margin-right: 2px; 
  }
  .awards2 {
    height: 30px;
    width: auto; 
  }
  .board {
    padding: 0px;
  }
  .board strong {
    font-weight: 500;
  }
  .lineleft3 {
    border: 0px;
    padding: 0px;
  }
  .linetab {
    border: 0px;
    border-bottom: 0px;
    padding: 0px;
  }
}
/**************************** small mobile  ****************************/
@media (max-width:428px) {
  .awards {
    height: 30px;
  }
  #benefit .subheader {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width:414px) {
  #services strong {
    font-size: 16px;
    line-height: 20px;
  }
  .tabbrochure {
    width: 40px;
  }
  .title {
    font-size: 38px;
    line-height: 40px;
  }
  .header {
    font-size: 30px;
    line-height: 32px;
  }
  .subheader {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width:214px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
  .header {
    font-size: 20px;
    line-height: 24px;
  }
  .subheader {
    font-size: 24px;
    line-height: 26px;
  }
}
/**************************** form  ****************************/
form {
  color: #AEB0B2;
  display: flex;
  padding: 1px;
  border: none;
  border-radius: 0px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.btn:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: #AEB0B2;
  width: 100%;
}
input[type="search"]::placeholder {
  color: rgba(255, 255, 255, .5);
}
button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
button[type="submit"]:hover {
  opacity: 1;
}
button[type="submit"]:focus, input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #AEB0B2;
  border-color: #AEB0B2;
  outline: none;
}
.alpha {
  filter: grayscale(100%);
  transform: scale(1, 1);
  transition: transform .2s; /* Animation */
}
.alpha:hover, .alpha:active, .alpha:focus {
  filter: grayscale(0%);
  transform: scale(2.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  moz-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  -o-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
}
/******************** form ************************/
.get-in-touch {
  margin: 10px auto;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
  color: #ffffff;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1px 0;
  border-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  background-color: transparent;
  padding-top: 20px;
  color: #FFFFFF;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 10px;
  bottom: 11px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
input {
  height: 30px;
  color: #FFFFFF;
}
#career input {
  height: 50px;
  color: #000000;
}
.togglebox {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  width: 23px;
  height: 23px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 5px;
}
.form-select {
  font-size: 14px;
}
.contact-form .form-field {
  position: relative;
  margin: 35px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1px 0;
  border-bottom: 2px dotted #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: transparent;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 10px;
  bottom: 25px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.form-label {
  font-weight: 400;
}
label.error {
  position: absolute;
  color: red;
  display: block;
  text-transform: none;
}
input.error {
  border-color: red !important;
}
select.error {
  border-color: red !important;
}
#check1-error, #check2-error, #check3-error {
  position: relative !important;
}
/************************************ text wrap ******************************************************/
.textwrapinside {
  font-family: "Mulish","Kanit","Inter", "IBM Plex Sans Thai", sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
}
.textwrap {
    
  font-family: "Mulish","Kanit","Inter", "IBM Plex Sans Thai", sans-serif;
  /*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 5px rgba(211, 57, 15, 0.1);
}
.textwrap .title {
  font-family: "Mulish","Kanit","Inter", "IBM Plex Sans Thai", sans-serif;
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  letter-spacing: -1px;
}
.textwrap .text {
  font-family: "Mulish","Kanit", "Inter", "IBM Plex Sans Thai", sans-serif;
  color: rgba(211, 57, 15, 0.03);
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -3px;
  background-size: cover;
  background-image: url(../images/front2.jpg);
  background-position: top right;
  -webkit-background-clip: text;
  margin-top: -5px;
}
.textwrap2 {
  font-family: "Mulish", "Inter", "IBM Plex Sans Thai", sans-serif;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}
.textwrap2 .title2 {
  font-family: "Mulish", "Inter", "IBM Plex Sans Thai", sans-serif;
  font-size: 48px;
  line-height: 42px;
  font-weight: 800;
}
.textwrap2 .text2 {
  font-family: "Mulish", "Inter", "IBM Plex Sans Thai", sans-serif;
  color: rgba(0, 0, 0, 0.1);
  font-size: 30px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  background-image: url(../images/front2.png);
  background-position: top left;
  -webkit-background-clip: text;
}
.textwrap3 {
  font-family: "Mulish", "Inter", "IBM Plex Sans Thai", sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.textwrap3 .title {
  font-family: "Mulish", "Inter", "IBM Plex Sans Thai", sans-serif;
  font-size: 64px;
  line-height: 54px;
  font-weight: 700;
}
.textwrap3 .text {
  font-family: "Mulish", "Inter", "IBM Plex Sans Thai", sans-serif;
  color: rgba(0, 0, 0, 0.1);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  background-image: url(../images/front2.jpg);
  background-position: top right;
  -webkit-background-clip: text;
}
@media (max-width:1024px) {
  .textwrap2 .title2 {
    font-size: 40px;
    line-height: 32px;
  }
  .textwrap2 .text2 {
    font-size: 28px;
    line-height: 24px;
  }
}
@media (max-width:512px) {
  .textwrap .title {
    font-size: 52px;
    line-height: 55px;
    letter-spacing: normal;
  }
  .textwrap .text {
    font-size: 48px;
    line-height: 56px;
  }
  .textwrap2 {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .textwrap2 .title2 {
    font-size: 40px;
    line-height: 36px;
  }
  .textwrap2 .text2 {
    font-size: 20px;
    line-height: 20px;
  }
  .textwrap3 .title {
    font-size: 54px;
    line-height: 50px;
    letter-spacing: normal;
  }
  .textwrap3 .text {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width:390px) {
  .textwrap .title {
    font-size: 40px;
    line-height: 45px;
  }
  .textwrap .text {
    font-size: 40px;
    line-height: 40px;
  }
  .textwrap2 .title2 {
    font-size: 34px;
    line-height: 38px;
  }
  .textwrap2 .text2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width:360px) {
  .textwrap .title {
    font-size: 34px;
    line-height: 38px;
  }
  .textwrap .text {
    font-size: 28px;
    line-height: 28px;
  }
  .textwrap2 .title2 {
    font-size: 24px;
    line-height: 24px;
  }
  .textwrap2 .text2 {
    font-size: 18px;
    line-height: 18px;
  }
  .textwrap3 .title {
    font-size: 24px;
    line-height: 24px;
  }
  .textwrap3 .text {
    font-size: 18px;
    line-height: 18px;
  }
}
/************************** Home *************************/
.bg {
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../images/front.jpg);
  background-position: right bottom;
  width: 100%;
  background-size: cover;
  height: 100%;
  min-height: 70vh;
  background-attachment: fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: 100% auto;
}
ul.nav1 li {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width:1280px) {
  .bg {
    background-position: center top;
  }
}
@media (max-width:768px) {
  ul.nav1 {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 10px;
  }
  ul.nav1 li {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.my-card {
  position: relative;
}
.overlayblock {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: 0;
  height: 101%;
  width: 101%;
  opacity: 0;
  transition: .5s ease;
  color: white;
  background-image: linear-gradient(to bottom, #489fd9, #489fda, #48a0da, #48a0db, #48a0db, #4093c7, #3885b4, #3178a1, #245b78, #1a4052, #12262f, #020b0f) !important;
  border-radius: 12px;
  font-size: 16px;
  line-height: 20px;
}
.my-card:hover .overlayblock {
  opacity: 1;
}
.textoverlay {
  position: absolute;
  /*  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;*/
  padding: 20px;
  padding-top: 40px;
  padding-left: 30px;
  border: none;  
}
.textoverlay .insidetext {
  font-size: 14px;
	line-height: 17px; 
}
.tabtext {
  padding: 10px;
  padding-top: 20px;
}
  .tabtext .subheader {
    font-size: 22px;
    line-height: 20px; 
  font-weight: 600;
  }
.textoverlay .subheader {
    font-size: 22px;
    line-height: 20px; 
  font-weight: 600;
  }


.arrowtab {
  display: block;
}
@media (max-width:912px) {
	.tabtext {
  padding: 20px; 
}
}
@media (max-width:512px) {
  .overlayblock {
    font-size: 11px;
    line-height: 13px;
  }
  .textoverlay .insidetext {
    font-size: 11px;
    line-height: 13px;
  }
  .textoverlay .subheader {
    font-size: 14px;
    line-height: 12px;
    font-weight: 400;
  }
  .tabtext {
    font-size: 12px;
    line-height: 12px;
    padding: 0px;
    padding-top: 0px;
	  
	padding-left: 10px;
  }
  .tabtext .subheader {
    font-size: 15px;
    line-height: 12px;
    font-weight: 600;
    padding-top: 10px;
  }
  .arrowtab {
    display: none;
  }
	.textoverlay { 
  padding: 10px;
  padding-top: 30px;
  padding-left: 20px; 
}
	
}
@media (max-width:360px) {
  .textoverlay {
    display: none;
  }
}
/* ====================================
   TAB WRAPPER
==================================== */
.tab-wrapper {
  overflow: scroll;
}
/* ====================================
   SCROLL CONTAINER
==================================== */
.tab-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  list-style: none;
  scrollbar-width: none; /* Firefox */
}
.tab-scroll::-webkit-scrollbar {
  display: block; /* Chrome / Safari */
}
.tab-scroll li {
  flex: 0 0 auto;
  white-space: nowrap;
}
/* ====================================
   TAB BUTTON
==================================== */
.tab-scroll a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 36px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 1px solid #4f8adb;
  border-radius: 24px;
  transition: all 0.25s ease;
}
/* Hover */
.tab-scroll a:hover {
  background: #4f8adb;
  color: #fff;
}
/* Active */
.tab-scroll .tabactive a {
  background: #4f8adb;
  color: #fff;
}
/* ====================================
   MOBILE TWEAK
==================================== */
@media (max-width: 768px) {
  .tab-scroll {
    padding-right: 64px; /* ensure last pill fully visible */
  }
}