@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
/* General Styles */
.kanit {
  font-family: "Kanit";
}
.lato {
  font-family: "Lato";
}
.white {
  color: #fff;
}
.section-p06 {
  padding-top: 0;
  padding-bottom: 60px;
}
.section-p01 {
  padding-top: 0;
  padding-bottom: 100px;
}
.section-p61 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.section-p66 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sx-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  color: #d2153d;
  text-transform: uppercase;
  margin: 0;
}
.sx-subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #00215b;
  margin-bottom: 30px;
}
.main-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 64px;
  color: #16213e;
  margin-top: 0;
}
.text-normal {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #41444b;
}
/* End General Styles */
/* Menu */
.header-social {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #d4d7dd;
}
.header-social .social-fa-module {
  display: flex;
  justify-content: flex-start;
  gap: 22px;
  margin-top: 15px;
  width: fit-content;
}
.header-social .social-fa-module a {
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  padding-left: 0;
  padding-right: 0;
}
.header-social .social-fa-module a span {
  color: #001ed3 !important;
  width: 25px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.header-social .social-fa-module a:hover, .header-social .social-fa-module a:hover span {
  color: #001ed3 !important;
  text-decoration: none;
}
#header-column-1 {
  align-self: end;
}
#menu-main_menu-1 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.menu-item-1195 {
  background-color: #d2153d;
  width: 198.75px;
  height: 53px;
  margin-left: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.menu-item-1195 a {
  color: #fff !important;
  font-family: "Kanit" !important;
  font-size: 16.56px !important;
  font-weight: 400 !important;
  line-height: 19.88px !important;
  text-align: center;
}
.menu-item-1195 a i {
  font-size: 11px;
}
.main_menu .ws-menu ul li a, .main_menu .navbar-inverse .navbar-nav > li > a {
  color: #00215b;
  font-family: "Kanit";
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 15px;
}
.main_menu .ws-menu ul li a span, .main_menu .navbar-inverse .navbar-nav > li > a span {
  font-size: 15px;
}
/* End Menu */
/* Home Page */
.section-30 {
  padding-bottom: 200px;
}
.home-title-banner {
  font-size: 80px;
  font-weight: 600;
  line-height: 84px;
}
.home-subtitle-banner {
  font-size: 70px;
  font-weight: 400;
  line-height: 84px;
}
.home-text-banner {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.btn-red {
  width: 304.42px;
  height: 58.24px;
  background-color: #d2153d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.btn-red i {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
}
.btn-red:hover {
  color: #fff;
  text-decoration: none;
}
.section-39 {
  margin-top: -181px;
  padding-top: 0;
  padding-bottom: 60px;
}
.brings-normal-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #ebecee;
}
.brings-num {
  font-size: 100px;
  font-weight: 600;
  line-height: 84px;
}
.brings-sm-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #ebecee;
}
.brings-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  color: #00215b;
}
.brings-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brings-container .brings-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}
.brings-container .brings-item:nth-of-type(1) {
  background-color: #00215b;
  flex: 1 1 27%;
}
.brings-container .brings-item:nth-of-type(2) {
  background-color: #d2153d;
  flex: 1 1 15%;
}
.brings-container .brings-item:nth-of-type(3) {
  background-color: #fff;
  box-shadow: 0px 2px 25px 0px #00215b33;
  border-top: 7px solid #001ed3;
  flex: 1 1 35%;
}
.bri-container {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.bri-container .bri-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.bri-container .bri-item .bri-info h3 {
  font-family: "Kanit";
  font-size: 18px;
  font-weight: 500;
  line-height: 26.91px;
  color: #00215b;
}
.bri-container .bri-item .bri-info p {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #41444b;
}
.container-home-banner, .container-why-choose, .container-our-services, .container-not-too {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.why-col-text {
  padding-right: 100px;
}
.btns-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.why-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "Kanit";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.why-btn i {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
}
.why-btn:hover {
  color: #fff;
  text-decoration: none;
}
.why-btn-red {
  width: 240px;
  height: 64px;
  background-color: #d2153d;
}
.why-btn-blue {
  width: 282px;
  height: 64px;
  background-color: #00215b;
}
.NAME-container {
  display: flex;
  justify-content: space-between;
  gap: 21px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.NAME-container .NAME-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 30%;
  position: relative;
  overflow: hidden;
}
.NAME-container .NAME-item .content-overlay {
  background: rgba(255, 21, 61, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.NAME-container .NAME-item img {
  width: 100%;
  height: 100%;
}
.NAME-container .NAME-item:hover .content-overlay {
  opacity: 1;
}
.NAME-container .NAME-item:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-details h4 {
  font-family: "Kanit";
  font-size: 20px;
  font-weight: 400;
  line-height: 29.9px;
  color: #fff;
  margin: 0px;
}
.content-details h3 {
  font-family: "Kanit";
  font-size: 30px;
  font-weight: 500;
  line-height: 44.85px;
  color: #fff;
  margin-top: 10px;
}
.content-details i {
  width: 81.49px;
  height: 67.46px;
  background-color: #fff;
  color: #d2153d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 0 auto;
}
.fadeIn-left {
  left: 20%;
}
.subtitle-sx-not-too {
  font-family: "Kanit";
  font-size: 22px;
  font-weight: 500;
  line-height: 22.5px;
  color: #d2153d;
}
.subtitle-sm-not-too {
  font-family: "Kanit";
  font-size: 28px;
  font-weight: 600;
  line-height: 29.12px;
  color: #16213e;
  margin-top: 25px;
  margin-bottom: -15px;
}
.not-too-col-text {
  padding-left: 75px;
}
.container-about-us, .container-home-follow {
  display: flex;
  width: 85%;
  margin: 0 auto;
}
.about-col-text {
  padding-right: 90px;
}
.get-appo-col {
  background-color: #d2153d;
  display: flex;
}
.container-get-appo {
  padding: 50px 15px;
  align-self: center;
}
.title-about {
  font-family: "Kanit";
  font-size: 55px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.05em;
  color: #d2153d;
  margin-bottom: 50px;
}
.title-appo {
  font-family: "Kanit";
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 30px;
}
.text-appo {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}
.btn-about {
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-size: 35px;
  color: #d2153d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.projects-container {
  display: flex;
  margin-top: 30px;
}
.projects-container .projects-col1 {
  background-color: #00215b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.projects-container .projects-col1 a {
  font-family: "Kanit";
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
}
.projects-container .projects-col1 i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #001ed3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.projects-home-carousel .projects-item {
  margin-bottom: 80px;
}
.projects-home-carousel .projects-item .projects-info {
  padding: 0px 30px;
}
.projects-home-carousel .projects-item .projects-info h2 {
  font-family: "Kanit";
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  color: #41444b;
  margin-bottom: 30px;
}
.projects-home-carousel .projects-item .projects-info .projects-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
}
.projects-home-carousel .projects-item .projects-info .projects-btn p {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: #41444b;
  flex: 1 1 45%;
}
.projects-images {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.projects-images .projects-item-img {
  flex: 1 1 20%;
}
.gallery-container {
  display: flex;
  margin-top: 30px;
}
.gallery-container .gallery-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.gallery-container .gallery-col1 .gallery-header {
  text-align: center;
}
.gallery-container .gallery-col1 .gallery-links {
  display: flex;
  flex-direction: column;
}
.gallery-container .gallery-col1 .gallery-links a {
  font-family: "Kanit";
  font-size: 32px;
  font-weight: 600;
  line-height: 60.5px;
  color: #16213e;
}
.gallery-container .gallery-col1 .gallery-links a:hover, .gallery-container .gallery-col1 .gallery-links a:focus {
  color: #d2153d;
  text-decoration: none;
}
.photos-grid-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.photos-grid-container .main-photo {
  flex: 1 1 85%;
}
.photos-grid-container .main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photos-grid-container .other-photos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.photos-grid-container .other-photos .img-box {
  flex: 1 1 45%;
}
.container-testimonials {
  display: flex;
}
.testi-col-img {
  padding-right: 0px;
}
.testi-col-text {
  background-color: #ebecee;
  align-content: center;
  padding-left: 80px;
  padding-right: 40px;
}
.cstm_quote {
  width: 80px;
  height: 80px;
  background-color: #001ed3;
  font-size: 32px;
  font-weight: 900;
  line-height: 36.8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials .owl-nav {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 8%;
  left: 110%;
}
.gtco-testimonials .owl-nav .owl-prev {
  display: none !important;
}
.gtco-testimonials .owl-nav .owl-next {
  padding: 0 !important;
  margin: 0 !important;
}
.gtco-testimonials .owl-nav .owl-next i {
  font-size: 170px;
  color: #00215b;
}
.gtco-testimonials .owl-nav .owl-next:hover {
  background: transparent !important;
  color: #00215b !important;
  text-decoration: none !important;
}
.gtco-testimonials .owl-dots {
  text-align: left !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
  display: block !important;
  background: #00215b !important;
  margin: 0 5px !important;
}
.gtco-testimonials .owl-dots .active span {
  background: #001ed3 !important;
  height: 14px !important;
  width: 14px !important;
}
.gtco-testimonials .card h5 {
  font-family: "Kanit";
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #16213e;
}
.gtco-testimonials .card h5 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #001ed3;
}
.gtco-testimonials .card p {
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #41444b;
  margin-bottom: 30px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}
.news-container {
  margin-top: 30px;
  margin-bottom: 40px;
}
.news-container img {
  width: 100%;
  height: 227px;
  object-fit: cover;
  object-position: center;
}
.news-container .news-info {
  box-shadow: 0px 0px 33.26px 0px #00000024;
  padding: 30px 20px;
  border-top: 10.64px solid #d2153dd9;
}
.news-container .news-info h4 {
  font-family: "Lato";
  font-size: 22.62px;
  font-weight: 300;
  line-height: 37.25px;
  color: #000;
}
.news-container .news-info h3 {
  font-family: "Kanit";
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
  color: #16213e;
  margin-top: 0px;
}
.news-container .news-info .link-read {
  font-family: "Lato";
  font-size: 19.96px;
  font-weight: 900;
  line-height: 37.25px;
  letter-spacing: 0.05em;
  color: #000;
}
.news-container .news-info .link-read i {
  color: #d2153d;
  margin-left: 8px;
}
.news-container .news-info .link-read:hover {
  text-decoration: none;
}
.owl-carousel.news-home-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel.news-home-carousel .owl-dots span {
  position: relative;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
  display: block !important;
  background: #00215b !important;
  margin: 0 5px !important;
}
.owl-carousel.news-home-carousel .owl-dots .active span {
  background: #001ed3 !important;
  height: 14px !important;
  width: 14px !important;
}
.follow-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.follow-container i {
  width: 53px;
  height: 53px;
  border-radius: 8px;
  background-color: #00215b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.follow-container h2 {
  color: #d2153d;
  margin: 0;
}
.follow-container h3 {
  font-family: "Kanit";
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.05em;
  color: #16213e;
  margin: 0;
}
.container-contact-us {
  display: flex;
  align-items: flex-start;
  width: 85%;
  margin: 0 auto;
}
.subtitle-home-contact {
  font-family: "Lato";
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.title-home-contact {
  font-family: "Kanit";
  font-size: 55px;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.text-contact {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.home-form_wrapper .gform_heading {
  display: none;
}
.home-form_wrapper .home-form .gform_body .gform_fields {
  grid-row-gap: 35px;
}
.home-form_wrapper .home-form .gform_body .gform_fields input[type="text"], .home-form_wrapper .home-form .gform_body .gform_fields input[type="email"], .home-form_wrapper .home-form .gform_body .gform_fields input[type="tel"], .home-form_wrapper .home-form .gform_body .gform_fields select, .home-form_wrapper .home-form .gform_body .gform_fields textarea {
  padding: 4px 103px 4px 20px !important;
  background-color: #fff;
  border: 1px solid #00000040;
  font-family: "Lato";
  font-size: 17px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  color: #00000080;
}
.home-form_wrapper .home-form .gform_body .gform_fields input[type="text"]:focus-visible, .home-form_wrapper .home-form .gform_body .gform_fields input[type="email"]:focus-visible, .home-form_wrapper .home-form .gform_body .gform_fields input[type="tel"]:focus-visible, .home-form_wrapper .home-form .gform_body .gform_fields select:focus-visible, .home-form_wrapper .home-form .gform_body .gform_fields textarea:focus-visible {
  outline: none;
}
.home-form_wrapper .home-form .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.home-form_wrapper .home-form .gform_footer #gform_submit_button_1 {
  width: 240px;
  height: 57.23px;
  background-color: #d2153d;
  font-family: "Kanit";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-form_wrapper .home-form .gform_footer #gform_submit_button_1:hover {
  background-color: #d2153d;
}
.container-home-info {
  width: 85%;
  margin: 0 auto;
}
.subtitle-info {
  font-family: "Kanit";
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  color: #41444b;
  text-transform: uppercase;
  margin-top: 0;
}
.title-info {
  font-family: "Kanit";
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  color: #00215b;
  margin: 0;
}
.info-container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 60px;
}
.info-container .info-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-container .info-item:nth-of-type(1) {
  box-shadow: 0px 2px 25px 0px #00215b33;
  border-top: 7px solid #d2153d;
  flex: 1 1 35%;
  padding: 55px;
}
.info-container .info-item:nth-of-type(2), .info-container .info-item:nth-of-type(3) {
  background-color: transparent;
  flex: 1 1 10%;
  padding: 55px 0px 0px 0px;
}
.info-all {
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-all .color-phone {
  background-color: #d2153d;
}
.info-all .color-chat {
  background-color: #001ed3;
}
.info-all .info-icon {
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-all .info-info p {
  font-family: "Kanit";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #16213e;
  margin-bottom: 5px;
}
.info-btn {
  width: 240px;
  height: 64px;
  font-family: "Kanit";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.info-btn i {
  font-size: 14px;
}
.info-btn:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.info-btn-red {
  background-color: #d2153d;
}
.info-btn-blue {
  background-color: #00215b;
}
/* End Home Page */
/* Services Page */
.banner-services {
  padding: 100px 15px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.title-services {
  font-family: "Kanit";
  font-size: 80px;
  font-weight: 600;
  line-height: 84px;
  color: #fff;
  margin: 0;
}
.benefits-container {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  margin: 30px 0px;
}
.benefits-container .benefits-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-top: 7px solid #d2153d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 35px;
  text-align: center;
  flex: 1 1 30%;
}
.benefits-container .benefits-item h3 {
  font-family: "Kanit";
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  color: #00215b;
}
.benefits-container .benefits-item p {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #41444b;
}
/* End Services Page */
/* Contact Us Page*/
.title-contact {
  font-family: "Kanit";
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  color: #00215b;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
.title-contact::after {
  content: "";
  height: 5px;
  width: 160px;
  background-color: #d2153d;
  margin-top: 10px;
}
.cstm_map iframe {
  box-shadow: 0px 4px 14.5px 0px #00000042;
  border-radius: 18.95px;
}
.contact-info-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Kanit";
}
.contact-info-container .info-item {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex: 1 1 40%;
  background-color: #d4d7dd;
  padding: 20px 25px;
  border-radius: 10px;
}
.contact-info-container .info-item i {
  color: #d2153d;
  font-size: 50px;
}
.contact-info-container .info-item .info-text a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #41444b;
}
.contact-info-container .info-item .info-text a:hover {
  color: #41444b;
  text-decoration: none;
}
.contact-info-container .info-item .info-text span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #41444b;
}
.contact-info-container .info-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #21203c;
}
.contact-info-container .info-item p span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000000;
}
.contact-info-container .info-item p span a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #41444b;
}
.contact-info-container .info-item p span a:hover {
  color: #41444b;
  text-decoration: none;
}
.contact-form_wrapper, .careers-form_wrapper {
  box-shadow: -15.4px 21.32px 41.45px 0px #00000017;
  padding: 30px 21px 14px 21px;
  border-radius: 18.95px;
  background-color: white;
}
.contact-form_wrapper .gform_heading, .careers-form_wrapper .gform_heading {
  display: none;
}
.contact-form_wrapper .contact-form input[type="text"], .contact-form_wrapper .contact-form input[type="email"], .contact-form_wrapper .contact-form input[type="tel"], .contact-form_wrapper .contact-form select, .contact-form_wrapper .contact-form textarea, .contact-form_wrapper .careers-form input[type="text"], .contact-form_wrapper .careers-form input[type="email"], .contact-form_wrapper .careers-form input[type="tel"], .contact-form_wrapper .careers-form select, .contact-form_wrapper .careers-form textarea, .careers-form_wrapper .contact-form input[type="text"], .careers-form_wrapper .contact-form input[type="email"], .careers-form_wrapper .contact-form input[type="tel"], .careers-form_wrapper .contact-form select, .careers-form_wrapper .contact-form textarea, .careers-form_wrapper .careers-form input[type="text"], .careers-form_wrapper .careers-form input[type="email"], .careers-form_wrapper .careers-form input[type="tel"], .careers-form_wrapper .careers-form select, .careers-form_wrapper .careers-form textarea {
  padding-left: 20px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background-color: #fff;
  border: 1px solid #00000040;
  font-family: "Lato";
  font-size: 17px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  color: #00000080;
}
.contact-form_wrapper .contact-form input[type="text"]:focus-visible, .contact-form_wrapper .contact-form input[type="email"]:focus-visible, .contact-form_wrapper .contact-form input[type="tel"]:focus-visible, .contact-form_wrapper .contact-form select:focus-visible, .contact-form_wrapper .contact-form textarea:focus-visible, .contact-form_wrapper .careers-form input[type="text"]:focus-visible, .contact-form_wrapper .careers-form input[type="email"]:focus-visible, .contact-form_wrapper .careers-form input[type="tel"]:focus-visible, .contact-form_wrapper .careers-form select:focus-visible, .contact-form_wrapper .careers-form textarea:focus-visible, .careers-form_wrapper .contact-form input[type="text"]:focus-visible, .careers-form_wrapper .contact-form input[type="email"]:focus-visible, .careers-form_wrapper .contact-form input[type="tel"]:focus-visible, .careers-form_wrapper .contact-form select:focus-visible, .careers-form_wrapper .contact-form textarea:focus-visible, .careers-form_wrapper .careers-form input[type="text"]:focus-visible, .careers-form_wrapper .careers-form input[type="email"]:focus-visible, .careers-form_wrapper .careers-form input[type="tel"]:focus-visible, .careers-form_wrapper .careers-form select:focus-visible, .careers-form_wrapper .careers-form textarea:focus-visible {
  outline: none;
}
.contact-form_wrapper .contact-form .ginput_container_address span, .contact-form_wrapper .careers-form .ginput_container_address span, .careers-form_wrapper .contact-form .ginput_container_address span, .careers-form_wrapper .careers-form .ginput_container_address span {
  margin-bottom: 0px !important;
}
.contact-form_wrapper .contact-form #gform_submit_button_2, .contact-form_wrapper .contact-form #gform_submit_button_3, .contact-form_wrapper .careers-form #gform_submit_button_2, .contact-form_wrapper .careers-form #gform_submit_button_3, .careers-form_wrapper .contact-form #gform_submit_button_2, .careers-form_wrapper .contact-form #gform_submit_button_3, .careers-form_wrapper .careers-form #gform_submit_button_2, .careers-form_wrapper .careers-form #gform_submit_button_3 {
  width: 240px;
  height: 57.23px;
  background-color: #d2153d;
  font-family: "Kanit";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact-form_wrapper .contact-form #gform_submit_button_2:hover, .contact-form_wrapper .contact-form #gform_submit_button_3:hover, .contact-form_wrapper .careers-form #gform_submit_button_2:hover, .contact-form_wrapper .careers-form #gform_submit_button_3:hover, .careers-form_wrapper .contact-form #gform_submit_button_2:hover, .careers-form_wrapper .contact-form #gform_submit_button_3:hover, .careers-form_wrapper .careers-form #gform_submit_button_2:hover, .careers-form_wrapper .careers-form #gform_submit_button_3:hover {
  background-color: #d2153d;
}
/* End Contact Us Page */
/* Company History Page */
.container-img-ir {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.container-text-ir {
  padding-right: 50px;
}
.container-img-il {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.container-text-il {
  padding-left: 50px;
}
/* End Company History Page */
/* Credential Page */
.credential-container {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  margin: 30px 0px;
}
.credential-container .credential-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-top: 7px solid #d2153d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  text-align: center;
  flex: 1 1 17%;
}
.credential-container .credential-item p {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #41444b;
}
.credential-btn {
  font-family: "Kanit";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  background-color: #d2153d;
}
.credential-btn:hover {
  color: #fff;
  background-color: #d2153d;
  text-decoration: none;
}
/* End Credential Page */
/* Fence Gallery Page */
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
  font-family: "Kanit";
  font-size: 15px !important;
  font-weight: 600;
  line-height: 29.12px;
  color: #16213e;
}
ul.ngg-breadcrumbs > li {
  font-family: "Kanit";
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  color: #00215b;
  text-transform: uppercase;
}
.ngg-breadcrumbs li a {
  color: #00215b;
}
.ngg-breadcrumbs li a:hover {
  color: #d2153d;
  text-decoration: none;
}
/* End Fence Gallery Page */
/* Careers Page */
.container-careers {
  display: flex;
  align-items: center;
}
/* End Careers Page */
/* Single Project Page */
.cstm-width {
  width: 1400px;
  margin: 0 auto;
  padding: 60px 15px;
}
.project-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 100px 15px;
}
.project-banner .project-banner-container {
  text-align: center;
  position: relative;
}
.project-banner::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
/* End Single Project Page */
/* Projects Page */
.news-events-container {
  display: flex;
  gap: 30px 15px;
  flex-wrap: wrap;
  margin-top: 25px;
  font-family: "Kanit";
}
.news-events-container .news-events-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 23%;
  max-width: 24%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: transform 0.3s;
}
.news-events-container .news-events-item .news-img {
  width: 100%;
  height: 250px;
}
.news-events-container .news-events-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: auto 1;
}
.news-events-container .news-events-item .news-info {
  padding: 30px 20px;
  border-top: 10.64px solid #d2153dd9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-events-container .news-events-item .news-info h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
  color: #16213e;
  margin-top: 0px;
}
.news-events-container .news-events-item .news-info .link-read {
  font-family: "Lato";
  font-size: 19.96px;
  font-weight: 900;
  line-height: 37.25px;
  letter-spacing: 0.05em;
  color: #000;
}
.news-events-container .news-events-item .news-info .link-read i {
  color: #d2153d;
  margin-left: 8px;
}
.news-events-container .news-events-item .news-info .link-read:hover {
  text-decoration: none;
}
.news-events-container .news-events-item:not(:hover) {
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* End Projects Page */
/* Footer */
#footer-widgets {
  background: linear-gradient(90deg, #d4d7dd 0%, #d4d7dd 34%, #00215b 34%, #00215b 100%);
  padding: 50px 0px 100px;
}
#footer-widgets > .container {
  background-color: transparent;
}
.footer-widget h3 {
  font-family: "Kanit";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
#menu-footer_menu .menu-item, #menu-footer_menu li, #recent-posts-2 .menu-item, #recent-posts-2 li {
  margin-bottom: 5px;
}
#menu-footer_menu .menu-item a, #menu-footer_menu li a, #recent-posts-2 .menu-item a, #recent-posts-2 li a {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #d4d7dd;
}
#recent-posts-2 li {
  margin-right: 65px;
}
#footer {
  position: relative;
}
.basement {
  background-color: transparent;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.basement > .container {
  background-color: transparent;
}
.cstm_basement {
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #d4d7dd;
}
.footer-info-container {
  margin-top: 20px;
}
.footer-stay {
  font-family: "Kanit";
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  color: #16213e;
  text-transform: uppercase;
}
.footer-phone {
  font-family: "Kanit";
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
  color: #41444b;
}
.social-fa-module {
  display: flex;
  justify-content: flex-start;
  gap: 22px;
  margin-top: 15px;
  width: fit-content;
}
.social-fa-module a {
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  padding-left: 0;
  padding-right: 0;
}
.social-fa-module a span {
  background: #fff;
  color: #41444b !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-fa-module a:hover, .social-fa-module a:hover span {
  color: #41444b !important;
  text-decoration: none;
}
/* End Footer */
/* Blog */
/*Blog Read More Button */
a.excerpt-read-more.btn.btn-primary {
  background-color: #e3342f !important;
  color: #fff !important;
  padding: 14px 32px !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: none !important;
}
/* Hover effect */
a.excerpt-read-more.btn.btn-primary:hover {
  background-color: #c62828 !important;
  transform: translateY(-2px) !important;
}
/* Blog End */
/***** MEDIA QUERIES *****/
@media screen and (max-width: 1440px) {
  /* Footer */
  .container-testimonials {
    width: 95%;
  }
  #footer-widgets {
    background: linear-gradient(90deg, #d4d7dd 0%, #d4d7dd 27%, #00215b 27%, #00215b 100%);
    padding: 50px 0px 100px;
  }
}
@media screen and (max-width: 1399px) {
  /* Single Project Page */
  #header-column-1 {
    align-self: center;
  }
  .menu-item-1195 {
    margin-left: 15px;
  }
  .info-container {
    gap: 50px;
  }
  .info-container .info-item:nth-of-type(1) {
    flex: 1 1 22%;
    padding: 55px 50px 55px 50px;
  }
  .container-testimonials {
    width: 92%;
  }
  .btns-container {
    justify-content: flex-start;
    gap: 0px 60px;
  }
  .why-btn {
    padding: 20px 25px;
  }
  .why-btn-red {
    width: auto;
    height: auto;
  }
  .why-btn-blue {
    width: auto;
    height: auto;
  }
  .cstm-width {
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
  }
  #recent-posts-2 li {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1249px) {
  /* Projects Page */
  .home-title-banner, .title-services {
    font-size: 77px;
    line-height: 81px;
  }
  .section-39 {
    margin-top: -170px;
  }
  .brings-container .brings-item {
    padding: 45px;
  }
  .testi-col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .testi-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .btns-container {
    gap: 0px 20px;
  }
  .why-btn {
    padding: 20px 15px;
  }
  .news-container .news-info h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .credential-container .credential-item {
    flex: 1 1 30%;
  }
  .news-events-container .news-events-item {
    flex: 1 1 30%;
    max-width: 32%;
  }
}
@media screen and (max-width: 1199px) {
  .container-home-banner, .container-why-choose, .container-our-services, .container-not-too {
    width: 100%;
  }
  .section-39 {
    margin-top: -187px;
  }
  .brings-container .brings-item {
    padding: 0px;
  }
  .brings-container .brings-item:nth-of-type(1) {
    padding: 20px;
  }
  .brings-container .brings-item:nth-of-type(2) {
    padding: 20px;
  }
  .brings-container .brings-item:nth-of-type(3) {
    padding: 20px;
  }
  .not-too-col-text {
    padding-left: 20px;
  }
  .projects-home-carousel .projects-item {
    margin-bottom: 0px;
  }
  .projects-home-carousel .projects-item .projects-info {
    padding: 0px;
  }
  .about-col-text {
    padding-right: 30px;
  }
  .container-get-appo {
    padding: 10px 10px;
  }
  .gallery-container .gallery-col1 .gallery-links a {
    font-size: 30px;
    line-height: 48.5px;
  }
  .testi-col-text {
    padding-left: 25px;
    padding-right: 30px;
  }
  .container-home-info {
    width: 100%;
  }
  .info-container {
    gap: 45px;
  }
  .info-container .info-item {
    flex: 1 1 30%;
  }
  .info-container .info-item:nth-of-type(1) {
    padding: 55px 35px;
  }
  .container-about-us, .container-home-follow {
    width: 100%;
  }
  .container-contact-us {
    width: 100%;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  padding: 5px 5px;
}
@media screen and (max-width: 1023px) {
  .home-title-banner, .title-services {
    font-size: 72px;
    line-height: 76px;
  }
  .section-39 {
    margin-top: -215px;
  }
  .brings-title {
    font-size: 27px;
    line-height: 31px;
  }
  .brings-container .brings-item:nth-of-type(1) {
    flex: 1 1 30%;
    padding: 22px;
  }
  .brings-container .brings-item:nth-of-type(2) {
    flex: 1 1 15%;
    padding: 22px;
  }
  .brings-container .brings-item:nth-of-type(3) {
    flex: 1 1 30%;
  }
  .projects-container .projects-col1 a {
    line-height: 30px;
    text-align: center;
    padding: 0 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  /* Projects Page */
  .home-title-banner, .title-services {
    font-size: 55px;
    line-height: 59px;
  }
  .home-subtitle-banner {
    font-size: 50px;
    line-height: 64px;
  }
  .section-39 {
    margin-top: -150px;
  }
  .brings-container {
    flex-wrap: wrap-reverse;
  }
  .brings-container .brings-item:nth-of-type(1) {
    flex: 1 1 45%;
    height: 170px;
  }
  .brings-container .brings-item:nth-of-type(2) {
    flex: 1 1 35%;
    height: 170px;
  }
  .brings-container .brings-item:nth-of-type(3) {
    flex: 1 1 100%;
  }
  .why-col-text {
    padding-right: 35px;
  }
  .main-title {
    font-size: 45px;
    line-height: 54px;
  }
  .btns-container {
    gap: 0px 10px;
  }
  .why-btn-red, .why-btn-blue {
    padding: 20px 10px;
  }
  .subtitle-sx-not-too {
    font-size: 20px;
    line-height: 20.5px;
  }
  .subtitle-sm-not-too {
    font-size: 24px;
    line-height: 25.12px;
  }
  .projects-container .projects-col1 a {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 0px;
  }
  .projects-container .projects-col1 i {
    margin-top: 20px;
  }
  .projects-home-carousel .projects-item .projects-info .projects-btn {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .title-appo {
    font-size: 30px;
    line-height: 34px;
  }
  .gallery-container .gallery-col1 .gallery-links a {
    font-size: 25px;
    line-height: 38.5px;
  }
  .gtco-testimonials .owl-nav {
    top: 30%;
  }
  .gtco-testimonials .owl-nav .owl-next i {
    font-size: 100px;
  }
  .gtco-testimonials .card p {
    font-size: 19px;
    line-height: 25px;
  }
  .cstm_quote {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .testi-col-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-home-contact {
    font-size: 45px;
    line-height: 54px;
  }
  .home-form_wrapper .home-form .gform_body .gform_fields input[type="text"], .home-form_wrapper .home-form .gform_body .gform_fields input[type="email"], .home-form_wrapper .home-form .gform_body .gform_fields input[type="tel"], .home-form_wrapper .home-form .gform_body .gform_fields select, .home-form_wrapper .home-form .gform_body .gform_fields textarea {
    padding: 4px 10px 4px 10px !important;
  }
  .info-container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap-reverse;
    gap: 60px;
  }
  .info-container .info-item:nth-of-type(1) {
    flex: 1 1 100%;
    padding: 55px;
  }
  .info-container .info-item:nth-of-type(2), .info-container .info-item:nth-of-type(3) {
    flex: 1 1 45%;
    padding: 0px;
  }
  .news-events-container .news-events-item {
    flex: 1 1 45%;
    max-width: 100%;
  }
  .contact-info-container .info-item {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 767px) {
  /* Careers Page */
  /* End Careers Page */
  .display-no-mobile {
    display: none;
  }
  header.header {
    display: none;
  }
  .container-home-banner, .container-why-choose, .container-our-services, .container-not-too {
    margin: 0 auto;
  }
  .container-home-banner div, .container-why-choose div, .container-our-services div, .container-not-too div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-subtitle-banner {
    font-size: 43px;
    line-height: 57px;
  }
  .home-text-banner {
    font-size: 25px;
    line-height: 25px;
  }
  .brings-normal-text {
    font-size: 18px;
    line-height: 24px;
  }
  .container-home-banner, .container-why-choose, .container-our-services {
    flex-direction: column;
  }
  .btns-container {
    gap: 0px 30px;
  }
  .why-btn-red, .why-btn-blue {
    padding: 20px 20px;
  }
  .why-col-text {
    margin-bottom: 30px;
  }
  .container-not-too {
    flex-direction: column-reverse;
  }
  .not-too-col-text {
    margin-bottom: 30px;
  }
  .projects-container {
    flex-direction: column;
  }
  .projects-container .projects-col1 {
    flex-direction: row;
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .projects-container .projects-col1 a {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .projects-container .projects-col1 i {
    margin-top: 0px;
  }
  .projects-images {
    justify-content: center;
  }
  .projects-images .projects-item-img {
    flex: 1 1 30%;
  }
  .NAME-container .NAME-item {
    flex: 1 1 44%;
    max-width: 48%;
  }
  .container-about-us {
    flex-direction: column;
  }
  .about-col-text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .follow-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .container-testimonials {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .testi-col-img {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gtco-testimonials .owl-nav {
    top: 70%;
    left: 85%;
  }
  .gallery-container {
    flex-direction: column;
  }
  .gallery-container .gallery-col1 {
    align-items: center;
    margin-bottom: 30px;
  }
  .gallery-container .gallery-col1 .gallery-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 30px;
  }
  #footer-widgets {
    background: #00215b;
  }
  #footer-widgets > .container .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px 0px;
  }
  .footer-widget h3 {
    text-align: center;
  }
  .social-fa-module {
    justify-content: center;
    width: 100%;
  }
  .footer-stay, .footer-phone {
    color: #d4d7dd;
  }
  .container-img-ir {
    flex-direction: column;
  }
  .container-text-ir {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .container-img-il {
    flex-direction: column-reverse;
  }
  .container-text-il {
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .credential-container .credential-item {
    flex: 1 1 40%;
  }
  .contact-info-container .info-item {
    flex: 1 1 45%;
  }
  .contact-form_wrapper .ginput_complex, .careers-form_wrapper .ginput_complex {
    gap: 16px 0;
  }
  .contact-form_wrapper .ginput_complex span, .careers-form_wrapper .ginput_complex span {
    margin-bottom: 0 !important;
  }
  .container-careers {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  /* Projects Page */
  .home-title-banner, .title-services {
    font-size: 52px;
    line-height: 56px;
  }
  .home-subtitle-banner {
    font-size: 40px;
    line-height: 42px;
  }
  .brings-container {
    flex-wrap: wrap;
  }
  .brings-container .brings-item:nth-of-type(1), .brings-container .brings-item:nth-of-type(2), .brings-container .brings-item:nth-of-type(3) {
    flex: 1 1 100%;
  }
  .why-col-text {
    padding-right: 0px;
  }
  .btns-container {
    gap: 0px 10px;
  }
  .why-btn-red, .why-btn-blue {
    padding: 20px 10px;
  }
  .projects-container .projects-col1 {
    flex-wrap: wrap;
    gap: 10px 21px;
  }
  .projects-images {
    gap: 5px;
    margin-bottom: 30px;
  }
  .projects-images .projects-item-img {
    flex: 1 1 25%;
  }
  .container-contact-us {
    flex-direction: column;
  }
  .credential-container .credential-item {
    flex: 1 1 100%;
  }
  .news-events-container .news-events-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .contact-info-container .info-item {
    flex: 1 1 100%;
  }
  .benefits-container .benefits-item {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 424px) {
  .btns-container {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    width: 80%;
    margin: 50px auto 0px;
  }
  .why-btn-red, .why-btn-blue {
    padding: 20px 10px;
    width: 100%;
  }
  .NAME-container {
    gap: 10px;
  }
  .NAME-container .NAME-item {
    flex: 1 1 45%;
    max-width: 50%;
  }
  .btn-about {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .follow-container h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .container-home-info div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .info-all .info-info p {
    font-size: 20px;
    line-height: 24px;
  }
  .info-btn {
    margin-top: 20px;
  }
  .info-container .info-item:nth-of-type(1) {
    padding: 30px;
  }
}
.logo-section {
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 50px 40px;
  align-items: center;
  justify-items: center;
}
.logo {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  max-width: 160px;
  max-height: 80px;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.logo img:hover {
  transform: scale(1.5);
}
#gform_confirmation_message_1 {
  color: white;
  font-size: 50px;
  font-weight: bolder;
}
.no-underline, .no-underline:hover, .no-underline:focus, .no-underline:active {
  text-decoration: none !important;
}
@media screen and (max-width: 374px) {
  .btn-red {
    width: 100%;
  }
}
