@import url("../font/Themify/stylesheet.css");
@import url("../font/BankGothic/stylesheet.css");
@import url("../font/Arial/stylesheet.css");

body {
  font-family: "Arial", Times, serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #454343;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.ovw {
  padding: 80px 0 80px 0;
  position: relative;
}

.title h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.title h2 strong {
  color: var(--fs-color-primary);
}

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 1000px;
  font-weight: 600;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  gap: 10px;
  color: white;
  font-size: 15px;
  z-index: 2;
  cursor: pointer;
  height: 48px;
  min-width: 125px;
}

.btn > * {
  position: relative;
  z-index: 2;
}

.btn i,
.btn img {
  width: 16px;
  height: 16px;
}

.btn i {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 2px solid #1a8ee2;
  clip-path: polygon(
    20% 0,
    20% 16%,
    30% 16%,
    30% 0,
    100% 0,
    100% 100%,
    80% 100%,
    80% 83%,
    70% 84%,
    70% 100%,
    0 100%,
    0 0
  );
  transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82);
}

.btn .marker {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: inherit;
  position: absolute;
  background: #1a8ee2;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82);
}

.btn .marker::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #1a8ee1;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

@media (hover: hover) {
  .btn:hover {
    color: #fff;
  }

  .btn:hover::before {
    border-color: #1a8ee1;
    clip-path: polygon(
      20% 0,
      20% 15%,
      80% 16%,
      80% 0,
      100% 0,
      100% 100%,
      80% 100%,
      80% 86%,
      20% 86%,
      20% 100%,
      0 100%,
      0 0
    );
  }
  .btn:hover .marker::after {
    left: 0;
    width: 100%;
  }
}

.btn.second {
  color: #1a8ee1;
}

.btn.second::before {
  border-color: #1a8ee1;
}

.btn.second .marker {
  background-color: transparent;
  border: 2px solid #1a8ee1;
}

.btn.second .marker::after {
  background-color: #1a8ee2;
}

@media (hover: hover) {
  .btn.second:hover {
    color: white;
  }
  .btn.second:hover::before {
    border-color: #1a8ee2;
  }
  .btn.second:hover .marker {
    border-color: #1a8ee2;
  }
  .btn.second:hover i,
  .btn.second:hover img {
    filter: brightness(0) invert(1);
  }
}

.btn.white {
  color: #1a8ee1;
}

.btn.white::before {
  border-color: white;
}

.btn.white .marker {
  background-color: white;
}

@media (hover: hover) {
  .btn.white:hover {
    color: #ffffff;
  }
}

.btn.plus {
  color: #454343;
}

.btn.plus::before {
  clip-path: none;
}

.btn.plus i {
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.plus::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #1a8ee1;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

@media (hover: hover) {
  .btn.plus:hover::after {
    left: 0;
    width: 100%;
  }
}

@media (hover: hover) {
  .btn.plus:hover {
    color: white;
  }
}

.btn-gr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* home */
.sec-rbn .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 100%,
    rgba(0, 0, 0, 0) 16.7%,
    rgba(0, 0, 0, 0) 74.43%,
    rgba(0, 0, 0, 0.5) 100%
  ) !important;
}

.sec-rbn h1 {
  font-size: 96px;
  font-weight: 400;
  font-family: "BankGothic", sans-serif;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 16px;
}

.sec-rbn p {
  font-size: 40px;
  margin: 0;
}

.ovw-box {
  padding-top: 100%;
  position: relative;
  transition: 0.4s cubic-bezier(0.72, 0.04, 0.49, 0.82);
}

.ovw-box-core {
  position: absolute;
  left: 15%;
  top: 15%;
  right: 15%;
  bottom: 15%;
  border-radius: 1000px;
  overflow: hidden;
  color: black;
}

.ovw-box-core::before,
.ovw-box-core::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  z-index: 1;
}

.ovw-box-core::before {
  background-image: radial-gradient(
    circle at 35% 28%,
    white,
    rgba(224, 98, 37, 0.6)
  );
  box-shadow:
    0 15px 2px -10px rgba(224, 98, 37, 0.01),
    -35px 90px 210px 2px rgba(224, 98, 37, 0.56),
    45px 65px 50px -35px;
}

.ovw-box-core::after {
  background-image: radial-gradient(circle at 38% 40%, white, rgb(67 167 239));
}

.ovw-box-core .image {
  position: absolute;
  top: 5%;
  left: 0;
  height: 100%;
  width: 180%;
  max-width: 180%;
  max-width: unset;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.4;
  background-size: cover;
  background-repeat: repeat-x;
  animation: 30s preLoadAni infinite linear;
  z-index: 2;
}

.ovw-box-out {
  position: absolute;
  left: 8%;
  top: 8%;
  right: 8%;
  bottom: 8%;
  z-index: 3;
}

.ovw-box-out img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.ovw-box-line {
  position: absolute;
}

.ovw-box-line svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ovw-box-line.one {
  top: 0;
  left: 30%;
  width: 41%;
  height: 100%;
}

.ovw-box-line.one .ovw-box-dot {
  --size: 8%;
}

.ovw-box-line.one .ovw-box-dot:nth-child(1) {
  top: 2%;
  left: 34%;
}

.ovw-box-line.one .ovw-box-dot:nth-child(2) {
  bottom: 4%;
  right: -2%;
}

.ovw-box-line.two {
  bottom: 25%;
  left: 0;
  width: 100%;
  height: 41%;
}

.ovw-box-line.two .ovw-box-dot:nth-child(1) {
  bottom: 37%;
  left: 3%;
}

.ovw-box-line.two .ovw-box-dot:nth-child(2) {
  bottom: 4%;
  left: 40.5%;
}

.ovw-box-line.two .ovw-box-dot:nth-child(2)::before {
  animation: 2s ftCircleAni ease infinite;
}

.ovw-box-line.two .ovw-box-dot:nth-child(2)::after {
  animation: 2s ftCircleAni2 ease infinite;
}

.ovw-box-line.two .ovw-box-dot:nth-child(3) {
  top: 78.5%;
  right: 40.5%;
}

.ovw-box-line.two .ovw-box-dot:nth-child(3)::before {
  animation: 2s ftCircleAni ease infinite;
}

.ovw-box-line.two .ovw-box-dot:nth-child(3)::after {
  animation: 2s ftCircleAni2 ease infinite;
}

.ovw-box-line.two .ovw-box-dot:nth-child(4) {
  top: -0.5%;
  right: 3.5%;
}

.ovw-box-line.three {
  top: 10%;
  right: 0;
  bottom: 7%;
  left: 0%;
}

.ovw-box-line.three .ovw-box-dot:nth-child(1) {
  bottom: 10%;
  left: 10%;
}

.ovw-box-line.three .ovw-box-dot:nth-child(2) {
  bottom: 15%;
  left: 44%;
}

.ovw-box-line.three .ovw-box-dot:nth-child(2)::before {
  animation: 2s ftCircleAni ease infinite;
}

.ovw-box-line.three .ovw-box-dot:nth-child(2)::after {
  animation: 2s ftCircleAni2 ease infinite;
}

.ovw-box-line.three .ovw-box-dot:nth-child(3) {
  top: -1.5%;
  right: 18.5%;
}

.ovw-box-line.three .line-ani {
  animation: ovwLineAni 12s linear 0s infinite;
}

.ovw-box-line.four {
  top: 24%;
  right: 0;
  width: 100%;
  height: 62%;
}

.ovw-box-line.four .ovw-box-dot:nth-child(1) {
  bottom: -2%;
  right: 7%;
}

.ovw-box-line.four .ovw-box-dot:nth-child(2) {
  bottom: 44%;
  right: 14%;
}

.ovw-box-line.four .ovw-box-dot:nth-child(2)::before {
  animation: 2s ftCircleAni ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(2)::after {
  animation: 2s ftCircleAni2 ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(2)::before {
  animation: 2s ftCircleAni ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(2)::after {
  animation: 2s ftCircleAni2 ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(3) {
  bottom: 56.5%;
  right: 24.5%;
}

.ovw-box-line.four .ovw-box-dot:nth-child(3)::before {
  animation: 2s ftCircleAni ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(3)::after {
  animation: 2s ftCircleAni2 ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(3)::before {
  animation: 2s ftCircleAni ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(3)::after {
  animation: 2s ftCircleAni2 ease infinite;
}

.ovw-box-line.four .ovw-box-dot:nth-child(4) {
  bottom: 79.5%;
  left: -0.5%;
}

.ovw-box-line.four .line-ani {
  animation: ovwLineAni 12s linear 0s infinite;
}

.ovw-box-dot {
  --size: 3%;
  width: var(--size);
  padding-top: var(--size);
  border-radius: 1000px;
  background-color: #1a8ee1;
  position: absolute;
}

.ovw-box-dot::before,
.ovw-box-dot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1a8ee1;
  border-radius: inherit;
}

.ovw-box-item {
  position: absolute;
  width: 8%;
  padding-top: 8%;
  border-radius: 1000px;
  z-index: 3;
  cursor: pointer;
}

.ovw-box-item .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ovw-box-item .inner::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #1a8ee1 0%, #67bcfa 100%);
  z-index: -1;
  border-radius: 1000px;
  transition: 0.3s ease-in-out;
}

.ovw-box-item .inner img {
  width: 60%;
  border-radius: 0;
}

.ovw-box-item .content {
  position: absolute;
  width: 280px;
  min-height: 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #1a8ee1;
  font-weight: 700;
  right: calc(100% - 15px);
  top: calc(100% + 2px);
  transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

@media screen and (max-width: 1199px) {
  .ovw-box-item .content {
    width: 28vw;
    font-size: 1.8vw;
    min-height: 8vw;
  }
}

@media screen and (max-width: 500px) {
  .ovw-box-item .content {
    font-size: 2.2vw;
  }
}

.ovw-box-item .content::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border: 1px solid #1a8ee1;
  transform: skew(-30deg) translateX(-11%);
  border-top: none;
  border-left: none;
}

.ovw-box-item .content .name {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition: 0.3s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  margin-bottom: 0;
}

.ovw-box-item:hover .inner::before,
.ovw-box-item.hover .inner::before {
  transform: scale(1.3);
}

.ovw-box-item:hover .content,
.ovw-box-item.hover .content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}

.ovw-box-item:hover .content .name,
.ovw-box-item.hover .content .name {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition-delay: 0.4s;
}

.ovw-box-item:nth-child(1) {
  top: 0;
  left: 20%;
}

.ovw-box-item:nth-child(2) {
  right: 0;
  top: 20%;
}

.ovw-box-item:nth-child(3) {
  right: 10%;
  bottom: 0%;
}

.ovw-box-item:nth-child(4) {
  right: 57%;
  bottom: 0;
}

.ovw-box-item:nth-child(4) img {
  width: 40%;
}

.ovw-box-item:nth-child(5) {
  left: 0;
  top: 40%;
}

.ovw-box-item:nth-child(5) img {
  width: 30%;
}

.ovw-box-item:nth-child(1) .content,
.ovw-box-item:nth-child(5) .content {
  right: unset;
  left: calc(100% - 15px);
  text-align: end;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.ovw-box-item:nth-child(1) .content::before,
.ovw-box-item:nth-child(5) .content::before {
  transform: skew(30deg) translateX(11%) !important;
  border-right: none;
  border-left: 1px solid #1a8ee1;
}

.ovw-box-item:nth-child(1):hover ~ .ovw-box,
.ovw-box-item:nth-child(1).hover ~ .ovw-box,
.ovw-box-item:nth-child(2):hover ~ .ovw-box,
.ovw-box-item:nth-child(2).hover ~ .ovw-box,
.ovw-box-item:nth-child(5):hover ~ .ovw-box,
.ovw-box-item:nth-child(5).hover ~ .ovw-box {
  opacity: 0.4;
}

@-webkit-keyframes ovwLineAni {
  0% {
    stroke-dashoffset: 652.5811767578px;
    stroke-dasharray: 652.5811767578px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 652.5811767578px;
  }
}

@keyframes preLoadAni {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -411px;
  }
}

.nb {
  padding: 24px 0;
  overflow: hidden;
}

.cline {
  position: relative;
  height: 46px;
  width: 1728px;
  margin: 0 auto;
}

.cline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cline.top {
  margin-bottom: 40px;
}

.cline::before {
  content: "";
  position: absolute;
  width: 1%;
  padding-top: 1%;
  border-radius: 1000px;
  background-color: #1a8ee1;
  offset-path: path("M0 1H326L356 45.7002H1792");
  animation: 10s clineCircle linear infinite alternate;
}

.cline::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #1a8ee1;
  width: calc(100% + (100vw - 1728px) / 2);
  bottom: 0;
  left: 100%;
}

.cline .bf {
  position: absolute;
  height: 1px;
  background-color: #1a8ee1;
  width: calc(100% + (100vw - 1728px) / 2);
  top: 0;
  right: 100%;
}

.cline.bot {
  margin-top: 40px;
}

.cline.bot::before {
  offset-path: path("M1792 45.8984H1466L1436 1.19824H0");
}

@keyframes clineCircle {
  100% {
    offset-distance: 100%;
    opacity: 1;
  }
}

.nb-row .col {
  flex-basis: 20%;
  max-width: 20%;
  padding-bottom: 0;
}

.nb-row h2 {
  font-size: 62px;
  font-family: "BankGothic", sans-serif;
  color: var(--fs-color-primary);
  letter-spacing: -5px;
  text-shadow: 5px 5px 0 rgb(236, 246, 253);
  margin-bottom: 0;
  font-weight: 400;
}

.nb-row p {
  font-weight: 600;
  margin-bottom: 0;
}

.gps-ct {
  position: relative;
  width: 690px;
  height: 416px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.gps-ct-item {
  width: 495px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  position: relative;
}

.gps-ct-item:nth-child(even) {
  margin-left: auto;
  flex-direction: row-reverse;
}

.gps-ct-item:nth-child(even) .gps-ct-icon {
  left: unset;
  right: calc(100% + 80px);
}

.gps-ct-item.active .gps-ct-box .number {
  color: #1a8ee1;
}

.gps-ct-icon {
  width: 40px;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: calc(100% + 80px);
}

.gps-ct-icon img {
  width: 100%;
  display: block;
}

.gps-ct-box {
  width: 183px;
  height: 183px;
  flex-shrink: 0;
  border-radius: 1000px;
  background-color: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gps-ct-box .number {
  font-size: 100px;
  font-family: "BankGothic", sans-serif;
  transition: 0.3s ease-in-out;
}

.gps-ct-name {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .gps-ct-name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .gps-ct-name {
    font-size: 16px;
  }
}

.gps-ct-des {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gps-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  background-color: #1a8ee1;
  left: -6px;
  top: -5px;
}

.gps-dot::after,
.gps-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}

.gps-dot::before {
  background-color: rgb(188, 228, 255);
  animation: gpsDotLoang1 5s ease-in-out infinite;
}

.gps-dot::after {
  border: 1px solid #1a8ee1;
  animation: gpsDotLoang2 5s ease-in-out infinite;
}

.gps-dot .marker {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  animation: gpsDotLoang3 5s ease-in-out infinite;
}

.gps-dot-run {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  background-color: #1a8ee1;
  z-index: 5;
  offset-path: path(
    "M0 1H406.5C463.661 1 510 47.5891 510 104.751C510 161.636 463.885 208 407 208H283.5C226.339 208 180 254.339 180 311.5C180 368.661 226.339 415 283.5 415H690"
  );
}

@media screen and (min-width: 2000px) {
  .gps-dot-run {
    display: none;
  }
}

.gps-vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gps-vector::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  background-color: #a5a5a5;
  right: -6px;
  bottom: -5px;
}

.gps-vector svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.gps-vector-pri path {
  stroke-dashoffset: 1588.4488525391px;
  stroke-dasharray: 1588.4488525391px;
}

.gps-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .gps-wrap {
    padding: 16px;
    border: 1px solid #1a8ee1;
  }
}

.gps-name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .gps-name {
    font-size: 22px;
  }
}

@media only screen and (max-width: 800px) {
  .gps-name {
    font-size: 19px;
  }
}

@media screen and (max-width: 600px) {
  .gps-name {
    text-transform: uppercase;
    text-align: center;
  }
}

.gps-fl {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #1a8ee1;
  gap: 10px;
}

.gps-fl .icon {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.gps-fl .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gps-img {
  display: block;
  padding-top: calc((284 / 486) * 100%);
  position: relative;
  overflow: hidden;
  flex: 1;
}

.gps-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gps-slider {
  position: relative;
}

.gps-progress {
  position: absolute;
  left: calc(100% + 24px);
  width: 1px;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.gps-progress::before {
  content: "";
  position: absolute;
  background-color: #1a8ee1;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--h-prg);
  transition: 0.3s ease-in-out;
}

.gps-hand {
  position: absolute;
  right: calc(100% + 24px);
  width: calc((100vw - 1200px) / 2 - 24px);
}

.gps-hand img {
  display: block;
  width: 100%;
}

@keyframes gpsDotLoang1 {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  80%,
  90% {
    transform: scale(5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes gpsDotLoang2 {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  80%,
  90% {
    transform: scale(9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes gpsDotLoang3 {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  80%,
  90% {
    transform: scale(13);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.sec-prds {
  position: relative;
  padding: 66px 0px;
}

.sec-prds .title h2 {
  margin-bottom: 4rem;
}

.sec-prds .box-image {
  background-image: url(/wp-content/uploads/background-tnsm.png);
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 8%;
  max-width: 240px;
}

.sec-prds .box-image img {
  border-radius: 9999px;
}

.sec-prds .box h3 {
  text-transform: uppercase;
  color: var(--fs-color-primary);
}

.sec-prds .text-center {
  padding-top: 20px;
  padding-bottom: 0;
}

.sec-prds .box-image {
  transition: transform 1s;
}

.sec-prds .box-image img {
  transition: transform 1s;
}

.sec-prds .box:hover .box-image {
  transform: rotateZ(180deg);
}

.sec-prds .box:hover .box-image img {
  transform: rotateZ(-180deg);
}

.project-title {
  color: var(--fs-color-primary);
  margin-top: 30px;
  margin-bottom: 30px;
}

.project-content {
  padding: 40px;
  background: #f4fcff;
}

.project-content-tt {
  font-size: 30px;
}

.archive-content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.archive-content .title h2 {
  text-align: center;
  color: var(--fs-color-primary);
  margin-bottom: 48px;
}

.post-item .box-normal .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.post-item .box-normal .box-text {
  padding-top: 15px;
  padding-bottom: 0;
}

.post-item .box-normal .box-text .from_the_blog_excerpt {
  margin-top: 8px;
}

.post-item .is-divider {
  display: none;
}

.post-item .box-overlay {
  border-radius: 12px;
  overflow: hidden;
}

.post-item .box-overlay .overlay {
  display: none;
}

.post-item .box-overlay .box-text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-shadow: none;
}

.sec-ser .overlay {
  display: none;
}

.sec-ser .box-image {
  border-radius: 8px;
  overflow: hidden;
}

.sec-ser .box-text-inner {
  width: fit-content;
  margin: 0;
  position: absolute;
  bottom: 8px;
  left: 14px;
  background: #1b8ee180;
  border-radius: 5px;
  color: #fff;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 500;
}

.row-partner {
  margin-top: 200px;
}

.row-partner .icon-box {
  padding: 15px;
  min-height: 175px;
}

.row-partner .col:nth-child(odd) .icon-box {
  background: #1a8ee1;
}

.row-partner .col:nth-child(even) .icon-box {
  background: #fff;
}

.row-partner .col .icon-box p {
  color: #fff;
}

.row-partner .col:nth-child(even) .icon-box p {
  color: #000;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem !important;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

.rowCapacity h2 {
  font-size: 44px;
  color: #1a8ee1;
  margin-bottom: 8px;
}

.banner-psub {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.banner-psub h1 {
  font-size: 40px;
  color: var(--fs-color-primary);
}

.breadcrumbs {
  background: #f5f5f5;
}

.breadcrumbs .col {
  padding: 15px;
}

.section-overview {
  padding: 50px 0 80px;
}

.section-overview .content_desc {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 18px;
}

.section-corporate {
  padding: 80px 0 120px;
}

@media (max-width: 991.98px) {
  .section-corporate {
    padding: 40px 0 60px;
  }
}

.section-corporate .box_title {
  margin-bottom: 28px;
}

/* LIST ITEM */
.section-corporate ._list .item {
  background: rgba(230, 241, 248, 0.6);
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 410px 1fr;
  padding: 20.5px 39.076px;
  margin-bottom: 3px;
}

@media (max-width: 991.98px) {
  .section-corporate ._list .item {
    grid-template-columns: 210px 1fr;
  }
}

@media (max-width: 575.98px) {
  .section-corporate ._list .item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 30px 37.5px 30px 33.5px;
  }
}

/* EVEN ITEM BACKGROUND */
.section-corporate ._list .item:nth-child(even) {
  background: rgba(245, 245, 245, 0.6);
}

/* ADDRESS */
.section-corporate ._list .item .address {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: none;
}

@media (max-width: 1600px) {
  .section-corporate ._list .item .address {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .section-corporate ._list .item .address {
    font-size: 16px;
  }
}

/* CONTENT */
.section-corporate ._list .item .content {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 1600px) {
  .section-corporate ._list .item .content {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .section-corporate ._list .item .content {
    font-size: 16px;
  }
}

.section-history {
  padding: 63px 0 55px;
  background: linear-gradient(180deg, #f8f8f8 0%, #fff 56%, #f8f8f8 100%);
}
.section-history .box_title {
  margin-bottom: 28px;
}
.section-history .history_slider {
  position: relative;
}
.section-history .history_slider .h-item {
  background: #fff;
  padding: 72px 25px;
  position: relative;
  margin-right: 48px;
}
.section-history .history_slider .h-item::after {
  content: "";
  background: url(/wp-content/uploads/bg-after-hs.png) no-repeat;
  width: 118px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -48px;
  z-index: -1;
}
.section-history .history_slider .h-item .year {
  color: var(--Taikisha-Primary-06-ColorBrand, #07b);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.213px;
  display: block;
  margin-bottom: 27px;
}
.section-history .history_slider .h-item .content {
  color: var(--111111, #111);
  font-size: 18.085px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.128px;
  /* 150% */
  letter-spacing: -0.181px;
  min-height: 163px;
}
@media (max-width: 1600px) {
  .section-history .history_slider .h-item .year {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .section-history .history_slider .h-item .year {
    font-size: 36px;
  }
  .section-history .history_slider .h-item .content {
    font-size: 16px;
  }
}

.section-philosophy {
  padding-top: 81px;
}
.section-philosophy .box_title {
  margin-bottom: 29px;
}
.section-philosophy .content_first {
  background: var(--Taikisha-Primary-06-ColorBrand, #07b);
  padding: 83px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .section-philosophy .content_first {
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-philosophy .content_first {
    padding: 40px 34px;
  }
}
.section-philosophy .content_first .content_images {
  flex: 0 0 485px;
  max-width: 100%;
}
@media (max-width: 834px) {
  .section-philosophy .content_first .content_images {
    flex: 0 0 100%;
    width: 100%;
  }
}
.section-philosophy .content_first .content_images .title {
  color: var(--Color-5, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 29px;
}
.section-philosophy .content_first .content_images .title span {
  font-weight: 600;
}
@media (max-width: 1600px) {
  .section-philosophy .content_first .content_images .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-philosophy .content_first .content_images .title {
    font-size: 20px;
  }
}
.section-philosophy .content_first .content_images .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.section-philosophy .content_first .content_images .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
  -o-object-position: center;
  object-position: center;
}
.section-philosophy .content_first .content_images .img::before {
  content: "";
  display: block;
  padding-bottom: 52.4%;
}
.section-philosophy .content_first .content_txt {
  width: calc(100% - 485px);
  padding-left: 80px;
}
@media (max-width: 1199.98px) {
  .section-philosophy .content_first .content_txt {
    padding-left: 30px;
  }
}
@media (max-width: 834px) {
  .section-philosophy .content_first .content_txt {
    width: 100%;
    padding: 30px 0 0;
  }
}
.section-philosophy .content_first .content_txt .txt {
  color: var(--Color-5, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  margin-bottom: 40px;
  position: relative;
  padding-left: 28px;
}
@media (max-width: 1600px) {
  .section-philosophy .content_first .content_txt .txt {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-philosophy .content_first .content_txt .txt {
    font-size: 16px;
  }
}
.section-philosophy .content_first .content_txt .txt::after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 13px;
}
.section-philosophy .content_first .content_txt .txt:last-child {
  margin-bottom: 0;
}
.section-philosophy .content_objectives {
  padding: 75px 83px 99px 83px;
}
@media (max-width: 1199.98px) {
  .section-philosophy .content_objectives {
    padding: 75px 0 99px 0;
  }
}
.section-philosophy .content_objectives .title {
  color: #141414;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 46px;
}
.section-philosophy .content_objectives .title span {
  font-weight: 600;
}
@media (max-width: 1600px) {
  .section-philosophy .content_objectives .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-philosophy .content_objectives .title {
    font-size: 20px;
  }
}
.section-philosophy .content_objectives .sub-title {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  padding-left: 28px;
}
.section-philosophy .content_objectives .sub-title::after {
  content: "";
  background: #0077bb;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1600px) {
  .section-philosophy .content_objectives .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-philosophy .content_objectives .sub-title {
    font-size: 16px;
  }
}
.section-philosophy .content_objectives .company-which {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 27px;
}
.section-philosophy .content_objectives .company-which > * {
  width: 42%;
}
@media (max-width: 575.98px) {
  .section-philosophy .content_objectives .company-which > * {
    width: 100%;
  }
}
.section-philosophy .content_objectives .company-which .content_number {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.section-philosophy .content_objectives .company-which .content_number .number {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--Taikisha-Primary-06-ColorBrand, #07b);
  font-family: "Phetsarath", serif;
  font-size: 250px;
  font-style: normal;
  font-weight: 700;
  line-height: 83%;
  color: #fff;
  position: relative;
}
.section-philosophy
  .content_objectives
  .company-which
  .content_number
  .number::after {
  content: "";
  background: url(../images/about/bg-number.png) no-repeat;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -15px;
  right: -45px;
}
.section-philosophy .content_objectives .company-which .content_number .desc {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  z-index: 2;
  max-width: 257px;
  padding-top: 15px;
}
.section-philosophy .content_objectives .content_attractive {
  margin-top: 150px;
}
@media (max-width: 767.98px) {
  .section-philosophy .content_objectives .content_attractive {
    margin-top: 50px;
  }
}
.section-philosophy .content_objectives .content_attractive ._list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .section-philosophy .content_objectives .content_attractive ._list {
    padding: 0 48px;
  }
}
@media (max-width: 399.98px) {
  .section-philosophy .content_objectives .content_attractive ._list {
    padding: 0;
  }
}
.section-philosophy .content_objectives .content_attractive ._list > * {
  width: 33.33%;
  max-width: 243px;
}
@media (max-width: 575.98px) {
  .section-philosophy .content_objectives .content_attractive ._list > * {
    width: 100%;
    max-width: 100%;
  }
}
.section-philosophy .content_objectives .content_attractive ._list .item {
  border-radius: 12px;
  border: 1px solid var(--Taikisha-Primary-06-ColorBrand, #07b);
  padding: 97px 22px 74px 22px;
  position: relative;
  margin-top: 110px;
}
@media (max-width: 575.98px) {
  .section-philosophy .content_objectives .content_attractive ._list .item {
    margin-top: 150px;
  }
}
.section-philosophy .content_objectives .content_attractive ._list .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -58%);
}
.section-philosophy
  .content_objectives
  .content_attractive
  ._list
  .item
  .icon::after {
  content: "";
  border: 11px solid #c2deef;
  position: absolute;
  left: 11px;
  right: 11px;
  top: 11px;
  bottom: 11px;
  border-radius: 100%;
}
.section-philosophy
  .content_objectives
  .content_attractive
  ._list
  .item
  .icon
  img {
  max-width: 81px;
}
.section-philosophy .content_objectives .content_attractive ._list .item .desc {
  color: #141414;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-management {
  padding-bottom: 94px;
}
.section-management .images {
  position: relative;
  display: block;
  overflow: hidden;
}
.section-management .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
  -o-object-position: center;
  object-position: center;
}
.section-management .images::before {
  content: "";
  display: block;
  padding-bottom: 70.7%;
}
@media (max-width: 767.98px) {
  .section-management .col {
    flex: 100%;
    margin-bottom: 20px;
  }
}
.section-management .management_content {
  padding: 50px 83px 0 83px;
}
@media (max-width: 767.98px) {
  .section-management .management_content {
    padding: 31px 48px 0 48px;
  }
}
@media (max-width: 575.98px) {
  .section-management .management_content {
    padding: 31px 10px 0 10px;
  }
}
.section-management .management_content .title {
  color: #141414;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 17px;
}
.section-management .management_content .title span {
  font-weight: 600;
}
@media (max-width: 1600px) {
  .section-management .management_content .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-management .management_content .title {
    font-size: 20px;
  }
}
.section-management .management_content .desc {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 18px;
}
.section-management .management_content .desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .section-management .management_content .desc {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-management .management_content .desc {
    font-size: 16px;
  }
}

.section-partner {
  padding: 69px 0;
}
.section-partner .partner_slider {
  position: relative;
}
.section-partner .partner_slider .images {
  padding: 27px 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 121px;
  overflow: hidden;
}
.section-partner .partner_slider .images .img-fluid {
  width: 100%;
  max-height: 100px;
}

.box_title {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

.box_title .title {
  color: var(--Taikisha-Gray-10, #141414);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: none;
  margin: 0;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: none;
}

.text.box-contact {
  padding: 1rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid #dee2e6 !important;
}

.box-contact-form .wpcf7 {
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem !important;
  padding: 1rem !important;
}

.box-contact-form .wpcf7 input,
.box-contact-form .wpcf7 textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
  margin-bottom: 0;
}

.box-contact-form .wpcf7 input.wpcf7-submit {
  background-color: var(--fs-color-primary);
  color: #fff;
  width: 200px;
  margin: 0 auto;
}

.box-contact-form form {
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.box-contact-form .col {
  padding-bottom: 15px;
}

/* post-item */
.post-item .box {
  background-color: #f5f5f5;
  transition: all 0.2s;
}

.post-item .box:hover {
  scale: 1.05;
  cursor: pointer;
}

.post-item .box-text {
  padding: 15px;
}

.post-item .is-divider {
  display: none;
}

.post-item h5 {
  margin-bottom: 0.5rem;
}

.post-item h5 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.page-wrapper {
  padding: 0;
}

.archive-page-header {
  display: none;
}

.box-blog-post .is-divider {
  display: none;
}

.page-wrapper {
  padding-top: 0;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.button.primary,
.button.secondary {
  background-color: var(--fs-color-primary);
  border: solid 1px var(--fs-color-primary);
  border-radius: 99px;
  text-transform: none;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  transition: all 0.2s;
  margin: 0;
  width: max-content;
  color: #fff;
}

.blog-archive,
.blog-single {
  padding-top: 48px;
}

.woocommerce-variation-add-to-cart,
form.cart {
  display: none !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  input.search-field {
    height: 48px;
    box-shadow: none !important;
  }

  .sec-rbn .is-full-height {
    height: 400px;
  }

  .sec-rbn h1 {
    font-size: 48px;
  }

  .sec-rbn p {
    font-size: 20px;
  }

  .sec-rbn .text-inner {
    padding: 0 15px;
  }

  .ovw {
    padding: 48px 0;
  }

  .title h2 {
    font-size: 28px;
  }

  .sec-prds {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .sec-ser .image-cover {
    padding-top: 66% !important;
  }

  .row-partner {
    margin-top: 48px;
  }

  .box_title .title {
    font-size: 28px;
  }

  .section-overview {
    padding-bottom: 0;
  }

  .section-overview img.size-full.alignnone {
    margin-bottom: 0;
  }

  .section-philosophy .content_objectives .content_attractive ._list {
    padding: 0;
  }

  .banner-psub {
    padding: 48px 0;
  }

  .banner-psub h1 {
    font-size: 20px;
  }

  .project-content {
    padding: 15px;
  }

  .project-content-tt {
    font-size: 20px;
  }

  .project-title {
    margin-bottom: 0;
  }
}
