* {
  box-sizing: border-box;
}

/* slider section */
.slider_section .box-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.slider_section .box-detail {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}
.slider_section .box-detail h1 {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 3vw;
  padding-bottom: 1.5rem;
  margin-bottom: 1.2rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.slider_section .box-detail h1:after {
  display: block;
  width: 6vw;
  background: #ff480d;
  content: "";
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section .box-detail h1:after {
    width: 6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section .box-detail h1:after {
    width: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section .box-detail h1:after {
    width: 10vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section .box-detail h1 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section .box-detail h1 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section .box-detail h1 {
    font-size: 8vw;
  }
}
.slider_section .box-detail p {
  color: #ffffff;
  font-size: 1.8vw;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section .box-detail p {
    font-size: 2.1vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section .box-detail p {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section .box-detail p {
    font-size: 3.5vw;
  }
}
.slider_section .box-detail .sub-title-h4 {
  font-size: 2.1vw;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section .box-detail .sub-title-h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section .box-detail .sub-title-h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section .box-detail .sub-title-h4 {
    font-size: 25px;
  }
}
.slider_section .box-detail .sub-title-p {
  font-size: 2.1vw;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section .box-detail .sub-title-p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section .box-detail .sub-title-p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section .box-detail .sub-title-p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section .box-detail {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section .box-detail {
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section .box-detail {
    top: 40%;
  }
}
.slider_section .box-icon {
  position: absolute;
  bottom: 0;
}
.slider_section .box-icon img {
  display: inline-block;
  width: 40vw;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_section .box-icon img {
    width: 40vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider_section .box-icon img {
    width: 42vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section .box-icon img {
    width: 45vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section .box-icon img {
    width: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section .box-icon img {
    width: 90vw;
  }
}
.slider_section .carousel_btn-box {
  display: flex;
  justify-content: space-between;
}
.slider_section .carousel_btn-box a {
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #0355aa;
  opacity: 1;
  color: #ffffff;
  font-size: 1.2rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  transform: translateY(-50%);
  opacity: 0.8;
  border-radius: 50px;
}
.slider_section .carousel_btn-box a:hover {
  background-color: white;
  color: #0355aa;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .slider_section .carousel_btn-box a {
    display: none;
  }
}
.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}
.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}
.slider_section .carousel-indicators {
  margin: 0;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  gap: 1rem;
}
.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-clip: unset;
  border: none;
}
.slider_section .carousel-indicators li.active {
  background-color: #ff480d;
}

/*** Features Start ***/
.feature .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--bs-white);
  border-radius: 10px;
  transition: 0.5s;
  font-size: 14px;
  color: #696969;
}
.feature .feature-item .h4 {
  font-size: 18px;
  font-weight: bolder;
}
.feature .feature-item .h4:hover {
  color: #0355aa;
}
.feature .feature-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}
.feature .feature-item:hover .feature-icon i {
  transform: rotate(360deg);
}
.feature .feature-item:hover a.btn:hover {
  color: #0355aa !important;
}
.feature .feature-item .feature-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0355aa;
}
.feature .feature-item .feature-icon i {
  transition: 0.5s;
}
.feature .feature-item a.btn {
  transition: 0.5s;
}

/*** Features End ***/
/*** Counter Start ***/
.counter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(25, 64, 154, 0.9), rgb(25, 64, 154)), url(../img/fact-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.counter .counter-item .counter-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #ffffff;
  color: #0355aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counter .counter-item span {
  font-size: 30px;
}
.counter .counter-item span:last-child {
  font-size: 16px;
}
.counter .counter-item h4 {
  font-size: 16px;
  font-weight: lighter;
}

/*** Counter End ***/
.products .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0355aa;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #0355aa;
}
.products .btn1:hover {
  background-color: transparent;
  color: #0355aa;
}

.products-list {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(25, 64, 154, 0.9), rgb(25, 64, 154)), url(../img/why-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.products-list .owl-product-list {
  padding: 0 80px;
}
.products-list .owl-product-list .product-item .box-img {
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products-list .owl-product-list .product-item h4 {
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
.products-list .owl-product-list .btn1 {
  position: absolute;
  background: #0355aa;
  color: white;
  transition: all 0.3s;
  border: 1px solid #0355aa;
  line-height: 50px;
  text-align: center;
  opacity: 0.8;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.products-list .owl-product-list .btn1:hover {
  background-color: #ffffff;
  color: #0355aa;
  opacity: 1;
}
.products-list .owl-product-list .left-btn {
  left: 10px;
}
.products-list .owl-product-list .right-btn {
  right: 10px;
}
.products-list .owl-product-list:hover .btn1 {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products-list .owl-product-list {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-list .owl-product-list {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-list .owl-product-list {
    padding: 0;
  }
}

.application .application-item {
  background: #0355aa;
  width: 100%;
  padding-top: 150%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.application .application-item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000000;
  opacity: 0.3;
  z-index: 2;
  transition: all 0.3s;
}
.application .application-item .box-default {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
  overflow: hidden;
}
.application .application-item .box-default span {
  display: inline-block;
  font-size: 32px;
}
.application .application-item .box-default h4 {
  font-size: 16px;
  position: relative;
}
.application .application-item .box-default h4:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background: #ffffff;
}
.application .application-item .box-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
  overflow: hidden;
}
.application .application-item .box-hover a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: calc(100% - 3rem);
  background: rgba(255, 72, 13, 0.85);
  border-radius: 5px;
  padding: 1.2rem;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0;
}
.application .application-item .box-hover a span {
  font-size: 32px;
}
.application .application-item .box-hover a h4 {
  font-size: 16px;
  position: relative;
}
.application .application-item .box-hover a h4:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background: #ffffff;
}
.application .application-item .box-hover a p {
  font-size: 14px;
}
.application .application-item:hover:after {
  opacity: 0;
}
.application .application-item:hover .box-default {
  opacity: 0;
}
.application .application-item:hover .box-default span {
  transform: rotate(-360deg);
}
.application .application-item:hover .box-hover a {
  opacity: 1;
  transform: translateY(-1.5rem);
}

.news {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(25, 64, 154, 0.5), rgb(25, 64, 154)), url(../img/why-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.news .owl-news-list .news-item {
  background: #ffffff;
  margin: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.news .owl-news-list .news-item .box-top {
  text-align: left;
  padding: 2rem 1.5rem;
  overflow: hidden;
}
.news .owl-news-list .news-item .box-top .box-time {
  width: 100px;
  height: 100px;
  padding-right: 20px;
  float: left;
  border-right: 1px solid #f2f2f2;
}
.news .owl-news-list .news-item .box-top .box-time span {
  display: block;
  font-size: 16px;
  text-align: right;
  color: #696969;
  transition: all 0.3s;
}
.news .owl-news-list .news-item .box-top .box-time h5 {
  font-size: 28px;
  text-align: right;
  color: rgb(89, 89, 89);
  transition: all 0.3s;
}
.news .owl-news-list .news-item .box-top .box-content {
  width: calc(100% - 120px);
  float: right;
  flex: 1;
}
.news .owl-news-list .news-item .box-top .box-content h4 {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(89, 89, 89);
  transition: all 0.3s;
}
.news .owl-news-list .news-item .box-top .box-content p {
  width: 100%;
  text-align: justify;
  vertical-align: top;
  word-break: normal;
  color: #999;
  font-size: 14px;
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2px;
  -webkit-box-orient: vertical;
  height: 64px;
  transition: all 0.3s;
}
.news .owl-news-list .news-item .box-bottom {
  border-top: 1px solid #f2f2f2;
  padding: 10px;
}
.news .owl-news-list .news-item .box-bottom span {
  display: block;
  text-align: right;
  font-size: 25px;
  color: #696969;
  transition: all 0.3s;
}
.news .owl-news-list .owl-stage .owl-item.active {
  transform: scale(0.85);
  transition: 0.6s ease;
}
.news .owl-news-list .owl-stage .owl-item.active.center {
  transform: scale(1);
}
.news .owl-news-list .owl-nav {
  display: none;
}
.news .owl-news-list .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.news .owl-news-list .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 100%;
  margin: 0 5px;
  background-color: #ffffff;
  border: none;
  outline: none;
}
.news .owl-news-list .owl-dots .owl-dot.active {
  background: #ff480d;
}

.partners {
  position: relative;
  overflow: hidden;
}
.partners .owl-partners-list .owl-nav {
  display: none;
}
.partners .owl-partners-list .owl-dots {
  display: none;
}

/*# sourceMappingURL=home.css.map */
