@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;
    outline: none;
}



a.a-item,
a.a-item:hover,
a.a-item:focus,
a.a-item:visited,
a.a-item:active,
a.a-item:focus-within,
.source a, .source a:hover{
    color: rgb(0, 162, 154) !important;
    text-decoration: none !important;
}


body {
  margin: 0 auto !important;
  max-width: 1200px !important;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
body ul {
  list-style-type: none;
}

.slide .carousel-indicators li {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid white;
}
.slide .slide .active {
  background: #00a29a;
  border: none;
}
.slide-homepage .carousel-control-next-icon, .slide-homepage .carousel-control-prev-icon {
  display: none;
}

.homepage .h-title {
  position: relative;
  margin-bottom: 55px;
  font-size: 30px;
  font-family: gothic;
}
.a-title {
    color: #333 !important;
    text-decoration: none !important;
}

.homepage .h-title:after {
  margin-top: 10px;
  top: 100%;
  left: calc(50% - 50px);
  left: -moz-calc(50% - 50px);
  left: -webkit-calc(50% - 50px);
  content: "";
  height: 0;
  width: 100px;
  position: absolute;
  border: 2px solid #00a29a;
}
.homepage .p-infor img {
    width: 100%
}
.homepage .information {
  padding: 40px 0 80px;
  background: #f4f8f8;
}
.homepage .information .col-left .p-infor, .homepage .information .col-right .p-infor {
  margin-bottom: 0;
  font-size: 14px;
  font-family: gothic;
}
.homepage .information .col-left {
  padding: 0 30px 0 0;
}
.homepage .information .col-right {
  padding: 0 0 0 30px;
}
.homepage .information .p-title a {
  font-size: 20px;
  font-family: gothic;
  color: #303030;
}
.homepage .information .p-title a:hover {
  text-decoration: none;
}
.homepage .information .p-infor {
  text-align: justify;
  font-size: 14px;
  font-family: gothic;
}
.homepage .timeline {
  padding: 40px 0 75px;
}
.homepage .timeline .col {
  padding: 0 15px;
}
.homepage .timeline .div-img-home h3 {
  margin: 0;
}
.homepage .timeline .div-img-home img {
  width: 100%;
  height: 100%
}
.homepage .timeline .div-p {
  padding: 20px;
  background: #f4f8f8;
}
.homepage .timeline .div-p .p-infor {
  margin: 0;
  font-size: 14px;
  font-family: gothic;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.homepage .timeline .tags {
  display: flex;
  margin: 30px 0 0;
}
.homepage .timeline .tags li {
  margin-right: 35px;
}
.homepage .timeline .tags li a {
  color: #000000;
  font-weight: bold;
}
.homepage .timeline .tags li:hover a {
  color: #00a29a;
  text-decoration: none;
}
.homepage .timeline .tags li:last-child {
  margin-right: 15px;
}
.homepage .timeline .tags .active a {
  color: #00a29a;
}
.homepage .timeline .tags .active-next:hover a {
  color: #999999;
}

@media screen and (max-width: 768px) {
  .slide .w-100 {
    height: auto;
  }

  .homepage .h-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .homepage .information {
    padding-bottom: 20px;
  }
  .homepage .information .col-left, .homepage .information .col-right {
    padding: 0 15px;
  }
  .homepage .information .col-left {
    border-bottom: 1px solid #e6e7e7;
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
  .homepage .information .p-title {
    text-align: center;
  }
  .homepage .timeline {
    padding-bottom: 20px;
  }
  .homepage .timeline .col-one, .homepage .timeline .col-two, .homepage .timeline .col-three {
    margin-bottom: 15px;
  }
  .homepage .timeline .tags {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
    .homepage .timeline .tags {
        margin-top: 10px;
        width: 100%;
        padding-left: 15px;
        justify-content: space-around;
    }
    .homepage .timeline .tags li {
        margin-right: 0;
    }
}
