﻿img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.image {
  position: relative;
}
.image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 0;
}
@media (max-width: 898.98px) {
  .w1300 {
    width: 100%;
    padding: 0;
  }
  .container {
    padding: 0 30px;
  }
  .container .row {
    margin: 0 -10px;
  }
  .image {
    padding: 0;
  }
  .image img {
    position: static;
    left: 0;
    top: 0;
    max-width: 100%;
  }
}
.about1 {
  padding: 60px 0;
}
.about1 h2 {
  font-size: 30px;
  color: #162b58;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.about1 h1{
  padding-top: 0.3rem;
  font-family: Gilroy;
  font-size: 16px;
  color: #111;
  font-weight: normal;
}
.about1 p {
  /*text-align: center;*/
  padding: 30px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.about1 img {
  display: block;
  max-width: 100%;
}
.about1 .img img {
  width: 25%;
  float: left;
}
@media (max-width: 898.98px) {
  .about1 {
    padding: 1rem 0;
  }
  .about1 .info {
    padding: 0.5rem 0;
  }
  .about1 h2 {
    font-size: .9rem !important;
  }
  .about1 h1 {
    font-size: 0.7rem !important;
    line-height: 1;
  }
  .about1 p {
    padding: 1rem 0;
    font-size: 0.55rem !important;
  }
  .about1 .img img {
    width: 50%;
    float: left;
  }
}
.about2 {
  letter-spacing: 2px;
  position: relative;
}
.about2 .row {
  margin: 0;
}
.about2 .info {
  padding: 0 0 80px;
  text-align: center;
}
.about2 .info img {
  width: 100%;
}
.about2 .info h1 {
  font-size: 22px;
  padding: 80px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #162b58;
  line-height: 3;
}
.about2 .info h2 {
  font-size: 18px;
  padding-bottom: 15px;
  color: #162b58;
}
.about2 .info p {
  font-size: 16px;
}
@media (max-width: 898.98px) {
  .about2 {
    padding-bottom: 1rem;
  }
  .about2 .info {
    padding: 0.5rem 2.5%;
  }
  .about2 .info h1 {
    font-size: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1rem 0 0;
  }
  .about2 .info h2 {
    font-size: 0.5rem;
    margin: 0;
    padding: 0 0 0.5rem;
  }
  .about2 .info p {
    font-size: 0.5rem;
  }
  .about2 img {
    width: 100%;
  }
}
.about3 {
  background: url(../images/abg.jpg) no-repeat center top;
  padding: 80px 0;
}
.about3 .pl,
.about3 .pr {
  position: relative;
  background:url(../images/abbj.jpg) right top #FFFFFF;
}
.about3 .pl img,
.about3 .pr img {
  display: block;
}
.about3 .pr {
  text-align: right;
}
.about3 .pl .info {
  right: 50px;
}
.about3 .info {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    text-align: left;

}
.about3 .info h1 {
  color: #111;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  
}
.about3 .info h2 {
  color: #164a95;
  font-size: 30px;
  line-height: 1.5;
}
    .about3 .info .p {
/*        padding: 10px 0;*/
        color: #111;
        font-size: 14px;
        line-height: 1.5;
        font-family: "Times New Roman";
    }
        .about3 .info .p span {
            font-style: italic;
        }
.about3 .w {
  position: relative;
}
.about3 .w .swiper-button-prev,
.about3 .w .swiper-button-next {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  background: #e5e5e5;
  border-radius: 50%;
  margin: 0;
  color: #fff;
  color: #000;
}
.about3 .w .swiper-button-prev:after,
.about3 .w .swiper-button-next:after {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  margin-top: -4px;
  content: "→";
}
.about3 .w .swiper-button-prev:hover,
.about3 .w .swiper-button-next:hover {
  color: #fff;
  background: #e48011;
}
.about3 .w .swiper-button-next {
  right: 0;
}
.about3 .w .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.about3 .mySwiper {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  padding-bottom: 80px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.about3 .mySwiper .swiper-slide-thumb-active {
  background: #e48011;
}
@media (max-width: 898.98px) {
  .about3 {
    padding: 1rem 0;
  }
  .about3 .pl,
  .about3 .pr {
    position: relative;
    background: #fff;
  }
  .about3 .pl img,
  .about3 .pr img {
    width: 100% !important;
    opacity:1;
  }
  .about3 .pr {
    text-align: right;
  }
  .about3 .pl .info {
    right: 0;
  }
  .about3 .info {
    width: 100%;
    text-align: left;
    padding: 10px;
  position: relative;
  top: 50%;
  transform: initial;
  text-align: left;
  height: 60vw;
  }
  .about3 .info h1 {
    color: #111;
    font-size: 0.5rem;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .about3 .info h2 {
    color: #164a95;
    font-size: 0.7rem;
    line-height: 1;
  }
  .about3 .info .p {
    padding: 20px 0;
    color: #111;
    font-size: 0.5rem;
    line-height: 1.5;
  }
  .about3 .w {
    position: relative;
  }
  .about3 .w .swiper-button-prev,
  .about3 .w .swiper-button-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    border-radius: 50%;
    margin: 0;
    color: #fff;
    color: #000;
  }
  .about3 .w .swiper-button-prev:after,
  .about3 .w .swiper-button-next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin-top: -2px;
    content: "→";
  }
  .about3 .w .swiper-button-next {
    right: 0;
  }
  .about3 .w .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
  }
  .about3 .mySwiper {
    width: 75%;
    font-size: 0.6rem;
    padding-bottom: 1rem;
    line-height: 2;
  }
}