/*Add font ================================*/
/* --------------------------------------*/
.full.about {
  padding-bottom: 30px;
}

.about_detail {
  min-height: 680px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .about_detail {
    background-size: 100% 100%;
  }
}
.about_detail .title {
  font-size: 34px;
  color: #097098;
  padding: 70px 0 25px;
  text-align: center;
}
.about_detail .content {
  text-align: center;
  margin: auto;
  font-size: 16px;
}
.about_video {
  min-height: 585px;
  display: flex;
  text-align: center;
  margin-top: 2rem;
  padding: 0 10px;
  justify-content: center;
}
@media (min-width: 992px) {
  .about_video {
    background-size: 100% 100%;
  }
}
.about_video iframe {
  border: 0;
  margin-bottom: 2rem;
  height: 400px;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .about_video {
    padding: 10px;
    flex-wrap: wrap;
  }
  .about_video iframe {
    height: 300px;
  }
}

.about_field {
  min-height: 620px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .about_field {
    background-size: 100% 100%;
  }
}
.about_field .container {
  display: flex;
  flex-wrap: wrap;
}
.about_field .col-left {
  display: flex;
  align-items: center;
  background: url("../../../../resources/images/bgField.png") no-repeat;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  margin: auto;
  flex: 0 0 100%;
  min-height: 380px;
  padding: 0 25px;
}
@media (min-width: 401px) {
  .about_field .col-left {
    padding: 0 45px;
    min-height: 452px;
  }
}
@media (min-width: 601px) {
  .about_field .col-left {
    flex: 0 0 412px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .about_field .col-left {
    background-size: contain;
  }
}
.about_field .col-left:before {
  content: "";
  background: #097098;
  height: 1px;
  width: 100px;
  position: absolute;
  left: 95%;
  top: calc(50% - 1px);
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .about_field .col-left:before {
    display: block;
  }
}
.about_field .col-left > div {
  flex: 0 0 100%;
}
.about_field .col-left .website {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}
.about_field .col-left .text {
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}
.about_field .col-left .note {
  color: #ffffff;
  font-size: 16px;
}
.about_field .col-right {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 992px) {
  .about_field .col-right {
    flex: 0 0 calc(100% - 412px);
  }
}
.about_field .col-right:after {
  content: "";
  background: #097098;
  height: 249px;
  width: 1px;
  position: absolute;
  top: 22.5%;
  z-index: -1;
  display: none;
}
@media (min-width: 601px) {
  .about_field .col-right:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .about_field .col-right:after {
    right: 94%;
  }
}
@media (min-width: 1200px) {
  .about_field .col-right:after {
    right: 93.3%;
  }
}
@media (max-width: 823px) {
  .about_field .col-right:after {
    top: 11.5%;
    left: 18px;
  }
}
.about_field .col-right .list_arr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .about_field .col-right .list_arr {
    padding-bottom: 0;
    justify-content: flex-end;
  }
}
.about_field .col-right .list_arr .item {
  border: 2px solid #00bff9;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 600;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 84px;
  position: relative;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .about_field .col-right .list_arr .item {
    margin-left: 40px;
    margin-bottom: 40px;
    flex: 0 0 calc(46% - 40px);
  }
  .about_field .col-right .list_arr .item:nth-last-child(1), .about_field .col-right .list_arr .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.about_field .col-right .list_arr .item span {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #097098;
  border: 5px solid #fff;
  left: -12.5px;
}
.about_field .col-right .list_arr .item span:before {
  content: "";
  background: #097098;
  height: 1px;
  width: 45px;
  position: absolute;
  right: 100%;
  top: 45%;
  z-index: -1;
  display: none;
}
@media (min-width: 601px) {
  .about_field .col-right .list_arr .item span:before {
    display: block;
  }
}

.about_service {
  min-height: 620px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .about_service {
    background-size: 100% 100%;
  }
}
@media (max-width: 600px) {
  .about_service {
    padding: 20px 0;
  }
}
.about_service .container {
  max-width: 1070px;
  margin: auto;
}
.about_service .website {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 20px;
}
.about_service .text {
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 16px;
}
.about_service .list_arr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .about_service .list_arr {
    flex-wrap: wrap;
  }
}
.about_service .list_arr .item {
  padding: 20px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  flex: 0 0 100%;
  margin-bottom: 30px;
}
@media (min-width: 601px) {
  .about_service .list_arr .item {
    flex: 0 0 calc(100% / 3 - 30px);
    margin-bottom: 0;
  }
}
.about_service .list_arr .item span {
  width: 65px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 10px;
  font-size: 29px;
  font-weight: 300;
  background: #00b1e6;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}
.about_service .list_arr .item span:after {
  position: absolute;
  left: 100%;
  content: "";
  top: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #00b1e6;
  border-bottom: 40px solid transparent;
}
.about_service .list_arr .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #097098;
  text-transform: uppercase;
  padding-left: 60px;
  margin-bottom: 10px;
}
.about_service .list_arr .item .short {
  text-align: center;
  color: #909090;
}

.about_last {
  padding: 75px 0;
  border-bottom: 1px solid #f4f3f3;
}
.about_last .content {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .about_last .content {
    flex: 0 0 49%;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .about_last .img {
    flex: 0 0 51%;
  }
}
.about_last h3 {
  font-weight: bold;
  font-size: 24px;
  color: #108ebf;
  margin-bottom: 30px;
  position: relative;
  padding-left: 10px;
}
.about_last h3:after {
  content: "";
  background: #108ebf;
  position: absolute;
  height: 80%;
  width: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about_last img {
  max-width: 100%;
  height: auto;
}