/*==================================================
    General
==================================================*/
#myModal .modal-jobvacancy .article {
  padding: 70px 160px;
  max-width: 1275px;
  line-height: 2;
}
#myModal_TH .modal-jobvacancy .article {
  padding: 70px 160px;
  max-width: 1275px;
  line-height: 2;
}
html,
body {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  font-family: "Ubuntu", "Mitr", sans-serif;
  /* font-family: 'Mitr', sans-serif; */
  color: #362f2d;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  margin: 0px;
  padding: 0;
  line-height: 1.75;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: relative;
  overflow-x: hidden;
}

b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #362f2d;
  line-height: 1.3;
  font-weight: 700;
  font-size: 22px;
}
.nowrap {
  white-space: nowrap;
  font-style: normal;
}
a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.input-block {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.input-text {
  display: block;
  position: relative;
}

.form-control {
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0;
  text-align: left;
  color: #222 !important;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-family: "Mitr";
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radio-group,
.checkbox-group {
  padding-left: 0;
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.radio-group {
  display: inline-block;
  position: relative;
}

.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
}
.checkbox-group label:before,
.radio-group label:before {
  content: "";
  display: inline-block;

  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: transparent;
  border: 1px solid #9e9e9e;
  width: 16px;
  height: 16px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.radio-group label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.radio-group label,
.checkbox-group label {
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  text-align: left;
  margin: 1px 0;
  display: block;
  font-weight: 300;
  font-size: inherit;
  line-height: 25px;
  cursor: pointer;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.checkbox-group label {
  color: inherit;
}
.checkbox-group label span {
  font-size: 12px;
  font-style: italic;
  color: #8f8f8f;
}
.radio-group label {
  color: inherit;
  padding-left: 28px;
}
.radio-group input[type="radio"]:checked + label:after {
  content: "";
  color: #ea6f21;
  background-color: #609540;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
}
.checkbox-group input[type="checkbox"]:checked + label:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 2px;
  display: block;
  background-image: url(../img/icons/icon-checked.svg);
  background-position: 0 0;
  background-size: 11px;
  background-repeat: no-repeat;
}
.checkbox-disable.checkbox-group label:before {
  background-color: #c0c0c0;
  border: 2px solid #b1b1b1;
  cursor: default !important;
}
.checkbox-disable.checkbox-group input[type="checkbox"]:checked + label:after {
  content: "";
}
.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.select {
  position: relative;
  padding-left: 0 !important;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  height: 50px;
  line-height: 48px;

  border: 1px solid #b2b2b2;
  cursor: pointer;
}
.select select {
  opacity: 0;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  color: #000;
  padding: 0 20px;
  font-size: inherit;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 13px;
  height: 13px;
  vertical-align: top;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.select-options {
  display: none;
  position: absolute;
  top: 50px;
  right: -1px;
  left: -1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  color: #373337;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.pc .select-options li:hover,
.select-options li.active {
  background: #f1f1f1;
}
.select-options li[rel="hide"] {
  display: none;
}
span.error {
  font-size: 12px;
  color: red;
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;

  display: block !important;
}
.btn {
  padding: 0 20px;
  position: relative;
  background-color: #8dc63f;
  color: #fff !important;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  overflow: hidden;
  border: 1px solid #8dc63f;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn span {
  display: block;
  position: relative;
  z-index: 9;
}

.btn:before {
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  left: -25% !important;
  width: 0%;
  background-color: #649423;
  transform: skew(50deg);
  transition-duration: 0.6s !important;
  z-index: 1;
}
.pc .btn:hover:before {
  width: 170% !important;
}
.pc .btn:hover span {
  color: #fff;
}
.btn-xl {
  height: 50px;
  line-height: 65px;
}
.btn-xl {
  height: 70px;
  line-height: 68px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 35px;
  color: #fff;
}

.btn-xls {
  height: 55px;
  line-height: 50px;
  font-size: 27px;
  font-weight: bold;
  padding: 0 35px;
  color: #fff;
}

.btn-white {
  border: 0px solid #fff;
  background-color: #fff;
  color: #000;
}
.pc .btn-white:hover {
  color: #fff;
  background-color: #000;
}
.btn-outline-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.pc .btn-outline-white:hover {
  color: #000;
  background-color: #fff;
}
.btn-lg {
  height: 60px;
  line-height: 56px;
  min-width: 230px;
  font-size: 30px;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background-color: transparent;
}
.btn:focus,
.btn:active,
button:focus,
button:active,
a:focus,
a:active {
  outline: none !important;
  box-shadow: none !important;
}

svg path,
svg rect,
svg line {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*==================================================
    Icon Setup
==================================================*/

.icons {
  display: inline-block;
  position: relative;
  vertical-align: top;
  /*background-image:url(../img/icons.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
/**/
.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  vertical-align: top;

  border-top: 1px solid #676767;
  border-left: 1px solid #676767;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.arrow-left {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-right {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow-up {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-down {
  margin-left: 1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.icon-close {
  width: 45px;
  height: 45px;
  background-image: url(../img/icons/icon-close.svg);
}
.black .icon-close {
  background-image: url(../img/icons/icon-close-black.svg);
}

.icon-arrow-prev {
  width: 90px;
  height: 90px;

  background-image: url(../img/icons/icon-arrow-prev-white.svg);
}
.icon-arrow-next {
  width: 90px;
  height: 90px;

  background-image: url(../img/icons/icon-arrow-next-white.svg);
}

.page {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 550px;
  padding-top: 160px;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.container {
  max-width: calc(1370px + 100px);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 9;
}
/* .menu-top-th {
  margin-top: 32px;
} */
/*==================================================
    Header - Menu effect
==================================================*/

.header {
  display: block;
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1020;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 91px;

  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  z-index: 0;
  pointer-events: auto;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolling .navbar-background {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.navbar-brand {
  display: block;
  width: 192px;
  margin: 0 0 0 50px;
  padding: 0;
  position: relative;
  z-index: 9;
}
.navbar-brand img {
  width: 100%;
}

.btn-icon {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  width: 100px;
  height: 85px;
  position: absolute;
  top: -21px;
  left: 0;
  border-radius: 0;
  display: block;
  vertical-align: middle;
  z-index: 1020;
  text-align: center;
}
.btn-icon:before {
  display: none;
}

.btn-icon span.group {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 37px;
  position: relative;
}
.btn-icon span.group span {
  height: 7px;
  background: #8dc63f;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 15px;
  -webkit-transform-origin: 25px, 1px;
  -ms-transform-origin: 25px, 1px;
  transform-origin: 25px, 1px;
}
/*html.delay*/
html.delay .btn-icon span.group span {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-icon span.group span:nth-child(1) {
  top: 0;
  -webkit-transition: -webkit-transform 0.33s 0s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
}

.btn-icon span.group span:nth-child(2) {
  top: 14px;
  -webkit-transition: -webkit-transform 0.21s 0.175s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.21s 0.175s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
}

.btn-icon span.group span:nth-child(3) {
  top: 28px;
  -webkit-transition: -webkit-transform 0.33s 0s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
}

.menu-opened .btn-icon span.group span:nth-child(1) {
  -webkit-transition: -webkit-transform 0.33s 0.45s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  -webkit-transform: rotate(45deg) translate3d(11px, 13px, 0);
  transform: rotate(45deg) translate3d(11px, 13px, 0);
}

.menu-opened .btn-icon span.group span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.21s 0.25s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.menu-opened .btn-icon span.group span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.33s 0.45s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  -webkit-transform: rotate(-45deg) translate3d(8px, -8px, 0);
  transform: rotate(-45deg) translate3d(8px, -8px, 0);
}

.page-slideout,
.header-slideout {
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.page-slideout {
  position: relative;
  /*z-index: 1010;*/
  background-color: #fff;
  overflow: hidden;

  height: 100vh;
  padding-top: 140px;
}

.page-blocker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1050;
  pointer-events: none;
  display: none;
}

.closing .page-slideout,
.menu-opened .page-slideout {
  z-index: 1010;
}
.menu-opened .page-slideout,
.menu-opened .header-slideout,
.menu-opened .page-blocker {
  -webkit-transform: translate(-230px, 0);
  -ms-transform: translate(-230px, 0);
  transform: translate(-230px, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
.menu-opened .page-blocker {
  pointer-events: auto;
  display: block;
  cursor: pointer;
  display: none;
}
.gnb-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1021;
  pointer-events: none;
  background-color: transparent;
  border: 0 solid #8dc63f;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease-in, background 0s linear;
  transition: border 0.3s ease-in, background 0s linear;
}
.menu-opened.device,
.menu-opened.device body {
  overflow: hidden;
  position: relative;
}

.gnb-box {
  display: block !important;
}
.menu-opened .gnb-box {
  border-width: 50vh 50vw !important;
  background-color: transparent;
  -webkit-transition: border 0.3s ease-in, background 0s linear 0.3s;
  transition: border 0.3s ease-in, background 0s linear 0.3s;
}

/*==================================================
    Header - Navbar
==================================================*/

.navbar-main {
  display: block;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1022;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  /*box-shadow: 0 0 10px rgba(0,0,0,0);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-main-open {
  display: block;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1022;
  background-color: rgba(141, 198, 63, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-lagrange {
  display: none;
}
.toggle-lagrange-open {
  background: transparent;
  text-align: right;
  /* padding: 15px 10px 10px 100px; */
  padding: 4px 10px 10px 100px;
  top: 0.5rem;
  right: -9.5rem;
  position: absolute;
  display: unset;
}
li.toggle-language-top {
  position: absolute;
  right: 70px;
  top: 0px;
  padding-left: 30px !important;
}
.display-none {
  display: none;
}
.nav-main {
  display: block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 100px;
  right: 0;
  opacity: 1;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav-main li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.nav-main li a {
  color: #000;
  font-weight: 400;
}
.nav-main li a.font-th {
  padding: 0 1rem;
}
.nav-main li a.top-eng {
  padding: 0 1rem;
}

.nav-main li.active a,
.pc .nav-main li:hover a {
  color: #8dc63f;
}

html.delay .nav-main {
  opacity: 0;
  pointer-events: none;
}
.navbar-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(136, 142, 160, 0.7);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.menu-opened .navbar-overlay {
  opacity: 1;
  left: 0;
  visibility: visible;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.navbar-slideout {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;

  background-color: #8dc63f;
  padding-top: 160px;
  padding-bottom: 50px;
  z-index: 1021;

  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  margin-top: -25px;
  overflow: hidden;
  overflow-y: auto;
}

.menu-opened .navbar-slideout {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.7s;
  left: 0;
  padding-top: 8rem;
}

.navbar-slideout .container,
.navbar-slideout .row {
  height: 100%;
}
.navbar-slideout .row > div.left {
  padding-right: 0;
}
.navbar-slideout .row > div.right {
  padding-left: 8vw;
}
.navbar-slideout .row > div.right:before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  border-left: 2px solid #c4df9b;
}
.navbar-slideout .nav-list {
  padding: 0 25px;
  margin: 0 0 20px;
  list-style-type: none;
}
.navbar-slideout .nav-list li {
  padding: 0 0 0 60px;
  margin: 0;
  list-style-type: none;
  display: block;
}
.navbar-slideout .nav-list li a,
.navbar-slideout .nav-list li span {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  color: #fff;
  font-size: 22px;
  padding: 3px 0 3px 0;
}
.navbar-slideout .nav-list li.title {
  padding-left: 28px;
}
.navbar-slideout .nav-list li.title a,
.navbar-slideout .nav-list li.title span {
  font-size: 22px;
}
.navbar-slideout .nav-list li:not(.title) a:before,
.navbar-slideout .nav-list li:not(.title) span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -22px;

  width: 15px;
  height: 15px;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/icon-arrow-right.svg);
}

.navbar-slideout .nav-list li.title a:before,
.navbar-slideout .nav-list li.title span:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 16px solid #fff;
}
.pc .navbar-slideout .nav-list li a:hover {
  left: 10px;
}
.menu-opened {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .nav-main {
    left: 20vw;
    padding-right: 220px !important;
  }
}
@media screen and (max-width: 1600px), screen and (max-height: 700px) {
  .navbar-slideout {
    padding-top: 0;
  }
  .navbar-slideout-eng {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 1600px), screen and (max-height: 900px) {
  .navbar-slideout .nav-list {
    margin-bottom: 20px;
  }
  .navbar-slideout .nav-list li a,
  .navbar-slideout .nav-list li span {
    font-size: 18px;
  }
  .navbar-slideout .nav-list li.title a,
  .navbar-slideout .nav-list li.title span {
    font-size: 22px;
  }
  .navbar-slideout .nav-list li.title a:before,
  .navbar-slideout .nav-list li.title span:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #fff;
    top: 19px;
  }
  .navbar-slideout .nav-list li:not(.title) a:before,
  .navbar-slideout .nav-list li:not(.title) span:before {
    width: 12px;
    height: 12px;
    top: 10px;
  }
}
@media screen and (max-width: 1400px), screen and (max-height: 780px) {
  .navbar-slideout .nav-list {
    margin-bottom: 10px;
  }
  .navbar-slideout .nav-list li {
    padding-left: 50px;
  }
  .navbar-slideout .nav-list li a,
  .navbar-slideout .nav-list li span {
    font-size: 16px;
  }
  .navbar-slideout .nav-list li.title a,
  .navbar-slideout .nav-list li.title span {
    font-size: 22px;
  }

  .navbar-slideout .nav-list li.title a:before,
  .navbar-slideout .nav-list li.title span:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #fff;
    top: 13px;
    left: -18px;
  }

  .navbar-slideout .nav-list li:not(.title) a:before,
  .navbar-slideout .nav-list li:not(.title) span:before {
    width: 10px;
    height: 10px;
    top: 11px;
    left: -18px;
  }
  .navbar-slideout .row > div.right::before {
    left: 3vw;
  }
}
@media (max-width: 1380px) {
  .nav-main {
    left: auto;
    padding-right: 310px;
  }
  /* .nav-main li a{ padding:0 25px  } */
  .container.lg-has-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
  #myModal .modal-jobvacancy .article,
  #myModal_TH .modal-jobvacancy .article {
    padding: 70px 280px 70px 70px;
  }
}
@media (max-width: 1200px) {
  .navbar-brand {
    margin-left: 25px;
  }
  .nav-main {
    padding-right: 165px;
  }
  .nav-main li a {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .nav-main {
    display: none;
  }

  .navbar-brand {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .toggle-lagrange-open {
    background: transparent;
    text-align: right;
    padding: 4px 10px 10px 100px;
    top: 0.2rem;
    right: -7.5rem;
    position: absolute;
    display: unset;
  }
  body {
    font-size: 17px;
  }
  .container,
  .container-fluid {
    padding: 0 25px;
  }
  .heading.has-line {
    border-bottom-width: 8px;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .container.lg-has-padding {
    padding-left: 50px;
    padding-right: 50px;
  }

  .page-allpage {
    padding-top: 100px;
  }
  .navbar-brand {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -62px;
  }

  .navbar-slideout {
    padding-top: 100px;
  }
  .navbar-slideout .row > div.right {
    padding-left: 15px;
  }
  .navbar-slideout .row > div.right::before {
    display: none;
  }

  .navbar-slideout .container {
    height: calc(100vh - 150px) !important;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-brand {
    width: 150px;
    margin: 0 0 0 -100px;
  }
  .btn-icon {
    width: 80px;
  }
  .btn-icon span.group {
    width: 40px;
    height: 36px;
  }
  .btn-icon span.group span {
    height: 5px;
  }

  .btn-icon span.group span:nth-child(2) {
    top: 11px;
  }
  .btn-icon span.group span:nth-child(3) {
    top: 22px;
  }

  .menu-opened .btn-icon span.group span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(6px, 13px, 0);
    transform: rotate(45deg) translate3d(6px, 13px, 0);
  }
  .menu-opened .btn-icon span.group span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(4px, -9px, 0);
    transform: rotate(-45deg) translate3d(4px, -9px, 0);
  }

  .scrolling .navbar-main {
    height: 68px;
    padding: 15px 0;
  }
  .scrolling .navbar-background {
    height: 65px;
  }
}

@media screen and (max-width: 576px) {
  .navbar-slideout .nav-list {
    padding: 0;
  }
  .navbar-slideout .nav-list li.title a,
  .navbar-slideout .nav-list li.title span {
    font-size: 20px;
  }
  .navbar-slideout .nav-list li.title a::before,
  .navbar-slideout .nav-list li.title span::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    top: 12px;
    left: -18px;
  }
  .navbar-slideout .nav-list li a,
  .navbar-slideout .nav-list li span {
    font-size: 15px;
  }

  .navbar-slideout .nav-list li:not(.title) a::before,
  .navbar-slideout .nav-list li:not(.title) span::before {
    width: 8px;
    height: 8px;
    top: 9px;
    left: -18px;
  }
}

/*==================================================
    Section - setup
==================================================*/

.section {
  display: block;
  position: relative;
}

.sections {
  display: block;
  background-color: #f5f1e6;
  position: relative;
}
.section.pb-200 {
  padding-bottom: 200px;
}
.sections.pb-200 {
  padding-bottom: 200px;
}
.heading {
  display: block;
  color: #000;
  position: relative;
}
.heading.has-line {
  border-bottom: 12px solid #8dc63f;
  padding: 40px 0;
  margin-bottom: 40px;
}
.title-lg {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.title-lg span {
  display: inline-block;
  vertical-align: top;
}
.title-lg .green {
  color: #8dc63f;
}

.title-lg .img {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.title-lg .img.w237 {
  margin-top: -40px;
  width: 237px;
}
.title-md {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
.title-img {
  display: block;
  margin-bottom: 40px;
}
.title-img img {
  display: block;
  max-width: 100%;
}
.article {
  display: block;
  position: relative;
}
.article h3 {
  font-size: 24px;
  font-weight: 500;
  color: #598527;
  margin-bottom: 12px;
}
.article h4 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  margin-top: 15px;
  margin-bottom: 22px;
  font-weight: 700;
}
.article h5 {
  font-size: 20px;
  font-weight: 100;
  color: #000;
  margin-top: 10px;
  margin-bottom: 17px;
}

.article h6 {
  font-size: 18px;
  font-weight: bold;
  color: #406618;
  margin-top: 10px;
  margin-bottom: 5px;
}

.article ul + h6 {
  margin-top: -15px;
}

.article p {
  margin-bottom: 10px;
}
.article p.text-info {
  color: #598527 !important;
  font-size: 21px;
  font-style: italic;
}
.article p.text-info-xs {
  color: #005e20;
  font-size: 15px;
}
.article p.f-30 {
  font-size: 22px;
  line-height: 1.3;
}
.article a {
  color: #0091f0;
  position: relative;
}
.article a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 1px dotted #598527;
  width: 0;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pc .article a:hover {
  color: #598527;
}
.pc .article a:hover:before {
  width: 100%;
}

.article ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px;
  display: block;
}
.article ul.list li {
  padding: 0 0 0 37px;
  margin: 0 0 8px 0;
  display: block;
  position: relative;
}
.article ul.list li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #acd473;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 8px;
}

.article ul.list.space-xs li {
  margin-bottom: 10px;
}

.article ul.list ul {
  padding: 5px 0 0;
  line-height: 1.2;
}
.article ul.list ul li {
  margin: 0 0 5px 0;
}
.article ul.list ul li:before {
  background-color: transparent;
  border: 1px solid #000;
  left: 0;
  top: 5px;
}
.article .photo-row {
  display: block;
  padding-top: 30px;
}
.background {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;

  pointer-events: none;
}
.br-lg {
  display: none;
}
.modal {
  padding-right: 0 !important;
  -webkit-overflow-scrolling: touch;
}
.modal-dialog {
  max-width: 1100px;
}

.modal-dialog.modal-form {
  max-width: 550px;
}

.modal-dialog.pos-middle {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal.fade .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.modal-content {
  border-radius: 0;
  border: 0;
  display: block;
  background-color: white;
}
.modal-header {
  border-radius: 0;
  border: 0;
  padding: 0px 20px;
  background-color: #3fa110;
  height: 28px;
}
.modal-header h5 {
  font-size: 35px;
  font-weight: normal;
  color: #598527;
}
.modal-voip-header {
  color: white;
}
.modal button.close {
  opacity: 1;
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal button.close.black {
  width: 35px;
  height: 35px;
  margin: 15px;
}
.modal button.close.black .icons {
  width: 100%;
  height: 100%;
}
.modal-form {
  font-family: "Mitr", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
}
.modal-form .modal-body {
  padding: 70px 0;
}
.modal-form p {
  margin: 0 0 20px;
  line-height: 0.9;
}
.modal-form p:last-child {
  margin-bottom: 0;
}

.modal-form button.close {
  margin: 10px;
}
.modal-form button.close .icons {
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/icon-close-green.svg);
}

.carousel-control-next,
.carousel-control-prev {
  width: 90px;
}
.carousel-control-prev {
  left: -90px;
  opacity: 1;
}
.carousel-control-next {
  right: -90px;
  opacity: 1;
}

@media (max-width: 1650px) {
  .modal button.close,
  button.close .icon-close {
    width: 35px;
    height: 35px;
  }
  .icon-arrow-prev,
  .icon-arrow-next {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1440px) {
  .nowrap-lg {
    white-space: nowrap;
    line-height: 0.6;
  }
  .br-lg {
    display: block;
  }
}
@media (min-width: 1201px) {
  .article.w670 {
    width: 670px;
  }
  .article.w640 {
    width: 640px;
  }
  .article.w635 {
    width: 635px;
  }
  .article.w610 {
    width: 610px;
  }
  .article.w590 {
    width: 590px;
  }
  .article.w800 {
    width: 800px;
  }
  .nowrap-md {
    white-space: nowrap;
  }
  .nowrap-md {
    white-space: nowrap;
  }
}

@media (max-width: 1500px) {
  .modal-dialog {
    padding: 0 70px;
  }
  .modal-features .modal-content {
    left: 0px !important;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-next,
  .carousel-control-prev {
    position: fixed;
  }
}

@media (max-width: 1380px) {
  .title-lg {
    font-size: 50px;
  }
  .title-lg .img.w237 {
    margin-top: -40px;
    width: 210px;
    margin-right: 20px;
  }
  .title-md {
    font-size: 40px;
  }
  .article h3 {
    font-size: 30px;
  }
  .title-lg .img-maxar {
    width: 500px;
  }
}

@media (max-width: 1200px) {
  .article.w670,
  .article.w640,
  .article.w635,
  .article.w610,
  .article.w590 {
    width: 55vw;
  }
  .icon-arrow-prev,
  .icon-arrow-next {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .article.w670,
  .article.w640,
  .article.w635,
  .article.w610,
  .article.w590 {
    width: auto;
  }
  .title-lg {
    font-size: 45px;
  }
  .title-lg .img.w237 {
    margin-top: -41px;
    width: 189px;
    margin-right: 8px;
  }
  .title-md {
    font-size: 36px;
  }
  .article h3 {
    font-size: 28px;
  }

  .modal-dialog {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .title-lg {
    font-size: 33px;
    margin-bottom: 30px;
  }
  .title-lg .img.w237 {
    margin-top: -32px;
    width: 140px;
    margin-right: 5px;
  }
  .title-md {
    font-size: 32px;
    margin-top: -5px;
  }
  .article h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .article h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .article h5 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .article p {
    margin-bottom: 15px;
    word-wrap: break-word;
  }
  .article ul.list li {
    margin-bottom: 5px;
  }
  .article p.text-info {
    font-size: 18px;
  }

  .article ul.list + h5 {
    margin-top: -15px;
  }

  .modal-dialog {
    padding: 0 10px;
  }

  element.style {
    visibility: visible;
    animation-name: fadeInLeft;
  }
  .title-lg span {
    display: inline-block;
    vertical-align: top;
  }
  .title-lg-th-workforce {
    margin-top: 15px;
    font-size: 22px;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .title-lg {
    font-size: 28px;
  }
  .title-lg .img.w237 {
    margin-top: -29px;
    width: 125px;
  }
  .title-md {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .article h3 {
    font-size: 20px;
  }

  .article ul.list li {
    padding-left: 30px;
  }
  .article ul.list li::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
  /*.carousel-control-next, 
  .carousel-control-prev{
    position: fixed;
    display: block;
    top: 50%;
  }
  .carousel-control-prev{ left: -5% }
  .carousel-control-next{ right: -5% }*/
  .carousel-control-prev {
    left: 0%;
  }
  .carousel-control-next {
    right: 0%;
  }

  .icon-arrow-prev,
  .icon-arrow-next {
    width: 25px;
    height: 25px;
  }
}

/*==================================================
    Page - Homepage
==================================================*/

.section-homepage {
  padding: 120px 0;
}
.article-intro {
  margin: 0 20px;
  position: relative;
  width: 100%;
}
.article-intro .wrap {
  display: block;
}
.article-intro p {
  margin-bottom: 20px;
}

.article-intro .heading h2 {
  font-weight: 500;
}
.article-intro .heading h2 span {
  display: block;
  line-height: 0.6;
}
.article-intro .heading h2 .floating {
  position: absolute;
  color: #636363;
}
.article-intro.solution {
  max-width: 600px;
  font-size: 20px;
}
.article-intro.solution .heading .group {
  display: block;
  max-width: 500px;
}
.article-intro.solution .heading .font-customize {
  font-size: 90px;
}
.article-intro.solution .heading .font-to,
.article-intro.solution .heading .font-the {
  font-size: 40px;
  color: #63636a;
  display: inline-block;
  font-weight: 500;
}
.article-intro.solution .heading .f-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding-left: 20px;
}
.article-intro.solution .heading .font-to {
  position: absolute;
  left: 0;
}
/* .article-intro.solution .heading .font-the{} */
.article-intro.solution .heading .font-right {
  font-size: 130px;
  margin-top: 36px;
  text-align: center;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.article-intro.solution .heading .font-solution {
  font-size: 65px;
  text-align: right;
  padding-top: 5px;
  margin-top: 48px;
  font-weight: 600;
}
/***************service*******************/

.article-intro.service {
  max-width: 650px;
  float: right;
}
.article-intro.service .heading {
  text-align: center;
}
.article-intro.service .heading .group {
  display: inline-block;
  text-align: left;
}
.article-intro.service .heading .f-group {
  display: block;
  text-align: center;
}
.article-intro.service .heading .font-our {
  font-size: 65px;
  font-weight: 600;
  display: block;
  color: #636363;
  padding-left: 70px;
}
.article-intro.service .heading .font-service {
  font-size: 130px;
  display: block;
  text-align: center;
  font-weight: 300;
  display: block;
  margin-top: 25px;
}
.article-intro.service .heading .font-and {
  font-size: 60px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  font-weight: 300;
}
.article-intro.service .heading .font-solution {
  font-size: 70px;
  display: block;
  text-align: center;
  padding-left: 70px;
  font-weight: normal;
}

.box-navlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box-navlist ul {
  padding: 30px 0;
}
.box-navlist li {
  margin: 2px 0;
  padding: 0;
  display: block;
  position: relative;
}

.box-navlist li:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 100px;
  background-color: #acd473;
  transition-duration: 0.6s;
  z-index: 1;
}
.box-navlist li.title:before {
  display: none;
}
.box-navlist li.title.has-link:before {
  display: block;
}
.pc .box-navlist li:hover:before {
  width: 100%;
}
.box-navlist li.active:before {
  width: 100%;
}
.box-navlist li > a,
.box-navlist li > span {
  display: block;
  position: relative;
  height: 53px;
  line-height: 53px;
  padding-left: 55px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
.box-navlist li.title > a,
.box-navlist li.title > span {
  font-weight: bold;
  padding-left: 20px;
}
.box-navlist li:not(.title) a:before,
.box-navlist li:not(.title) span:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 15px;
  width: 24px;
  height: 24px;
  background-color: #acd473;
  border-radius: 50%;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-navlist li:not(.title) a:after,
.box-navlist li:not(.title) span:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 26px;

  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-navlist li:not(.title).active a:after {
  border-left: 8px solid #acd473;
}
.pc .box-navlist li:not(.title):hover a:after {
  border-left: 8px solid #acd473;
}
.box-navlist li:not(.title).active a:before {
  background-color: #ffffff;
}
.pc .box-navlist li:not(.title):hover a:before {
  background-color: #ffffff;
}
.box-navlist.has-bg {
  float: right;
  max-width: 635px;
  width: 100%;
}
.box-navlist .box-heading {
  display: block;
  background-color: #b6dd7b;
  border-radius: 10px 10px 0 0;
  margin-bottom: 2px;
  padding: 20px 15px;
}
.box-navlist .box-heading h3 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.box-navlist .box-content {
  display: block;
  background-color: #b6dd7b;
  border-radius: 0 0 10px 10px;
}

.box-navlist.font-sm ul {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
  max-width: 491px;
  margin: 0 auto;
}
.box-navlist.font-sm li a,
.box-navlist.font-sm li span {
  font-size: 16px;
  height: 48px;
  line-height: 51px;
}
.box-navlist.font-sm li.title {
  margin-top: 10px;
}
.box-navlist.font-sm li.title:first-child {
  margin-top: 0;
}
.box-navlist.font-sm li.title a,
.box-navlist.font-sm li.title span {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

.box-navlist.font-sm li:not(.title) a::before {
  top: 12px;
}

.box-navlist.font-sm li:not(.title) a::after {
  top: 18px;
  left: 26px;
}
.box-navlist.has-bg li:not(.title) a::before {
  background-color: #fff;
}
.box-navlist.has-bg li:not(.title) a::after {
  border-left-color: #b6dd7b;
}
.box-navlist.has-bg li:before {
  background-color: #cdeb9f;
}

/***************Clients*******************/

.section-homepage.client {
  padding-top: 70px;
}

.article-intro.client {
  max-width: 100%;
}
.article-intro.client .heading {
  max-width: 865px;
}
.article-intro.client .heading .font-clients {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 32px;
}
.article-intro.client .heading .font-of {
  font-size: 65px;
  color: #7d7d7d;
  padding-left: 95px;
  margin-top: 16px;
  font-weight: 300;
}
.article-intro.client .heading .font-appriciation {
  font-weight: 300 !important;
  display: inline-block;
  color: #000;
  font-weight: normal;
  margin-left: 15px;
  padding-bottom: 15px;
}

.client-list {
  display: block;
  padding-top: 100px;
}
.client-list .row {
  position: relative;
  padding: 50px 0;
  margin: 0 -60px;
  display: block;
  font-weight: 0;
}
.client-list .row > div {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 60px;

  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.client-item {
  display: inline-block;
  background-color: #a1c175;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
}
.client-item img {
  width: 100%;
}

.client-item.w235 {
  width: 235px;
  height: 235px;
}
.client-item.w220 {
  width: 220px;
  height: 220px;
}
.client-item.w215 {
  width: 215px;
  height: 215px;
}
.client-item.w170 {
  width: 170px;
  height: 170px;
}
.client-item.w165 {
  width: 165px;
  height: 165px;
}
.client-item.w140 {
  width: 140px;
  height: 140px;
}

.client-list .row.row1 .client-item.w165 {
  top: 27px;
}

.client-list .row.row2 {
  padding-left: 105px;
}

.client-list .row.row3 {
  padding: 80px 0;
  padding-left: 230px;
}
.client-list .row.row3 .client-item.w165 {
  top: -27px;
}

.client-list .row.row4 {
  padding: 50px 0;
  padding-left: 400px;
}
.client-list .row.row4 .client-item.w165 {
  top: -70px;
  left: 50px;
}
.client-list .row.row4 .client-item.w140 {
  top: -150px;
  left: 150px;
}

/*==================================================
    Page - Why terrabit
==================================================*/

.section-whyterrabit .row > div.left {
}
.section-whyterrabit .row > div.right {
}

.section-whyterrabit .article {
  max-width: 532px;
}
.section-whyterrabit .article h2 span {
  display: inline-block;
  vertical-align: top;
}
.whyterrabit-slogan {
  display: block;
  text-align: center;
  padding-top: 130px;
  position: relative;
}
.whyterrabit-slogan:after {
  display: none;
  background: -moz-linear-gradient(180deg, transparent, #fff 3rem) no-repeat
    bottom center/100% 100%;
  background: -webkit-linear-gradient(180deg, transparent, #fff 3rem) no-repeat
    bottom center/100% 100%;

  background: linear-gradient(180deg, transparent, #fff 3rem) no-repeat bottom
    center/100% 100%;

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: 1s ease-out;

  z-index: 9;
}
.page-loaded .whyterrabit-slogan:after {
  background-size: 100% 0%;
}

.whyterrabit-slogan h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  color: #362f2d;
  max-width: 700px;
  line-height: auto;
}
.green {
  color: #8dc63f;
}
.whyterrabit-slogan h2 span.br {
  display: block;
}
.whyterrabit-slogan h2 .green {
  display: inline-block;
}

.pyramid-wrap {
  display: block;
  transform: scale(0.8);
}

/*==================================================
    Page - Service
==================================================*/

.section-service .article {
  padding-right: 90px;
}
.box-navlist-clone .box-navlist {
  display: none;
}

/*------------- Turnkey Solution -------------*/

.section-turnkey .article {
}

/*------------- Site Decoration -------------*/
.section-sitededicated .article {
  padding-right: 60px;
}

.modal-gallery .modal-content {
  background-color: transparent;
}

.gallery-box {
  display: block;
  background-color: #fff;
}
.gallery-box .gallery-heading {
  padding: 30px 75px 25px;
  font-size: 35px;
  font-weight: normal;
  color: #598527;
}

.box-navlist.sitedecoration ul {
  max-width: 550px !important;
  margin: 0 auto;
}

.modal-siteDecorationGallery {
  max-width: 635px;
}
.modal-siteDecorationGallery .modal-content {
  background-color: transparent;
}

.modal .box-navlist {
  float: none;
  display: block !important;
}
.modal .box-navlist .box-heading {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}

#galleryModal.show + #siteDecorationGallery {
  opacity: 0;
  pointer-events: none;
}

/*------------- Business Process Outsourcing (BPO) -------------*/

.section-businessproces .row > div.col3 .article {
  padding-right: 50px;
}

.section-businessproces .row > div.col4 .article {
  padding-top: 95px;
  padding-left: 50px;
}

.section-businessproces .article ul.list li {
  margin-bottom: 10px;
}

/*==================================================
    Page - Our Product
==================================================*/

.ourproduct {
  display: block;
  padding-top: 30px;
}
.ourproduct .readmore .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
}
.ourproduct .readmore .icon .arrow-right {
  width: 8px;
  height: 8px;
  border-top: 2px solid #0091f0;
  border-left: 2px solid #0091f0;
}

.ourproduct .logo {
  max-width: 250px;
}

.pc .ourproduct .readmore:hover:before {
  display: none;
}
.pc .ourproduct .readmore:hover .icon .arrow-right {
  border-top: 2px solid #598527;
  border-left: 2px solid #598527;
  left: 5px;
}

/*------------- MAXAR Ruamitr -------------*/

.box-navlist.maxarruamitr ul {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100% !important;
}
.box-navlist.maxarruamitr li a,
.box-navlist.maxarruamitr li span,
.box-navlist.sitedecoration li a,
.box-navlist.sitedecoration li span {
  height: auto;
  min-height: 53px;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal-features .modal-content {
  background-color: transparent;
  position: relative;
  left: -11px;
}
.modal-features .carousel-inner {
  background-color: #fff;
}
/*.modal-features .carousel-inner:before{
  content: '';
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 9;
  pointer-events: none;
  width: 165px;
  height: 53px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/maxar_logo.png);
}*/
.modal-features .carousel-inner:after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -246px;
  z-index: 9;
  opacity: 0.3;
  pointer-events: none;

  width: 500px;
  height: 500px;

  transform: rotate(125deg);

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg/bg06.png);
}
.modal-features .carousel-item {
  z-index: 10;
}
.modal-features .article {
  display: block;
  background-color: transparent;
  padding: 50px 60px 25px;
  margin: 0 0;
  min-height: 85vh;
  /*position: relative;
  z-index: 9*/
}
.modal-features .article .logo {
  display: block;
  padding-bottom: 30px;
  margin-top: -5px;
}
.modal-features .article .logo img {
  display: block;
  width: 165px;
}
.modal-features .article h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.modal-features .article h5 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.modal-features .article .list li {
  margin-bottom: 10px;
}

.modal-features .article .row > div.col-xl-6:first-child {
  padding-right: 40px;
}

/*==================================================
    Page - About us
==================================================*/

.werterrabit-gallery {
  text-align: right;
  margin-top: -150px;
  position: relative;
}
.werterrabit-gallery .row {
  margin: 0;
}
.werterrabit-gallery .row > div {
  padding: 0;
}

.werterrabit-gallery img {
  position: relative;
  z-index: 1;
}

.section-werterrabit + .footer {
  margin-top: -25vw;
}

.coffee-cup {
  margin: 0 auto;
  width: 435px;
  position: absolute;
  left: 50%;
  bottom: 11.5vw;
  margin-left: -217px;
  z-index: 900;
}
.coffee-cup .img {
  position: relative;
  width: 435px;
  height: 415px;
  background: url("../img/thumb/coffee-cup.png") 0 0 no-repeat;
  background-size: contain;
}
.smoke-wrap {
  position: absolute;
  top: -110px;
  left: -150px;
  bottom: 50px;
  z-index: 9;
  width: 100%;
}
.smoke-wrap .smoke {
  position: absolute;
  width: 450px;
  height: 450px;
  background: url("../img/thumb/smoke-texture2.png") no-repeat;
  background-size: contain;
  bottom: 200px;
  margin-left: 0px;
}

@media (max-width: 1550px) {
  .coffee-cup {
    bottom: 10vw;
  }
}

@media (max-width: 1380px) {
  .coffee-cup {
    width: 300px;
    margin-left: -150px;

    bottom: 12vw;
  }
  .coffee-cup .img {
    width: 300px;
    height: 287px;
  }

  .smoke-wrap {
    top: -50px;
    left: -180px;
    bottom: 50px;
  }

  .smoke-wrap .smoke {
    width: 280px;
    height: 280px;
    bottom: 100px;
  }

  .modal-features .carousel-inner::after {
    width: 50%;
    right: 2%;
  }
}

@media (max-width: 992px) {
  .coffee-cup {
    width: 200px;
    margin-left: -100px;
  }
  .coffee-cup .img {
    width: 200px;
    height: 191px;
  }

  .smoke-wrap {
    top: -50px;
    left: -120px;
    bottom: 50px;
  }

  .smoke-wrap .smoke {
    width: 120px;
    height: 120px;
    bottom: 100px;
  }
}

@media (max-width: 767px) {
  .coffee-cup {
    display: none;
  }
  .modal-features .article .logo {
    margin: 0;
    padding-bottom: 20px;
  }
  .modal-features .article .logo img {
    margin: 0 auto;
  }
  .modal-features .carousel-inner::after {
    width: 60%;
    right: 2%;
  }
}

/*----------------About Terrabit-------------------*/

.section-aboutus .article .logo-accrd {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 100%;
}

.section-aboutus .article h3,
.section-aboutus .article h5 {
  margin-bottom: 0;
}

@media (min-width: 1201px) {
  .section-aboutus .article h3 {
    margin-top: 30px;
  }
  .article h5 {
    margin-top: 5px;
  }
}

/*----------------Our Milestones-------------------*/

.milestones-wrap {
  display: block;
  text-align: center;
  max-width: 900px;
  padding-top: 50px;
}
.milestones-item {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.milestones-item + .milestones-item {
  margin-top: -15px;
}
.milestones-item .inner {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -10px;
}
.milestones-item .border {
  content: "";
  position: absolute;
  top: 0;
  left: 28%;
  right: 50%;
  bottom: 0;
  border: 0 !important;
  background-color: #c0f2d8;
  border-radius: 20px 0 0 20px;
}
.milestones-item .border:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: 15px;
  background-color: #ffffff;
  border-radius: 17px 0 0 17px;
}

.milestones-item .border.right {
  border-radius: 0 20px 20px 0;
  left: 50%;
  right: 28%;
}
.milestones-item .border.right:after {
  top: 15px;
  left: 0;
  right: 15px;
  bottom: 15px;
  border-radius: 0 17px 17px 0;
}

.milestones-item h6 {
  font-size: 60px;
  font-weight: bold;
  position: relative;
  padding-top: 30px;
  margin-bottom: 15px;
}
.milestones-item h6 .dot {
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 38px;
  background-color: #ccc;
  border-radius: 50%;

  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -19px;
}

.milestones-item p {
  padding-bottom: 15px;
  margin: 0;
}
.milestones-item p:last-child {
  padding-bottom: 40px;
}

.milestones-item.y2018 h6 {
  color: #95de32;
}
.milestones-item.y2018 h6 .dot {
  background-color: #95de32;
}
.milestones-item.y2018 .border {
  background-color: #c0f2d8;
}

.milestones-item.y2015 h6 {
  color: #2ed37e;
}
.milestones-item.y2015 h6 .dot {
  background-color: #2ed37e;
}
.milestones-item.y2015 .border {
  background-color: #c4e4fa;
}

.milestones-item.y2013 h6 {
  color: #3aa6ed;
}
.milestones-item.y2013 h6 .dot {
  background-color: #3aa6ed;
}
.milestones-item.y2013 .border {
  background-color: #eacee9;
}

.milestones-item.y2010 h6 {
  color: #b85cb6;
}
.milestones-item.y2010 h6 .dot {
  background-color: #b85cb6;
}
.milestones-item.y2010 .border {
  background-color: #fbc3e4;
}

.milestones-item.y2008 h6 {
  color: #f238a6;
}
.milestones-item.y2008 h6 .dot {
  background-color: #f238a6;
}

/*----------------Our Leader-------------------*/

.founders-wrap {
  display: block;
  padding-top: 35px;
  max-width: 915px;
}

.founders-wrap .title-main {
  color: #598527;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 35px;
}

.founder-item {
  display: block;
  position: relative;
  padding-left: 275px;
  padding-bottom: 30px;
}
.founder-item .photo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 220px;
  height: 220px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.founder-item .photo img {
  width: 200px;
}
.founder-item .photo img.img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc .founder-item:hover .photo img.img-hover {
  opacity: 1;
}
.device .founder-item .photo img.img-hover {
  opacity: 0;
}

.founder-item h2 {
  font-size: 20px;
  font-weight: bold;
}
.founder-item h5 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
}
.founder-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #598527;
  font-style: italic;
  margin: 25px 0;
}

/*----------------Our Clients-------------------*/

.client-wrap h3 {
  font-size: 24px;
  color: #598527;
  font-weight: normal;
  margin: 50px 0 20px;
}

.client-wrap .row {
  margin: 0 -25px;
}
.client-wrap .row > div {
  padding: 25px;

  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.client-thumb {
  position: relative;
  display: block;
}
.client-thumb .photo {
  display: block;
  position: relative;
  border: 1px solid #adadad;
  z-index: 10;
  background-color: #fff;
}
.client-thumb .photo img {
  width: 100%;
}

.client-thumb .photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  visibility: hidden;
  opacity: 0;

  background-color: rgba(157, 216, 78, 0.5);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.client-thumb .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 10px;
  background-color: #9dd84e;
  opacity: 0;
  visibility: hidden;
  z-index: 9;

  font-size: 17px;
  line-height: 1.2;
  color: #000;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pc .client-thumb:hover .info {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.pc .client-thumb:hover .photo:before {
  visibility: visible;
  opacity: 1;
}

.client-thumb .info p {
  margin: 0;
}
.client-thumb .info h5 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  margin-top: 5px;
}

/*==================================================
    Page - Contact us
==================================================*/

.callus-followus {
  display: block;
  padding: 35px 0 35px;
}
.callus-item {
  display: inline-block;
  vertical-align: top;
}
.followus-item {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
}
.callus-voip {
  display: block;
  padding: 35px 0 35px;
  max-width: 447px;
}
.callus-item a {
  display: block;
  color: #fff !important;
  font-size: 30px;
  font-weight: normal;
  background-color: #8dc63f;
  padding: 0 20px;
  height: 60px;
  line-height: 62px;
  border-bottom: 0 !important;
  white-space: nowrap;
}
.callus-item a:before {
  display: none;
}
.pc .callus-item a:hover {
  background-color: #71a12f;
}

.followus-item {
  height: 60px;
  line-height: 62px;
  font-size: 20px;
  margin-left: 70px;
}
.followus-item img {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  margin: -18px 7px 0 15px;
}

/*==================================================
    Page - Join us
==================================================*/
.box-navlist.joinus {
  max-width: 625px;
}
.box-navlist.joinus .box-content {
  border-radius: 0 0 20px 20px;
}
ol.level-list {
  margin: 0;
  padding: 0 0 0 25px;
  list-style-type: none;
  display: block;
}
ol.level-list li {
  margin: 2px 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 0;
  height: 118px;
  line-height: 118px;
  text-align: right;
}

ol.level-list li:before,
ol.level-list li a:before,
ol.level-list li a:after,
ol.level-list li span:before,
ol.level-list li span:after {
  display: none !important;
}

ol.level-list li .group {
  display: inline-block;
  text-align: left;
  position: relative;
}

ol.level-list li .title {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  text-align: center;
  height: inherit;
  line-height: inherit;
  position: relative;
}
ol.level-list li .title {
  background-color: #3bdf8b;
}

ol.level-list li .title span {
  display: inline-block;
  line-height: 1.3;
  height: auto;
  vertical-align: middle;
  font-size: 25px;

  color: #fff;

  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

ol.level-list li.level1 .group {
  width: 50%;
  background-color: #27955d;
}
ol.level-list li.level1 .title {
  width: 92%;
}

ol.level-list li.level2 .group {
  width: 60%;
  background-color: #2d8a5a;
}
ol.level-list li.level2 .title {
  width: 80%;
  background-color: #43cf87;
}

ol.level-list li.level3 .group {
  width: 70%;
  background-color: #328158;
}
ol.level-list li.level3 .title {
  width: 71%;
  background-color: #4bc184;
}

ol.level-list li.level4 .group {
  width: 80%;
  background-color: #287b50;
}
ol.level-list li.level4 .title {
  width: 64%;
  background-color: #3cb878;
}

ol.level-list li.level5 .group {
  width: 90%;
  background-color: #206842;
}
ol.level-list li.level5 .title {
  width: 59%;
  background-color: #309c64;
}

ol.level-list li.level6 .group {
  width: 100%;
  background-color: #175234;
  border-bottom-right-radius: 20px;
}
ol.level-list li.level6 .title {
  width: 55%;
  background-color: #237c4e;
}

ol.level-list li .img-hover {
  position: absolute;
  display: block;
  z-index: 10;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ol.level-list li .img-hover {
  max-width: 100%;
}
ol.level-list li.level1 .img-hover {
  left: -12px;
  top: -58px;
}
ol.level-list li.level2 .img-hover {
  left: -19px;
  top: -27px;
}
ol.level-list li.level3 .img-hover {
  left: -22px;
  top: 27%;
}
ol.level-list li.level4 .img-hover {
  left: -16%;
  bottom: -33px;
}
ol.level-list li.level5 .img-hover {
  right: -67px;
  top: -5px;
}
ol.level-list li.level6 .img-hover {
  right: 10px;
  bottom: -3px;
}
.joinus-gif {
  max-width: 550px;
  display: block;
}
.joinus-gif img {
  width: 100%;
}

/*==================================================
    Page - Job vacancy
==================================================*/

.section-jobvacancy .article.pb-200 {
  padding-bottom: 200px;
}

.sections-jobvacancy .article.pb-200 {
  padding-bottom: 200px;
}

.modal-jobvacancy .modal-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 350px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/bg/bg20.png);
}

.modal-jobvacancy .article {
  padding: 70px 145px;
  max-width: 1030px;
  position: relative;
  min-height: 500px;
}
.modal-jobvacancy .article h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-jobvacancy .article h5 {
  margin-top: 30px;
}
.modal-jobvacancy .article ul.list {
  margin-left: 0;
}
.modal-jobvacancy .article ul.list li {
  line-height: 1.7;
  margin-bottom: 0;
}

.modal-jobvacancy .article ul.list li::before {
  width: 4px;
  height: 4px;
  background-color: #000;
  top: 12px;
  left: 2px;
}
.modal-jobvacancy .buttons {
  padding: 40px 0;
}

/*==================================================
    Section - Online Application
==================================================*/

ul.steps-form {
  display: block;
  padding: 17px 0 0;
  margin: 0 0 0 -15px;
  list-style-type: none;
  font-size: 0;
}
ul.steps-form li {
  display: inline-block;
  padding: 0 25px;
  margin: 0;
  list-style-type: none;
  position: relative;
}
ul.steps-form li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  height: 4px;
  width: 50px;
  background-color: #8dc63f;
  margin-top: -1px;
}
ul.steps-form li:first-child:before {
  display: none;
}
ul.steps-form li span {
  display: block;
  width: 52px;
  height: 52px;
  background-color: #c2c2c2;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
  border-radius: 50%;
}
ul.steps-form li.active span {
  background-color: #8dc63f;
}
.form {
  line-height: 1;
  font-family: "Mitr-Light", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #000;
}

.form h3 {
  font-family: "Mitr", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #000;
}
.form h3.thin {
  font-family: "Mitr", sans-serif;
  font-weight: 100;
}
.form .mw316 {
  max-width: 316px;
}
.form .star {
  color: #ff0000;
  position: absolute;
  top: 0;
  left: 0;

  font-size: 20px;
  font-family: "Mitr", sans-serif;
  font-weight: 100;
}
.form .input-text {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.form .font-lg {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
}
.table-form {
  width: 100%;
  table-layout: fixed;
  margin: 50px 0;
}
.table-form tr th {
  font-weight: normal;
  font-size: 16px;
  line-height: 0.9;
  width: 260px;
}
.table-form tr th .font-xs {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.table-form tr th,
.table-form tr td {
  padding: 10px 0;
}
.table-form {
  max-width: 755px;
}
h3 + .table-form {
  margin-top: 40px;
}

.table-form.has-line:not(.main) {
  margin: 50px 0;
}
.table-form.has-line:not(.main) tr:first-child th,
.table-form.has-line:not(.main) tr:first-child td {
  padding-top: 50px;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
}
.option-block {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.option-block li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.table-form tr.militarystatus th,
.table-form tr.militarystatus td {
  padding: 25px 0;
  vertical-align: top;
}
.table-form tr.militarystatus td {
  padding-left: 30px;
}

.form .buttons {
  display: block;
  padding-top: 50px;
}
.form .buttons .btn {
  font-size: 22px;
  font-family: "Mitr", sans-serif;
  font-weight: 500;
  border-radius: 10px;
  height: 65px;
  line-height: 63px;
}
.form .buttons .btn.next {
  float: right;
}

.form textarea.form-control {
  line-height: 0.9;
  height: 200px;
  padding-top: 10px;
}
.form textarea.form-control.mh135 {
  height: 130px;
}

.attachment {
  line-height: 1;
  margin-top: 50px;
}
.field-error .form-control,
.field-error .select {
  border-color: #ffaaaa !important;
  background-color: #ffeaea !important;
}
.field-error .select.has-value {
  border-color: #b2b2b2 !important;
  background-color: #fff !important;
}
.add-moreinfo {
  display: block;
  cursor: pointer;
  color: #0072bc;
  font-family: "Mitr", sans-serif;
  margin-bottom: 60px;
  position: relative;
  padding-top: 5px;
  padding-left: 35px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc .add-moreinfo:hover {
  opacity: 0.75;
}

.add-moreinfo img {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.table-line {
  display: none;
}
.table-form.language {
  margin-bottom: 0;
}
.table-form.language tr th {
  width: auto;
  font-size: 16px;
  padding: 18px 0 15px;
  line-height: 1;
}
.table-form.language tr th,
.table-form.language tr td {
  text-align: center;
}

.table-form.language tr th:first-child {
  width: 310px;
  font-family: "Mitr", sans-serif;
  font-size: 22px;
  text-align: left;
}
.table-form.language tr td:first-child {
  text-align: left;
}

.table-form.language tr th span {
  display: block;
}

.table-form.language .radio-group label {
  width: 20px;
  height: 20px;
  padding: 0;
}
.radio-group.square label::before {
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.radio-group.square input[type="radio"]:checked + label::after {
  background-color: transparent;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  background-image: url(../img/icons/icon-checked.svg);
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}

.table-form.language ul.radio-wrap {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
}
.table-form.language ul.radio-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}
.radio-wrap li.field-error .radio-group.square label::before,
.radio-wrap li.field-error + li .radio-group.square label::before,
.radio-wrap li.field-error + li + li .radio-group.square label::before {
  border-color: #ffaaaa !important;
  background-color: #ffeaea !important;
}

.field-error .radio-group.square label::before,
.field-error + .radio-group.square label::before {
  border-color: #ffaaaa !important;
  background-color: #ffeaea !important;
}

.table-form.skill {
  margin-bottom: 0;
}
.table-form.skill tr th,
.table-form.skill tr td {
  padding: 20px 0;
}
.table-form.skill tr th {
  width: 240px;
}

.table-form.skill tr td {
  padding-left: 75px;
  position: relative;
}

.typing-box {
  display: table;
  text-align: center;
  position: absolute;
  top: 19px;
}
.typing-box.left {
  left: 20px;
}
.typing-box.right {
  right: 0;
}

.typing-box > div {
  display: table-cell;
  vertical-align: middle;
}
.typing-box .text-item {
  font-size: 18px;
  padding-right: 25px;
}
.typing-box .text-item span {
  display: block;
  font-size: 16px;
}
.typing-box .input-item {
  position: relative;
  width: 140px;
}
.typing-box .input-item .text {
  display: block;
  font-size: 24px;
  padding-bottom: 5px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.table-form.preferences {
  max-width: 680px;
  margin-top: 20px;
}
.table-form.preferences tr td {
  padding: 15px 0;
}
.table-form.preferences tr td.text {
  width: 359px;
  text-align: left;
}
.table-form.preferences tr td.text span {
  display: block;
  padding-top: 8px;
}
.table-form.preferences tr td {
  text-align: center;
}

.table-form.preferences .radio-group {
  margin: 0 20px;
}
.table-form.preferences .radio-group label {
  line-height: 1;
  display: block;
  text-align: center;
  padding-left: 35px;
}
.table-form.preferences .radio-group label span {
  display: block;
}

.table-form.preferences .form-control {
  max-width: 325px;
}

#btn_language {
  display: block;
  margin-top: 50px;
}
.custom-file {
  padding-left: 45px;
}
.custom-file:before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 45px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  background-image: url(../img/icons/icon-paper.svg);
}
.custom-file-label {
  left: 33px;
  color: #555;
  background-color: #fff;
  border: 0;
  border-radius: 0;

  padding: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.custom-file-label.selected {
  color: #000;
}
.custom-file-label:after {
  display: none;
}
.custom-file-input {
  cursor: pointer;
}

.file {
  position: relative;
  max-width: 355px;
  margin-left: -6px;
}
.file__input,
.file__value {
  background-color: rgba(255, 255, 255, 0.1);
}
.file__input--file {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.file__input--label {
  display: block;
  background-color: #ffffff;
  height: 45px;
  line-height: 45px;
  padding-left: 40px;
  margin-bottom: 25px;
  color: #0072bc;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.file__input--label:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 30px;

  background-repeat: no-repeat;
  background-size: 33px;
  background-position: center center;
  background-image: url(../img/icons/icon-addfile.svg);
}
.pc .file__input--label:hover {
  opacity: 0.75;
}
.file__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
  margin: 15px 0;
  font-size: 22px;
  line-height: 0.9;
}
.file__value:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 2px;
  width: 30px;
  height: 30px;

  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center center;
  background-image: url(../img/icons/icon-paper.svg);
}

.file__value--remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;

  width: 25px;
  height: 25px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  background-image: url(../img/icons/icon-trash.svg);
}
.pc .file__value--remove:hover {
  opacity: 0.75;
}

.file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px 0;
  display: inline-block;
}
.avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: -12px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  position: relative;
  background: #2184c5;
  border-radius: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #126fad;
  border-color: #126fad;
}
.avatar-upload .avatar-edit input + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-camera-white.svg);
}
.avatar-upload .avatar-preview {
  width: 105px;
  height: 118px;
  position: relative;
  border: 2px solid #ebebeb;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*==================================================
    Section -Footer
==================================================*/
.footer {
  display: block;

  position: relative;
  padding-top: 225px;
  padding-bottom: 200px;
  z-index: 100;
}

.footers {
  display: block;
  background-color: #f5f1e6;
  position: relative;
  padding-top: 225px;
  padding-bottom: 200px;
  z-index: -1;
}
.footer .background {
  background-image: url(../img/thumb/footer-texture.png);
  background-size: cover;
  background-position: top center;
  background-color: transparent;
}
.footers .background {
  background-image: url(../img/thumb/footer-texture.png);
  background-size: cover;
  background-position: top center;
  background-color: transparent;
}

.footer .container {
  position: relative;
  z-index: 9;
}
.footers .container {
  position: relative;
  z-index: 9;
}

.footer .row.mw-900 {
  float: right;
  max-width: 900px;
  width: 100%;
}
.footers .row.mw-900 {
  float: right;
  max-width: 900px;
  width: 100%;
}
.footer .row > div.right {
  text-align: center;
}

.footer .row > div.right .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.footers .row > div.right .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.footer .row > div.right .line:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 5px;
  background-color: #8dc63f;
  border-radius: 10px;
}
.footers .row > div.right .line:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 5px;
  background-color: #8dc63f;
  border-radius: 10px;
}

.company-logo {
  display: inline-block;
  padding-left: 20px;
}

.company-logo .logo {
  display: block;
  width: 280px;
  padding: 50px 0 85px;
}
.company-logo .logo img {
  width: 100%;
}
.company-logo .copyright {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-left: 30px;
}

.company-info {
  color: #fff;

  font-size: 19px;
  padding-left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.company-info h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
}
.company-info p {
  margin-bottom: 20px;
  line-height: 1.3;
}
.company-info p:last-child {
  margin-bottom: 0;
}
.company-info p a.email {
  color: #c4df9b;
}

.pc .company-info p a:hover {
  opacity: 0.75;
}

/*==================================================
    Responsive media queries
==================================================*/

@media (min-width: 1119px) and (max-width: 1440px) {
}
@media (max-width: 1680px) {
  .section-whyterrabit .article {
    padding-left: 5vw;
  }
}
@media (max-width: 1440px) {
  .client-list {
    padding-top: 45px;
  }
  .client-item.w235 {
    width: 205px;
    height: 205px;
  }
  .client-item.w220 {
    width: 190px;
    height: 190px;
  }
  .client-item.w215 {
    width: 185px;
    height: 185px;
  }
  .client-item.w170 {
    width: 145px;
    height: 145px;
  }
  .client-item.w165 {
    width: 130px;
    height: 130px;
  }

  .client-list .row {
    margin: 0;
    padding: 4vw 0;
  }
  .client-list .row > div {
    padding: 0 4vw;
  }

  .client-list .row.row2 {
    padding-left: 6vw;
  }
  .client-list .row.row3 {
    padding-left: 12vw;
  }
  .client-list .row.row4 {
    padding-left: 18vw;
  }

  .client-list .row.row3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .client-list .row.row4 .client-item.w140 {
    left: 80px;
    top: -120px;
  }

  .article p.f-30 {
    font-size: 25px;
  }
}

@media (max-width: 1380px) {
  .whyterrabit-slogan h2 {
    font-size: 38px;
  }
  .section-service .article,
  .section-sitededicated .article {
    padding-right: 20px;
  }

  .gallery-box .gallery-heading {
    font-size: 25px;
    padding: 25px 40px 20px;
  }

  .box-navlist.maxarruamitr li a,
  .box-navlist.maxarruamitr li span {
    font-size: 20px;
  }

  .box-navlist.maxarruamitr li a br {
    display: none;
  }
  .box-navlist.sitedecoration li a,
  .box-navlist.sitedecoration li span {
    font-size: 20px;
    padding-top: 15px;
  }

  .werterrabit-gallery {
    margin: -150px -80px 0;
    display: block;
  }

  .founders-wrap .title-main,
  .client-wrap h3 {
    font-size: 30px;
  }

  .client-wrap .row {
    margin: 0 -15px;
  }
  .client-wrap .row > div {
    padding: 15px;
  }
  .client-thumb .info {
    font-size: 16px;
  }

  ul.steps-form {
    float: right;
    white-space: nowrap;
  }
  ul.steps-form li {
    padding: 0 20px;
  }
  ul.steps-form li::before {
    left: -20px;
    width: 40px;
  }
  ul.steps-form li span {
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 46px;
  }

  ol.level-list li .title span {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .article-intro.service {
    max-width: 550px;
  }

  .section-homepage.client {
    padding-top: 0px;
  }

  .client-list {
    padding-top: 25px;
  }
  .client-item.w235 {
    width: 18vw;
    height: 18vw;
  }
  .client-item.w220 {
    width: 17vw;
    height: 17vw;
  }
  .client-item.w215 {
    width: 16vw;
    height: 16vw;
  }
  .client-item.w170 {
    width: 14vw;
    height: 14vw;
  }
  .client-item.w165 {
    width: 12vw;
    height: 12vw;
  }
  .client-item.w140 {
    width: 10vw;
    height: 10vw;
  }

  .section-whyterrabit .article {
    max-width: 100%;
    padding-left: 0;
  }
  .whyterrabit-slogan h2 {
    font-size: 30px;
  }

  .pyramid-wrap {
    transform: scale(0.6);
  }

  .box-navlist .box-heading h3 {
    font-size: 25px;
  }
  .box-navlist.has-bg ul {
    max-width: 370px;
    margin: 0 auto;
  }
  .box-navlist.font-sm li.title a,
  .box-navlist.font-sm li.title span {
    font-size: 24px;
  }

  .modal-features .article .row > div.col-xl-6:first-child {
    padding-right: 15px;
  }

  .attachment {
    margin-top: 20px;
  }
  .attachment.first {
    margin-top: -20px;
  }

  .footer {
    padding-bottom: 150px;
  }
  .footer .row.mw-900 {
    float: none;
    margin: 0 auto;
  }

  .company-logo {
    padding-left: 40px;
  }

  .section-businessproces .row > div.col3 .article {
    padding-right: 20px;
  }
  .section-businessproces .row > div.col4 .article {
    padding-left: 20px;
  }

  .article p.f-30 {
    font-size: 22px;
  }

  .box-navlist.maxarruamitr {
    display: none;
    max-width: 550px;
  }
  .box-navlist-clone .box-navlist.maxarruamitr {
    display: block;
    margin: 0 auto;
    float: none;
    margin-bottom: 60px;
  }

  .werterrabit-gallery {
    margin-top: 20px;
  }
  .werterrabit-gallery .img-xs {
    width: 33.33%;
  }

  .milestones-wrap {
    max-width: 100%;
  }
  .milestones-item h6 {
    font-size: 45px;
  }
  .milestones-item h6 .dot {
    width: 32px;
    height: 32px;
    margin-left: -16px;
  }

  .milestones-item .border::after {
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: 10px;
  }

  .milestones-item .border.right::after {
    top: 10px;
    left: 0;
    right: 10px;
    bottom: 10px;
  }
  .milestones-item + .milestones-item {
    margin-top: -10px;
  }

  .client-thumb .info {
    font-size: 14px;
  }
  .ourproduct {
    margin-right: -200px;
  }
  .ourproduct .logo {
    max-width: 100%;
  }

  .modal-jobvacancy .article {
    padding: 50px 100px;
  }

  ul.steps-form {
    padding-top: 23px;
  }
  ul.steps-form li {
    padding: 0 10px;
  }
  ul.steps-form li::before {
    left: -10px;
    width: 20px;
    height: 2px;
  }
  ul.steps-form li span {
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 36px;
  }

  ol.level-list li {
    height: 90px;
    line-height: 90px;
  }
  ol.level-list li .title span {
    font-size: 17px;
  }

  ol.level-list li.level1 .img-hover {
    width: 60px;
    left: -12px;
    top: -50px;
  }
  ol.level-list li.level2 .img-hover {
    width: 51px;
    top: -23px;
    left: -17px;
  }
  ol.level-list li.level3 .img-hover {
    width: 25px;
    left: -18px;
  }
  ol.level-list li.level4 .img-hover {
    width: 54px;
    left: -18%;
    bottom: -31px;
  }
  ol.level-list li.level5 .img-hover {
    width: 41px;
    right: -51px;
  }
  ol.level-list li.level6 .img-hover {
    width: 60px;
  }
}

@media (max-width: 1024px) {
  .founder-item {
    padding-left: 210px;
  }
  .founder-item .photo {
    width: 180px;
    height: 180px;
  }
  .founder-item .photo img {
    width: 160px;
  }

  .client-wrap .row > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .client-thumb .info {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 16px;

    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }

  .client-thumb .info h5 {
    margin: 5px 0 0;
  }

  .callus-item a {
    font-size: 25px;
  }
  .followus-item {
    margin-left: 30px;
  }
  .ourproduct {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 991.98px) {
  .container {
    padding: 0 30px;
  }

  .whyterrabit-slogan {
    padding: 50px 0 0;
  }
  .whyterrabit-slogan h2 {
    font-size: 28px;
    padding: 20px 0;
  }
  .pyramid-wrap {
    margin-top: -10vw;
    height: 400px;
  }

  .box-navlist-clone .box-navlist.has-bg.maxarruamitr {
    margin-top: 0;
  }

  .section-service .article,
  .section-sitededicated .article {
    padding-right: 0;
  }
  .section.pb-200 {
    padding-bottom: 100px;
  }

  .sections.pb-201 {
    background-color: #f5f1e6;
    padding-bottom: 20px;
  }

  .gallery-box .gallery-heading {
    font-size: 20px;
    padding: 20px 20px 15px;
  }

  .section-businessproces .row > div.col3 .article {
    padding-right: 0;
  }
  .section-businessproces .row > div.col3 .article h3:first-child {
    margin-top: 0;
  }
  .section-businessproces .row > div.col4 .article {
    padding-left: 0;
    padding-top: 0;
  }

  .modal-features .article {
    padding: 40px 30px 45px;
  }
  .modal-features .article ul.list {
    margin-bottom: 30px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .box-navlist.sitedecoration,
  .box-navlist.service {
    display: none;
  }
  .box-navlist-clone .box-navlist.sitedecoration,
  .box-navlist-clone .box-navlist.service,
  .box-navlist-clone .box-navlist {
    display: block;
    margin: 0 auto;
    float: none;
    margin-bottom: 60px;
  }

  .title-img img.img-maxar {
    max-width: 70%;
  }
  .werterrabit-gallery .img-xs {
    width: 50%;
  }

  .founders-wrap .title-main,
  .client-wrap h3 {
    font-size: 28px;
  }

  .client-wrap .row > div {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .modal-jobvacancy .modal-content::before {
    width: 250px;
    height: 250px;
  }

  .btn-xl {
    height: 60px;
    line-height: 58px;
    font-size: 25px;
  }

  ul.steps-form {
    float: none;
    padding-top: 0;
    margin-top: -15px;
    padding-bottom: 60px;
  }
  ul.steps-form li {
    padding: 0 17px;
  }
  ul.steps-form li::before {
    width: 34px;
    left: -17px;
  }

  .box-navlist.joinus {
    margin: 0 auto;
    max-width: 550px;
  }

  .joinus-gif {
    margin: 0 auto;
  }
  .joinus-gif h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form .buttons {
    text-align: center;
  }
  .form .buttons .btn {
    height: 60px;
    line-height: 58px;
    min-width: 180px;
    margin: 0 5px;
  }

  .form .buttons .btn.next {
    float: none;
  }

  .company-logo .logo {
    width: 200px;
    padding-bottom: 80px;
  }
  .company-info p {
    font-size: 16px;
  }
  .footer .row > div.right .line {
    left: -25px;
  }
  .footer .row > div.right .line::before {
    width: 3px;
    top: -15px;
    bottom: -15px;
  }
}
@media (max-width: 850px) {
  .section-homepage.client {
    padding-top: 150px;
  }

  .client-item {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }
  .client-item.w235,
  .client-item.w220,
  .client-item.w215,
  .client-item.w170,
  .client-item.w165,
  .client-item.w140 {
    width: 140px;
    height: 140px;
  }

  .client-list .row {
    margin: 0 -35px;
    display: -ms-flexbox;
    display: flex;
  }
  .client-list .row > div {
    padding: 0 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
  }
  .client-list .row.row1,
  .client-list .row.row2,
  .client-list .row.row3,
  .client-list .row.row4 {
    padding: 30px 0;
  }

  .article ul.list {
    margin-left: -10px;
  }

  .modal-features .article h3 {
    margin-bottom: 20px;
  }
  .modal-features .article ul.list {
    margin-bottom: 20px;
  }

  .modal-jobvacancy .article {
    padding: 50px 50px;
  }
  .modal-jobvacancy .modal-content::before {
    width: 200px;
    height: 200px;
  }

  .section-jobvacancy .article.pb-200 {
    padding-bottom: 0;
  }
  .sections-jobvacancy .article.pb-200 {
    padding-bottom: 0;
  }
  .section-jobvacancy .article.pb-200 {
    padding-bottom: 0;
  }
  .sections-jobvacancy .article.pb-200 {
    padding-bottom: 0;
  }
  .table-form {
    margin: 30px 0;
  }
  .table-form tr th {
    font-size: 26px;
  }

  .table-form.has-line:not(.main) {
    margin: 30px 0;
  }
  .table-form.has-line:not(.main) tr:first-child th,
  .table-form.has-line:not(.main) tr:first-child td {
    padding-top: 40px;
  }

  .form h3 {
    font-size: 26px;
  }
  .form .font-lg {
    font-size: 26px;
  }
  .radio-group.pb-3 {
    padding-bottom: 10px !important;
  }

  .typing-box .text-item {
    font-size: 26px;
  }

  .table-form.preferences {
    max-width: 100%;
  }

  .attachment.last {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .article-intro {
    width: auto;
  }
  .section-homepage.solution .site-background.homepage {
    position: relative;
    top: -150px;
    right: 0;
  }

  .box-navlist {
    text-align: center;
  }
  .box-navlist ul {
    display: inline-block;
    padding: 10px 0;
    text-align: left;
  }
  .box-navlist li a,
  .box-navlist li span {
    font-size: 21px;
  }

  .box-navlist.has-bg ul {
    padding: 20px 0 30px;
  }

  .box-navlist-clone .box-navlist.has-bg {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .box-navlist.maxarruamitr ul {
    padding: 30px;
  }

  .section-homepage.client {
    padding-bottom: 20vw;
  }
  .article-intro.client {
    max-width: 450px;
  }
  .article-intro.client {
    padding: 20vw 25px 0;
  }
  .article-intro.client .heading .font-of {
    padding-left: 5vw;
  }
  .client-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .client-list .row {
    margin: 0 -10px;
  }
  .client-item.w235,
  .client-item.w220,
  .client-item.w215,
  .client-item.w170,
  .client-item.w165,
  .client-item.w140 {
    width: 100px;
    height: 100px;
  }
  .client-list .row.row1,
  .client-list .row.row2,
  .client-list .row.row3,
  .client-list .row.row4 {
    padding: 10px 0;
  }

  .whyterrabit-slogan {
    padding-top: 35px;
  }
  .pyramid-wrap {
    height: 350px;
    transform: scale(0.45);
  }
  .pyramid-wrap .pyramid {
    margin: 10px auto;
  }

  .section.pb-200 {
    padding-bottom: 50px;
  }

  .ourproduct {
    text-align: center;
  }
  .ourproduct p {
    margin-bottom: 40px;
  }

  .milestones-item {
    text-align: left;
  }
  .milestones-item h6 {
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
  }
  .milestones-item h6 .dot {
    width: 24px;
    height: 24px;
    margin: 0 0 0 -12px;
    top: -8px;
  }

  .milestones-item .border.left {
    left: 15%;
  }
  .milestones-item .border.right {
    right: 15%;
  }

  .section-leader.pb-200 {
    padding-bottom: 20vw;
  }
  .founders-wrap .title-main {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
  }
  .client-wrap h3 {
    font-size: 17px;
    margin: 8px 0;
    word-wrap: break-word;
  }

  .founder-item {
    padding-left: 0;
    text-align: center;
  }
  .founder-item:last-child {
    padding-bottom: 0;
  }

  .founder-item .photo {
    position: relative;
    margin: 0 auto 25px;
  }
  .founder-item p {
    text-align: left;
  }

  .section-aboutus .article .logo-accrd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .client-wrap .row {
    margin: 0 -10px;
  }
  .client-wrap .row > div {
    padding: 10px;
  }

  .modal-jobvacancy .article h5 {
    font-size: 17px;
  }
  .modal-jobvacancy .article ul.list li {
    padding-left: 20px;
  }

  .section-maxarruamitr .photo-row {
    text-align: center;
    margin: -15px 0 30px;
  }
  .section-maxarruamitr .photo-row img {
    max-width: 250px;
  }

  .form .input-text.pl-xs-0 {
    padding-left: 0;
  }
  .table-form.preferences tr:first-child td + td {
    padding-top: 0;
  }

  .ourproduct {
    margin: 0;
  }
  .ourproduct .logo {
    max-width: 250px;
  }

  .company-logo {
    padding-left: 0;
    display: block;
  }
  .company-logo .logo {
    width: 150px;
    padding-bottom: 75px;
    margin: 0 auto;
  }
  .company-logo .copyright {
    padding-left: 0;
  }
  .company-info p {
    font-size: 14px;
  }
  .company-info h2 {
    font-size: 20px;
  }

  .section-contactus .article ul.list li {
    margin-bottom: 15px;
  }
  .callus-item,
  .followus-item {
    display: block;
    text-align: center;
  }
  .callus-item a {
    display: inline-block;
  }
  .followus-item {
    margin: 25px 0 0;
  }
  .followus-item img {
    margin-left: 0;
  }

  ul.steps-form {
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .table-form {
    max-width: 100%;
  }
  .form {
    font-size: 22px;
    line-height: 1;
  }
  .table-form {
    margin: 30px 0;
  }
  h3 + .table-form {
    margin-top: 10px;
  }

  .table-form.has-line:not(.main) {
    margin: 30px 0;
  }
  .table-form.has-line:not(.main) tr:first-child th {
    padding-top: 30px;
  }
  .table-form.has-line:not(.main) tr:first-child td {
    padding-top: 10px;
    border: 0;
  }

  .table-form tr th,
  .table-form tr td {
    display: block;
    width: 100%;
  }

  .table-form tr th {
    font-size: 22px;
    padding-bottom: 0;
  }
  .table-form tr th .font-xs {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 22px;
  }
  .table-form tr th .font-xs:before {
    content: "/";
    margin-right: 5px;
  }

  .form h3 {
    font-size: 22px;
  }
  .form .font-lg {
    font-size: 22px;
  }
  .option-block {
    max-width: 450px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .form-control {
    height: 45px;
    line-height: 45px;
  }
  .select {
    height: 45px;
    line-height: 43px;
  }
  .select-options {
    top: 45px;
  }

  .militarystatus .radio-group {
    display: block;
  }
  .table-form tr.militarystatus th {
    padding-bottom: 0;
  }
  .table-form tr.militarystatus td {
    padding-left: 15px;
    padding-top: 20px !important;
  }

  .form .buttons .btn {
    height: 48px;
    line-height: 45px;
    font-size: 24px;
    min-width: 160px;
    padding: 0;
  }

  table.no-star .input-text {
    padding-left: 0;
  }

  .table-form.language tr.th-heading th + th {
    display: none;
  }
  .table-form.language tr th:first-child {
    font-size: 22px;
  }
  .table-form.language .radio-group label span {
    font-size: 20px;
    line-height: 0.9;
    white-space: nowrap;
    padding-left: 30px;
    padding-top: 5px;
  }
  .table-form.language tr th:first-child {
    font-size: 24px;
  }

  .table-form.language tr td {
    padding-bottom: 0;
  }

  .table-form.language ul.radio-wrap {
    text-align: left;
    margin-bottom: 20px;
  }

  .table-form.language .form-control {
    height: 40px;
    line-height: 40px;
  }
  .table-form.language tr th.input-lang-others {
    padding-top: 5px;
  }

  .table-line {
    display: block;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
  }

  .table-form.skill tr th,
  .table-form.skill tr td {
    width: 100%;
    padding: 10px 0;
  }
  .table-form.skill tr th {
    padding-bottom: 0;
  }
  .table-form.skill tr td[colspan="2"] {
    padding-left: 0;
  }

  .typing-box {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    margin-top: 30px;
  }

  .typing-box.left {
    float: left;
  }
  .typing-box.right {
    float: right;
  }

  .typing-box .input-item .text {
    font-size: 20px;
    top: -20px;
  }
  .typing-box .text-item {
    font-size: 22px;
  }
  .typing-box .text-item span {
    font-size: 22px;
  }

  .table-form.preferences tr td {
    text-align: left;
  }
  .table-form.preferences tr td.text {
    width: 100%;
  }
  .table-form.preferences tr td.text br {
    display: none;
  }
  .table-form.preferences .radio-group label span {
    display: inline-block;
    position: relative;
  }
  .table-form.preferences .radio-group label span:before {
    content: "/";
    margin: 0 5px;
  }
  .table-form tr.position_other th {
    display: none;
  }
  .table-form tr.position_other td {
    padding-top: 0;
  }

  .btn-xl {
    height: 50px;
    line-height: 48px;
    font-size: 21px;
  }

  .footer .row > div.left {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .footer .row > div.right {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .footer .row > div.right .line {
    left: -1.2vw;
  }
}

@media (max-width: 600px) {
}

@media (max-width: 576px) {
  .box-navlist ul {
    padding: 0;
  }
  .box-navlist li a,
  .box-navlist li span {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding-left: 45px;
  }
  .box-navlist li.title a,
  .box-navlist li.title span {
    padding-left: 14px;
  }
  .box-navlist li:not(.title) a::before,
  .box-navlist li:not(.title) span::before {
    width: 22px;
    height: 22px;
    top: 12px;
    left: 12px;
  }
  .box-navlist li:not(.title) a::after,
  .box-navlist li:not(.title) span::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    top: 18px;
    left: 21px;
  }

  .box-navlist .box-heading h3 {
    font-size: 20px;
  }
  .box-navlist.font-sm li.title a,
  .box-navlist.font-sm li.title span {
    font-size: 16px;
  }

  .box-navlist.font-sm li a,
  .box-navlist.font-sm li span {
    font-size: 16px;
    height: 40px;
    line-height: 43px;
  }
  .box-navlist.font-sm li:not(.title) a::before,
  .box-navlist.font-sm li:not(.title) span::before {
    top: 9px;
  }

  .box-navlist.font-sm li:not(.title) a::after,
  .box-navlist.font-sm li:not(.title) span::after {
    top: 15px;
    left: 21px;
  }

  .pc .box-navlist.font-sm li:not(.title):hover a::after,
  .pc .box-navlist.font-sm li:not(.title):hover span::after {
    border-left: 6px solid #acd473;
  }

  .box-navlist.maxarruamitr ul {
    padding: 30px 15px;
  }

  .box-navlist.maxarruamitr li a,
  .box-navlist.maxarruamitr li span,
  .box-navlist.sitedecoration li a,
  .box-navlist.sitedecoration li span {
    min-height: 45px;
    font-size: 16px;
  }

  .container.lg-has-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .whyterrabit-slogan {
    padding-top: 25px;
  }
  .whyterrabit-slogan h2 {
    font-size: 5.5vw;
    padding: 2vw 0;
  }

  .box-navlist-clone .box-navlist.has-bg {
    margin-top: 0;
  }

  .gallery-box .gallery-heading {
    font-size: 18px;
  }
  .article p.f-30 {
    font-size: 19px;
  }
  .werterrabit-gallery {
    margin-left: -25px;
    margin-right: -25px;
  }

  .client-wrap .row > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .client-thumb .info {
    font-size: 14px;
  }

  .modal-jobvacancy .modal-content::before {
    width: 200px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
  }
  .modal-jobvacancy .buttons {
    padding: 20px 0 180px;
    text-align: center;
  }
  .modal-jobvacancy .article {
    padding: 50px 25px;
  }
  .modal-jobvacancy .article h5 {
    margin-top: 30px;
  }
  .modal-jobvacancy .article ul.list {
    margin-bottom: 20px;
  }
  .modal button.close.black {
    width: 30px;
    height: 30px;
  }

  .modal-form {
    font-size: 24px;
  }
  .modal-form p {
    margin-bottom: 10px;
  }
  .modal-form .modal-body {
    padding: 60px 15px;
  }

  .table-form {
    margin: 20px 0;
  }
  h3 + .table-form {
    margin-top: 10px !important;
  }
  .form .mw316 {
    max-width: 100%;
  }
  .form textarea.form-control {
    height: 100px;
  }
  .form .buttons {
    padding-top: 20px;
  }
  .option-block {
    display: block;
    padding-bottom: 15px;
  }
  .option-block li {
    display: block;
  }

  .radio-group.pb-3 {
    padding-bottom: 5px !important;
  }
  .attachment.last {
    margin-bottom: 20px;
  }

  ul.steps-form li {
    padding: 0 10px;
  }
  ul.steps-form li::before {
    width: 20px;
    left: -10px;
  }
  ul.steps-form li span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }

  .table-form.language ul.radio-wrap li {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .typing-box .text-item {
    padding-right: 15px;
  }
  .typing-box .input-item {
    width: 100px;
  }
  .typing-box .text-item {
    font-size: 20px;
  }
  .typing-box .text-item span {
    font-size: 20px;
  }

  .form textarea.form-control.mh135 {
    height: 100px;
  }

  .footer {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .footer .container {
    padding: 0;
  }
  .company-logo .logo {
    width: 120px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .company-info p {
    font-size: 14px;
    line-height: 1.3;
  }
  .company-info h2 {
    font-size: 16px;
  }
  .company-logo .copyright {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .client-list {
    padding-top: 0;
  }
  .client-item.w235,
  .client-item.w220,
  .client-item.w215,
  .client-item.w170,
  .client-item.w165,
  .client-item.w140 {
    width: 22vw;
    height: 22vw;
  }

  .form .buttons .btn {
    min-width: 0;
    padding: 0 20px;
    margin: 0 2px;
  }
  .table-form.preferences .form-control {
    max-width: 100%;
  }

  .site-background.homepage > div.element-astronaut {
    top: -15vw;
  }

  .footer .row > div.right .line::before {
    width: 2px;
  }
}

@media (max-width: 400px) {
  .company-logo .logo {
    width: 100px;
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .company-info p {
    font-size: 12px;
    line-height: 1.4;
  }
  .company-info h2 {
    font-size: 13px;
  }
  .company-logo .copyright {
    font-size: 11px;
  }
}

@media (max-width: 369px) {
  .form .buttons .btn {
    width: 100%;
    margin: 5px 0;
  }
  .form .buttons .btn.next {
    background-color: #609540;
  }

  .typing-box.left,
  .typing-box.right {
    float: none;
    display: block;
  }
  .typing-box.left {
    margin-bottom: 20px;
  }

  .typing-box .text-item {
    width: 100px;
  }
}

/*==================================================
    Animate - Site background
==================================================*/

.site-background > div {
  position: absolute;
  pointer-events: none;
}

.site-background > div > img {
  position: relative;
  width: 100%;
  animation-direction: alternate;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-50px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(50px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float3 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes zoom {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes zoom2 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.site-background.homepage > div.element1 {
  top: -15vw;
  right: -40vw;
  z-index: 1;

  width: 70vw;
}
.site-background.homepage > div.element1 img {
  animation: zoom 25s infinite;
}
.site-background.homepage > div.element2 {
  top: 20vw;
  right: -37vw;
  z-index: 2;

  width: 50vw;
}

.site-background.homepage > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.homepage > div.element-cap {
  top: 5vw;
  right: 15vw;
  z-index: 3;

  width: 25vw;
}

.site-background.homepage > div.element-cap > img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.site-background.homepage > div.element3 {
  z-index: 2;

  width: 33.3vw;
  left: -10vw;
  top: 12vw;
}
.site-background.homepage > div.element3 img {
  animation: zoom 25s infinite;
}
.site-background.homepage > div.element4 {
  z-index: 1;

  width: 55vw;
  left: -20vw;
  top: 25vw;
}

.site-background.homepage > div.element4 img {
  animation: zoom2 25s infinite;
}

.site-background.homepage > div.element-toaster {
  z-index: 3;

  width: 17.5vw;
  top: 37vw;
  left: 12vw;
}
.site-background.homepage > div.element-toaster > img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.site-background.homepage > div.element-bread1 {
  z-index: 3;

  width: 9vw;
  left: 31vw;
  top: 8vw;
}
.site-background.homepage > div.element-bread1 > img {
  transform: translatey(0px);
  animation: float2 6s ease-in-out infinite;
}

.site-background.homepage > div.element-bread2 {
  z-index: 3;

  width: 9vw;
  left: 19vw;
  top: 20vw;
}
.site-background.homepage > div.element-bread2 > img {
  transform: translatey(0px);
  animation: float3 6s ease-in-out infinite;
}

.site-background.homepage > div.element5 {
  width: 58vw;
  top: 0;
  right: -32vw;
  z-index: 1;
}
.site-background.homepage > div.element5 img {
  animation: zoom2 25s infinite;
}

.site-background.homepage > div.element-astronaut {
  z-index: 3;
  top: 15vw;
  right: 0;
  width: 27vw;
}
.site-background.homepage > div.element-astronaut > img {
  transform: translatey(0px);
  animation: float2 6s ease-in-out infinite;
}
.site-background.homepage > div.element-airplane {
  z-index: 3;
  /*width: 14.3vw;*/
  width: 250px;
  top: 70px;
  right: -70px;
}
.site-background.homepage > div.element-airplane > img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.site-background.homepage > div.element6 {
  z-index: 1;
  bottom: -45vw;
  left: -50vw;
  width: 71vw;
}

.site-background.homepage > div.element6 img {
  animation: zoom2 25s infinite;
}

.site-background.homepage > div.element7 {
  bottom: -25vw;
  right: -30vw;
  width: 54vw;
  z-index: 1;
}
.site-background.homepage > div.element7 img {
  animation: zoom 25s infinite;
}

.site-background.homepage > div.element8 {
  width: 20vw;
  bottom: -12vw;
  right: 3vw;
  z-index: 1;
}
.site-background.homepage > div.element8 img {
  animation: zoom2 25s infinite;
}

.site-background.whyterrabit > div.element1 {
  width: 422px;
  top: -200px;
  right: -300px;
}
.site-background.whyterrabit > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.whyterrabit > div.element2 {
  width: 1105px;
  bottom: -250px;
  right: -500px;
}
.site-background.whyterrabit > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.whyterrabit > div.element3 {
  width: 1032px;
  bottom: -650px;
  left: -550px;
}
.site-background.whyterrabit > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.service > div.element1 {
  width: 968px;
  top: -330px;
  right: -580px;
  transform: rotate(-20deg);
}
.site-background.service > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.service > div.element2 {
  width: 452px;
  top: 500px;
  right: -350px;
  transform: rotate(-147deg);
}
.site-background.service > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.service > div.element3 {
  width: 1002px;
  bottom: -650px;
  left: -480px;
  transform: rotate(-20deg);
}
.site-background.service > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.turnkey > div.element1 {
  width: 882px;
  top: -20px;
  right: -350px;
  transform: rotate(137deg);
}
.site-background.turnkey > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.turnkey > div.element2 {
  width: 1058px;
  bottom: -392px;
  right: -705px;
  transform: rotate(-185deg);
}
.site-background.turnkey > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.turnkey > div.element3 {
  width: 589px;
  bottom: -540px;
  left: 0px;
}
.site-background.turnkey > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.turnkey > div.element4 {
  width: 393px;
  bottom: -380px;
  left: -150px;
}
.site-background.turnkey > div.element4 img {
  animation: zoom2 25s infinite;
}

.site-background.onpremise > div.element1 {
  width: 531px;
  top: 40px;
  right: -250px;
  transform: rotate(107deg);
  z-index: 9;
}
.site-background.onpremise > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.onpremise > div.element2 {
  width: 680px;
  top: 140px;
  right: -635px;
  transform: rotate(85deg);
  z-index: 3;
}
.site-background.onpremise > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.onpremise > div.element3 {
  width: 60vw;
  right: -14vw;
  bottom: -30vw;
  transform: rotate(65deg);
  z-index: 3;
}
.site-background.onpremise > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.onpremise > div.element4 {
  width: 1032px;
  bottom: -601px;
  left: -566px;
  z-index: 3;
}
.site-background.onpremise > div.element4 img {
  animation: zoom2 25s infinite;
}

.site-background.clouds > div.element1 {
  width: 1032px;
  top: -230px;
  right: -700px;
  z-index: 3;
}
.site-background.clouds > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.clouds > div.element2 {
  width: 640px;
  bottom: -150px;
  right: -250px;
  z-index: 3;
}
.site-background.clouds > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.clouds > div.element3 {
  width: 1032px;
  bottom: -601px;
  left: -566px;
  z-index: 3;
}
.site-background.clouds > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.dedicated > div.element1 {
  width: 590px;
  top: -150px;
  right: -400px;
  z-index: 3;
  transform: rotate(35deg);
}
.site-background.dedicated > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.dedicated > div.element2 {
  width: 361px;
  top: 280px;
  right: 200px;
  z-index: 3;
}
.site-background.dedicated > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.dedicated > div.element3 {
  width: 335px;
  top: 580px;
  right: -200px;
  z-index: 3;
  transform: rotate(-25deg);
}
.site-background.dedicated > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.dedicated > div.element4 {
  width: 1032px;
  bottom: -701px;
  left: -480px;
  z-index: 3;
}
.site-background.dedicated > div.element4 img {
  animation: zoom2 25s infinite;
}

.site-background.outsourcesite > div.element1 {
  width: 590px;
  top: 20px;
  right: -400px;
  z-index: 3;
  transform: rotate(35deg);
}
.site-background.outsourcesite > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.outsourcesite > div.element2 {
  width: 990px;
  top: 600px;
  right: -500px;
  z-index: 2;
  transform: rotate(-100deg);
}
.site-background.outsourcesite > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.outsourcesite > div.element3 {
  width: 1032px;
  bottom: -701px;
  left: -480px;
  z-index: 3;
  transform: rotate(-25deg);
}
.site-background.outsourcesite > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.sitedecoration > div.element1 {
  width: 1032px;
  top: -280px;
  right: -750px;
  z-index: 3;
}
.site-background.sitedecoration > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.sitedecoration > div.element2 {
  width: 509px;
  bottom: -350px;
  right: 0;
  z-index: 3;
  transform: rotate(-200deg);
}
.site-background.sitedecoration > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.sitedecoration > div.element3 {
  width: 1045px;
  bottom: -420px;
  left: -400px;
  z-index: 3;
  transform: rotate(30deg);
}
.site-background.sitedecoration > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.onsiteservice > div.element1 {
  width: 1200px;
  top: -200px;
  right: -850px;
  z-index: 3;
  transform: rotate(121deg);
}
.site-background.onsiteservice > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.onsiteservice > div.element2 {
  width: 28vw;
  bottom: -22vw;
  right: 0;
  z-index: 3;
  transform: rotate(121deg);
}
.site-background.onsiteservice > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.onsiteservice > div.element3 {
  width: 60vw;
  bottom: -33vw;
  left: -25vw;
  z-index: 3;
  transform: rotate(-20deg);
}
.site-background.onsiteservice > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.oncallen > div.element1 {
  width: 845px;
  top: -70px;
  right: -400px;
  z-index: 3;
  transform: rotate(-40deg);
}
.site-background.oncallen > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.oncallen > div.element2 {
  width: 663px;
  bottom: -600px;
  left: -300px;
  z-index: 3;
  transform: rotate(-85deg);
}
.site-background.oncallen > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.outsourcedcc > div.element1 {
  width: 899px;
  top: -100px;
  right: -500px;
  z-index: 3;
  transform: rotate(115deg);
}
.site-background.outsourcedcc > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.outsourcedcc > div.element2 {
  width: 448px;
  top: 450px;
  right: -260px;
  z-index: 3;
  transform: rotate(44deg);
}
.site-background.outsourcedcc > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.outsourcedcc > div.element3 {
  width: 980px;
  bottom: -601px;
  left: -480px;
  z-index: 3;
  transform: rotate(-18deg);
}
.site-background.outsourcedcc > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.outsourcedhr > div.element1 {
  width: 535px;
  bottom: 200px;
  right: -350px;
  z-index: 3;
  transform: rotate(-20deg);
}
.site-background.outsourcedhr > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.outsourcedhr > div.element2 {
  width: 979px;
  bottom: -300px;
  right: -550px;
  z-index: 2;
  transform: rotate(-190deg);
}
.site-background.outsourcedhr > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.outsourcedhr > div.element3 {
  width: 982px;
  bottom: -670px;
  left: -500px;
  z-index: 2;
  transform: rotate(35deg);
}
.site-background.outsourcedhr > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.mandaybuffet > div.element1 {
  width: 549px;
  top: -230px;
  right: -370px;
  z-index: 2;
  transform: rotate(-110deg);
}
.site-background.mandaybuffet > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.mandaybuffet > div.element2 {
  width: 1030px;
  bottom: -400px;
  right: -350px;
  z-index: 2;
  transform: rotate(80deg);
}
.site-background.mandaybuffet > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.mandaybuffet > div.element3 {
  width: 900px;
  bottom: -600px;
  left: -290px;
  z-index: 2;
  transform: rotate(240deg);
}
.site-background.mandaybuffet > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.businessproces > div.element1 {
  width: 799px;
  top: -131px;
  right: -425px;
  z-index: 2;
  transform: rotate(122deg);
}
.site-background.businessproces > div.element1 img {
  animation: zoom 25s infinite;
}
.site-background.businessproces > div.element2 {
  width: 1032px;
  bottom: -500px;
  right: -800px;
  z-index: 2;
}
.site-background.businessproces > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.product > div.element1 {
  width: 1203px;
  top: -200px;
  right: -800px;
  z-index: 2;
}

.site-background.product > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.product > div.element2 {
  width: 273px;
  top: 100px;
  right: 200px;
  z-index: 2;
}

.site-background.product > div.element2 img {
  animation: float 25s infinite;
}

.site-background.product > div.element3 {
  width: 800px;
  bottom: -370px;
  right: -350px;
  z-index: 2;
  transform: rotate(-95deg);
}

.site-background.product > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.product > div.element4 {
  width: 1032px;
  bottom: -600px;
  left: -420px;
  z-index: 2;
  transform: rotate(-10deg);
}

.site-background.product > div.element4 img {
  animation: zoom 25s infinite;
}

.site-background.aspect_uip > div.element1 {
  width: 53vw;
  right: -27vw;
  bottom: -9vw;
  z-index: 2;
  transform: rotate(-180deg);
}

.site-background.aspect_uip > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.aspect_uip > div.element2 {
  /*width: 900px;
  bottom:-790px;
  left:-290px;*/
  width: 55vw;
  left: -19vw;
  bottom: -45vw;
  z-index: 2;
  transform: rotate(50deg);
}

.site-background.aspect_uip > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.aspect_wfm > div.element1 {
  width: 640px;
  top: -280px;
  right: -450px;
}
.site-background.aspect_wfm > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.aspect_wfm > div.element2 {
  width: 1175px;
  bottom: -100px;
  right: -500px;
  transform: rotate(-100deg);
}
.site-background.aspect_wfm > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.maxarruamitr > div.element1 {
  width: 1095px;
  top: -200px;
  right: -700px;
  transform: rotate(130deg);
}
.site-background.maxarruamitr > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.maxarruamitr > div.element2 {
  width: 60vw;
  bottom: -38vw;
  right: -18vw;
  transform: rotate(-10deg);
}
.site-background.maxarruamitr > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.maxarruamitr > div.element3 {
  width: 50vw;
  bottom: -28vw;
  left: -25vw;
}
.site-background.maxarruamitr > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.werterrabit > div.element1 {
  width: 50vw;
  top: -10vw;
  right: -31vw;
  transform: rotate(-80deg);
}
.site-background.werterrabit > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.werterrabit > div.element2 {
  width: 52vw;
  top: 27vw;
  right: -5vw;
  transform: rotate(10deg);
}
.site-background.werterrabit > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.werterrabit > div.element3 {
  width: 850px;
  bottom: 300px;
  left: -500px;
  transform: rotate(10deg);
}
.site-background.werterrabit > div.element3 img {
  animation: zoom 25s infinite;
}

.site-background.aboutus > div.element1 {
  width: 50vw;
  top: -10vw;
  right: -31vw;
  transform: rotate(-80deg);
}
.site-background.aboutus > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.aboutus > div.element2 {
  width: 50vw;
  bottom: -14vw;
  right: -20vw;
  transform: rotate(-180deg);
  z-index: 9;
}
.site-background.aboutus > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.aboutus > div.element3 {
  width: 23vw;
  bottom: 3vw;
  right: 5vw;
}
.site-background.aboutus > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.aboutus > div.element4 {
  width: 32vw;
  bottom: -33vw;
  left: -10vw;
  transform: rotate(-140deg);
}
.site-background.aboutus > div.element4 img {
  animation: zoom2 25s infinite;
}

.site-background.milestone > div.element1 {
  width: 596px;
  top: -220px;
  right: -400px;
  transform: rotate(30deg);
}
.site-background.milestone > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.milestone > div.element2 {
  width: 55vw;
  bottom: -20vw;
  right: -32vw;
  transform: rotate(20deg);
}
.site-background.milestone > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.milestone > div.element3 {
  width: 55vw;
  bottom: -45vw;
  left: -20vw;
  transform: rotate(20deg);
}
.site-background.milestone > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.leader > div.element1 {
  width: 55vw;
  right: -30vw;
  transform: rotate(-165deg);
}
.site-background.leader > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.leader > div.element2 {
  width: 250px;
  right: 15vw;
  top: 15px;
}
.site-background.leader > div.element2 img {
  animation: float 25s infinite;
}

.site-background.leader > div.element3 {
  width: 225px;
  right: 8vw;
  bottom: 40vw;
}
.site-background.leader > div.element3 img {
  animation: float 25s infinite;
}

.site-background.leader > div.element4 {
  width: 55vw;
  right: -40vw;
  bottom: 20vw;
  transform: rotate(-215deg);
}
.site-background.leader > div.element4 img {
  animation: zoom2 25s infinite;
}

.site-background.leader > div.element5 {
  width: 35vw;
  right: -2vw;
  bottom: -30vw;
  transform: rotate(45deg);
}
.site-background.leader > div.element5 img {
  animation: zoom 25s infinite;
}

.site-background.client > div.element1 {
  width: 590px;
  right: -350px;
  top: -150px;
  transform: rotate(78deg);
}
.site-background.client > div.element1 img {
  animation: zoom 25s infinite;
}

.site-background.client > div.element2 {
  width: 60vw;
  right: -35vw;
  bottom: -29vw;
  transform: rotate(20deg);
}
.site-background.client > div.element2 img {
  animation: zoom 25s infinite;
}

.site-background.client > div.element3 {
  width: 30vw;
  left: -1vw;
  bottom: -30vw;
  transform: rotate(-40deg);
}
.site-background.client > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.contactus > div.element1 {
  width: 910px;
  right: -650px;
  top: -150px;
  transform: rotate(25deg);
}
.site-background.contactus > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.contactus > div.element2 {
  width: 60vw;
  left: -30vw;
  bottom: -33vw;
  transform: rotate(-5deg);
}
.site-background.contactus > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.jobvacancy > div.element1 {
  width: 1315px;
  right: -700px;
  top: 0;
  transform: rotate(-75deg);
}
.site-background.jobvacancy > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.jobvacancy > div.element2 {
  width: 25vw;
  right: -15vw;
  bottom: -15vw;
  transform: rotate(66deg);
}
.site-background.jobvacancy > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.jobvacancy > div.element3 {
  width: 57vw;
  left: -20vw;
  bottom: -35vw;
  transform: rotate(-162deg);
}
.site-background.jobvacancy > div.element3 img {
  animation: zoom2 25s infinite;
}

.site-background.jobvacancy > div.element4 {
  width: 242px;
  right: 200px;
  top: 5vw;
}
.site-background.jobvacancy > div.element4 img {
  animation: float 25s infinite;
}

.site-background.jobvacancy > div.element5 {
  width: 99px;
  right: 450px;
  top: 20vw;
}
.site-background.jobvacancy > div.element5 img {
  animation: float2 25s infinite;
}

.site-background.jobvacancy > div.element6 {
  width: 308px;
  right: 150px;
  top: 37vw;
}
.site-background.jobvacancy > div.element6 img {
  animation: float 25s infinite;
}

.site-background.joinus > div.element1 {
  width: 1087px;
  right: -550px;
  top: -180px;

  transform: rotate(-30deg);
}
.site-background.joinus > div.element1 img {
  animation: zoom2 25s infinite;
}

.site-background.joinus > div.element2 {
  width: 50vw;
  right: -25vw;
  bottom: -30vw;

  transform: rotate(-50deg);
}
.site-background.joinus > div.element2 img {
  animation: zoom2 25s infinite;
}

.site-background.joinus > div.element3 {
  width: 50vw;
  left: -30vw;
  bottom: -30vw;
}
.site-background.joinus > div.element3 img {
  animation: zoom2 25s infinite;
}

/*==================================================
    Responsive media queries [Background]
==================================================*/

@media (max-width: 1440px) {
  .article-intro.client .heading {
    max-width: 705px;
  }
  .site-background.homepage > div.element-airplane {
    width: 200px;
    top: 120px;
  }

  .site-background.leader > div.element1 {
    width: 65vw;
    right: -35vw;
    top: 10vw;
  }
  .site-background.leader > div.element2 {
    width: 17vw;
    top: 5vw;
  }
  .site-background.leader > div.element3 {
    width: 17vw;
  }
  .site-background.leader > div.element4 {
    width: 65vw;
    right: -47vw;
  }
  .site-background.leader > div.element5 {
    width: 45vw;
    bottom: -40vw;
  }
}

@media (max-width: 1380px) {
  .article-intro.solution {
    margin-top: -100px;
  }

  .site-background.whyterrabit > div.element2 {
    right: -650px;
    width: 1000px;
    bottom: 0;
  }

  .site-background.service > div.element1 {
    width: 70vw;
    right: -39vw;
    top: -20vw;
  }

  .site-background.sitedecoration > div.element1 {
    width: 70vw;
    right: -50vw;
    top: -200px;
  }

  .site-background.sitedecoration > div.element2 {
    width: 28vw;
    bottom: -18vw;
    right: -1vw;
  }

  .site-background.sitedecoration > div.element3 {
    width: 47vw;
    left: -12vw;
    bottom: -22vw;
  }

  .site-background.oncallen > div.element1 {
    width: 60vw;
    right: -35vw;
    top: -50px;
  }

  .site-background.outsourcedhr > div.element1 {
    width: 38vw;
    bottom: 15vw;
    right: -25vw;
  }

  .site-background.outsourcedhr > div.element2 {
    width: 65vw;
    bottom: -18vw;
    right: -38vw;
  }

  .site-background.outsourcedhr > div.element3 {
    width: 70vw;
    bottom: -48vw;
    left: -38vw;
  }

  .site-background.mandaybuffet > div.element1 {
    width: 32vw;
    top: -190px;
    right: -22vw;
  }

  .site-background.mandaybuffet > div.element2 {
    width: 70vw;
    bottom: -30vw;
    right: -24vw;
  }

  .site-background.mandaybuffet > div.element3 {
    width: 70vw;
    bottom: -40vw;
    left: -25vw;
    transform: rotate(208deg);
  }

  .site-background.product > div.element1 {
    width: 80vw;
    right: -53vw;
  }
  .site-background.product > div.element2 {
    width: 20vw;
    right: 15vw;
  }

  .site-background.product > div.element3 {
    width: 55vw;
    bottom: -20vw;
    right: -19vw;
    transform: rotate(-65deg);
  }

  .site-background.product > div.element4 {
    width: 90vw;
    left: -50vw;
    bottom: -50vw;
  }

  .site-background.aspect_wfm > div.element1 {
    width: 44vw;
    top: -23vw;
    right: -30vw;
  }

  .site-background.aspect_wfm > div.element2 {
    width: 74vw;
    bottom: -4vw;
    right: -30vw;
  }

  .site-background.aboutus > div.element1 {
    top: 0;
  }

  .site-background.jobvacancy > div.element1 {
    width: 75vw;
    right: -38vw;
    top: 0px;
  }
  .site-background.jobvacancy > div.element2 {
    width: 45vw;
    right: -20vw;
    bottom: -25vw;
  }

  .site-background.jobvacancy > div.element4 {
    width: 15vw;
    right: 15vw;
    top: 0;
  }

  .site-background.jobvacancy > div.element5 {
    right: 25vw;
    width: 7vw;
  }

  .site-background.jobvacancy > div.element6 {
    width: 22vw;
    right: 10vw;
    top: 45vw;
  }

  .site-background.joinus > div.element1 {
    width: 90vw;
    right: -48vw;
    top: -200px;
  }
}

@media (max-width: 1200px) {
  .article-intro.client .heading {
    max-width: 650px;
  }
  .article-intro.client .heading .font-clients {
    font-size: 90px;
  }
  .article-intro.client .heading .font-of {
    font-size: 60px;
  }

  .site-background.homepage > div.element-airplane {
    width: 175px;
    top: 100px;
  }

  .site-background.service > div.element2 {
    display: none;
  }

  .site-background.turnkey > div.element1 {
    width: 70vw;
    top: -0vw;
    right: -35vw;
  }

  .site-background.onpremise > div.element3 {
    width: 70vw;
    right: -34vw;
    bottom: -40vw;
    z-index: 3;
  }
  .site-background.clouds > div.element1 {
    width: 70vw;
    right: -53vw;
    top: -31vw;
  }
  .site-background.clouds > div.element2 {
    width: 50vw;
    right: -24vw;
    bottom: -30vw;
    transform: rotate(65deg);
  }

  .site-background.dedicated > div.element1 {
    width: 41vw;
    top: -150px;
    right: -30vw;
  }

  .site-background.dedicated > div.element2 {
    width: 25vw;
    top: 20vw;
    right: 5vw;
  }
  .site-background.dedicated > div.element3 {
    width: 25vw;
    top: 40vw;
    right: -19vw;
  }

  .site-background.dedicated > div.element4 {
    width: 70vw;
    bottom: -35vw;
    left: -40vw;
  }

  .site-background.outsourcesite > div.element1 {
    width: 41vw;
    top: -5vw;
    right: -30vw;
  }

  .site-background.outsourcesite > div.element2 {
    width: 60vw;
    top: 40vw;
    right: -30vw;
  }

  .site-background.outsourcesite > div.element3 {
    width: 70vw;
    bottom: -43vw;
    left: -28vw;
  }

  .site-background.outsourcedcc > div.element1 {
    width: 85vw;
    top: -20vw;
    right: -50vw;
  }
  .site-background.outsourcedcc > div.element2 {
    width: 35vw;
    top: 40vw;
    right: -20vw;
  }

  .site-background.werterrabit > div.element2 {
    width: 48vw;
    top: auto;
    bottom: 87vw;
    right: -2vw;
  }
  .site-background.werterrabit > div.element3 {
    display: none;
  }

  .site-background.milestone > div.element1 {
    width: 50vw;
    top: -25vw;
    right: -35vw;
  }

  .site-background.leader > div.element3 {
    right: auto;
    left: 30vw;
    bottom: -3vw;
  }
  .site-background.leader > div.element4 {
    display: none;
  }
  .site-background.leader > div.element5 {
    right: auto;
    left: -15vw;
  }
}

@media (max-width: 991.98px) {
  .article-intro.solution {
    max-width: 500px;
  }
  .article-intro.solution .heading .group {
    max-width: 420px;
  }

  .article-intro.solution .heading .font-customize {
    font-size: 60px;
  }
  .article-intro.solution .heading .font-to {
    font-size: 40px;
  }
  .article-intro.solution .heading .font-the {
    font-size: 40px;
  }
  .article-intro.solution .heading .font-right {
    font-size: 100px;
  }
  .article-intro.solution .heading .font-solution {
    font-size: 60px;
  }

  .article-intro.service .heading .font-our {
    font-size: 40px;
    padding-left: 10px;
  }
  .article-intro.service .heading .font-service {
    font-size: 100px;
  }
  .article-intro.service .heading .font-and {
    font-size: 40px;
  }
  .article-intro.service .heading .font-solution {
    font-size: 60px;
    padding-left: 0;
  }
  .section-homepage.solution .site-background.homepage {
    position: relative;
    top: -200px;
    right: 50px;
  }
  .site-background.homepage > div.element2 {
    right: -43vw;
  }
  .site-background.homepage > div.element3 {
    top: -100px;
    left: -20vw;
    width: 400px;
  }
  .site-background.homepage > div.element4 {
    display: none;
  }
  .site-background.homepage > div.element-toaster {
    top: 110px;
    left: auto;
    right: 0;
    width: 160px;
  }
  .site-background.homepage > div.element-bread1 {
    left: auto;
    right: 80%;
    width: 110px;
    top: -70px;
  }

  .site-background.homepage > div.element-bread2 {
    width: 110px;
    left: auto;
    right: 38%;
    top: 0;
  }

  .section-homepage.service .site-background.homepage {
    position: absolute;
    top: -250px;
    right: 0;
    left: 0;
  }
  .section-homepage.service .heading .site-background {
    position: relative;
    top: -255px;
    max-width: 450px;
    display: block;
    margin: 0 auto;
  }
  .article-intro.service {
    float: none;
    display: block;
    margin: 230px auto 0;
  }

  .article-intro.client .heading {
    max-width: 550px;
  }
  .site-background.homepage > div.element-airplane {
    width: 150px;
    top: 100px;
  }

  .site-background.whyterrabit > div.element2 {
    width: 110vw;
    right: -60vw;
    bottom: -20vw;
  }
  .site-background.whyterrabit > div.element3 {
    display: none;
  }

  .site-background.service > div.element1 {
    width: 90vw;
    right: -42vw;
    top: -20vw;
  }

  .site-background.turnkey > div.element1 {
    top: -35vw;
    right: -45vw;
  }

  .site-background.turnkey > div.element2 {
    display: none;
  }
  .site-background.turnkey > div.element3 {
    width: 40vw;
    bottom: -33vw;
    left: 0;
  }
  .site-background.turnkey > div.element4 {
    width: 40vw;
    bottom: -35vw;
    left: -19vw;
  }

  .site-background.onpremise > div.element1 {
    width: 50vw;
    right: -31vw;
    top: 0;
  }
  .site-background.onpremise > div.element2 {
    width: 50vw;
    top: 20vw;
    right: -45vw;
  }
  .site-background.onpremise > div.element3 {
    display: none;
  }

  .site-background.outsourcesite > div.element1 {
    top: -20vw;
  }
  .site-background.outsourcesite > div.element2 {
    top: 27vw;
    right: -44vw;
  }

  .site-background.sitedecoration > div.element2 {
    display: none;
  }

  .site-background.onsiteservice > div.element1 {
    width: 85vw;
    right: -54vw;
    top: -50vw;
  }

  .site-background.oncallen > div.element1 {
    top: 20vw;
  }
  .site-background.oncallen > div.element2 {
    width: 100vw;
    bottom: -78vw;
    left: -40vw;
    transform: rotate(-72deg);
  }

  .site-background.outsourcedcc > div.element1 {
    width: 65vw;
    top: -30vw;
    right: -36vw;
  }
  .site-background.outsourcedcc > div.element2 {
    display: none;
  }

  .site-background.outsourcedhr > div.element1 {
    top: -180px;
    bottom: auto;
  }
  .site-background.outsourcedhr > div.element2 {
    display: none;
  }

  .site-background.mandaybuffet > div.element1 {
    width: 35vw;
    top: -132px;
    transform: rotate(-65deg);
  }
  .site-background.mandaybuffet > div.element2 {
    display: none;
  }

  .site-background.businessproces > div.element1 {
    width: 50vw;
    top: -18vw;
    right: -25vw;
  }

  .site-background.dedicated > div.element2 {
    display: none;
  }

  .site-background.product > div.element1 {
    top: -38vw;
    width: 60vw;
    right: -33vw;
  }
  .site-background.product > div.element2 {
    top: -10vw;
  }

  .site-background.aspect_uip > div.element1 {
    bottom: -17vw;
  }
  .site-background.aspect_wfm > div.element2 {
    width: 74vw;
    bottom: -36vw;
    right: auto;
    left: -10vw;
    transform: rotate(0deg);
  }

  .site-background.maxarruamitr > div.element1 {
    width: 80vw;
    top: -33vw;
    right: -52vw;
  }

  .site-background.werterrabit > div.element1 {
    display: none;
  }
  .site-background.werterrabit > div.element2 {
    transform: rotate(165deg);
    bottom: 81vw;
    right: 20vw;
    width: 55vw;
  }

  .site-background.leader > div.element1 {
    top: -25vw;
    right: -50vw;
  }
  .site-background.leader > div.element2 {
    top: -2vw;
    right: 6vw;
  }

  .site-background.client > div.element1 {
    width: 45vw;
    top: -18vw;
    right: -22vw;
  }

  .site-background.contactus > div.element1 {
    width: 80vw;
    top: -20vw;
    right: -60vw;
  }
  .site-background.contactus > div.element2 {
    width: 70vw;
    bottom: -38vw;
  }

  .site-background.joinus > div.element1 {
    width: 80vw;
    top: -36vw;
  }
}

@media (max-width: 850px) {
  .article-intro.solution {
    margin-top: -50px;
  }

  .article-intro.client {
    margin: 0 auto;
    max-width: 550px;
    padding-top: 250px;
  }
  .article-intro.client .heading {
    text-align: center;
  }
  .article-intro.client .heading h2 span.group {
    display: inline-block;
    text-align: left;
  }

  .site-background.homepage > div.element-airplane {
    right: auto;
    left: 0;
    top: -150px;
    width: 200px;
  }

  .site-background.homepage > div.element5 {
    width: 800px;
    top: -400px;
    right: -550px;
    transform: rotate(-230deg);
  }
  .site-background.homepage > div.element6 {
    display: none;
  }
  .site-background.homepage > div.element7 {
    right: auto;
    left: -30vw;
    width: 65vw;
    bottom: -39vw;
  }
  .site-background.homepage > div.element8 {
    width: 40vw;
    right: -15vw;
    bottom: -35vw;
  }
  .site-background.homepage > div.element-astronaut {
    width: 400px;
    top: 100px;
  }
}

.dot {
  height: 32px;
  width: 32px;
  background-color: transparent;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 4px;
  cursor: pointer;
}
.dot:hover {
  height: 32px;
  width: 32px;
  background-color: #fff;
  color: #8dc63f;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 4px;
  cursor: pointer;
}

/* .txt-justify {
  text-align: justify;
} */
.m-cursor {
  cursor: pointer;
}
.font-th {
  font-family: "Mitr-Light", sans-serif;
}
.title-lg-th {
  font-size: 32px;
}
.font-eng {
  font-size: 18px;
}

.font-engs {
  font-size: 15px;
}
.txt-detail {
  font-size: 18px;
  line-height: normal;
}

@media (max-width: 767px) {
  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-30px);
    }
    100% {
      transform: translatey(0px);
    }
  }

  @keyframes float2 {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(30px);
    }
    100% {
      transform: translatey(0px);
    }
  }

  .site-background.homepage > div.element3 {
    top: -100px;
    left: -25vw;
    width: 350px;
  }
  .site-background.homepage > div.element-toaster {
    top: 110px;
    left: auto;
    right: 0;
    width: 140px;
  }
  .site-background.homepage > div.element-bread1 {
    left: auto;
    right: 75%;
    width: 90px;
    top: -40px;
  }

  .site-background.homepage > div.element-bread2 {
    width: 90px;
    left: auto;
    right: 38%;
  }
  .section-homepage.service .heading .site-background {
    max-width: 400px;
  }
  .site-background.homepage > div.element-airplane {
    right: auto;
    left: 5vw;
    top: -30vw;
    width: 25vw;
  }

  .site-background.homepage > div.element5 {
    width: 90vw;
    top: -250px;
    right: -58vw;
    transform: rotate(-230deg);
  }
  .site-background.homepage > div.element7,
  .site-background.homepage > div.element8 {
    bottom: -32vw;
  }
  .site-background.homepage > div.element-astronaut {
    width: 52vw;
    top: -15vw;
  }

  .site-background.service > div.element1 {
    width: 160vw;
    right: -90vw;
    top: -40vw;
  }

  .site-background.service > div.element3 {
    width: 100vw;
    bottom: -65vw;
    left: -50vw;
    transform: rotate(-20deg);
  }

  .site-background.dedicated > div.element2,
  .site-background.dedicated > div.element3 {
    display: none;
  }

  .site-background.dedicated > div.element1 {
    top: -25vw;
  }

  .site-background.outsourcedcc > div.element3 {
    left: -250px;
  }

  .site-background.businessproces > div.element2 {
    width: 110vw;
    bottom: -50vw;
    right: -80vw;
  }

  .site-background.product > div.element2 {
    top: -4vw;
    right: 2vw;
  }

  .site-background.werterrabit > div.element2 {
    bottom: 319vw;
  }

  .site-background.aboutus > div.element1 {
    top: -27vw;
  }

  .site-background.aboutus > div.element2 {
    bottom: -22vw;
  }
  .site-background.aboutus > div.element3 {
    bottom: -10vw;
  }

  .site-background.milestone > div.element2 {
    width: 65vw;
    bottom: -31vw;
  }
  .site-background.milestone > div.element3 {
    bottom: -50vw;
  }

  .site-background.mandaybuffet > div.element1 {
    width: 41vw;
  }

  .site-background.jobvacancy > div.element1 {
    right: -42vw;
    display: none;
  }
  .site-background.jobvacancy > div.element4 {
    right: 7vw;
    display: none;
  }
  .site-background.jobvacancy > div.element5 {
    right: 5vw;
    top: -20vw;
    display: none;
  }
  .site-background.jobvacancy > div.element6 {
    width: 20vw;
    top: 48vw;
    right: 5vw;
    display: none;
  }
}

@media (max-width: 576px) {
  .site-background.homepage > div.element1 {
    width: 500px;
    left: 50vw;
    right: auto;
    top: -230px;
  }
  .site-background.homepage > div.element2 {
    display: none;
  }
  .site-background.homepage > div.element-cap {
    width: 200px;
    left: 38%;
    margin-left: -75px;
  }
  .article-intro {
    margin: 0;
  }
  .article-intro.solution .heading h2 .group {
    margin: 0 auto;
  }
  .section-homepage.solution {
    padding-top: 1px;
  }
  .section-homepage.solution .site-background.homepage {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .article-intro.solution {
    margin-top: 200px;
  }
  .site-background.homepage > div.element3 {
    left: -37vw;
  }

  .article-intro.client {
    padding-top: 0;
  }
  .section-homepage.client {
    padding-top: 30vw;
  }

  .site-background.whyterrabit > div.element1 {
    width: 45vw;
    top: -120px;
    right: -28vw;
  }

  .site-background.onpremise > div.element1 {
    width: 55vw;
    top: -114px;
    transform: rotate(-40deg);
  }
  .site-background.onpremise > div.element2 {
    display: none;
  }
  .site-background.onpremise > div.element4 {
    left: -50%;
    bottom: -642px;
  }

  .site-background.sitedecoration > div.element3 {
    width: 57vw;
    left: -12vw;
    bottom: -29vw;
  }

  .site-background.onsiteservice > div.element2 {
    display: none;
  }
  .site-background.onsiteservice > div.element3 {
    width: 75vw;
    bottom: -40vw;
    left: -28vw;
  }

  .site-background.oncallen > div.element1 {
    top: -120px;
  }

  .site-background.outsourcedhr > div.element1 {
    top: -130px;
  }

  .device .site-background.werterrabit > div.element2 {
    bottom: 325vw;
    width: 70vw;
  }

  .site-background.client > div.element1 {
    top: -25vw;
  }
  .site-background.contactus > div.element1 {
    top: -30vw;
  }
}

@media (max-width: 480px) {
  .article-intro .heading h2 span {
    line-height: 0.7;
    font-size: 48px;
  }
  .article-intro.solution .heading .group {
    max-width: 355px;
  }
  .article-intro.solution .heading .font-customize {
    font-size: 65px;
  }
  .article-intro.solution .heading .font-to {
    font-size: 40px;
    top: 40px;
  }
  .article-intro.solution .heading .font-the {
    font-size: 40px;
  }
  .article-intro.solution .heading .font-right {
    font-size: 100px;
  }
  .article-intro.solution .heading .font-solution {
    font-size: 65px;
    padding-top: 0;
    line-height: 1;
  }
  .article-intro.solution .heading .f-group {
    padding-left: 0px;
    margin-right: 8px;
  }

  .article-intro.service .heading .font-our {
    font-size: 50px;
    padding-left: 0;
  }
  .article-intro.service .heading .font-service {
    font-size: 80px;
  }
  .article-intro.service .heading .font-and {
    font-size: 40px;
    margin-right: 20px;
  }
  .article-intro.service .heading .font-solution {
    font-size: 55px;
    padding-left: 0;
    line-height: 1;
  }

  .article-intro.client {
    padding-left: 0;
    padding-right: 0;
  }
  .article-intro.client .heading .font-clients {
    font-size: 100px;
  }
  .article-intro.client .heading .font-of {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  .section-homepage.service {
    padding-bottom: 150px;
  }
  .section-homepage.client {
    padding-top: 25vw;
  }
  .article-intro.client .heading .font-clients {
    font-size: 100px;
  }
  .article-intro.client .heading .font-of {
    font-size: 45px;
  }
  .article-intro.client .heading .font-appriciation {
    padding-bottom: 5px;
  }

  .site-background.onpremise > div.element1 {
    top: -83px;
  }
  .site-background.clouds > div.element1 {
    top: -14vw;
  }
  .site-background.dedicated > div.element1 {
    width: 47vw;
  }
  .site-background.outsourcesite > div.element1 {
    width: 44vw;
  }
}

.dot_lang {
  height: 32px;
  width: 32px;
  background-color: transparent;
  color: #37ab30;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #37ab30;
  font-weight: 500;
  font-size: 15px;
  padding: 2px 0 3px 0;
  margin-right: 20px;
  cursor: pointer;
}
.dot_lang:hover {
  height: 32px;
  width: 32px;
  background-color: #37ab30;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #37ab30;
  font-weight: 500;
  font-size: 15px;
  padding: 2px 0 3px 0;
  margin-right: 20px;
  cursor: pointer;
}
.dot_lang-active {
  height: 32px;
  width: 32px;
  background-color: #37ab30;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #37ab30;
  font-size: 15px;
  padding: 2px 0 3px 0;
  margin-right: 20px;
  cursor: pointer;
}
.dot_lang_mobile {
  height: 32px;
  width: 32px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #ffffff;
  font-weight: 500;
  font-size: 15px;
  padding: 3px 5px 3px 3px;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.dot_lang_mobile:hover {
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  color: #8dc63f;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #ffffff;
  font-weight: 500;
  font-size: 15px;
  padding: 3px 5px 3px 3px;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.dot_lang_mobile-active {
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  color: #8dc63f;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #ffffff;
  font-size: 15px;
  padding: 3px 5px 3px 3px;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.txt-justify {
  text-align: justify;
}
.m-cursor {
  cursor: pointer;
}

.font-eng {
  /* font-family: 'Ubuntu', sans-serif;  */
  font-size: 27px;
  font-weight: 500;
  margin: 0;
}
.txt-title-30 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.txt-title {
  font-size: 24px;
  line-height: auto;
  font-weight: 700;
}
.txt-content {
  font-size: 1rem;
}

.txt-detail {
  font-size: 18px;
  line-height: normal;
}

.menu-lang {
  top: -65px;
  left: 500px;
  z-index: 1025;
}
.menu-lang_mobile {
  top: -65px;
  left: 500px;
  z-index: 1025;
}
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #f5f5f5;
  overflow-y: scroll;
  margin-bottom: 25px;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  background-color: #f5f5f5;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8db33f;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #609540;
}

.modal-jobvacancy .article ul.list li {
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 0px;
}

.article ul.list li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #acd473;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 14px;
}

.title-lg {
  line-height: normal;
  font-weight: 100;
}

.txt-content {
  font-size: 1rem;
}

.height-25px {
  height: 25px;
}

.text-10px {
  font-size: 10px !important;
}

.text-11px {
  font-size: 11px !important;
}

.text-12px {
  font-size: 12px !important;
}

.text-14px {
  font-size: 12px !important;
}

.text-18px {
  font-size: 18px !important;
}
.text-20px {
  font-size: 20px !important;
}
.text-22px {
  font-size: 22px !important;
}
.text-24px {
  font-size: 24px !important;
}
.text-25px {
  font-size: 25px !important;
}
.text-27px {
  font-size: 27px !important;
}
.text-30px {
  font-size: 30px !important;
}
.text-35px {
  font-size: 35px !important;
}
.text-36px {
  font-size: 36px !important;
}
.text-42px {
  font-size: 42px !important;
}
.text-48px {
  font-size: 48px !important;
}

.text-60px {
  font-size: 60px !important;
}

.text-72px {
  font-size: 72px !important;
}

.ml-20px {
  margin-left: 20px !important;
}
.ml-70px {
  margin-left: 70px !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.mt-30px {
  margin-top: 30px !important;
}
.mt-15px {
  margin-top: 15px !important;
}

.mt-20px {
  margin-top: 20px !important;
}
.mt-50px {
  margin-top: 50px !important;
}
.mt-3vw {
  margin-top: -3vw !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}
.mb-18px {
  margin-bottom: 18px !important;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-5rem {
  margin-bottom: 0.5rem !important;
}
.ml-40px {
  margin-left: 40px !important;
}

.max-width-1300px {
  max-width: 1300px !important;
}
.inline-background-image-unset {
  background-image: unset !important;
}

.width-95 {
  width: 95% !important;
}
.width-140 {
  width: 140% !important;
}
.width-120 {
  width: 120% !important;
}

.display-flex-inline {
  display: flex !important;
}
.pt-2px {
  padding-top: 2px !important;
}
.pt-5px {
  padding-top: 5px !important;
}
.pt-40px {
  padding-top: 40px !important;
}
.pr-55px {
  padding-right: 55px !important;
}
.vertical-align-top {
  vertical-align: top !important;
}

.navbar-slideout-inline {
  overflow: hidden;
  overflow-y: auto;
}

.text-50px-pt-14px {
  font-size: 50px;
  padding-top: 79px;
  padding-left: 16px;
}

.title-lg-th-workforce {
  margin-top: 77px;
  font-size: 50px;
  padding-left: 16px;
}

.logo-logogenesys {
  width: 260px;
  height: px;
  padding-right: 1rem;
}
.img-logo-logogenesys {
  width: 237px;
  margin-top: -15px;
}

.logo-PureCloud-color {
  float: left;
  width: 180px;
  margin-top: -48px;
}

.pureconnect-logo {
  width: 180px;
  margin-top: -105px;
}

.custom-border-right-2px {
  border-right: 2px solid black;
}
.color-white {
  color: #ffffff !important;
}
.font-bold {
  font-weight: bold !important;
}
.font-normal {
  font-weight: normal !important;
}
.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-style-normal {
  font-style: normal !important;
}
.txt-title-30 .font-eng {
  font-size: 22px;
  margin-bottom: 0.5rem;
}

.scrollDiv {
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.line-height-normal {
  line-height: normal !important;
}

.line-height-20px {
  line-height: 20px !important;
}

#world {
  -webkit-transform: scaleX(1.2992080751248245) scaleY(1.2992080751248245)
    rotateX(35.1688654353562deg) rotateY(31.375deg);
}
.div-service-solu {
  max-width: unset !important;
  padding: 15px 10px 15px 10px !important;
}
.inline1-custom {
  width: 400px !important;
  display: none !important;
}
.swal2-styled.swal2-confirm {
  background: #82b939;
  padding: 0.25rem 2rem;
}
.swal2-content {
  font-size: 0.85rem;
  text-align: left;
  padding: 0 0.5rem;
  line-height: 1.5;
}
.swal2-header {
  text-align: left;
  font-size: 1.25rem;
  align-items: unset;
  padding: 0 0.5rem;
}
.swal2-title {
  font-size: 1.25rem;
}
.swal2-actions {
  justify-content: left;
  padding: 0;
}
.swal2-footer {
  display: block !important;
  justify-content: left;
  font-size: 0.85rem !important;
}
.swal2-footer .title {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
}
.swal2-footer b {
  margin: 0.25rem 0;
  display: inline-block;
}
.swal2-footer .txt-detail-swal {
  margin-top: 0.5rem;
}
.view-more {
  color: #007bff;
}
.btn-xl-acp {
  height: 40px;
  line-height: 1;
  font-size: 16px;
  padding: 0 35px;
  color: #fff;
}

ul.menu-top li {
  padding: 0 1rem;
}

.button {
  white-space: nowrap;
  display: inline-flex;
  width: 100%;
  align-items: center;
  background-color: #07934a;
  color: white; /* White text */
  padding: 8px 16px;
  border-radius: 4px;
  overflow: visible;
}

.button .dot {
  height: 8px;
  width: 8px;
  background-color: white; /* White dot */
  border-radius: 50%;
  margin-right: 8px; /* Space between dot and text */
}

.buttono {
  white-space: nowrap;
  display: inline-flex;
  width: 258px;
  align-items: center;
  background-color: #07934a;
  color: white; /* White text */
  padding: 8px 10px;
  border-radius: 4px;
  overflow: visible;
}
.buttono .dot {
  height: 7px;
  width: 7px;
  background-color: white; /* White dot */
  border-radius: 50%;
  margin-right: 4px; /* Space between dot and text */
}

.Font-n {
  color: #39b54a;
}
.Bgreen {
  color: #005b60;
}
.Font-p {
  color: #005b60;
}

.custom-line {
  width: 100%; /* ความกว้างเต็มหน้าจอ */
  height: 1px; /* ความหนาของเส้น */
  background-color: #39b54a; /* สีของเส้น */
  margin: 10px 0; /* ระยะห่างด้านบนและล่าง */
}

.customs-lines {
  width: 100%; /* ความกว้างเต็มหน้าจอ */
  height: 1px; /* ความหนาของเส้น */
  background-color: #005b60; /* สีของเส้น */
  margin: 0px; /* ระยะห่างด้านบนและล่าง */
}
.Background-N {
  background-color: #f5f1e6; /* สีพื้นหลังของ div เป็นสีเหลืองอ่อน */
  padding: 20px; /* เพิ่มระยะห่างภายใน div */
}

.buttonx {
  display: inline-flex;
  width: 100px;
  align-items: center;
  background-color: #39b147;
  color: white; /* White text */
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
}

.back-to-home {
  position: absolute; /* ใช้ตำแหน่ง fixed เพื่อให้ปุ่มอยู่ที่ตำแหน่งเดียวเสมอ */
  top: 30px; /* ระยะห่างจากขอบบน */
  right: 20.5%; /* ระยะห่างจากขอบขวา */
  border: none; /* ลบกรอบ */
  color: #00aeef;
}
.back-to-homee {
  position: absolute; /* ใช้ตำแหน่ง fixed เพื่อให้ปุ่มอยู่ที่ตำแหน่งเดียวเสมอ */
  top: 30px; /* ระยะห่างจากขอบบน */
  right: 20.5%; /* ระยะห่างจากขอบขวา */
  border: none; /* ลบกรอบ */
  color: #00aeef;
}

.centerright {
  position: absolute; /* ใช้ตำแหน่ง fixed เพื่อให้ปุ่มอยู่ที่ตำแหน่งเดียวเสมอ */

  left: 0.25%; /* ระยะห่างจากขอบขวา */
}

.font-th-b {
  font-family: "Mitr-Light", sans-serif;
  color: #00aeef;
}

.x {
  background-color: #39b147;
}

p {
  margin-bottom: 100px; /* เพิ่มระยะห่างด้านล่างของย่อหน้า */
}
.form .buttonsx {
  display: block;
  padding-top: 50px;
}
.form .buttonsx .btn {
  font-size: 22px;
  font-family: "Mitr", sans-serif;
  font-weight: 500;
  border-radius: 10px;
  height: 65px;
  line-height: 63px;
}
.form .buttonsx .btn.next {
  float: right;
}

.btn-xlsx {
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 35px;
  color: #fff;
}

.buttonsx .dot {
  height: 8px;
  width: 8px;
  background-color: white; /* White dot */
  border-radius: 50%;
  margin-right: 8px; /* Space between dot and text */
}

.buttons .dot {
  height: 8px;
  width: 8px;
  background-color: white; /* White dot */
  border-radius: 50%;
  margin-right: 8px; /* Space between dot and text */
}

.diagonal-banner {
  position: relative;
  height: 100px; /* ความสูงของแถบ */
  width: 100%; /* ครอบคลุมความกว้างทั้งหมด */
  overflow: hidden; /* ซ่อนส่วนเกิน */
}

/* สีชั้นล่าง */
.diagonal-banner .layer-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005b60; /* สีชั้นล่าง */
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

/* สีชั้นบน */
.diagonal-banner .layer-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #00a650; /* สีชั้นบน */
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

/* ข้อความ */
.diagonal-banner .text {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px; /* ขนาดตัวอักษร */
  font-weight: bold;
  height: 100%;
}
