/* Main slideshow */

#home-slideshow,
#home-slideshow .slide {
  overflow: hidden;
}

#home-slideshow .slide video {
  width: 100%;
}
#home-slideshow.with-video .slick-dots {
  display: none;
}

#home-slideshow {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}

#home-slideshow.slick-slider .slick-track,
#home-slideshow.slick-slider .slick-list {
  height: 100%;
}

#home-slideshow .slick-dots {
  position: absolute;
  bottom: 4rem;
  right: 5rem;
  width: 20rem;
  text-align: right;
  z-index: 2;
}

#home-slideshow .slide {
  position: relative;
  width: 100%;
  /*value 9.7rem is the header-wrapper fixed height*/
  height: calc(100vh - 9.3rem);
}

#home-slideshow .slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#home-slideshow .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#home-slideshow .slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30vw;
  padding: 6rem 4rem 4rem;
}

#home-slideshow .slide .title {
  padding-bottom: 1rem;
}

#home-slideshow .slide .caption .btn {
  margin-top: 4rem;
}

#home-slideshow .slick-dots li button:before {
  display: none;
}
#home-slideshow .slick-dots li button {
  border: none;
  background: #0090d2;
  width: 2rem;
  height: 2rem;
}
#home-slideshow .slick-dots li {
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
}
#home-slideshow .slick-dots li.slick-active button {
  background: #46535c;
}

#home-slideshow .slick-prev,
#home-slideshow .slick-next {
  width: 36px;
  height: 36px;
  background: #0090d2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  z-index: 4;
}
#home-slideshow .slick-prev {
  left: 5rem;
}
#home-slideshow .slick-next {
  right: 5rem;
}
#home-slideshow .slick-next:before,
#home-slideshow .slick-prev:before {
  display: none;
}
#home-slideshow .slick-prev i,
#home-slideshow .slick-next i {
  color: white;
  font-size: 1rem;
}

/* Down button */
#home-down-btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -16px;
  bottom: 4rem;
  opacity: 1;
}

#home-down-btn i {
  color: white;
}

@media only screen and (max-width: 1920px) {
  #home-slideshow,
  #home-slideshow.slick-slider .slick-track,
  #home-slideshow.slick-slider .slick-list {
    height: auto;
    width: 100%;
  }
  #home-slideshow .slide img {
    width: 100%;
    max-width: 100%;
    position: static;
    margin: 0 auto;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media only screen and (max-width: 1480px) {
  #home-down-btn {
    bottom: auto;
    top: 82rem;
  }
  #home-slideshow .slide {
    height: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  #home-slideshow .slide .caption {
    padding: 4rem;
    width: 50vw;
  }
  #home-slideshow .slide .caption .btn {
    margin-top: 3rem;
  }
  #home-slideshow .caption .subtitle {
    font: 1.6rem/2.2rem "Barlow", sans-serif;
  }
  #home-down-btn {
    top: 72rem;
  }
}

@media only screen and (max-width: 992px) {
  #home-slideshow {
    border-bottom: none;
  }
  #home-slideshow .slide {
    height: 100%;
  }
  #home-slideshow .slide .caption {
    width: 100%;
  }
  #home-down-btn {
    top: 52rem;
  }
}

@media only screen and (max-width: 767px) {
  #home-slideshow .slide .caption {
    padding: 2rem 2rem 4rem 2rem;
  }
  #home-slideshow .slide .caption .btn {
    margin-top: 1rem;
    margin-bottom: 5rem;
  }
  #home-down-btn {
    top: 42rem;
  }
  #home-slideshow .slide {
    height: 100%;
  }
}

/* Features */
#home-features .row {
  padding-left: 4rem;
  padding-right: 4rem;
}
#home-features .row div[data-item] {
  padding-left: 2rem;
  padding-right: 2rem;
}
#home-features div.new-gradient {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #home-features .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Company info */

#home-company-box {
  width: 100%;
  height: 100%;
  min-height: 50rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#home-company-box .company-label {
  padding-bottom: 3rem;
}

#home-company-box .company-desc {
  margin: 2rem auto 3rem;
}

#home-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 8rem 0;
}

#home-counters .stat-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home-counters .stat-box .stat-img {
  display: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f0f0f0;
}

#home-counters .stat-box .stat-value {
  width: 20rem;
  margin-right: 2.5rem;
  text-align: right;
  color: #0090d2;
  font-size: 8rem;
}

#home-counters .stat-box .stat-label {
  width: 20rem;
}

@media only screen and (max-width: 992px) {
  #home-company-box {
    min-height: 0;
  }
  #home-counters {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #home-company-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* Latest news */

#home-latest-news .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#home-latest-news .container-list-news {
  position: relative;
}

#home-news-box {
  width: 100%;
  min-height: 100%;
  color: #fff;
  position: relative;
}

#home-news-box .bulletTitle {
  position: absolute;
  top: 8rem;
  left: 10vw;
  z-index: 3;
}

#home-news-details {
  position: relative;
  width: 100%;
  padding: 13rem 15vw 13rem 10vw;
  min-height: 56rem;
}

#home-news-details.news {
  background: #0090d2;
  background: linear-gradient(45deg, #283593 0%, #0090d2 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#283593', endColorstr='#0090d2', GradientType=1);
}

#home-news-details.event {
  background: #f07d1c;
  background: linear-gradient(45deg, #ff5722 0%, #f07d1c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5722', endColorstr='#f07d1c', GradientType=1);
}

#home-news-details.corporate {
  background: #12b5c7;
  background: linear-gradient(45deg, #00838f 0%, #12b5c7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00838f', endColorstr='#12b5c7', GradientType=1);
}

#home-news-details.press {
  background: #9ec41a;
  background: linear-gradient(45deg, #4caf50 0%, #9ec41a 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4caf50', endColorstr='#9ec41a', GradientType=1);
}

#home-news-details .news-img {
  position: absolute;
  top: 13rem;
  right: 0;
  width: 20vw;
  right: -10vw;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

#home-news-details .news-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.news-datetime .icon {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 1rem;
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
  line-height: 3.4rem;
  text-align: center;
}

#home-news-details.news .icon:before {
  content: "\e909";
}

#home-news-details.event .icon:before {
  content: "\e906";
  font-size: 1.9rem;
}

#home-news-details.corporate .icon:before {
  content: "\e907";
  font-size: 1.6rem;
}

#home-news-details.press .icon:before {
  content: "\e908";
  font-size: 1.6rem;
}

#home-news-slideshow {
  padding-top: 13rem;
  padding-bottom: 16rem;
  padding-left: 15vw;
  margin: 0;
  height: 100%;
}

#home-news-slideshow .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 5vw;
}

#home-news-slideshow .slide .news-title,
#home-news-slideshow .slide .news-datetime,
#home-news-slideshow .slide .news-desc,
#home-news-slideshow .slide .btn {
  display: none;
}

#home-news-slideshow .slide .news-img {
  display: block;
  position: relative;
  width: 20vw;
  opacity: 0.2;
  overflow: hidden;
  background-color: #fff;
}

#home-news-slideshow .slick-dots {
  position: absolute;
  bottom: 8rem;
  right: calc(10vw + 15rem);
  width: auto;
  text-align: right;
}

#home-show-all-news-btn {
  position: absolute;
  right: 10vw;
  bottom: 8rem;
  margin-left: 3rem;
}

@media only screen and (max-width: 1250px) {
  #home-news-box .bulletTitle {
    left: 5vw;
  }
  #home-news-details {
    padding: 13rem 10vw 13rem 5vw;
  }
  #home-news-slideshow {
    padding-top: 13rem;
    padding-bottom: 16rem;
    padding-left: 30vw;
  }
  #home-news-slideshow .slide .news-img {
    width: 30vw;
  }
  #home-news-details .news-img {
    width: 30vw;
    right: -25vw;
  }
}

@media only screen and (max-width: 992px) {
  #home-news-box .bulletTitle {
    left: 4rem;
    top: 8.5rem;
  }
  #home-news-details {
    padding: 14rem 50vw 10rem 4rem;
    min-height: 0;
  }
  #home-news-details .news-img {
    width: 40vw;
    right: 4rem;
    top: 14rem;
  }
  #home-news-slideshow .slick-list {
    display: none;
  }
  #home-latest-news {
    position: relative;
  }
  #home-latest-news .col-sm-12:last-of-type {
    position: absolute;
    top: 8rem;
    right: 0;
    width: 100%;
  }
  #home-news-slideshow {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 3.6rem;
  }
  #home-news-slideshow .slick-dots {
    position: absolute;
    bottom: 0;
    right: 4rem;
    width: auto;
    text-align: right;
  }
  #home-show-all-news-btn {
    display: none;
  }
  #home-news-slideshow .slick-dots li.slick-active button {
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  #home-news-slideshow .slick-dots li button:before {
    background: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  #home-news-details {
    padding: 13rem 2rem 8rem 2rem;
  }
  #home-news-details .news-img {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
  }
  #home-news-details .news-desc {
    display: none;
  }
  #home-news-box .bulletTitle {
    left: 2rem;
    top: 6.5rem;
  }
  #home-latest-news .col-sm-12:last-of-type {
    top: 5.8rem;
  }
}

@media only screen and (max-width: 460px) {
  #home-news-slideshow .slick-dots {
    position: absolute;
    bottom: 40px;
    right: auto;
    width: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  #home-news-box .bulletTitle {
    left: 2rem;
    top: 9.5rem;
  }
}

/* Products & Services */

#home-products-solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15rem auto 15rem;
}

#home-products-tab,
#home-solutions-tab {
  display: none;
  position: absolute;
  opacity: 0;
}

#home-products-solutions .btn {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 1rem;
  border: 1px solid #ffffff;
  color: #0090d2;
}

#home-products-solutions .btn:hover {
  border: 1px solid #0090d2;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#home-products-solutions .btn:active,
#home-products-solutions input:focus + .btn,
#home-products-solutions input:checked + .btn {
  border: 1px solid #0090d2;
}

#home-products-solutions .panel {
  position: relative;
  display: none;
  margin-top: 4rem;
  width: 100%;
  min-height: 25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

#home-products-solutions input:checked + .btn + .panel {
  display: block;
}

#home-products-solutions .panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25rem;
  background: url("images/home/product-search-bg2.jpg") no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 4rem 6rem rgba(28, 38, 104, 0.5);
  box-shadow: 0 4rem 6rem rgba(28, 38, 104, 0.5);
  text-align: center;
  z-index: 0;
}

#home-products-solutions .panel .search-input {
  position: relative;
  width: 40vw;
  padding: 1rem 5rem 1rem 0;
  margin-top: 8rem;
  background: url(images/icons/search_white.svg) no-repeat right center;
}

#home-products-solutions .panel ::-webkit-input-placeholder {
  font-family: "Barlow";
}

#home-products-solutions .panel :-moz-placeholder {
  font-family: "Barlow";
}

#home-products-solutions .panel ::-moz-placeholder {
  font-family: "Barlow";
}

#home-products-solutions .panel :-ms-input-placeholder {
  font-family: "Barlow";
}

#home-products-solutions .panel-links {
  margin-top: 18rem;
}

#home-products-solutions .panel-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  text-align: left;
}

#home-products-solutions .panel-links ul li {
  width: 50%;
}

#home-products-solutions .panel-links ul li a {
  display: block;
  position: relative;
  padding-left: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#home-products-solutions .panel-links ul li a .lineHover {
  text-transform: uppercase;
  font: 3.5rem/4rem "Barlow", sans-serif;
  font-weight: bold;
}

#home-products-solutions .panel-links ul li a[data-counter]:before {
  content: attr(data-counter);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.8rem;
  border: 1px solid #0090d2;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  border-radius: 50%;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1250px) {
  #home-products-solutions {
    width: 80vw;
  }
  #home-products-solutions .panel-links ul li a .lineHover {
    font: 3.5rem/4rem "Barlow", sans-serif;
    font-weight: bold;
    top: 0.3rem;
  }
}

@media only screen and (max-width: 992px) {
  #home-products-solutions {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  #home-products-solutions {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  #home-products-solutions .panel {
    margin-top: 2rem;
  }
  #home-products-solutions .panel:before {
    height: 20rem;
  }
  #home-products-solutions .panel .search-input {
    width: 80%;
    padding: 1rem 5rem 1rem 0;
    margin-top: 6rem;
  }
  #home-products-solutions .panel-links {
    margin-top: 13rem;
  }
  #home-products-solutions .panel-links ul li {
    width: 100%;
  }
  #home-products-solutions .panel-links ul li a {
    padding-bottom: 1rem;
  }
  #home-products-solutions .panel-links ul li a[data-counter]:before {
    margin-top: 0.5rem;
  }
  #home-products-solutions .panel-links ul li a .lineHover {
    font: 2.5rem/3rem "Barlow", sans-serif;
    font-weight: bold;
  }
}

[data-item]:hover [data-hover] {
  height: 100%;
}

[data-hover] {
  width: calc(100% + 5rem);
}
