.wrap {
  background-color: #eaeaea;
}

.block_style {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
}

.bread_block {
  background-color: #e5e7eb;
}

.bread_block h1 {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb > li a:hover {
  color: #009491;
}

.bread_block nav > .breadcrumb > li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f015";
  margin-right: 5px;
}

.banner_block {
  -o-object-fit: cover;
     object-fit: cover;
  background: url("https://www.prm-taiwan.com/image/mem_bot_bg.jpg") no-repeat top left;
  background-size: cover;
}

.banner_block .title {
  border-left: 5px solid #009491;
  line-height: 1.8;
}

.banner_block .content {
  line-height: 1.8;
}

.banner_block .video_btn {
  background-color: #009491;
  color: white;
}

.banner_block .video_btn:hover {
  background-color: #008481;
}

.section_1 {
  background-color: #f3f4f6;
}

.section_1 .title {
  color: #009491;
}

.section_1 .content > .item {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: black;
}

.section_1 .content > .item .fas {
  font-size: 3rem;
}

.section_2 .card {
  border: 0px;
}

.section_2 img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .section_2 img {
    max-height: 500px;
  }
}

.section_2 .title {
  border-left: 5px solid #009491;
  line-height: 1.8;
}

.section_2 .content {
  line-height: 1.8;
}

.section_2 .content_2 {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 1.8;
}

.section_3 {
  background: #f3f4f6;
}

.section_4 .title {
  border-left: 5px solid #009491;
  line-height: 1.8;
}

.section_4 .item {
  background-color: #f3f4f6;
  border-radius: 5px;
}

.section_4 .item .sub_title {
  line-height: 1.8;
  color: #009491;
}

.section_4 .item .content {
  line-height: 1.8;
}

.section_5 .item {
  position: relative;
}

.section_5 .item > .block_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.section_5 .item > .block_box > .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 148, 145, 0.8);
  text-align: center;
  margin: 0;
}

.section_5 .item:hover > .block_box {
  background-color: rgba(0, 0, 0, 0);
}

.section_5 .item:hover > .block_box > .name {
  background-color: #009491;
}

.section_6 {
  line-height: 1.8;
}

.section_6 .title {
  border-left: 5px solid #009491;
}

.section_6 .content_block {
  background: white;
}

.section_6 .sub_title {
  border-bottom: 3px solid #009491;
  cursor: pointer;
}

.section_6 .content {
  display: none;
}

.cooperate_block {
  line-height: 1.8;
}

.cooperate_block .title {
  border-left: 5px solid #009491;
}

.cooperate_block .content_block .contact_btn {
  background: #009491;
  color: white;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cooperate_block .content_block .contact_btn:hover {
  background: #008481;
}

.cooperate_block .card-title:hover {
  color: #009491;
}

.section_7 {
  background: url("https://www.prm-taiwan.com/image/banner-news.jpg") no-repeat center;
  color: white;
  line-height: 1.8;
  min-height: 200px;
  background-size: cover;
}

.section_7 .mail {
  color: white;
  background: #009491;
  border-radius: 3px;
  padding: 0.375rem 0.75rem;
}
