.do_about {
  min-height: 360px;
  padding: 25px 0px;
}
@media (min-width: 601px) {
  .do_about {
    padding: 45px 0px;
  }
}
@media (min-width: 1200px) {
  .do_about {
    padding: 85px 0px;
  }
}
@media (min-width: 1200px) {
  .do_about .container > .content {
    float: left;
    padding-right: 70px;
    width: calc(100% - 660px);
  }
}
.do_about .container > .content > .title {
  margin-bottom: 15px;
  position: relative;
  font-weight: 300;
}
.do_about .container > .content > .title:before {
  content: "";
  background: #108ebf;
  width: 75px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: -95px;
  top: 5px;
}
.do_about .container > .content .title {
  font-size: 34px;
  color: #108ebf;
}
.do_about .container > .content .title .website {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #a0a0a0;
}
.do_about .container > .content .short {
  font-size: 15px;
  color: #4e4e4e;
}
@media (min-width: 601px) {
  .do_about .container > .slider {
    width: 95%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .do_about .container > .slider {
    display: inline-block;
    width: 660px;
    float: right;
  }
}
.do_about .container > .slider .item {
  min-height: 130px;
  text-align: center;
  padding: 15px 0px;
}
.do_about .container > .slider .item .bd {
  border-radius: 30px;
  box-shadow: 1px 1px 10px 7px #f4f4f4;
  min-height: 130px;
  display: inline-block;
  padding: 10px 20px;
}
@media (min-width: 401px) {
  .do_about .container > .slider .item .bd {
    width: 190px;
  }
}
.do_about .container > .slider .item .bd .title {
  font-size: 30px;
  color: #108ebf;
}
@media (min-width: 401px) {
  .do_about .container > .slider .item .bd .title {
    font-size: 40px;
  }
}
.do_about .container > .slider .item .bd .text {
  font-size: 16px;
  color: #111111;
}
.do_about .container > .slider .owl-controls .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
.do_about .container > .slider .owl-controls .owl-nav .owl-prev {
  color: #888;
  right: auto;
  font-size: 40px;
  position: absolute;
  left: -10px;
}
@media (min-width: 601px) {
  .do_about .container > .slider .owl-controls .owl-nav .owl-prev {
    left: -20px;
  }
}
.do_about .container > .slider .owl-controls .owl-nav .owl-next {
  color: #888;
  left: auto;
  font-size: 40px;
  position: absolute;
  right: -10px;
}
@media (min-width: 601px) {
  .do_about .container > .slider .owl-controls .owl-nav .owl-next {
    right: -20px;
  }
}

.field_operations {
  background: #097098;
}
.field_operations .box_first {
  position: relative;
  min-height: 505px;
}
@media (min-width: 992px) {
  .field_operations .box_first {
    min-height: 230px;
  }
}
.field_operations .container {
  padding: 70px 0px;
  min-height: 300px;
}
.field_operations .container > .title {
  margin-bottom: 30px;
  padding-left: 15px;
}
@media (min-width: 601px) {
  .field_operations .container > .title {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .field_operations .container > .title {
    padding-left: 70px;
  }
}
.field_operations .container > .title .website {
  font-weight: 300;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
}
.field_operations .container > .title .text {
  font-size: 34px;
  color: #fff;
}
.field_operations .container > .title .note {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.field_operations .container > .content {
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 15px 15px 20px;
}
@media (min-width: 601px) {
  .field_operations .container > .content {
    padding: 40px 30px 50px;
  }
}
@media (min-width: 1200px) {
  .field_operations .container > .content {
    padding: 40px 50px 50px;
  }
}
.field_operations .container > .content .post_first {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.field_operations .container > .content .post_first .info {
  visibility: hidden;
  opacity: 0;
  transition: all 0.75s ease-out;
  filter: blur(10px);
  transform: scale(1.25);
  float: left;
  text-align: justify;
  width: 100%;
}
@media (min-width: 601px) {
  .field_operations .container > .content .post_first .info {
    padding-right: 20px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .field_operations .container > .content .post_first .info {
    padding-right: 25px;
    width: 460px;
  }
}
.field_operations .container > .content .post_first .info .title {
  font-size: 28px;
  margin-bottom: 25px;
}
.field_operations .container > .content .post_first .info .title a {
  color: #108ebf;
  font-weight: 600;
  line-height: 34px;
}
.field_operations .container > .content .post_first .info .short {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 300;
}
.field_operations .container > .content .post_first .info .detail {
  font-size: 16px;
  color: #108ebf;
  border: 1px #108ebf solid;
  display: inline-block;
  border-radius: 25px;
  padding: 6px 24px;
  margin-top: 20px;
}
.field_operations .container > .content .post_first .info .detail:hover {
  background: #108ebf;
  color: #fff;
}
.field_operations .container > .content .post_first .picture {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
  filter: blur(10px);
  transform: scale(0.75);
  text-align: right;
  display: inline-block;
  border-top-left-radius: 30px;
  width: 100%;
}
@media (min-width: 601px) {
  .field_operations .container > .content .post_first .picture {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .field_operations .container > .content .post_first .picture {
    margin-top: -175px;
    width: calc(100% - 460px);
  }
}
.field_operations .container > .content .post_first .picture img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 8px #ffffff12 solid;
}
@media (max-width: 1024px) {
  .field_operations .container > .content .post_first .picture img {
    max-width: 100%;
    height: auto;
  }
}
.field_operations .container > .content .post_first.active {
  opacity: 1;
  visibility: inherit;
}
.field_operations .container > .content .post_first.active .info {
  visibility: inherit;
  opacity: 1;
  filter: none;
  transform: none;
  transition: all 0.75s ease-out;
}
.field_operations .container > .content .post_first.active .picture {
  visibility: inherit;
  opacity: 1;
  transform: none;
  filter: none;
  transition: 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
}
.field_operations .container > .content .box_post {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px #dbdbdb solid;
  margin-top: 45px;
  padding-top: 45px;
  justify-content: space-between;
}
.field_operations .container > .content .box_post .post {
  flex: 0 0 calc(100% / 2 - 10px);
  max-width: calc(100% / 2 - 10px);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .field_operations .container > .content .box_post .post {
    margin-bottom: 0;
    flex: 0 0 calc(100% / 6 - 10px);
    max-width: calc(100% / 6 - 10px);
  }
}
.field_operations .container > .content .box_post .picture img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 100%;
}
.field_operations .container > .content .box_post .picture img:hover {
  opacity: 0.8;
}
.field_operations .container .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.field_operations .container .owl-controls i {
  font-size: 30px;
  color: #097098;
}
.field_operations .container .owl-controls .owl-prev {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 10px 2px #dedede;
  left: -15px;
}
@media (min-width: 601px) {
  .field_operations .container .owl-controls .owl-prev {
    left: -25px;
  }
}
.field_operations .container .owl-controls .owl-next {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  left: auto;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 10px 2px #dedede;
  right: -15px;
}
@media (min-width: 601px) {
  .field_operations .container .owl-controls .owl-next {
    right: -25px;
  }
}

.project {
  background: #108ebf;
  padding: 55px 0px;
}
.project .project_top {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .project .project_top {
    flex-wrap: wrap;
  }
}
.project .project_top .title .website {
  font-weight: 300;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
}
.project .project_top .title .text {
  font-weight: bold;
  font-size: 32px;
  color: #FFF;
  text-transform: uppercase;
}
@media (min-width: 601px) {
  .project .project_top .project_tab {
    padding: 18px 0px 0px 30px;
  }
}
.project .project_top .project_tab ul {
  border: 0px;
}
.project .project_top .project_tab ul li {
  margin-right: 15px;
}
.project .project_top .project_tab ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px #14aeea solid;
  border-radius: 20px;
  padding: 8px 20px;
  display: inline-block;
}
.project .project_top .project_tab ul li a.active {
  background: #14aeea;
  color: #fff;
}
.project .project_content .slider_project .item .picture img {
  border: 2px transparent solid;
}
.project .project_content .slider_project .item .picture img:hover {
  opacity: 0.8;
  border: 2px #fff solid;
}
.project .project_content .slider_project .item .title a {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin: 15px 0px 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.project .project_content .slider_project .item .title a:before {
  content: "";
  width: 30px;
  background: #fff;
  height: 1px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  float: left;
}
.project .project_content .slider_project .item .short {
  font-size: 14px;
  color: #ffffff;
}
.project .project_content .slider_project .item .short p {
  padding: 0;
}
.project .project_content .slider_project .owl-controls {
  position: absolute;
  top: -100px;
  right: 0px;
  font-size: 33px;
}
.project .project_content .slider_project .owl-controls .owl-prev {
  font-size: 40px;
  margin-right: 10px;
  border-right: 1px #14aeea solid;
  padding-right: 10px;
}
.project .project_content .slider_project .owl-controls .owl-next {
  font-size: 40px;
}

.box_custom > .title {
  font-size: 30px;
  color: #108ebf;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}
.box_custom > .title:before {
  content: "";
  background: #108ebf;
  height: 2px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.box_custom > .title a {
  font-size: 14px;
  float: right;
}

.box_news .content {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 600px) {
  .box_news .content {
    flex-wrap: wrap;
  }
}
.box_news .content .item {
  padding: 0px 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .box_news .content .item {
    width: 100%;
    margin-bottom: 0;
  }
}
.box_news .content .item .picture img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .box_news .content .item .picture img {
    width: 100%;
  }
}
.box_news .content .item .info {
  background: #f6f6f6;
  border: 1px #e6e6e6 solid;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.box_news .content .item .info .title {
  font-size: 16px;
  color: #000000;
  margin: 0px;
}
.box_news .content .item .info .title a {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.box_news .content .item .info .short {
  color: #aaaaaa;
}
.box_news .owl-controls .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
.box_news .owl-controls .owl-nav .owl-prev {
  color: #888;
  right: auto;
  font-size: 40px;
  position: absolute;
  left: -10px;
}
@media (min-width: 601px) {
  .box_news .owl-controls .owl-nav .owl-prev {
    left: -20px;
  }
}
.box_news .owl-controls .owl-nav .owl-prev:hover {
  color: #888;
}
.box_news .owl-controls .owl-nav .owl-next {
  color: #888;
  left: auto;
  font-size: 40px;
  position: absolute;
  right: -10px;
}
@media (min-width: 601px) {
  .box_news .owl-controls .owl-nav .owl-next {
    right: -20px;
  }
}
.box_news .owl-controls .owl-nav .owl-next:hover {
  color: #888;
}

.box_video .item {
  margin-bottom: 4px;
}
.box_video .item:last-child .title {
  border-bottom: 0px #f3f3f3 solid;
}
.box_video .item .picture img {
  border-radius: 5px;
  max-width: 100%;
}
.box_video .item .title {
  border-bottom: 1px #f3f3f3 solid;
  color: #818181;
  padding: 10px 0px;
}
.box_video .item .title a:before {
  content: "";
  background: #097098;
  display: inline-block;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
  margin-top: 3px;
}
.box_video .item .title a:hover {
  color: #108ebf;
}
.box_video .item .icon_play {
  width: 50px;
  height: 25%;
  display: inline-block;
  left: 50%;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
}

.news {
  padding-bottom: 50px;
}

.recruitment {
  background: #fafafa;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .recruitment .col-pc-8, .recruitment .col-pc-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.box_recruitment .note {
  text-align: center;
  font-size: 20px;
  color: #108ebf;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media (min-width: 601px) {
  .box_recruitment .note {
    padding: 0px 100px;
  }
}

.box_evaluate .content {
  border-radius: 25px;
  background: #fff;
  padding: 25px;
  box-shadow: 1px 1px 10px 8px #f0f0f0;
}
.box_evaluate .content .item .short {
  font-size: 15px;
  color: #141414;
  line-height: 24px;
  max-height: 100px;
  overflow: hidden;
}
.box_evaluate .content .item .short.unset {
  max-height: unset;
}
.box_evaluate .content .more {
  padding-left: 84px;
  color: #108ebf;
  cursor: pointer;
}
.box_evaluate .content .owl-controls {
  position: absolute;
  top: 45%;
  width: 100%;
}
.box_evaluate .content .owl-controls .owl-prev {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 5px 5px #ececec;
  left: -25px;
}
@media (min-width: 992px) {
  .box_evaluate .content .owl-controls .owl-prev {
    left: -45px;
  }
}
.box_evaluate .content .owl-controls .owl-next {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: auto;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 5px 5px #ececec;
  right: 25px;
}
@media (min-width: 992px) {
  .box_evaluate .content .owl-controls .owl-next {
    right: 0px;
  }
}
.box_evaluate .position:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #097098;
  margin-bottom: 10px;
}

#recruitment_home img {
  border-radius: 20px;
}

.box_feedback {
  background: #fff;
  border: 1px #108ebf solid;
  margin-top: 15px;
  border-radius: 25px;
  box-shadow: 1px 1px 5px 1px #d8d8d8;
  margin-bottom: 50px;
  padding: 15px 15px 25px;
}
@media (min-width: 401px) {
  .box_feedback {
    padding: 20px 20px 25px;
  }
}
.box_feedback .note {
  font-size: 14px;
  color: #9b9b9b;
  margin: 10px 0px;
}
.box_feedback .title {
  color: #108ebf;
  font-size: 22px;
  font-weight: bold;
}
.box_feedback .button {
  margin-bottom: -45px;
}
.box_feedback .button a {
  min-width: 120px;
  font-size: 14px;
  text-transform: uppercase;
  background: #108ebf;
  color: #fff;
  border: 1px #fff solid;
  height: 40px;
  display: inline-block;
  text-align: center;
  padding: 7px 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 4px 1px #d5d5d5;
}

#container {
  position: unset;
}

.info-content {
  position: absolute;
  height: 110vh;
  width: 329px;
  border-left: 1px solid #08355e;
  top: 0;
  right: 0;
  padding: 0 15px;
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1200;
  background: rgba(8, 53, 94, 0.9);
  display: none;
}
@media (min-width: 601px) {
  .info-content {
    display: block;
  }
}
.info-content .tt {
  padding-top: 10px;
  font-size: 36px;
  color: #fff;
  left: 28px;
}
.info-content .close-top {
  display: block;
  width: 25px;
  height: 25px;
  font-weight: 300;
  font-size: 2rem;
  position: absolute;
  right: 28px;
  top: 25px;
  color: #fff;
}
.info-content ::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}
.info-content ::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
}
.info-content ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #DFDFDF;
}
.info-content .content-v {
  box-sizing: border-box;
  height: 70%;
  position: relative;
  z-index: 0;
  overflow-y: auto;
}
.info-content .bottom-link {
  z-index: 1;
  bottom: 0;
  height: 54px;
  line-height: 54px;
  margin-top: 2rem;
  color: #fff;
}
.info-content .bottom-link i {
  font-size: 13px;
}
.info-content .list-top-news li {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px dashed #3f688c;
}
.info-content .list-top-news li img {
  width: 81px;
  height: 57px;
}
.info-content .list-top-news li a.link {
  font-size: 13px;
  color: #fff;
  width: 178px;
  line-height: 1.2;
  float: right;
}