.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox.hover .btn, .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn svg, .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn, .catalogArea .catalogList .catalogItem a span, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #004098;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #004098;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 650px;
  height: 225px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  font-family: "Montserrat";
  font-size: 90px;
  font-weight: 700;
  color: #454646;
  line-height: 1.21;
  letter-spacing: -2px;
}
.bannerArea .bannerItem .Txt .subtitle {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  font-size: 32px;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 500;
  color: #454646;
  line-height: 1.21;
  letter-spacing: -0.65px;
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  color: #313131;
  line-height: 1.13;
  letter-spacing: 0;
}
.bannerArea .bannerItem .Txt .blue {
  color: #004098;
}
.bannerArea .bannerItem .Txt .orange {
  color: #E67E22;
}
.bannerArea .bannerItem .Txt .black {
  color: #454646;
}
.bannerArea .bannerItem .Txt .white {
  color: white;
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  padding-top: 30px;
}
@media (max-width: 1700px) {
  .bannerArea .bannerItem .Txt {
    max-width: 600px;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 70px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 25px;
  }
  .bannerArea .bannerItem .Txt .text {
    font-size: 20px;
  }
}
@media (max-width: 1360px) {
  .bannerArea .bannerItem .Txt {
    max-width: 450px;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    max-width: calc(100% - 60px);
  }
  .bannerArea .bannerItem .Txt .title.blue {
    color: white;
  }
  .bannerArea .bannerItem .Txt .subtitle.orange {
    color: white;
  }
  .bannerArea .bannerItem .Txt .text {
    width: 100%;
  }
  .bannerArea .bannerItem .Txt .text.black {
    color: white;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    margin-left: 0px;
    padding: 20px;
  }
}
@media (max-width: 460px) {
  .bannerArea .bannerItem .Txt {
    max-width: 100%;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 16px;
  }
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 405px) {
  .bannerArea .bannerItem .Txt {
    max-width: 100%;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 37px;
  }
}
.bannerArea .bannerItem .Img {
  height: 660px;
}
.bannerArea .bannerItem .Img .left {
  width: 45%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.bannerArea .bannerItem .Img .left img {
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .bannerItem .Img .right {
  width: 65%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1830px) {
  .bannerArea .bannerItem .Img .left {
    width: 50%;
  }
  .bannerArea .bannerItem .Img .right {
    width: 60%;
  }
}
@media (max-width: 1700px) {
  .bannerArea .bannerItem .Img {
    height: 600px;
  }
}
@media (max-width: 1575px) {
  .bannerArea .bannerItem .Img {
    height: 500px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img .left {
    display: none;
  }
  .bannerArea .bannerItem .Img .right {
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .slick-dots {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bannerArea .slick-dots li {
  width: 39px;
  height: 3px;
  border-radius: 0;
}
.bannerArea .slick-dots li button:before {
  border-radius: 0;
}
@media (max-width: 768px) {
  .bannerArea .slick-dots li {
    width: 25px;
  }
}

.aboutArea {
  padding: 110px 0;
  background: url("../images/about_bg.png") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.aboutArea::before {
  content: url("../images/about_bg_left.png");
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1180px) {
  .aboutArea::before {
    left: -200px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media (max-width: 1024px) {
  .aboutArea::before {
    left: -250px;
  }
}
@media (max-width: 979px) {
  .aboutArea::before {
    left: -350px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 768px) {
  .aboutArea::before {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    left: -450px;
  }
}
@media (max-width: 600px) {
  .aboutArea::before {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
    left: -485px;
  }
}
@media (max-width: 480px) {
  .aboutArea::before {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    left: -550px;
  }
}
@media (max-width: 376px) {
  .aboutArea::before {
    -webkit-transform: scale(1.5) skew(-7deg);
            transform: scale(1.5) skew(-7deg);
    left: -580px;
  }
}
.aboutArea:after {
  content: url("../images/about_bg_right.png");
  position: absolute;
  right: 0;
  bottom: -5px;
}
@media (max-width: 1180px) {
  .aboutArea:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@media (max-width: 480px) {
  .aboutArea:after {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media (max-width: 376px) {
  .aboutArea:after {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .contentBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutArea .contentBox .ImgBox {
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .contentBox .ImgBox {
    width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .aboutArea .contentBox .ImgBox {
    width: 500px;
  }
}
@media (max-width: 600px) {
  .aboutArea .contentBox .ImgBox {
    width: 400px;
  }
}
@media (max-width: 475px) {
  .aboutArea .contentBox .ImgBox {
    width: 300px;
  }
}
.aboutArea .contentBox .parallax_level_1 {
  position: absolute;
  top: 20px;
  right: 100px;
}
@media (max-width: 1340px) {
  .aboutArea .contentBox .parallax_level_1 img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .aboutArea .contentBox .parallax_level_1 img {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .aboutArea .contentBox .parallax_level_1 img {
    width: 30%;
  }
}
@media (max-width: 1340px) {
  .aboutArea .contentBox .parallax_level_1 {
    top: 40px;
    right: 70px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .contentBox .parallax_level_1 {
    top: -20px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .aboutArea .contentBox .parallax_level_1 {
    right: 0;
  }
}
@media (max-width: 475px) {
  .aboutArea .contentBox .parallax_level_1 {
    top: -10px;
    right: -30px;
  }
}
.aboutArea .contentBox .parallax_level_2 {
  position: absolute;
  bottom: 70px;
}
@media (max-width: 1340px) {
  .aboutArea .contentBox .parallax_level_2 img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .aboutArea .contentBox .parallax_level_2 img {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .aboutArea .contentBox .parallax_level_2 img {
    width: 30%;
  }
}
@media (max-width: 1520px) {
  .aboutArea .contentBox .parallax_level_2 {
    top: 350px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .contentBox .parallax_level_2 {
    top: 300px;
  }
}
@media (max-width: 1340px) {
  .aboutArea .contentBox .parallax_level_2 {
    top: 250px;
    left: -20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .contentBox .parallax_level_2 {
    left: 0;
    top: 230px;
  }
}
@media (max-width: 768px) {
  .aboutArea .contentBox .parallax_level_2 {
    top: 170px;
  }
}
@media (max-width: 600px) {
  .aboutArea .contentBox .parallax_level_2 {
    top: 120px;
  }
}
@media (max-width: 475px) {
  .aboutArea .contentBox .parallax_level_2 {
    top: 80px;
    left: 30px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .Img {
  width: 100%;
  height: 405px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 630px;
  position: relative;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  overflow: hidden;
  margin: 60px 90px 0 70px;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: skewX(-15deg) scale(1.2);
          transform: skewX(-15deg) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .aboutArea .Img {
    width: 550px;
  }
}
@media (max-width: 1340px) {
  .aboutArea .Img {
    width: 450px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Img {
    width: 500px;
    height: 350px;
    margin: 0 auto 70px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Img {
    width: 400px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .aboutArea .Img {
    width: 300px;
  }
}
@media (max-width: 475px) {
  .aboutArea .Img {
    width: 200px;
  }
}
.aboutArea .Txt {
  width: 100%;
  width: 870px;
  width: calc(100% - 630px);
  margin-bottom: 40px;
  z-index: 20;
}
.aboutArea .Txt .textEditor h2 {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  color: #202020;
  line-height: 1.21;
  letter-spacing: 0;
  margin-bottom: 13px;
}
@media (max-width: 1520px) {
  .aboutArea .Txt .textEditor h2 {
    font-size: 20px;
  }
}
@media (max-width: 1380px) {
  .aboutArea .Txt .textEditor h2 {
    margin-bottom: 10px;
  }
}
.aboutArea .Txt .textEditor p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #414141;
  line-height: 1.33;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}
@media (max-width: 1520px) {
  .aboutArea .Txt .textEditor p {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  .aboutArea .Txt .textEditor p {
    margin-bottom: 25px;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt {
    margin-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .aboutArea {
    padding: 50px 0;
  }
}
@media (max-width: 979px) {
  .aboutArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .aboutArea {
    padding: 45px 0;
  }
}
@media (max-width: 480px) {
  .aboutArea {
    padding: 45px 0;
  }
  .aboutArea:before {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    left: -550px;
  }
  .aboutArea:after {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

.catalogArea {
  padding: 90px 0 75px;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalogArea .titleBox .title {
  width: 50%;
  text-transform: uppercase;
}
@media (max-width: 1395px) {
  .catalogArea .titleBox .title {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .catalogArea .titleBox .title {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .catalogArea .titleBox .title {
    font-size: 25px;
  }
}
.catalogArea .catalogBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogArea .catalogList {
  width: 100%;
  margin: 0 -30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalogArea .catalogList .catalogItem {
  width: 310px;
  height: 250px;
  margin-right: 0;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #EEEEEE;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.catalogArea .catalogList .catalogItem a {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .catalogList .catalogItem a span {
  width: 80%;
  background-color: transparent;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  color: #004098;
  line-height: 1.22;
  letter-spacing: 0;
}
@media (min-width: 1201px) {
  .catalogArea .catalogList .catalogItem a span:hover {
    background-color: transparent;
  }
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem a span {
    font-size: 16px;
  }
}
.catalogArea .catalogList .catalogItem:last-child {
  margin-right: 0;
}
.catalogArea .catalogList .catalogItem:nth-child(odd) {
  margin-top: 125px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(odd) {
    margin-top: 113px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(odd) {
    margin: 0 5px 10px;
  }
}
.catalogArea .catalogList .catalogItem:nth-child(even), .catalogArea .catalogList .catalogItem:nth-child(3), .catalogArea .catalogList .catalogItem:nth-child(5) {
  margin-left: -75px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(even), .catalogArea .catalogList .catalogItem:nth-child(3), .catalogArea .catalogList .catalogItem:nth-child(5) {
    margin-left: -67px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(even), .catalogArea .catalogList .catalogItem:nth-child(3), .catalogArea .catalogList .catalogItem:nth-child(5) {
    margin: 0 5px 10px;
  }
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(5) {
    margin-top: 3px;
    margin-left: -1px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(5) {
    margin: 0 5px 10px;
  }
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(6) {
    margin-top: -111px;
    margin-left: -68px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(6) {
    margin: 0 5px 10px;
  }
}
.catalogArea .catalogList .catalogItem:nth-child(7) {
  margin-top: 3px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(7) {
    margin-top: 2px;
    margin-left: -68px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(7) {
    margin: 0 5px 10px;
  }
}
.catalogArea .catalogList .catalogItem:nth-child(8) {
  margin-top: -123px;
  margin-left: -75px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(8) {
    margin-left: -67px;
    margin-top: -111px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(8) {
    margin: 0 5px 10px;
  }
}
.catalogArea .catalogList .catalogItem:nth-child(9) {
  margin-left: -75px;
  margin-top: 3px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(9) {
    margin-left: 0;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(9) {
    margin: 0 5px 10px;
  }
}
.catalogArea .catalogList .catalogItem:nth-child(10) {
  margin-top: -123px;
  margin-left: -75px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(10) {
    margin-top: -111px;
    margin-left: -67px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(10) {
    margin: 0 5px 10px;
  }
}
.catalogArea .catalogList .catalogItem:nth-child(11) {
  margin-left: -75px;
  margin-top: 3px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(11) {
    margin-left: -67px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(11) {
    margin: 0 5px 10px;
  }
}
.catalogArea .catalogList .catalogItem:nth-child(12) {
  margin-top: -123px;
  margin-left: -75px;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem:nth-child(12) {
    margin-top: -111px;
    margin-left: -67px;
  }
}
@media (max-width: 978px) {
  .catalogArea .catalogList .catalogItem:nth-child(12) {
    margin: 0 5px 10px;
  }
}
@media (min-width: 1201px) {
  .catalogArea .catalogList .catalogItem:hover {
    background-color: #50A9B5;
  }
  .catalogArea .catalogList .catalogItem:hover span {
    color: white;
  }
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .catalogItem {
    width: 280px;
    height: 224px;
  }
}
@media (max-width: 1023px) {
  .catalogArea .catalogList .catalogItem {
    padding: 20px;
  }
}
.catalogArea .catalogList .item {
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .catalogList .Img {
  width: 55%;
}
.catalogArea .catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .Img {
    width: 50%;
  }
}
.catalogArea .catalogList .Txt {
  width: 60%;
  height: 50px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .catalogList .Txt a {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .catalogArea .catalogList .Txt {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .catalogList .Txt {
    padding: 10px 0 0px;
  }
}
@media (max-width: 1600px) {
  .catalogArea .catalogList {
    width: 75%;
  }
}
@media (max-width: 1481px) {
  .catalogArea .catalogList {
    width: 85%;
  }
}
@media (max-width: 1235px) {
  .catalogArea .catalogList {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .catalogArea .catalogList { /*
display: none;
:not(.slick-slider){
	display: none;
}*/ }
}
.catalogArea .catalogXsList {
  width: 70%;
  margin: 0 auto;
  display: none;
}
.catalogArea .catalogXsList.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.catalogArea .catalogXsList .item {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .catalogXsList .item .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalogArea .catalogXsList .item .Img a img {
  width: 80%;
}
.catalogArea .catalogXsList .item .Txt {
  margin-top: 20px;
}
.catalogArea .catalogXsList .item .Txt a span {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  color: #004098;
  line-height: 1.22;
  letter-spacing: 0;
}
@media (max-width: 1180px) {
  .catalogArea .catalogXsList { /*
display: block;*/ }
}
@media (max-width: 576px) {
  .catalogArea .catalogXsList {
    width: 100%;
  }
}
.catalogArea .slick-dots {
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 50px;
}
.catalogArea .slick-dots li {
  width: 39px;
  height: 3px;
  background-color: #EEEEEE;
  border-radius: 0;
}
.catalogArea .slick-dots li button:before {
  border-radius: 0;
  background-color: transparent;
}
.catalogArea .arrowsBox {
  width: 100%;
  position: absolute;
  top: 10%;
  display: none;
}
.catalogArea .arrowsBox .arrowPrev {
  width: 30px;
  left: 0;
  position: absolute;
}
.catalogArea .arrowsBox .arrowPrev svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .catalogArea .arrowsBox .arrowPrev svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .catalogArea .arrowsBox .arrowPrev {
    width: 20px;
  }
}
.catalogArea .arrowsBox .arrowNext {
  width: 30px;
  right: 0;
  position: absolute;
}
.catalogArea .arrowsBox .arrowNext svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .catalogArea .arrowsBox .arrowNext svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .catalogArea .arrowsBox .arrowNext {
    width: 20px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .arrowsBox { /*
display: block;*/ }
}
@media (max-width: 1024px) {
  .catalogArea {
    padding: 50px 0;
  }
}

.machinesArea {
  background: url("../images/machines_bg.png");
  background-size: cover;
  position: relative;
  padding-top: 260px;
}
.machinesArea:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  background: url("../images/machines_bg_top.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 10.2%;
}
.machinesArea .wrap {
  padding: 0;
}
.machinesArea .wrap .titleBox {
  width: 60%;
  margin: 0 auto;
}
.machinesArea .wrap .titleBox .title {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 600;
  color: #004098;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .machinesArea .wrap .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .machinesArea .wrap .titleBox .title {
    font-size: 25px;
  }
}
.machinesArea .wrap .titleBox .text {
  width: 80%;
  margin: 0 auto;
  padding-top: 12px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.33;
  letter-spacing: 0;
}
@media (max-width: 425px) {
  .machinesArea .wrap .titleBox .text {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1260px) {
  .machinesArea .wrap .titleBox {
    width: 80%;
  }
}
@media (max-width: 1180px) {
  .machinesArea .wrap .titleBox {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .machinesArea .wrap .titleBox {
    width: 100%;
  }
}
.machinesArea .wrap .machinesBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  padding-bottom: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.machinesArea .wrap .machinesBox .leftList {
  width: 31.75%;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem {
  margin-top: 82px;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item {
  width: 470px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .Txt {
  width: 460px;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .Txt .title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #004098;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .Txt .textEditor {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.25;
  letter-spacing: 0;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .Txt .textEditor li {
  margin-bottom: 5px;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration {
  width: 70px;
  margin-left: 65px;
  position: relative;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink {
  cursor: default;
  aspect-ratio: 1;
  background-color: #E67E22;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s infinite ease-in-out;
          animation: btnBasic10Ani 1s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
          animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:before, .machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration .btnMedium01:hover .btnLink {
  color: rgba(230, 126, 34, 0.5);
  border-color: #E67E22;
  background-color: #E67E22;
}
@media (max-width: 1560px) {
  .machinesArea .wrap .machinesBox .leftList .machinesItem .item .decoration {
    display: none;
  }
}
@media (max-width: 1560px) {
  .machinesArea .wrap .machinesBox .leftList .machinesItem .item {
    width: 100%;
    padding: 0 50px;
  }
}
.machinesArea .wrap .machinesBox .leftList .machinesItem:nth-child(2) {
  margin-top: 70px;
}
.machinesArea .wrap .machinesBox .leftList .machinesItem:nth-child(2) .item .decoration .btnMedium01 .btnLink::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (min-width: 1201px) {
  .machinesArea .wrap .machinesBox .leftList .machinesItem:hover .item .decoration .btnMedium01 .btnLink {
    background-color: #004098;
  }
  .machinesArea .wrap .machinesBox .leftList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:before {
    background-color: rgba(0, 64, 152, 0.5);
  }
  .machinesArea .wrap .machinesBox .leftList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:after {
    background-color: rgba(0, 64, 152, 0.5);
  }
}
@media (max-width: 1650px) {
  .machinesArea .wrap .machinesBox .leftList .machinesItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 30px;
  }
}
@media (max-width: 1560px) {
  .machinesArea .wrap .machinesBox .leftList .machinesItem {
    padding: 0;
  }
}
@media (max-width: 1650px) {
  .machinesArea .wrap .machinesBox .leftList {
    width: 35%;
  }
}
@media (max-width: 1250px) {
  .machinesArea .wrap .machinesBox .leftList {
    width: 33%;
  }
}
@media (max-width: 1180px) {
  .machinesArea .wrap .machinesBox .leftList {
    display: none;
  }
}
.machinesArea .wrap .machinesBox .middleBox {
  width: 36.5%;
}
.machinesArea .wrap .machinesBox .middleBox .machinesImgArea {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.machinesArea .wrap .machinesBox .middleBox .machinesImgArea figure {
  width: 100%;
}
.machinesArea .wrap .machinesBox .middleBox .machinesImgArea figure img {
  width: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1650px) {
  .machinesArea .wrap .machinesBox .middleBox {
    width: 30%;
  }
}
@media (max-width: 1180px) {
  .machinesArea .wrap .machinesBox .middleBox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .machinesArea .wrap .machinesBox .middleBox {
    width: 80%;
  }
}
@media (max-width: 590px) {
  .machinesArea .wrap .machinesBox .middleBox {
    padding: 0 50px;
  }
}
.machinesArea .wrap .machinesBox .rightList {
  width: 31.75%;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem {
  margin-bottom: 50px;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item {
  width: 495px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .Txt {
  width: 470px;
  margin-top: 10px;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .Txt .title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #004098;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .Txt .textEditor {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.25;
  letter-spacing: 0;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .Txt .textEditor li {
  margin-bottom: 5px;
}
@media (max-width: 1560px) {
  .machinesArea .wrap .machinesBox .rightList .machinesItem .item .Txt {
    width: 100%;
  }
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration {
  width: 70px;
  margin: 0 40px;
  position: relative;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink {
  aspect-ratio: 1;
  background-color: #E67E22;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s infinite ease-in-out;
          animation: btnBasic10Ani 1s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
          animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:before, .machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration .btnMedium01:hover .btnLink {
  color: rgba(230, 126, 34, 0.5);
  border-color: #E67E22;
  background-color: #E67E22;
}
@media (max-width: 1560px) {
  .machinesArea .wrap .machinesBox .rightList .machinesItem .item .decoration {
    display: none;
  }
}
@media (max-width: 1600px) {
  .machinesArea .wrap .machinesBox .rightList .machinesItem .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 1560px) {
  .machinesArea .wrap .machinesBox .rightList .machinesItem .item {
    width: 100%;
    padding: 0 50px;
  }
}
@media (min-width: 1201px) {
  .machinesArea .wrap .machinesBox .rightList .machinesItem:hover .item .decoration .btnMedium01 .btnLink {
    background-color: #004098;
  }
  .machinesArea .wrap .machinesBox .rightList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:before {
    background-color: rgba(0, 64, 152, 0.5);
  }
  .machinesArea .wrap .machinesBox .rightList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:after {
    background-color: rgba(0, 64, 152, 0.5);
  }
}
@media (max-width: 1560px) {
  .machinesArea .wrap .machinesBox .rightList .machinesItem {
    padding-left: 0;
  }
}
.machinesArea .wrap .machinesBox .rightList .machinesItem:nth-child(1) .item .decoration .btnMedium01 .btnLink::before {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem:nth-child(2) .item .decoration .btnMedium01 .btnLink::before {
  -webkit-animation-delay: 22s;
          animation-delay: 22s;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem:nth-child(3) .item .decoration .btnMedium01 .btnLink::before {
  -webkit-animation-delay: 23s;
          animation-delay: 23s;
}
.machinesArea .wrap .machinesBox .rightList .machinesItem:first-child {
  margin-bottom: 42px;
}
@media (max-width: 1650px) {
  .machinesArea .wrap .machinesBox .rightList {
    width: 35%;
  }
}
@media (max-width: 1250px) {
  .machinesArea .wrap .machinesBox .rightList {
    width: 33%;
  }
}
@media (max-width: 1180px) {
  .machinesArea .wrap .machinesBox .rightList {
    display: none;
  }
}
.machinesArea .wrap .machinesBox .machinesList {
  display: none;
}
.machinesArea .wrap .machinesBox .machinesList .Txt .title {
  font-size: 20px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #004098;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.machinesArea .wrap .machinesBox .machinesList .Txt .textEditor {
  font-size: 16px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.25;
  letter-spacing: 0;
}
.machinesArea .wrap .machinesBox .machinesList .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.machinesArea .wrap .machinesBox .machinesList .slick-dots li {
  width: 39px;
  height: 3px;
  border-radius: 0;
}
.machinesArea .wrap .machinesBox .machinesList .slick-dots li button:before {
  background-color: white;
  border-radius: 0;
}
.machinesArea .wrap .machinesBox .machinesList .slick-dots li.slick-active button:before {
  background-color: #E67E22;
}
@media (max-width: 768px) {
  .machinesArea .wrap .machinesBox .machinesList .slick-dots li {
    width: 25px;
  }
}
@media (max-width: 768px) {
  .machinesArea .wrap .machinesBox .machinesList .machinesItem {
    padding: 0 50px;
  }
}
@media (max-width: 425px) {
  .machinesArea .wrap .machinesBox .machinesList .machinesItem {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .machinesArea .wrap .machinesBox .machinesList {
    display: block;
    width: 70%;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .machinesArea .wrap .machinesBox .machinesList {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .machinesArea .wrap .machinesBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .machinesArea .wrap .machinesBox {
    margin-top: 30px;
  }
}
.machinesArea .arrowsBox {
  width: 100%;
  position: absolute;
  top: 50%;
  display: none;
}
.machinesArea .arrowsBox .arrowPrev {
  width: 30px;
  left: 30px;
  position: absolute;
}
.machinesArea .arrowsBox .arrowPrev svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .machinesArea .arrowsBox .arrowPrev svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .machinesArea .arrowsBox .arrowPrev {
    width: 20px;
    left: 20px;
  }
}
.machinesArea .arrowsBox .arrowNext {
  width: 30px;
  right: 30px;
  position: absolute;
}
.machinesArea .arrowsBox .arrowNext svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .machinesArea .arrowsBox .arrowNext svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .machinesArea .arrowsBox .arrowNext {
    width: 20px;
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .machinesArea .arrowsBox {
    display: block;
  }
}
@media (max-width: 500px) {
  .machinesArea .arrowsBox {
    top: 49%;
  }
}
@media (max-width: 391px) {
  .machinesArea .arrowsBox {
    top: 45%;
  }
}
@media (max-width: 350px) {
  .machinesArea .arrowsBox {
    top: 48%;
  }
}
@media (max-width: 1180px) {
  .machinesArea {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .machinesArea {
    padding-top: 150px;
  }
}
@media (max-width: 425px) {
  .machinesArea {
    padding-top: 100px;
  }
}

.customizedsArea {
  background: url("../images/customizedBg.png");
  background-size: cover;
  padding: 103px 0 60px;
}
.customizedsArea .wrap .titleBox {
  width: 60%;
  margin: 0 auto;
}
.customizedsArea .wrap .titleBox .title {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 600;
  color: #004098;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .customizedsArea .wrap .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .customizedsArea .wrap .titleBox .title {
    font-size: 25px;
  }
}
.customizedsArea .wrap .titleBox .text {
  width: 80%;
  margin: 0 auto;
  padding-top: 15px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.33;
  letter-spacing: 0;
}
@media (max-width: 425px) {
  .customizedsArea .wrap .titleBox .text {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .customizedsArea .wrap .titleBox {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .customizedsArea .wrap .titleBox {
    width: 100%;
  }
}
.customizedsArea .wrap .customizedBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  position: relative;
  margin-top: 15px;
}
.customizedsArea .wrap .customizedBox .leftList {
  width: 38.75%;
  padding: 87px 0 0 65px;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem {
  margin-bottom: 78px;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item {
  width: 530px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .Txt {
  width: 350px;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .Txt .title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #004098;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .Txt .textEditor {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.25;
  letter-spacing: 0;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .Txt .textEditor li {
  margin-bottom: 5px;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration {
  width: 70px;
  margin: -14px 9px 0 49px;
  position: relative;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink {
  aspect-ratio: 1;
  background-color: #E67E22;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s infinite ease-in-out;
          animation: btnBasic10Ani 1s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
          animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:before, .customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration .btnMedium01:hover .btnLink {
  color: rgba(230, 126, 34, 0.5);
  border-color: #E67E22;
  background-color: #E67E22;
}
@media (max-width: 1560px) {
  .customizedsArea .wrap .customizedBox .leftList .machinesItem .item .decoration {
    display: none;
  }
}
@media (max-width: 1400px) {
  .customizedsArea .wrap .customizedBox .leftList .machinesItem .item {
    width: 100%;
    padding: 0 50px;
  }
}
@media (min-width: 1201px) {
  .customizedsArea .wrap .customizedBox .leftList .machinesItem:hover .item .decoration .btnMedium01 .btnLink {
    background-color: #004098;
  }
  .customizedsArea .wrap .customizedBox .leftList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:before {
    background-color: rgba(0, 64, 152, 0.5);
  }
  .customizedsArea .wrap .customizedBox .leftList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:after {
    background-color: rgba(0, 64, 152, 0.5);
  }
}
@media (max-width: 1400px) {
  .customizedsArea .wrap .customizedBox .leftList {
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .customizedsArea .wrap .customizedBox .leftList {
    display: none;
  }
}
.customizedsArea .wrap .customizedBox .middleBox {
  width: 22.5%;
}
.customizedsArea .wrap .customizedBox .middleBox .customizedImgArea {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customizedsArea .wrap .customizedBox .middleBox .customizedImgArea figure {
  width: 100%;
}
.customizedsArea .wrap .customizedBox .middleBox .customizedImgArea figure img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1180px) {
  .customizedsArea .wrap .customizedBox .middleBox {
    width: 100%;
    max-width: 286px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .customizedsArea .wrap .customizedBox .middleBox {
    width: 50%;
    max-width: 286px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .customizedsArea .wrap .customizedBox .middleBox {
    max-width: 160px;
  }
}
.customizedsArea .wrap .customizedBox .rightList {
  width: 38.75%;
  padding: 87px 0 0 7px;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem {
  margin-bottom: 56px;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item {
  width: 530px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 10px;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .Txt {
  width: 350px;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .Txt .title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #004098;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .Txt .textEditor {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.25;
  letter-spacing: 0;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .Txt .textEditor li {
  margin-bottom: 7px;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .Txt .textEditor li:last-child {
  margin-bottom: 0;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration {
  width: 70px;
  margin: -9px 50px 0 31px;
  position: relative;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink {
  cursor: default;
  aspect-ratio: 1;
  background-color: #E67E22;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s infinite ease-in-out;
          animation: btnBasic10Ani 1s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
          animation: btnBasic10Ani 1s 0.35s infinite ease-in-out;
  background-color: rgba(230, 126, 34, 0.5);
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:before, .customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01 .btnLink .btnText:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration .btnMedium01:hover .btnLink {
  color: rgba(230, 126, 34, 0.5);
  border-color: #E67E22;
  background-color: #E67E22;
}
@media (max-width: 1560px) {
  .customizedsArea .wrap .customizedBox .rightList .machinesItem .item .decoration {
    display: none;
  }
}
@media (max-width: 1600px) {
  .customizedsArea .wrap .customizedBox .rightList .machinesItem .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 1560px) {
  .customizedsArea .wrap .customizedBox .rightList .machinesItem .item {
    padding-left: 100px;
  }
}
@media (max-width: 1400px) {
  .customizedsArea .wrap .customizedBox .rightList .machinesItem .item {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 1300px) {
  .customizedsArea .wrap .customizedBox .rightList .machinesItem .item {
    padding-left: 20px;
  }
}
@media (min-width: 1201px) {
  .customizedsArea .wrap .customizedBox .rightList .machinesItem:hover .item .decoration .btnMedium01 .btnLink {
    background-color: #004098;
  }
  .customizedsArea .wrap .customizedBox .rightList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:before {
    background-color: rgba(0, 64, 152, 0.5);
  }
  .customizedsArea .wrap .customizedBox .rightList .machinesItem:hover .item .decoration .btnMedium01 .btnLink:after {
    background-color: rgba(0, 64, 152, 0.5);
  }
}
@media (max-width: 1180px) {
  .customizedsArea .wrap .customizedBox .rightList {
    display: none;
  }
}
.customizedsArea .wrap .customizedBox .customizedList {
  display: none;
}
.customizedsArea .wrap .customizedBox .customizedList .Txt .title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #004098;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.customizedsArea .wrap .customizedBox .customizedList .Txt .textEditor {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.25;
  letter-spacing: 0;
}
.customizedsArea .wrap .customizedBox .customizedList .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customizedsArea .wrap .customizedBox .customizedList .slick-dots li {
  width: 39px;
  height: 3px;
  border-radius: 0;
}
.customizedsArea .wrap .customizedBox .customizedList .slick-dots li button:before {
  background-color: white;
  border-radius: 0;
}
.customizedsArea .wrap .customizedBox .customizedList .slick-dots li.slick-active button:before {
  background-color: #E67E22;
}
@media (max-width: 768px) {
  .customizedsArea .wrap .customizedBox .customizedList .slick-dots li {
    width: 25px;
  }
}
@media (max-width: 1180px) {
  .customizedsArea .wrap .customizedBox .customizedList {
    display: block;
    width: 70%;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .customizedsArea .wrap .customizedBox .customizedList {
    width: 100%;
  }
}
.customizedsArea .wrap .customizedBox .arrowsBox {
  width: 100%;
  position: absolute;
  top: 25%;
  display: none;
}
.customizedsArea .wrap .customizedBox .arrowsBox .arrowPrev {
  width: 30px;
  left: 0;
  position: absolute;
}
.customizedsArea .wrap .customizedBox .arrowsBox .arrowPrev svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .customizedsArea .wrap .customizedBox .arrowsBox .arrowPrev svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .customizedsArea .wrap .customizedBox .arrowsBox .arrowPrev {
    width: 20px;
  }
}
@media (max-width: 500px) {
  .customizedsArea .wrap .customizedBox .arrowsBox .arrowPrev {
    left: 0;
  }
}
.customizedsArea .wrap .customizedBox .arrowsBox .arrowNext {
  width: 30px;
  right: 0;
  position: absolute;
}
.customizedsArea .wrap .customizedBox .arrowsBox .arrowNext svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .customizedsArea .wrap .customizedBox .arrowsBox .arrowNext svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .customizedsArea .wrap .customizedBox .arrowsBox .arrowNext {
    width: 20px;
  }
}
@media (max-width: 500px) {
  .customizedsArea .wrap .customizedBox .arrowsBox .arrowNext {
    right: 0;
  }
}
@media (max-width: 1180px) {
  .customizedsArea .wrap .customizedBox .arrowsBox {
    display: block;
  }
}
@media (max-width: 500px) {
  .customizedsArea .wrap .customizedBox .arrowsBox {
    top: 20%;
  }
}
@media (max-width: 425px) {
  .customizedsArea .wrap .customizedBox .arrowsBox {
    top: 15%;
  }
}
@media (max-width: 350px) {
  .customizedsArea .wrap .customizedBox .arrowsBox {
    top: 10%;
  }
}
@media (max-width: 1400px) {
  .customizedsArea .wrap .customizedBox {
    padding-bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .customizedsArea .wrap .customizedBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
.customizedsArea .textEditor ul:not(.df) {
  padding-left: 17px;
}
@media (max-width: 1180px) {
  .customizedsArea {
    padding: 70px 0 50px;
  }
}
@media (max-width: 1024px) {
  .customizedsArea {
    padding: 50px 0;
  }
}

.applicationArea .wrap {
  max-width: 1400px;
  padding: 87px 0 0 7px;
  position: relative;
}
.applicationArea .wrap .titleBox {
  margin-bottom: 7px;
}
.applicationArea .wrap .titleBox .title {
  width: 60%;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  color: #004098;
  line-height: 1.025;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .applicationArea .wrap .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .applicationArea .wrap .titleBox .title {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .applicationArea .wrap .titleBox .title {
    font-size: 25px;
  }
}
@media (max-width: 1440px) {
  .applicationArea .wrap .titleBox {
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .applicationArea .wrap .titleBox {
    margin: 0 20px;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.applicationArea .wrap .btnBox {
  width: 238px;
  height: 58px;
  margin: 13px 0 0 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 80px;
}
@media (max-width: 1440px) {
  .applicationArea .wrap .btnBox {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .applicationArea .wrap .btnBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    right: 0;
    left: 20px;
    top: 0;
  }
}
.applicationArea .wrap .btnBox.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #004098;
  cursor: pointer;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 1201px) {
  .applicationArea .wrap .btnBox.button:hover {
    color: rgba(0, 0, 0, 0.1);
  }
  .applicationArea .wrap .btnBox.button:hover .button_sl {
    width: calc(100% + 15px);
  }
}
.applicationArea .wrap .btnBox .button_lg {
  width: 230px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  background-color: #004098;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
}
.applicationArea .wrap .btnBox .button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #E67E22;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.applicationArea .wrap .btnBox .button_text {
  position: relative;
}
.applicationArea .wrap .applicationBox {
  position: relative;
  margin: -82px 0 0 0;
}
.applicationArea .wrap .applicationBox .applicationList .item {
  position: relative;
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt {
  position: relative;
  padding-top: 90px;
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt .title {
  margin-bottom: 6px;
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt .title a {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  line-height: 1.22;
  letter-spacing: 0;
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt .textEditor {
  width: 75%;
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt .textEditor p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #424141;
  line-height: 1.22;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .applicationArea .wrap .applicationBox .applicationList .item .Txt .textEditor {
    width: 100%;
  }
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt .btnBox {
  position: absolute;
  right: 0;
  top: 0;
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt .btnBox .btn {
  width: 230px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.22;
  letter-spacing: 0;
}
.applicationArea .wrap .applicationBox .applicationList .item .Txt .btnBox .btn.colorMain {
  color: white;
  background-color: #004098;
}
@media (max-width: 768px) {
  .applicationArea .wrap .applicationBox .applicationList .item .Txt .btnBox {
    display: none;
  }
}
@media (max-width: 425px) {
  .applicationArea .wrap .applicationBox .applicationList .item .Txt {
    padding-top: 110px;
  }
}
@media (max-width: 1440px) {
  .applicationArea .wrap .applicationBox .applicationList {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .applicationArea .wrap .applicationBox .applicationList {
    padding: 0 20px;
  }
}
.applicationArea .wrap .applicationBox .controlBox {
  width: 142px;
  position: absolute;
  right: 14px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applicationArea .wrap .applicationBox .controlBox .slick-arrow {
  background-color: transparent !important;
  position: relative;
  margin: 16px 5px;
}
.applicationArea .wrap .applicationBox .controlBox .arrowPrev:before {
  width: 18px;
  height: 18px;
  border: none;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .applicationArea .wrap .applicationBox .controlBox .arrowPrev:hover:before {
    border-right: 1px solid #004098;
    border-bottom: 1px solid #004098;
  }
}
.applicationArea .wrap .applicationBox .controlBox .pagingInfo span {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #424141;
  line-height: 1.22;
  letter-spacing: 0;
}
.applicationArea .wrap .applicationBox .controlBox .pagingInfo span.num {
  padding: 0 5px;
}
.applicationArea .wrap .applicationBox .controlBox .pagingInfo span.num:last-child {
  color: #d3d3d3;
}
.applicationArea .wrap .applicationBox .controlBox .pagingInfo span.slash {
  color: #d3d3d3;
}
.applicationArea .wrap .applicationBox .controlBox .arrowNext:before {
  width: 18px;
  height: 18px;
  border: none;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .applicationArea .wrap .applicationBox .controlBox .arrowNext:hover:before {
    border-right: 1px solid #004098;
    border-bottom: 1px solid #004098;
  }
}
@media (max-width: 1440px) {
  .applicationArea .wrap .applicationBox .controlBox {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .applicationArea .wrap .applicationBox .controlBox {
    bottom: -70px;
    right: 20px;
    display: none;
  }
}
.applicationArea .wrap .applicationBox .slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .applicationArea .wrap .applicationBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1180px) {
  .applicationArea .wrap {
    padding: 70px 0 50px;
  }
}
@media (max-width: 1024px) {
  .applicationArea .wrap {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .applicationArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.applicationImgArea {
  margin-top: 120px;
  /* the parent */
}
.applicationImgArea .applicationImgList {
  overflow: hidden;
}
.applicationImgArea .applicationImgList .applicationImgItem .item {
  position: relative;
}
.applicationImgArea .applicationImgList .applicationImgItem .item .Img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.applicationImgArea .applicationImgList .applicationImgItem .item .Txt {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 34px 26px;
  z-index: 2;
}
.applicationImgArea .applicationImgList .applicationImgItem .item .Txt .title {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 1.21;
  letter-spacing: 0;
}
.applicationImgArea .applicationImgList .applicationImgItem .item .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.58)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.58));
}
@media (max-width: 768px) {
  .applicationImgArea .applicationImgList .applicationImgItem .item {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .applicationImgArea .applicationImgList .applicationImgItem .item {
    width: 70%;
  }
}
@media (min-width: 1201px) {
  .applicationImgArea .applicationImgList .applicationImgItem:hover .item .mark {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(rgb(0, 64, 152)));
    background: linear-gradient(to bottom, transparent 0%, transparent, rgb(0, 64, 152));
  }
}
.applicationImgArea .applicationImgList .slick-current .applicationImgItem .item .mark {
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(rgb(0, 64, 152)));
  background: linear-gradient(to bottom, transparent 0%, transparent, rgb(0, 64, 152));
}
.applicationImgArea .arrowBox {
  width: 100%;
  height: 50px;
  display: inline-block;
  top: 30%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  display: none;
}
.applicationImgArea .arrowBox .arrowPrev {
  position: absolute;
  left: 20px;
  pointer-events: auto;
}
.applicationImgArea .arrowBox .arrowPrev svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .applicationImgArea .arrowBox .arrowPrev svg {
    width: 20px;
  }
}
@media (max-width: 375px) {
  .applicationImgArea .arrowBox .arrowPrev {
    left: 20px;
  }
}
.applicationImgArea .arrowBox .arrowNext {
  position: absolute;
  right: 20px;
  pointer-events: auto;
}
.applicationImgArea .arrowBox .arrowNext svg {
  width: 30px;
  fill: #004098;
}
@media (max-width: 768px) {
  .applicationImgArea .arrowBox .arrowNext svg {
    width: 20px;
  }
}
@media (max-width: 375px) {
  .applicationImgArea .arrowBox .arrowNext {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .applicationImgArea .arrowBox {
    display: block;
  }
}
.applicationImgArea .slick-slide {
  margin: 0 2.5px;
}
.applicationImgArea .slick-list {
  margin: 0 -2.5px;
}
.applicationImgArea .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .applicationImgArea .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .applicationImgArea {
    margin-top: 0;
  }
}

.knowledgeArea {
  padding: 108px 0 90px;
  background: url("../images/knowledgeBg.png") no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.knowledgeArea .knowledgeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.knowledgeArea .knowledgeBox .fixTopList {
  width: 44%;
  margin-left: 58px;
}
@media (max-width: 1440px) {
  .knowledgeArea .knowledgeBox .fixTopList {
    width: 50%;
    margin-left: 30px;
  }
}
@media (max-width: 1180px) {
  .knowledgeArea .knowledgeBox .fixTopList {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .knowledgeArea .knowledgeBox .fixTopList {
    margin-left: 0;
  }
}
.knowledgeArea .knowledgeBox .knowledgeList {
  width: 44.5%;
}
@media (max-width: 1180px) {
  .knowledgeArea .knowledgeBox .knowledgeList {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .knowledgeArea .knowledgeBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .knowledgeArea .knowledgeBox .fixTopList {
    width: 100%;
  }
  .knowledgeArea .knowledgeBox .knowledgeList {
    width: 100%;
  }
}
.knowledgeArea .titleBox {
  margin-bottom: 10px;
}
.knowledgeArea .titleBox .title {
  text-transform: uppercase;
}
.knowledgeArea .fixTopList .item .Img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.knowledgeArea .fixTopList .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}
.knowledgeArea .fixTopList .item .Txt .newsInfoBox .dateBox span {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 1.46;
  letter-spacing: 0.2px;
}
.knowledgeArea .fixTopList .item .Txt .newsInfoBox .dateBox .date {
  margin-top: 10px;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  line-height: 1.25;
  letter-spacing: 0.2px;
  position: relative;
}
.knowledgeArea .fixTopList .item .Txt .newsInfoBox .dateBox .date:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  bottom: 15px;
  right: -15px;
}
@media (max-width: 375px) {
  .knowledgeArea .fixTopList .item .Txt .newsInfoBox .dateBox .date {
    font-size: 25px;
  }
}
.knowledgeArea .fixTopList .item .Txt .newsInfoBox .dateBox .month {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  line-height: 1.25;
  letter-spacing: 0.2px;
}
@media (max-width: 375px) {
  .knowledgeArea .fixTopList .item .Txt .newsInfoBox .dateBox .month {
    font-size: 25px;
  }
}
.knowledgeArea .fixTopList .item .Txt .textBox {
  padding-left: 35px;
}
.knowledgeArea .fixTopList .item .Txt .textBox .decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.knowledgeArea .fixTopList .item .Txt .textBox .decoration hr {
  width: calc(100% - 137px);
  margin: 10px 0;
  border: none;
  position: relative;
}
.knowledgeArea .fixTopList .item .Txt .textBox .decoration hr:before {
  position: relative;
  content: "";
  top: 0.4px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 1px;
  display: block;
}
.knowledgeArea .fixTopList .item .Txt .textBox .decoration hr:after {
  position: relative;
  content: "";
  top: 0;
  left: 0;
  background-color: #004098;
  height: 1px;
  width: 15%;
  display: block;
}
.knowledgeArea .fixTopList .item .Txt .textBox .decoration .classTitle {
  height: 20px;
  padding: 0 21px;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
  color: #004098;
  text-align: center;
}
.knowledgeArea .fixTopList .item .Txt .textBox .info {
  margin-top: 16px;
}
.knowledgeArea .fixTopList .item .Txt .textBox .info h3 {
  height: 30px;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  line-height: 1.22;
  letter-spacing: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .knowledgeArea .fixTopList .item .Txt .textBox .info h3:hover {
    color: #004098;
  }
}
.knowledgeArea .fixTopList .item .Txt .textBox .info .introduction {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #424141;
  line-height: 1.1875;
  letter-spacing: 0;
  text-transform: capitalize;
  height: 60px;
}
@media (max-width: 428px) {
  .knowledgeArea .fixTopList .item .Txt .textBox {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .knowledgeArea .fixTopList {
    margin-bottom: 50px;
  }
}
.knowledgeArea .knowledgeList {
  margin-top: 30px;
  margin-left: 60px;
  border-top: 1px solid #d9d9d9;
}
.knowledgeArea .knowledgeList .knowledgeItem {
  border-bottom: 1px solid #d9d9d9;
}
.knowledgeArea .knowledgeList .knowledgeItem .item {
  padding: 23px 0;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .topBox {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .topBox .classTitle {
  padding: 0 21px;
  border-left: 1px solid #004098;
  border-right: 1px solid #004098;
  color: #004098;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #004098;
  line-height: 1.36;
  letter-spacing: 0.2px;
  margin-right: 20px;
}
@media (max-width: 425px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .topBox .classTitle {
    text-align: left;
  }
}
.knowledgeArea .knowledgeList .knowledgeItem .item .topBox .newsInfoBox .dateBox .date {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #5A5A5A;
  line-height: 1.21;
  letter-spacing: 0;
}
@media (max-width: 425px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .topBox .newsInfoBox {
    margin: 10px 0;
  }
}
@media (max-width: 425px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .topBox {
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox {
  width: calc(100% - 130px);
  margin-right: 10px;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox .title {
  height: 30px;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox .title a {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  line-height: 1.22;
  letter-spacing: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox .title a:hover {
    color: #004098;
  }
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox .title h3 {
  height: 30px;
  overflow: hidden;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox .introduction {
  height: 60px;
  overflow: hidden;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #424141;
  line-height: 1.22;
  letter-spacing: 0.2px;
}
@media (max-width: 1400px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox .introduction {
    height: 60px;
  }
}
@media (max-width: 976px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox .introduction {
    height: 40px;
  }
}
@media (max-width: 830px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox {
    width: calc(100% - 80px);
  }
}
@media (max-width: 425px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .textBox {
    width: calc(100% - 100px);
  }
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn {
  min-width: 100%;
  height: 80px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn.bgMain {
  background-color: transparent;
  border: none;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn svg {
  width: 18px;
  height: 12px;
  fill: #004098;
  color: #004098;
  z-index: 10;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn:before {
  width: 79px;
  height: 79px;
  background-color: rgba(230, 126, 34, 0.2);
  border-radius: 50%;
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn.animation:after {
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
  top: 16px;
  left: 16px;
}
@media (min-width: 1201px) {
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn:hover {
    width: 48px;
    border-radius: 50%;
  }
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn:hover svg {
    fill: #fff;
    color: #fff;
  }
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn:hover:before {
    opacity: 1;
  }
  .knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox .btn:hover.animation:after {
    height: 48px;
    left: 16px;
    right: auto;
    background: #E67E22;
  }
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox.hover .btn {
  width: 48px;
  border-radius: 50%;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox.hover .btn svg {
  fill: #fff;
  color: #fff;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox.hover .btn:before {
  opacity: 1;
}
.knowledgeArea .knowledgeList .knowledgeItem .item .bottomBox .btnBox.hover .btn.animation:after {
  height: 48px;
  left: 16px;
  right: auto;
  background: #E67E22;
}
@media (max-width: 1440px) {
  .knowledgeArea .knowledgeList {
    margin: 20px 45px 0;
  }
}
@media (max-width: 1250px) {
  .knowledgeArea .knowledgeList {
    margin: 20px 30px 0;
  }
}
@media (max-width: 768px) {
  .knowledgeArea .knowledgeList {
    margin: 0;
  }
}
.knowledgeArea .progress {
  display: block;
  width: 500px;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: -15%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 285px;
  background-color: #E9E9E9;
  background-image: -webkit-gradient(linear, left top, right top, from(#939393));
  background-image: linear-gradient(to right, #939393);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
@media (max-width: 1540px) {
  .knowledgeArea .progress {
    right: -17%;
  }
}
@media (max-width: 1470px) {
  .knowledgeArea .progress {
    right: -19%;
  }
}
@media (max-width: 1440px) {
  .knowledgeArea .progress {
    top: 275px;
  }
}
@media (max-width: 1340px) {
  .knowledgeArea .progress {
    width: 480px;
    right: -20%;
    top: 270px;
  }
}
@media (max-width: 1250px) {
  .knowledgeArea .progress {
    right: -22%;
  }
}
@media (max-width: 1040px) {
  .knowledgeArea .progress {
    right: -24%;
  }
}
@media (max-width: 976px) {
  .knowledgeArea .progress {
    width: 430px;
    top: 250px;
    right: -24%;
  }
}
@media (max-width: 830px) {
  .knowledgeArea .progress {
    right: -28%;
  }
}
@media (max-width: 768px) {
  .knowledgeArea .progress {
    display: none;
  }
}
.knowledgeArea .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 768px) {
  .knowledgeArea .sr-only {
    display: none;
  }
}
@media (max-width: 1180px) {
  .knowledgeArea {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .knowledgeArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .knowledgeArea {
    background-attachment: auto;
  }
}