.referenceHome .crousel .slide .box, .newsHome .crousel .slide .box .Text a, .newsHome .crousel .slide .box .Text p, .newsHome .crousel .slide .box .Text h3, .newsHome .crousel .slide .box .Text, .newsHome .crousel .slide .box .Image a img, .newsHome .crousel .slide .box .Image a, .newsHome .crousel .slide .box .Image, .newsHome .crousel .slide .box, .qualityHome .imageCapsule, .qualityHome .textCapsule a, .qualityHome .textCapsule p, .qualityHome .textCapsule, .chemicalsHome .container-fluid .text .capsule a, .chemicalsHome .container-fluid .text .capsule p, .chemicalsHome .container-fluid .text .capsule h2, .chemicalsHome .container-fluid .text .capsule, .chemicalsHome .container-fluid .image img, .servicesAndAboutHome .textCapsule p, .servicesAndAboutHome .textCapsule, .servicesAndAboutHome .iconLink .row div[class^=col-] a .text, .servicesAndAboutHome .iconLink .row div[class^=col-] a .icon img, .servicesAndAboutHome .iconLink .row div[class^=col-] a .icon, .servicesAndAboutHome .iconLink .row div[class^=col-] a, .homeSlide .slick-dots li button, .homeSlide .slick-dots li, .homeSlide .homeSlider .slide .textcontainer .container > div p, .homeSlide .homeSlider .slide .textcontainer .row > div p, .homeSlide .homeSlider .slide .textcontainer .container > div h2, .homeSlide .homeSlider .slide .textcontainer .row > div h2 {
  display: inline-block;
  width: auto;
  height: auto;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide:focus {
  outline: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ul.slick-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}
ul.slick-dots li {
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 2px;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li.slick-active button {
  background: #003883;
}
ul.slick-dots button {
  border: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
  background: #959595;
  border-radius: 100%;
}
ul.slick-dots button:hover {
  border: 0;
  background: #4e4e4e;
  opacity: 0.7;
}
ul.slick-dots button:focus {
  border: 0;
}

.homeSlide {
  overflow: hidden;
  position: relative;
}
.homeSlide .homeSlider {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.homeSlide .homeSlider .slide {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.homeSlide .homeSlider .slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  width: 100%;
  height: 30%;
  background: rgba(24, 26, 36, 0.34);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 26, 36, 0.34)), to(rgba(24, 26, 36, 0)));
  background: linear-gradient(180deg, rgba(24, 26, 36, 0.34) 0%, rgba(24, 26, 36, 0) 100%);
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1320px) {
  .homeSlide .homeSlider .slide::before {
    top: 65px;
  }
}
.sticky .homeSlide .homeSlider .slide::before {
  top: 0;
}
.homeSlide .homeSlider .slide .textcontainer {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.homeSlide .homeSlider .slide .textcontainer .container, .homeSlide .homeSlider .slide .textcontainer .row {
  height: 100%;
}
.homeSlide .homeSlider .slide .textcontainer .container > div, .homeSlide .homeSlider .slide .textcontainer .row > div {
  position: relative;
  z-index: 1;
}
.homeSlide .homeSlider .slide .textcontainer .container > div h2, .homeSlide .homeSlider .slide .textcontainer .row > div h2 {
  width: 100%;
  display: block;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.homeSlide .homeSlider .slide .textcontainer .container > div h2::after, .homeSlide .homeSlider .slide .textcontainer .row > div h2::after {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .homeSlide .homeSlider .slide .textcontainer .container > div h2, .homeSlide .homeSlider .slide .textcontainer .row > div h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlide .homeSlider .slide .textcontainer .container > div h2, .homeSlide .homeSlider .slide .textcontainer .row > div h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .homeSlide .homeSlider .slide .textcontainer .container > div h2, .homeSlide .homeSlider .slide .textcontainer .row > div h2 {
    font-size: 2rem;
  }
}
.homeSlide .homeSlider .slide .textcontainer .container > div p, .homeSlide .homeSlider .slide .textcontainer .row > div p {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
  margin: 20px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 1320px) {
  .homeSlide .homeSlider .slide .textcontainer .container > div p, .homeSlide .homeSlider .slide .textcontainer .row > div p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlide .homeSlider .slide .textcontainer .container > div p, .homeSlide .homeSlider .slide .textcontainer .row > div p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .homeSlider .slide .textcontainer .container > div p, .homeSlide .homeSlider .slide .textcontainer .row > div p {
    font-size: 0.8rem;
  }
}
.homeSlide .homeSlider .slide .textcontainer .row {
  padding-top: 220px;
}
.homeSlide .homeSlider .slide .link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.homeSlide .homeSlider .slide .cropcontainer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.homeSlide .homeSlider .slide .cropcontainer::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.homeSlide .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 5;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .homeSlide .slick-dots {
    bottom: 60px;
  }
}
.homeSlide .slick-dots li {
  vertical-align: middle;
}
.homeSlide .slick-dots li button {
  width: 29px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  border-radius: 0;
  margin-top: 3px;
}
.homeSlide .slick-dots li.slick-active button {
  height: 6px;
  background-color: white;
  margin-top: 0;
}

.servicesAndAboutHome {
  background-image: url(../images/aboutus_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.servicesAndAboutHome .iconLink .row {
  margin: 0;
}
.servicesAndAboutHome .iconLink .row div[class^=col-] {
  padding: 0;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(1), .servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(5), .servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(7), .servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(9) {
  background-color: #f4f3f3;
}
.servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(2), .servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(4), .servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(6), .servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(8), .servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(10) {
  background-color: #ececec;
}
.servicesAndAboutHome .iconLink .row div[class^=col-]:nth-child(3) {
  background-color: #dddddd;
}
@media only screen and (max-width: 769px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a {
  width: 100%;
  padding: 20px 15px 32px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a {
    padding: 15px 10px 22px;
  }
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a::before {
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-size: 20px;
  margin: 0 0 0 -10px;
  color: #4e4e4e;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1320px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a::before {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a::before {
    bottom: 10px;
    font-size: 12px;
  }
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a .icon {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1320px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a .icon {
    width: 80%;
  }
}
@media only screen and (max-width: 769px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a .icon {
    width: 70%;
  }
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a .icon img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1320px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a .icon img {
    width: 100%;
  }
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a .text {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
  min-height: 40px;
  margin: 25px 0 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1320px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a .text {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 769px) {
  .servicesAndAboutHome .iconLink .row div[class^=col-] a .text {
    font-size: 0.8rem;
    min-height: 30px;
    margin: 20px 0 5px;
  }
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a:hover::before {
  color: #003883;
  bottom: 10px;
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a:hover .icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.servicesAndAboutHome .iconLink .row div[class^=col-] a:hover .text {
  color: #003883;
}
.servicesAndAboutHome .aboutus {
  margin-top: 50px;
}
.servicesAndAboutHome .textCapsule {
  width: 100%;
}
.servicesAndAboutHome .textCapsule h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4e4e4e;
  padding: 0;
  margin: 0;
}
.servicesAndAboutHome .textCapsule h2::after {
  display: none;
}
.servicesAndAboutHome .textCapsule p {
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.8;
  font-weight: 500;
  color: #8c8c8c;
  margin: 12px 0px;
}

.chemicalsHome .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6f7f9;
}
.chemicalsHome .container-fluid .image {
  background-color: #002457;
  padding: 0;
}
.chemicalsHome .container-fluid .image img {
  width: 100%;
  height: auto;
}
.chemicalsHome .container-fluid .text {
  background-color: #f6f7f9;
  position: relative;
}
.chemicalsHome .container-fluid .text::before {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) #002457 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  height: 0;
  position: absolute;
  width: 0;
  border-width: 20px 20px 20px 0;
  left: 0px;
  top: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180))";
  zoom: 1;
  margin-top: -20px;
}
@media only screen and (max-width: 769px) {
  .chemicalsHome .container-fluid .text::before {
    border-width: 16px 16px 16px 0;
    left: 50%;
    top: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
    zoom: 1;
    margin-top: -8px;
    margin-left: -8px;
  }
}
.chemicalsHome .container-fluid .text .capsule {
  width: 100%;
  max-width: 620px;
  padding-left: 160px;
  position: relative;
}
@media only screen and (max-width: 1320px) {
  .chemicalsHome .container-fluid .text .capsule {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .chemicalsHome .container-fluid .text .capsule {
    padding-left: 95px;
  }
}
@media only screen and (max-width: 769px) {
  .chemicalsHome .container-fluid .text .capsule {
    padding-left: 0;
    padding-top: 60px;
    max-width: none;
    text-align: center;
    margin: 30px 0;
  }
}
.chemicalsHome .container-fluid .text .capsule .number {
  position: absolute;
  left: 60px;
  top: 5px;
  width: 90px;
  font-size: 5rem;
  font-weight: 200;
  line-height: 1;
  background: -webkit-linear-gradient(#5a42ec, #09bbfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1320px) {
  .chemicalsHome .container-fluid .text .capsule .number {
    left: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .chemicalsHome .container-fluid .text .capsule .number {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .chemicalsHome .container-fluid .text .capsule .number {
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
  }
}
.chemicalsHome .container-fluid .text .capsule h2 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
  color: #003883;
  margin: 0;
}
.chemicalsHome .container-fluid .text .capsule h2::after {
  display: none;
}
@media only screen and (max-width: 992px) {
  .chemicalsHome .container-fluid .text .capsule h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 769px) {
  .chemicalsHome .container-fluid .text .capsule h2 br {
    display: none;
  }
}
.chemicalsHome .container-fluid .text .capsule p {
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.8;
  font-weight: 500;
  color: #8c8c8c;
  margin: 16px 0px;
}
@media only screen and (max-width: 992px) {
  .chemicalsHome .container-fluid .text .capsule p {
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 8px 0px;
  }
}
.chemicalsHome .container-fluid .text .capsule a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0 0;
  padding-left: 20px;
  position: relative;
  background: -webkit-linear-gradient(#5a42ec, #09bbfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chemicalsHome .container-fluid .text .capsule a::before {
  position: absolute;
  left: 0;
  top: 50%;
  color: #000;
  font-size: 16px;
  margin: -9px 0 0 0;
  background: transparent;
  -webkit-text-fill-color: #000;
}
.chemicalsHome .container-fluid .text .capsule a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .chemicalsHome .container-fluid .text .capsule a {
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 6px 0 0 0;
    padding-left: 14px;
  }
  .chemicalsHome .container-fluid .text .capsule a::before {
    font-size: 12px;
    margin: -6px 0 0 0;
  }
}
.chemicalsHome .container-fluid .reverse .text {
  text-align: end;
}
.chemicalsHome .container-fluid .reverse .text::before {
  left: auto;
  right: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(0), M12=-sin(0), M21=sin(0), M22=cos(0));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(0), M12=-sin(0), M21=sin(0), M22=cos(0))";
  zoom: 1;
}
@media only screen and (max-width: 769px) {
  .chemicalsHome .container-fluid .reverse .text::before {
    border-width: 16px 16px 16px 0;
    left: 50%;
    top: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
    zoom: 1;
    margin-top: -8px;
    margin-left: -8px;
  }
}
.chemicalsHome .container-fluid .reverse .text .capsule {
  padding-right: 170px;
  padding-left: 0px;
}
@media only screen and (max-width: 1320px) {
  .chemicalsHome .container-fluid .reverse .text .capsule {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 992px) {
  .chemicalsHome .container-fluid .reverse .text .capsule {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 769px) {
  .chemicalsHome .container-fluid .reverse .text .capsule {
    padding-right: 0;
  }
}
.chemicalsHome .container-fluid .reverse .text .capsule .number {
  width: 105px;
  left: auto;
  right: 55px;
}
@media only screen and (max-width: 1320px) {
  .chemicalsHome .container-fluid .reverse .text .capsule .number {
    right: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .chemicalsHome .container-fluid .reverse .text .capsule .number {
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.chemicalsHome .container-fluid .reverse .text .capsule a {
  padding-left: 0;
  padding-right: 20px;
}
.chemicalsHome .container-fluid .reverse .text .capsule a::before {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180))";
  zoom: 1;
}

.qualityHome .textCapsule {
  width: 100%;
  max-width: 590px;
  padding-left: 40px;
}
@media only screen and (max-width: 769px) {
  .qualityHome .textCapsule {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .qualityHome .textCapsule {
    padding-top: 30px;
  }
}
.qualityHome .textCapsule h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFF;
  padding: 0;
  margin: 0;
}
.qualityHome .textCapsule h2::after {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .qualityHome .textCapsule h2 {
    font-size: 2rem;
  }
}
.qualityHome .textCapsule p {
  width: 100%;
  font-size: 0.96rem;
  line-height: 1.8;
  font-weight: 500;
  color: #FFF;
  margin: 12px 0px;
}
@media only screen and (max-width: 1320px) {
  .qualityHome .textCapsule p {
    margin: 8px 0px;
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.qualityHome .textCapsule a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFF;
  margin: 20px 0 0 0;
}
.qualityHome .textCapsule a:hover {
  color: #15bbea;
}
@media only screen and (max-width: 1320px) {
  .qualityHome .textCapsule a {
    margin: 8px 0 0 0;
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
.qualityHome .imageCapsule {
  width: 100%;
  position: relative;
}
.qualityHome .imageCapsule img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .qualityHome .imageCapsule img {
    position: static;
  }
}

.newsHome .crousel {
  position: relative;
}
.newsHome .crousel .slide {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsHome .crousel .slide .box {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
}
.newsHome .crousel .slide .box .Image {
  width: 100%;
  overflow: hidden;
}
.newsHome .crousel .slide .box .Image a {
  width: 100%;
}
.newsHome .crousel .slide .box .Image a img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 500ms ease-in-out;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.newsHome .crousel .slide .box .Image a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.newsHome .crousel .slide .box .Text {
  width: 100%;
  padding: 20px 0;
}
.newsHome .crousel .slide .box .Text h3 {
  width: 100%;
  min-height: 58px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #003883;
  margin: 0;
}
@media only screen and (max-width: 1320px) {
  .newsHome .crousel .slide .box .Text h3 {
    font-size: 1.1rem;
    min-height: 50px;
  }
}
.newsHome .crousel .slide .box .Text p {
  width: 100%;
  max-height: 70px;
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 500;
  color: #8c8c8c;
  margin: 12px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  .newsHome .crousel .slide .box .Text p {
    max-height: 65px;
    font-size: 0.9rem;
    margin: 10px 0px;
  }
}
.newsHome .crousel .slide .box .Text a {
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 700;
  color: #003883;
  margin: 10px 0 0 0;
}
.newsHome .crousel .slide .box .Text a:hover {
  color: #15bbea;
}
@media only screen and (max-width: 1320px) {
  .newsHome .crousel .slide .box .Text a {
    font-size: 0.9rem;
  }
}
.newsHome .crousel .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -32px;
  overflow: hidden;
  z-index: 10;
  background: transparent;
}
.newsHome .crousel .slick-arrow::before {
  font-size: 32px;
  margin: 0;
  color: #003883;
}
.newsHome .crousel .slick-arrow:hover::before {
  color: #15bbea;
}
.newsHome .crousel .slick-prev {
  left: -30px;
}
.newsHome .crousel .slick-next {
  right: -30px;
}

.referenceHome .crousel {
  position: relative;
}
.referenceHome .crousel .slide {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.referenceHome .crousel .slide .box {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
  padding: 10px 20px;
}
.referenceHome .crousel .slide .box .row div[class^=col-] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.referenceHome .crousel .slide .box .row div[class^=col-] .Image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  overflow: hidden;
  background-color: #f6f7f9;
  padding: 1rem;
}
.referenceHome .crousel .slide .box .row div[class^=col-] .Image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.referenceHome .crousel .slide .box .row div[class^=col-] .Image img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}
.referenceHome .crousel .slide .box .row div[class^=col-] .Image:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.referenceHome .crousel .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -32px;
  overflow: hidden;
  z-index: 10;
  background: transparent;
}
.referenceHome .crousel .slick-arrow::before {
  font-size: 32px;
  margin: 0;
  color: #003883;
}
.referenceHome .crousel .slick-arrow:hover::before {
  color: #15bbea;
}
.referenceHome .crousel .slick-prev {
  left: -30px;
}
.referenceHome .crousel .slick-next {
  right: -30px;
}