@charset "UTF-8";
/** $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 .swiper-slide .item-wrap picture {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-slide .item-wrap picture {
    height: 500px;
  }
}
.home-slider .swiper-slide .item-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .swiper-slide .item-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2705882353);
}
.home-slider .swiper-slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-slide .container {
    top: 48%;
  }
}
.home-slider .swiper-slide .container .item-content {
  background: rgba(8, 114, 186, 0.7294117647);
  padding: 40px;
  border-radius: 13px;
  color: #ffffff;
  width: 74%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-slide .container .item-content {
    width: 85%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-slide .container .item-content {
    width: 100%;
    padding: 20px;
  }
}
.home-slider .swiper-slide .container .item-content .heading-title {
  color: #ffffff;
}
.home-slider .swiper-slide .container .item-content .heading-title {
  margin-bottom: 0.4375rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-slide .container .item-content .heading-title {
    margin-bottom: 1.25rem;
  }
}
.home-slider .swiper-slide .container .item-content .desc {
  font-weight: 300;
}
.home-slider .swiper-slide .container .item-content .heading-title, .home-slider .swiper-slide .container .item-content .desc, .home-slider .swiper-slide .container .item-content .btn-main {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.home-slider .swiper-slide.swiper-slide-active .container .item-content .heading-title {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.home-slider .swiper-slide.swiper-slide-active .container .item-content .desc {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.home-slider .swiper-slide.swiper-slide-active .container .item-content .btn-main {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}
.home-slider .swiper-controls .swiper-pagination {
  bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-controls .swiper-pagination {
    bottom: 10px;
  }
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2D2D2D;
}

.home-about-us .container {
  z-index: 2;
}
.home-about-us .layer-section {
  position: absolute;
  right: -20%;
  top: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .layer-section {
    display: none;
  }
}
.home-about-us .wrapper .cell {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .wrapper .cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-about-us .wrapper .cell.cell-img img {
  width: 100%;
}
.home-about-us .wrapper .cell.cell-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-about-us .wrapper .cell.cell-content {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-about-us .wrapper .cell.cell-content {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .wrapper .cell.cell-content {
    padding-top: 30px;
  }
}
.home-about-us .wrapper .cell.cell-content .heading-title {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us .wrapper .cell.cell-content .heading-title {
    margin-bottom: 0.9375rem;
  }
}
.home-about-us .wrapper .cell.cell-content .desc {
  text-align: justify;
}
.home-about-us .wrapper .cell.cell-content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.home-about-us .wrapper .cell.cell-content .gallery {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us .wrapper .cell.cell-content .gallery {
    margin-top: 1.25rem;
  }
}
.home-about-us .wrapper .cell.cell-content .gallery img {
  border-radius: 7px;
}
.home-about-us .wrapper .cell.cell-content .btn-main {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us .wrapper .cell.cell-content .btn-main {
    margin-top: 0.9375rem;
  }
}

@keyframes blink-caret {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
}
.home-products-brands .list-brands {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-products-brands .list-brands {
    margin-bottom: 2.5rem;
  }
}
.home-products-brands .list-brands .swiper-slide {
  width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products-brands .list-brands .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-products-brands .list-brands .swiper-slide {
    width: 50%;
  }
}
.home-products-brands .list-brands .swiper-slide.content-0 {
  display: none;
}
.home-products-brands .list-brands .swiper-slide .item-wrap {
  padding: 10px;
  border-radius: 12px;
  border: 2px solid #CACACA;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.1019607843);
  transition: 0.3s;
}
.home-products-brands .list-brands .swiper-slide .item-wrap[data-tab=content-0] {
  display: none;
}
.home-products-brands .list-brands .swiper-slide .item-wrap:hover, .home-products-brands .list-brands .swiper-slide .item-wrap.active {
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #EBA123;
}
.home-products-brands .list-brands .swiper-slide .item-wrap .img {
  text-align: center;
}
.home-products-brands .list-brands .swiper-slide .item-wrap .img img {
  width: 85%;
  height: 100px;
  object-fit: contain;
}
.home-products-brands .list-brands .swiper-controls .swiper-button.swiper-button-prev {
  left: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products-brands .list-brands .swiper-controls .swiper-button.swiper-button-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products-brands .list-brands .swiper-controls .swiper-button.swiper-button-prev {
    left: 0px;
  }
}
.home-products-brands .list-brands .swiper-controls .swiper-button.swiper-button-next {
  right: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products-brands .list-brands .swiper-controls .swiper-button.swiper-button-next {
    right: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products-brands .list-brands .swiper-controls .swiper-button.swiper-button-next {
    right: 0px;
  }
}
.home-products-brands .list-products .content-tab {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.home-products-brands .list-products .content-tab.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-wrapper {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-products-brands .list-products .content-tab .swiper-container .swiper-wrapper {
    padding-bottom: 5rem;
  }
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide {
  width: 20%;
  padding: 0 20px 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products-brands .list-products .content-tab .swiper-container .swiper-slide {
    width: 33.33%;
    padding: 0 10px 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products-brands .list-products .content-tab .swiper-container .swiper-slide {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item:hover .img img {
  transform: scale(1.04);
  transition: 0.4s;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .img {
  overflow: hidden;
  border-radius: 12px;
  border: 3px solid #CACACA;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .img::before {
  content: "";
  display: block;
  padding-bottom: 147%;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.93%, rgba(255, 255, 255, 0.69) 40.73%, #FFFFFF 91.06%);
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transform: scale(1);
  transition: 0.4s;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content {
  position: absolute;
  width: 100%;
  bottom: -16px;
  text-align: center;
  z-index: 3;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content .title {
  padding: 0 12px;
  color: #000B89;
  line-height: 1.3;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content .title {
    font-size: 1.375rem;
  }
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content .btn-main {
  margin-top: 0;
  height: 40px;
  font-size: 14px;
}
.home-products-brands .list-products .content-tab .swiper-container .swiper-slide .product-item .content .btn-main .arrow-wrap::after {
  width: 1.5625rem;
  height: 1.5625rem;
}
.home-products-brands .list-products .content-tab .swiper-controls .swiper-button {
  top: 40%;
}
.home-products-brands .list-products .content-tab .swiper-controls .swiper-button.swiper-button-prev {
  left: 7%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products-brands .list-products .content-tab .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products-brands .list-products .content-tab .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.home-products-brands .list-products .content-tab .swiper-controls .swiper-button.swiper-button-next {
  right: 7%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products-brands .list-products .content-tab .swiper-controls .swiper-button.swiper-button-next {
    right: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products-brands .list-products .content-tab .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.home-products-brands .list-products .content-tab .swiper-controls .swiper-pagination {
  bottom: 0px;
  padding: 0 15px;
}

.home-machining {
  padding-top: 13%;
  background-image: url("../../resources/img/bg-line-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.home-machining {
  padding-bottom: 7.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-machining {
    padding-bottom: 12.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining {
    padding-top: 21%;
    background-position: right;
  }
}
.home-machining .section-machining {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-machining .section-machining {
    padding-bottom: 5rem;
  }
}
.home-machining .section-machining .group-heading {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .home-machining .section-machining .group-heading {
    margin-bottom: 1.875rem;
  }
}
.home-machining .section-machining .gallery-wrapper {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper {
    flex-wrap: wrap;
    display: none;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-left, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right {
  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-left, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    flex-wrap: nowrap;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-img:first-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-img:first-child {
  width: 100%;
  height: 190px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-img:first-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-img:first-child {
    height: auto;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-img img, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-img img {
  border-radius: 12px;
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:first-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:nth-child(2), .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:first-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:nth-child(2) {
  width: calc(65% - 20px);
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:first-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:nth-child(2), .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:first-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:nth-child(2) {
    width: 100%;
    height: auto;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:last-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:last-child, .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:last-child {
    width: 100%;
    position: absolute;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:first-child {
  height: 124px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-left .gallery-group .gallery-img:first-child {
    height: auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-right {
    order: 3;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group {
  height: calc(100% - 210px);
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group {
    height: auto;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:first-child {
  height: 165px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-right .gallery-group .gallery-img:first-child {
    height: auto;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-center {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-wrapper .gallery-column.column-center {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-center .gallery-img {
  flex: auto;
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-center .gallery-img img {
  border-radius: 12px;
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-machining .section-machining .gallery-wrapper .gallery-column.column-right {
  flex: 0 0 35%;
  max-width: 35%;
}
.home-machining .section-machining .gallery-mobile {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-mobile {
    display: block;
  }
}
.home-machining .section-machining .gallery-mobile .img {
  position: relative;
  display: block;
}
.home-machining .section-machining .gallery-mobile .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.home-machining .section-machining .gallery-mobile .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid #ffffff;
}
.home-machining .section-machining .gallery-text {
  color: #0872BA;
  text-align: center;
}
.home-machining .section-machining .gallery-text {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-machining .section-machining .gallery-text {
    margin-bottom: 1.875rem;
  }
}
.home-machining .section-machining .gallery-text .number {
  position: relative;
  line-height: 1;
  font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 800;
  color: #064DA1;
  -webkit-text-stroke: 6px white;
  text-stroke: 6px white;
}
.home-machining .section-machining .gallery-text .number {
  font-size: 10rem;
}
@media only screen and (min-width: 64rem) {
  .home-machining .section-machining .gallery-text .number {
    font-size: 15rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-text .number {
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.home-machining .section-machining .gallery-text .number span {
  position: absolute;
  right: 10px;
  line-height: 80px;
}
.home-machining .section-machining .gallery-text .number span {
  font-size: 6.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-machining .section-machining .gallery-text .number span {
    font-size: 9.375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-machining .gallery-text .number span {
    line-height: 60px;
    right: -20px;
  }
}
.home-machining .section-machining .gallery-text .text {
  font-weight: 700;
  color: #064DA1;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}
.home-machining .section-machining .gallery-text .text {
  font-size: 1.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-machining .section-machining .gallery-text .text {
    font-size: 2rem;
  }
}
.home-machining .section-product-machining .product-list {
  padding: 0 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-product-machining .product-list {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-machining .section-product-machining .product-list {
    padding: 0 5px;
  }
}
.home-machining .section-product-machining .product-list .swiper-container .swiper-slide {
  width: 25%;
  padding: 0 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-product-machining .product-list .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 5px;
  }
}
.home-machining .section-product-machining .product-list .swiper-container .swiper-slide a::before {
  content: "";
  display: block;
  padding-bottom: 95%;
}
.home-machining .section-product-machining .product-list .swiper-container .swiper-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-machining .section-product-machining .product-list .swiper-controls .swiper-button {
  top: 60%;
}
.home-machining .section-product-machining .product-list .swiper-controls .swiper-button.swiper-button-prev {
  left: 10%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-product-machining .product-list .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-machining .section-product-machining .product-list .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.home-machining .section-product-machining .product-list .swiper-controls .swiper-button.swiper-button-next {
  right: 10%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-machining .section-product-machining .product-list .swiper-controls .swiper-button.swiper-button-next {
    right: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-machining .section-product-machining .product-list .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.home-customer::before {
  content: "";
  background-image: url("../../resources/img/line-top-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
  height: 190px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-customer::before {
    top: -150px;
    height: 150px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-customer::before {
    top: -100px;
    height: 100px;
  }
}
.home-customer .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}
.home-customer .gallery-wrapper .gallery-moving {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 20px 0;
  animation: 60s linear infinite slide-left-right;
}
.home-customer .gallery-wrapper .gallery-moving.gallery-moving-bot {
  animation: 60s linear infinite slide-right-left;
}
.home-customer .gallery-wrapper .gallery-moving .lists-logo {
  display: flex;
  align-items: center;
  width: 100%;
}
.home-customer .gallery-wrapper .gallery-moving .lists-logo .logo {
  flex: none;
  padding: 10px 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-customer .gallery-wrapper .gallery-moving .lists-logo .logo {
    padding: 5px 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-customer .gallery-wrapper .gallery-moving .lists-logo .logo {
    padding: 5px 20px;
  }
}
.home-customer .gallery-wrapper .gallery-moving .lists-logo .logo img {
  transition: all 0.4s linear;
  width: 150px;
  height: 100px;
  object-fit: contain;
}
@media only screen and (max-width: 39.99875rem) {
  .home-customer .gallery-wrapper .gallery-moving .lists-logo .logo img {
    width: 120px;
    height: 80px;
  }
}

@keyframes slide-right-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-left-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.home-products .container {
  z-index: 2;
}
.home-products .container .layer-section {
  position: absolute;
  left: -27%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products .container .layer-section {
    display: none;
  }
}
.home-products .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-products .heading-title {
    margin-bottom: 3.125rem;
  }
}
.home-products .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-products .wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-products .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-products .wrapper .item-wrap .box {
  box-shadow: 10px 9px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.home-products .wrapper .item-wrap .box:hover .img {
  cursor: pointer;
}
.home-products .wrapper .item-wrap .box:hover .img span.relative img {
  transform: scale(1.04);
  transition: all 0.4s ease;
}
.home-products .wrapper .item-wrap .box .img span.relative::before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-products .wrapper .item-wrap .box .img span.relative::before {
    padding-bottom: 110%;
  }
}
.home-products .wrapper .item-wrap .box .img span.relative img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  border-radius: 7px;
  transition: all 0.4s ease;
}
.home-products .wrapper .item-wrap .box {
  /* -----------------------------
     FILLED-IN CONTENT SECTION
  ------------------------------ */
}
.home-products .wrapper .item-wrap .box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 25px;
  padding-bottom: 0;
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(71, 71, 71, 0) 0%, rgba(71, 71, 71, 0) 61.54%, #000000 100%);
  /* đảm bảo title không đè lên nút */
}
.home-products .wrapper .item-wrap .box .content .title {
  max-width: calc(100% - 80px);
  line-height: 1.2;
  padding-bottom: 20px;
}
.home-products .wrapper .item-wrap .box .content .title a {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  word-break: break-word;
}
.home-products .wrapper .item-wrap .box .content {
  /* nút cố định size */
}
.home-products .wrapper .item-wrap .box .content .btn-link {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-bottom-right-radius: 7px;
  color: #ffffff;
  background-color: #EBA123;
}
.home-products .wrapper .item-wrap .box .content .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-products .wrapper .item-wrap .box .content .btn-link:hover {
  background-color: #0872BA;
}
.home-products .wrapper .item-wrap .box .content .btn-link i {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-products .wrapper .item-wrap .box .content .btn-link i {
    font-size: 1.3125rem;
  }
}

.home-posts {
  padding-bottom: 250px;
}
.home-posts__content .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .cover {
  border-radius: 20px;
}
.home-posts__content .swiper-wrapper .swiper-slide .cover img {
  border-radius: 20px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content {
  border-bottom: 1px solid #5E5E5E;
}
.home-posts__content .swiper-wrapper .swiper-slide .content {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content {
    padding-top: 1.25rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content {
    padding-bottom: 1.25rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title {
  line-height: 1.3;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .title {
    font-size: 1.5625rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title a {
  color: #002956;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title a:hover {
  color: #0872BA;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .meta {
  display: flex;
  gap: 16px;
  color: #002956;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .meta {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .meta {
    font-size: 0.875rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
  color: #1D1D1D;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .swiper-controls .swiper-button {
  top: calc(50% - 25px);
}
.home-posts__content .swiper-controls .swiper-button.swiper-button-prev {
  left: -15px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.home-posts__content .swiper-controls .swiper-button.swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-next {
    right: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts__content .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.home-posts__content .swiper-controls .swiper-pagination {
  bottom: -80px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.home-certification {
  background-color: #F9F9F9;
}
@media only screen and (max-width: 47.99875rem) {
  .home-certification {
    padding-bottom: 60px;
  }
}
.home-certification .swiper-container {
  padding-top: 10px;
}
.home-certification .swiper-container .swiper-slide {
  width: 20%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-certification .swiper-container .swiper-slide {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-certification .swiper-container .swiper-slide {
    width: 33.33%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-certification .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 12px;
  }
}
.home-certification .swiper-container .swiper-slide .item {
  text-align: center;
}
.home-certification .swiper-container .swiper-slide .item .img img {
  height: 280px;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .home-certification .swiper-container .swiper-slide .item .img img {
    height: 200px;
  }
}
.home-certification .swiper-container .swiper-slide .item .title {
  color: #0872BA;
  font-weight: 700;
  padding: 10px 5px 0;
}
.home-certification .swiper-container .swiper-slide .item .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-certification .swiper-container .swiper-slide .item .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-certification .swiper-container .swiper-slide .item .title {
    font-size: 1.25rem;
  }
}
.home-certification .swiper-pagination {
  bottom: -30px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-certification .swiper-pagination {
    bottom: -40px;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .home-recruitment {
    background: #ffffff;
    background-image: none !important;
  }
}
.home-recruitment .wrapper .cell.cell-content {
  flex: 0 0 45%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-recruitment .wrapper .cell.cell-content {
    flex: 0 0 100%;
    padding-bottom: 30px;
  }
}
.home-recruitment .wrapper .cell.cell-content .sub-title {
  color: #0592D2;
}
.home-recruitment .wrapper .cell.cell-content .sub-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-recruitment .wrapper .cell.cell-content .sub-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-recruitment .wrapper .cell.cell-content .sub-title {
    font-size: 2.5rem;
  }
}
.home-recruitment .wrapper .cell.cell-content .heading-title {
  color: #005AAC;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.home-recruitment .wrapper .cell.cell-content .heading-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: #005AAC;
}
.home-recruitment .wrapper .cell.cell-img {
  flex: 0 0 55%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-recruitment .wrapper .cell.cell-img {
    flex: 0 0 100%;
  }
}
.home-recruitment .wrapper .cell.cell-img img {
  width: 100%;
  object-fit: cover;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .home-recruitment .wrapper .cell.cell-img img {
    display: block;
  }
}