body {
  font-size: 18px;
  font-family: "Prompt", sans-serif !important;
  color: black;
  background-color: white;
  margin: 0;
  border: 0;
}
html {
  scroll-padding-top: 20rem;
}
a {
  text-decoration: none !important;
  color: black;
}
img {
  width: 100%;
}
.form-control:focus {
  box-shadow: none !important;
  /*   border: none !important; */
}
.white {
  color: white;
}
.black {
  color: black !important;
}
.gray {
  color: #8d8d8d;
}
.blue {
  color: #003aab;
}
.BG-blue {
  background-color: #003aab;
}
.BG-blue-f {
  background-color: #1a2782;
}
.BG-white {
  background-color: white;
}
.modal.show .modal-dialog {
  max-width: 800px;
}
.modal .modal-footer {
  justify-content: center;
}
.modal-footer button {
  background-color: #003aab;
  color: white;
}
.modal-footer button:hover {
  color: #003aab;
  border: 1px #003aab solid;
  transition: 0.3s ease-in-out;
}

.home-banner {
  position: relative;
}
.home-banner video {
  width: 100%;
}
/* ------------------------------------------------------ */
.home-intro {
  padding: 5rem 0;
  background-image: url("../images/home-intro-BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.home-intro .img {
  height: 100%;
  display: grid;
  place-items: center;
}
.home-intro .text-title {
  font-size: 30px;
  font-weight: 500;
}
.home-intro .text span {
  font-size: 22px;
  font-weight: 500;
}
.home-intro .text img {
  width: 45px;
  margin-right: 0.75rem;
}
.home-intro .text .box {
  margin-bottom: 1.5rem;
}
/* ------------------------------------------------------ */
.home-product {
  padding: 5rem 0;
  background-image: url("../images/home-product-BG.png");
  background-repeat: no-repeat;
  background-position: center;
}
.home-product .product-img {
  position: relative;
  overflow: hidden;
}
.home-product .product-img img {
  width: 100%;
}
.home-product .product-img:hover img {
  transform: scale(1.15);
  transition: 0.3s ease-in-out;
  object-fit: cover;
}
.home-product .product-img.lower {
  padding-top: 4.5rem;
}
.home-product .product-img .black-gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 212, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home-product .product-img .title {
  color: white;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.owl-theme.slide-home-product .owl-nav {
  margin-top: 0;
}

.owl-carousel.slide-home-product .owl-nav i {
  color: white;
  font-size: 24px;
}
.owl-carousel.slide-home-product .owl-nav button.owl-next,
.owl-carousel.slide-home-product .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.owl-carousel.slide-home-product .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.slide-home-product .owl-nav button.owl-prev {
  left: 0;
}
/* ------------------------------------------------------ */
.home-process {
  padding: 4rem 0;
  background-image: url("../images/home-process-BG.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.home-process .home-title,
.home-news .home-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.home-presence .home-title {
  text-align: center;
}
.home-process .home-title .title,
.home-news .home-title .title,
.home-presence .home-title .title {
  font-size: 36px;
  font-weight: 500;
}
.home-presence .home-title .subtitle {
  font-size: 18px;
  margin: 1rem 0 2rem 0;
}
.home-process .home-title .title::after,
.home-news .home-title .title::after {
  content: url("../images/icon-title.png");
}
.home-process .home-title .readmore,
.home-news .home-title .readmore {
  width: 182px;
  height: 52px;
  border: 1px #003aab solid;
  border-radius: 50px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #003aab;
}
.home-process .home-title .readmore:hover,
.home-news .readmore:hover {
  background-color: #003aab;
  color: white;
  transition: 0.3s ease-in-out;
}
.home-title a {
  text-decoration: none;
}

.slide-process .item img {
  width: 70% !important;
  border-radius: 10px;
}
.slide-process .item .title {
  font-size: 22px;
  font-weight: 500;
  color: white;
  padding: 0.2rem 2rem;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 2rem;
}
.slide-process .item .box {
  width: 580px;
  color: black;
  border-radius: 13px;
  position: absolute;
  right: 2%;
  top: 15%;
  font-size: 20px;
  font-weight: 300;
  padding: 4rem 2.5rem;
  background-color: #ffffff;
  box-shadow: 1px 1px 6px #00000017;
}
.slide-process .owl-nav button {
  position: absolute;
  top: 45%;
}
.slide-process .owl-nav button:hover i {
  color: #003aab;
}
.slide-process .owl-nav i {
  font-size: 20px;
}
.slide-process .owl-nav .owl-prev,
.slide-process .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: white !important;
  border-radius: 50px !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0px 0px 5px #00000036;
}
.slide-process .owl-nav .owl-prev {
  left: -6%;
}
.slide-process .owl-nav .owl-next {
  right: -6%;
}
.home-presence {
  padding-bottom: 4rem;
}
.home-presence .img {
  text-align: center;
}
.home-presence .img img {
  width: 90%;
}
.home-news {
  padding-bottom: 4rem;
}
.home-news a,
.home-news a:hover {
  color: black;
}
.news-card .news-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.news-card .news-card-img.hl img {
  border-radius: 10px 10px 0 0;
}
.news-card .news-card-img img {
  border-radius: 10px 10px 0 0;
}
.news-card {
  box-shadow: none;
  background-color: unset;
  padding: 0;
  border: none;
  margin-bottom: 1.5rem;
}
.news-card:hover {
  border: none;
  transition: 0.3s ease-in-out;
}

.news-card:hover img {
  transform: scale(1.15);
  transition: 0.3s ease-in-out;
  object-fit: cover;
}
.news-card .news-card-body {
  background: white;
  padding: 1rem 1rem 1.5rem 1rem;
  border-radius: 0 0 10px 10px;
}
.news-card .news-title {
  font-size: 22px;
  font-weight: 400;
  height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin: 0.25rem 0;
}
.news-card .news-details {
  font-size: 20px;
  font-weight: 300;
  height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.news-card .news-date {
  font-size: 18px;
  font-weight: 300;
  color: #d9d9d9;
}

.BG-home-end {
  background-image: url("../images/home-news-BG.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.blank-5rem {
  height: 5rem;
}
.show-pc {
  display: block;
}
.show-mobile {
  display: none;
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .home-banner {
    margin-top: 4rem;
  }
  .home-intro .text-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
  }

  .home-intro .text {
    font-size: 14px;
  }
  .home-intro .text span {
    font-size: 16px;
    text-align: center;
  }
  .home-intro .text .box {
    margin-bottom: 0.75rem;
  }
  .home-intro .text img {
    width: 35px;
    margin-right: 0.5rem;
  }
  .home-intro,
  .home-product {
    padding: 2rem 0;
    background-size: cover;
  }
  .home-product .product-img.lower {
    padding: 0;
  }
  .home-product .product-img {
    padding: 0;
  }
  .home-product .product-img .title {
    font-size: 18px;
  }

  .home-process {
    padding: 2rem 0;
  }
  .home-process .home-title,
  .home-news .home-title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .home-process .home-title .title,
  .home-news .home-title .title,
  .home-presence .home-title .title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .home-presence .home-title .subtitle {
    font-size: 14px;
    margin: 0 0 2rem 0;
  }
  .home-process .home-title a,
  .home-news .home-title a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .home-process .home-title .readmore,
  .home-news .home-title .readmore {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .home-presence .img img {
    width: 100%;
  }
  .slide-process .owl-nav .owl-prev {
    left: 0;
  }
  .slide-process .owl-nav .owl-next {
    right: 0;
  }
  .slide-process .item {
border-radius: 10px;
  }
  .slide-process .item img {
    width: 100% !important;
  }
  .slide-process .item .box {
    position: relative;
    width: 100%;
    right: unset;
    font-size: 14px;
    padding: 1rem;
    margin-top: 1rem;
    top: unset;
  }
  .slide-process .item .title {
    top: 1rem;
    font-size: 14px;
    padding: 0.2rem 0.5rem;
  }
  .slide-process .owl-nav button {
    top: 18%;
  }
  .home-news {
    padding-bottom: 2rem;
  }
  .news-card {
    margin-bottom: 1rem;
  }
  .news-card .news-title {
    font-size: 16px;
    height: 3rem;
  }
  .news-card .news-details {
    font-size: 14px;
    height: 2.75rem;
  }
  .news-card .news-date {
    font-size: 14px;
  }
  .news-card .news-card-body {
    padding: 0.75rem;
  }
}
