/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.about-cover {
  height: 254px;
  background-image: url(../img/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-cover .card {
  width: 672px;
  height: 237px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.about-cover .card h2 {
  color: #2a2f37;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 36px;
  margin-top: 30px;
  line-height: 36px;
}
.about-cover .card p {
  margin: 16px 70px 30px 70px;
  width: 530px;
  color: #2a2f37;
  font-size: 18px;
  line-height: 1.5;
}

.about-cover .card .shield {
  display: inline-block;
  background-image: url(../img/icon/shield.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 27px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
}
.about-title {
  color: #2a2f37;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 36px;
  margin-top: 0px;
  line-height: 36px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-title .bullseye {
  display: inline-block;
  background-image: url(../img/icon/bullseye.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
}
.about-flow {
  width: 684px;
  height: auto;
}
.about-service {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}

.about-detai {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 105px;
}

.about-info {
  width: 50%;
  color: #2a2f37;
}
.about-info-right {
  margin-top: 50px;
}

.about-info .about-info-title {
  width: 120px;
  height: 35px;
  font-size: 24px;
  margin: 0px 0px 12px 0px;
}

.about-info .about-info-description {
  width: 434px;
  height: 162px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 94px;
}

.about-info .about-gallery-list {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  list-style-type: none;
  padding: 0px;
  width: 434px;
}

.about-info .about-gallery-list li {
  margin-right: 12px;
  width: 120px;
  height: 76px;
}

.about-info .about-gallery-item {
  -webkit-clip-path: polygon(0% 20%, 20% 0%, 100% 0%, 100% 100%, -0% 100%);
  clip-path: polygon(0% 16%, 12% 0%, 100% 0%, 100% 100%, -0% 100%);
  width: 120px;
  height: 76px;
  margin-right: 20px;
}
.about-info .about-gallery-item img {
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: right top;
  object-position: right top;
  opacity: 0.6;
}
.about-info .about-gallery-item img.active {
  opacity: 1;
}

.about-img {
  width: 496px;
  height: 330px;
  margin-bottom: 30px;
  -webkit-clip-path: polygon(0% 20%, 20% 0%, 100% 0%, 100% 100%, -0% 100%);
  clip-path: polygon(0% 16%, 12% 0%, 100% 0%, 100% 100%, -0% 100%);
}

.about-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: right top;
  object-position: right top;
}
