@font-face {
  src: url("../font/MS Gothic.ttf");
  font-family: gothic;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-font-family: gothic;
  line-height: 24px;
  color: #333;
}
body ul {
  list-style-type: none;
}

.title {
  background: #f4f8f8;
}
.title .breadcrumb {
  background-color: #f4f8f8;
  margin: 0 !important;
}
.title .breadcrumb i {
  color: #00a29a;
}
.title .breadcrumb span {
  font-size: 12px;
  font-family: gothic;
}
.title .breadcrumb li {
  padding: 0;
}
.title .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.about {
  padding: 42px 15px 130px;
}
.about .h-title {
  position: relative;
  margin-bottom: 55px;
  font-size: 30px;
  font-family: gothic;
}
.about .h-title:after {
  margin-top: 10px;
  top: 100%;
  left: 25%;
  content: "";
  height: 0;
  width: 50%;
  position: absolute;
  border: 2px solid #00a29a;
}
.about .h-head {
  font-size: 24px;
  font-family: gothic;
  color: #006666;
  padding-left: 10px;
  border-left: 8px solid #006666;
}
.about .message {
  width: 100%;
  margin-bottom: 65px;
}
.about .message .col-left {
  padding-right: 0;
}
.about .message .col-left .p-name {
  text-align: center;
  padding: 0 60px 0 20px;
  font-size: 16px;
  font-family: gothic;
  color: #006666;
  margin-bottom: 0;
}
.about .message .col-right {
  padding-left: 0;
}
.about .message .col-right p {
  font-size: 14px;
  font-family: gothic;
}
.about .group-infor {
  margin-bottom: 55px;
}
.about .group-infor, .about .history {
  width: 100%;
}
.about .group-infor table, .about .history table {
  width: 100%;
  font-size: 14px;
  font-family: gothic;
}
.about .group-infor table .td-one, .about .history table .td-one {
  width: 20%;
  background: #f4f8f8;
}
.about .group-infor table .td-two, .about .history table .td-two {
  width: 80%;
}
.about .group-infor table .td-two p, .about .history table .td-two p {
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .title .div-title {
    margin-left: 15px;
  }

  .about {
    padding: 30px 0;
  }
  .about .h-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .about .h-head {
    font-size: 20px;
  }
  .about .message {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .about .message .col-left {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .about .message .col-left .p-name {
    padding: 0;
  }
  .about .message .col-right {
    padding-right: 0;
  }
  .about .message .col-right p {
    text-align: justify;
    margin-bottom: 10px;
    text-indent: 20px;
  }
  .about .message .div-img {
    text-align: center;
  }
  .about .group-infor, .about .history {
    padding: 0 15px;
  }
  .about .group-infor .table-bordered, .about .history .table-bordered {
    border-bottom: none;
  }
  .about .group-infor .table-bordered td, .about .history .table-bordered td {
    border: none;
    border-bottom: 1px solid #dee2e6;
  }
  .about .group-infor .table tr, .about .history .table tr {
    display: grid;
  }
  .about .group-infor .table tr .td-one, .about .history .table tr .td-one {
    text-align: center;
  }
  .about .group-infor .table tr .td-one, .about .group-infor .table tr .td-two, .about .history .table tr .td-one, .about .history .table tr .td-two {
    width: 100%;
  }
}
