.fac1 {
  min-height: 300px;
  padding: 150px 0;
  background: #f6f6f6;
}
.fac1_wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}
.fac1_wrap .title {
  position: relative;
  display: inline-block;
  width: 100%;
  /* height: 160px; */
  vertical-align: top;
}
.fac1_wrap .title::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 160px;
  background-color: #bcc3cb;
}

.fac1_wrap .title .eng {
  font-family: Lora;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 14px;
}
.fac1_wrap .title .name {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.2px;
  color: #3e8a96;
}
.fac1_wrap .vertical-bar {
  width: 1px;
  height: 50px;
  background-color: #222221;
  display: inline-block;
  margin: 50px 0;
}

.fac1_wrap .content {
  display: inline-block;
  /* width: 50%; */
  font-size: 18px;
  color: #444;
  line-height: 30px;
  word-break: keep-all;
  vertical-align: top;
}

.fac1_wrap .btn-view {
  right: 0;
  bottom: 0;
  width: 252px;
  height: 60px;
  /* background: #3e8a96; */
  color: #222222;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.64px;
  margin: 80px auto 0;
  border: 1px solid #222222;
}

.fac1_wrap .btn-view a {
	width: 100%;
}

.fac1_wrap .btn-view img {
  margin-left: 12px;
}

@media (max-width: 1420px) {
  /* .fac1_wrap {
    max-width: calc(100% - 30px);
  }
  .fac1_wrap .title .name {
    font-size: 2.6vw;
  } */
}

@media (max-width: 1024px) {
	.fac1_wrap .content{
		width: 100%;
	}
  .fac1 {
    min-height: 150px;
    padding: 75px 24px 80px;
  }
  .fac1_wrap .title {
    display: block;
    width: 100%;
  }
  .fac1_wrap .title::before {
    width: 2px;
    height: 80px;
  }
  .fac1_wrap .title .eng {
    padding-top: 0;
		font-size: 24px;
		margin-bottom: 8px;
  }
  .fac1_wrap .title .name {
    margin-top: 7px;
    font-size: 16px;
  }
  .fac1_wrap .vertical-bar {
		margin: 20px 0;
		height: 25px;
  }
  .fac1_wrap .title .dis {
    margin-top: 10px;
    font-size: 12px;
    color: #3c4858;
  }
  .fac1_wrap .content {
		font-size: 14px;
    line-height: 1.8;
  }
  .fac1_wrap .btn-view {
    width: 215px;
    height: 50px;
    font-size: 13px;
		letter-spacing: 0.52px;
		margin-top: 40px;
  }
  .fac1_wrap .btn-view img {
    margin-left: 10px;
  }
}
