/* Core */
/* Theme */
/*@import "theme/default";*/
/* Layout */
[class^=btn] {
  cursor: pointer;
}

a[class^=btn]:hover, a[class^=btn]:visited, a[class^=btn]:active {
  text-decoration: none;
} /* vendor */
#home_content .slide-banner .item .row {
  min-height: 700px;
}
@media (max-width: 1024px) {
  #home_content .slide-banner .item .row {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  #home_content .slide-banner .item .row {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  #home_content .slide-banner .banner-reverse {
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
}
#home_content .slide-banner .banner-reverse .img-right-box {
  position: absolute;
  bottom: 8%;
}
@media (max-width: 991px) {
  #home_content .slide-banner .banner-reverse .img-right-box {
    position: unset;
    margin-top: 30px;
  }
}
#home_content .slide-banner .banner-reverse .img-right-box img {
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  #home_content .slide-banner .banner-reverse .img-right-box img {
    max-width: 95%;
  }
}
#home_content .publication-box {
  padding: 60px 0;
}
@media (max-width: 991px) {
  #home_content .publication-box {
    padding: 60px 0 30px;
  }
}
@media (max-width: 575px) {
  #home_content .publication-box {
    padding: 30px 0 0;
  }
}
#home_content .publication-box .head-box {
  margin-bottom: 36px;
}
@media (max-width: 575px) {
  #home_content .publication-box .head-box {
    margin-bottom: 30px;
  }
}
#home_content .publication-box .head-box h3 {
  margin-bottom: 0;
}
#home_content .publication-box .head-box .txt-desc {
  font-size: 18px;
  line-height: 24px;
}
#home_content .publication-box .publications-list [class*=col-] {
  border-right: 1px solid #E1E7E8;
  padding: 0 30px;
}
#home_content .publication-box .publications-list [class*=col-]:first-child {
  padding-left: 15px;
}
#home_content .publication-box .publications-list [class*=col-]:last-child {
  border-right: none;
  padding-right: 15px;
}
@media (max-width: 991px) {
  #home_content .publication-box .publications-list [class*=col-] {
    border-right: none;
    position: relative;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  #home_content .publication-box .publications-list [class*=col-]::after {
    position: absolute;
    content: "";
    width: 95%;
    height: 1px;
    border-bottom: 1px solid #E1E7E8;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  #home_content .publication-box .publications-list [class*=col-]:last-child::after {
    border-bottom: none;
  }
}
#home_content .publication-box .publications-list .card-body a:hover {
  color: #2992CC !important;
}
#home_content .publication-box .publications-list .card-footer time {
  color: #9EA7AF;
}
#home_content .publication-box .publications-list .card-footer .author {
  font-weight: 700;
}
#home_content .research-box {
  background: linear-gradient(104.4deg, #2B7AA6 3.53%, #25668A 96.72%);
  padding: 80px 0 100px;
  overflow: hidden;
}
#home_content .research-box .research-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#home_content .research-box .research-list .item {
  /* flex: 1 0 15%; */
  width: calc(20% - 30px);
  margin-bottom: 30px;
}
#home_content .research-box .research-list .item:first-child {
  width: 37.5%;
}
#home_content .research-box .research-list .item img {
  margin-bottom: 17px;
  border-radius: 5px;
  object-fit: cover;
  height: 150px;
  width: 100%;
}
#home_content .research-box .slide-reseach .owl-stage-outer {
  overflow: visible;
}
#home_content .research-box .reseach-list-head {
  color: #fff;
  margin-bottom: 25px;
}
#home_content .research-box .list-research-box {
  margin-bottom: 20px;
}
#home_content .research-box .list-research-box img {
  margin-bottom: 17px;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#home_content .research-box .list-research-box .list-research-name {
  min-height: 45px;
}
#home_content .blog-box {
  padding: 80px 0 100px;
}
@media (max-width: 575px) {
  #home_content .blog-box {
    padding: 30px 0;
  }
}
#home_content .blog-box .head-box {
  margin-bottom: 36px;
}
#home_content .blog-box .head-box h3 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #home_content .blog-box .head-box {
    margin-bottom: 20px;
  }
}
#home_content .blog-box .card-body a:hover {
  color: #2992CC !important;
}
#home_content .blog-box .card-body .card-cate {
  color: #2992CC;
  font-weight: 700;
}
#home_content .blog-box .card-body .card-cate a {
  color: #2992CC;
}
#home_content .blog-box .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#home_content .blog-box .card-body .card-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
#home_content .blog-box .card-footer time {
  color: #19242f;
  font-weight: 500;
}
#home_content .card-cate a, #home_content .card-cate span {
  margin-right: 5px;
}
#home_content .card-cate a:last-child, #home_content .card-cate span:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  #home_content #ihpp_body_obj {
    overflow: hidden;
  }
  #home_content .research-list .item {
    width: calc(33% - 30px);
  }
  #home_content .research-list .item:first-child {
    width: 66.5%;
  }
  #home_content .research-box {
    padding: 50px 0 30px;
  }
}
@media (max-width: 575px) {
  #home_content .slide-reseach .item {
    width: 95%;
  }
}
#home_content .social-feed {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("/assets/images/bg-social.jpg");
  background-size: cover;
  background-position: top center;
}
@media (max-width: 575px) {
  #home_content .social-feed {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#home_content .social-feed .head-box {
  color: #fff;
  margin-bottom: 30px;
}
#home_content .social-feed .head-box .txt-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#home_content .social-feed .head-box .txt-head i {
  margin-left: 10px;
}
#home_content .social-feed .head-box h2 {
  margin-bottom: 30px;
  line-height: 1.4;
}
#home_content .social-feed .head-box .line {
  height: 2px;
  border-top: 2px solid #fff;
  width: 178px;
}
@media (max-width: 991px) {
  #home_content .social-feed .head-box {
    margin-bottom: 50px;
  }
}
#home_content .social-feed .facebook .head {
  background: #2E89FF;
  border-radius: 10px 10px 0px 0px;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
}
#home_content .social-feed .facebook .head i {
  margin-right: 5px;
}
#home_content .social-feed .facebook .feed {
  border-radius: 10px;
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 575px) {
  #home_content .social-feed .facebook .feed {
    margin-bottom: 30px;
  }
}
#home_content .social-feed .twitter .head {
  background: #1DA1F2;
  border-radius: 10px 10px 0px 0px;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
}
#home_content .social-feed .twitter .head i {
  margin-right: 5px;
}
#home_content .social-feed .twitter .feed {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  max-width: 340px;
}