/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.home-slider {
  --wp-admin-bar-height: 0px;
}
.admin-bar .home-slider {
  --wp-admin-bar-height: 46px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .home-slider {
    --wp-admin-bar-height: 32px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider {
    --header-height: 60px;
  }
  .home-slider .home-slider__wrap,
  .home-slider .swiper-container,
  .home-slider .w-swiper,
  .home-slider .swiper-wrapper,
  .home-slider .swiper-slide,
  .home-slider .item-wrap {
    min-height: calc(100vh - var(--wp-admin-bar-height));
  }
}
@media only screen and (max-width: 47.99875rem) and (max-width: 47.99875rem) {
  .home-slider .home-slider__wrap,
  .home-slider .swiper-container,
  .home-slider .w-swiper,
  .home-slider .swiper-wrapper,
  .home-slider .swiper-slide,
  .home-slider .item-wrap {
    min-height: 80vh;
  }
}
@media only screen and (min-width: 48rem) {
  .home-slider {
    --header-height: 86px;
    height: calc(100vh - var(--wp-admin-bar-height));
  }
  .home-slider .home-slider__wrap,
  .home-slider .swiper-container,
  .home-slider .w-swiper,
  .home-slider .swiper-wrapper,
  .home-slider .swiper-slide,
  .home-slider .item-wrap {
    height: 100%;
  }
}
@media only screen and (min-width: 96rem) {
  .home-slider {
    --header-height: 91px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap {
  position: relative;
  height: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0819) 0%, rgba(0, 0, 0, 0.63) 100%);
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content {
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content {
    left: 50%;
    top: 48%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content {
    padding: 0 20px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content {
  width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content {
    width: 100%;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .sub-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .heading-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc,
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .btn-main {
  opacity: 0;
  visibility: hidden;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .heading-title {
  color: #ffffff;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc {
  color: #ffffff;
  max-width: 70%;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc {
    max-width: 100%;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .btn-main {
  margin-top: 24px;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .btn-main .ic svg {
  transform: rotate(45deg);
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .sub-title {
  animation: fadeInDown 0.8s both;
  animation-delay: 0.3s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .heading-title {
  animation: fadeInRight 0.8s both;
  animation-delay: 0.5s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .desc {
  animation: fadeInUp 0.8s both;
  animation-delay: 0.7s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .btn-main {
  animation: bounceInUp 0.8s both;
  animation-delay: 0.9s;
}
.home-slider .swiper-container .swiper-controls .swiper-button {
  background: transparent;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.home-slider .swiper-container .swiper-controls .swiper-button::before {
  color: #ffffff;
}
.home-slider .swiper-container .swiper-controls .swiper-button:hover {
  border: 2px solid #ffffff;
  background: #0d175c;
}
.home-slider .swiper-container .swiper-controls .swiper-button:hover::before {
  color: #0d175c;
}
.home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: 5%;
}
.home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 5%;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
    visibility: visible;
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    visibility: visible;
  }
  75% {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  90% {
    transform: translate3d(0, -5px, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.home-about-us {
  position: relative;
  min-height: 1000px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us {
    min-height: auto;
    padding: 60px 0;
  }
}
.home-about-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0d175c 0%, rgba(13, 23, 92, 0.97) 48.56%, rgba(13, 23, 92, 0.14) 100%);
  z-index: 0;
}
.home-about-us .container {
  position: relative;
  z-index: 1;
}
.home-about-us .cell-content {
  text-align: center;
  color: #ffffff;
}
.home-about-us .cell-content .heading-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .cell-content .heading-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.home-about-us .cell-content .content {
  color: #dbdbdb;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .cell-content .content {
    font-size: 14px;
    max-width: 100%;
    line-height: 22px;
  }
}
.home-about-us .cell-content .stats-list {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .cell-content .stats-list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
  }
}
.home-about-us .cell-content .stats-list .stats-item {
  flex: 1;
  padding: 32px 0;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .cell-content .stats-list .stats-item {
    width: 100%;
    padding: 16px 0;
  }
}
.home-about-us .cell-content .stats-list .stats-item::before, .home-about-us .cell-content .stats-list .stats-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 49.52%, rgba(255, 255, 255, 0) 100%);
}
.home-about-us .cell-content .stats-list .stats-item::before {
  top: 0;
}
.home-about-us .cell-content .stats-list .stats-item::after {
  bottom: 0;
}
.home-about-us .cell-content .stats-list .stats-item .stats-title {
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  color: #ff6805;
  margin-bottom: 8px;
}
.home-about-us .cell-content .stats-list .stats-item .stats-title {
  font-size: 2rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .cell-content .stats-list .stats-item .stats-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .cell-content .stats-list .stats-item .stats-title {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .cell-content .stats-list .stats-item .stats-title {
    line-height: 52px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .cell-content .stats-list .stats-item .stats-title {
    line-height: 44px;
  }
}
.home-about-us .cell-content .stats-list .stats-item .stats-desc {
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}
.home-about-us .cell-content .stats-list .stats-item .stats-desc {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us .cell-content .stats-list .stats-item .stats-desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-about-us .cell-content .stats-list .stats-item .stats-desc {
    font-size: 20px;
  }
}

.home-product-cat .item-product .product-inner .thumb:before {
  padding-top: 100%;
}
.home-product-cat .swiper-controls .swiper-button.swiper-button-prev {
  left: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-product-cat .swiper-controls .swiper-button.swiper-button-prev {
    left: 0px;
  }
}
.home-product-cat .swiper-controls .swiper-button.swiper-button-next {
  right: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-product-cat .swiper-controls .swiper-button.swiper-button-next {
    right: 0px;
  }
}
.home-product-cat .swiper-pagination {
  --swiper-pagination-bottom: -55px;
}

.home-product-hot {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-hot {
    padding-bottom: 6.25rem;
  }
}
.home-product-hot .top-section {
  justify-content: space-between;
}
.home-product-hot .top-section {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-hot .top-section {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .top-section {
    gap: 10px 0;
  }
}
.home-product-hot .top-section .heading-title {
  width: 100%;
}
@media only screen and (min-width: 80rem) {
  .home-product-hot .top-section .heading-title {
    width: 45%;
  }
}
@media only screen and (min-width: 96rem) {
  .home-product-hot .top-section .heading-title {
    width: 35%;
  }
}
.home-product-hot .main-section .swiper-container .swiper-slide {
  width: 20%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 6px;
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-button {
  top: -91px;
  transform: translateY(0);
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: unset;
  right: 330px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -10px;
    right: unset;
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 270px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -10px;
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-pagination {
  bottom: -80px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-pagination {
    bottom: -70px;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .home-posts {
    padding-bottom: 80px;
  }
}
.home-posts .top-section {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .top-section {
    gap: 16px;
  }
}
.home-posts .cate-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.home-posts .cate-tabs {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts .cate-tabs {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .cate-tabs {
    gap: 12px 16px;
  }
}
.home-posts .cate-tabs .cate-tab {
  height: 52px;
  border: 1px solid #d8d8d8;
  padding: 11px 24px;
  color: #0d175c;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.home-posts .cate-tabs .cate-tab.active, .home-posts .cate-tabs .cate-tab:hover {
  background-color: #0d175c;
  border-color: #0d175c;
  color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .cate-tabs .cate-tab {
    height: 44px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
  }
}
.home-posts .swiper-controls .swiper-button.swiper-button-prev {
  left: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.home-posts .swiper-controls .swiper-button.swiper-button-next {
  right: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.home-posts .swiper-pagination {
  --swiper-pagination-bottom: -32px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-pagination {
    --swiper-pagination-bottom: -55px;
  }
}
.home-posts .home-posts-panel {
  display: none;
}
.home-posts .home-posts-panel.is-active {
  display: block;
}
.home-posts .home-posts-content {
  position: relative;
}
.home-posts .home-posts-content .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  z-index: 10;
  border-radius: 8px;
}
.home-posts .home-posts-content .loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(13, 23, 92, 0.1);
  border-radius: 50%;
  border-top-color: #0d175c;
  animation: posts-spin 1s linear infinite;
}
.home-posts .home-posts-content.is-loading .loading-overlay {
  opacity: 1;
  visibility: visible;
}

@keyframes posts-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-solution .content {
  color: #2a2a2a;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.home-solution .solution-list {
  display: flex;
  margin-top: 32px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-solution .solution-list {
    flex-direction: column;
  }
}
.home-solution .solution-item {
  flex: 1;
  min-width: 0;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 47.99875rem) {
  .home-solution .solution-item {
    height: 360px;
    flex: unset;
    width: 100%;
  }
}
.home-solution .solution-inner {
  position: relative;
  z-index: 2;
  padding: 32px;
  width: 100%;
}
.home-solution .solution-title {
  font-weight: 700;
  line-height: 30px;
  padding-left: 14px;
  border-left: 2px solid #fffa6d;
  margin-bottom: 16px;
}
.home-solution .solution-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-solution .solution-title {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-solution .solution-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-solution .solution-title {
    line-height: 28px;
  }
}
.home-solution .solution-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.home-solution .solution-title a:hover {
  color: #fffa6d;
}
.home-solution .solution-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-solution .solution-desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-solution .view-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.home-project {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 64rem) {
  .home-project {
    padding-bottom: 6.25rem;
  }
}
.home-project .home-project__content {
  margin-top: 32px;
}
.home-project .swiper-slide {
  width: 65%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-project .swiper-slide {
    width: 100%;
  }
}
.home-project .swiper-pagination {
  bottom: -60px !important;
}
.home-project .project-item {
  display: block;
}
.home-project .project-item:hover .project-thumb img {
  transform: scale(1.03);
}
.home-project .project-thumb {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.home-project .project-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.home-project .project-content {
  padding-top: 16px;
}
.home-project .project-title {
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  overflow: hidden;
}
.home-project .project-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-project .project-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-project .project-title {
    font-size: 1.875rem;
  }
}
.home-project .project-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-project .project-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-project .project-title {
    line-height: 28px;
  }
}
.home-project .project-title a {
  color: #2A2A2A;
}
.home-project .project-title a:hover {
  color: #0d175c;
}
.home-project .info-row {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #616161;
  padding: 8px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-project .info-row {
    font-size: 14px;
    line-height: 22px;
  }
}

.home-partner {
  background-color: #f5f5f5;
}
.home-partner .home-partner-content {
  padding-bottom: 40px;
}
.home-partner .swiper-slide {
  height: auto;
}
.home-partner .partner-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 16px;
}
.home-partner .partner-item img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
.home-partner .swiper-pagination {
  --swiper-pagination-bottom: -60px;
}