/* So lieu tong quan */
.science-grid{ display:grid; grid-template-columns:repeat(5,1fr);}
section.science-section{  margin-top: 20px;}
.science-item{display:flex; flex-direction:column; align-items:center;}
.science-text {font-size: 15px;}
.science-item i{ font-size:65px; margin-bottom:25px;}
.science-number{font-size:37px; font-weight:700; line-height:1; margin-bottom:20px;}
.icon-sl { font-size: 37px;margin-bottom: 30px;    margin-left: 10px;}
.blue{color:#2f5cff;}
.cyan{color:#00a8d6;}
.green{ color:#00a651;}
.orange{color:#f15a00;}
.red{ color:#ed1c24;}
@media(max-width:1200px){
.science-grid{grid-template-columns:repeat(2,1fr);row-gap:60px; }
}
@media(max-width:768px){
.science-title{font-size:34px;  margin-bottom:50px; }
.science-grid{ grid-template-columns:1fr; }
.science-item i{  font-size:55px;}
.science-number{ font-size:40px; }
}


/* Thành viên nhóm nghiên c?u */
.gv-header {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: center;
    }
	.gv-header img {
    border-radius: 8px;width: 150px;
	}	
    .gv-info {
      flex: 1;
    }
    .gv-info h2 {
      margin: 0;
      color: #15489f;
      font-size: 26px;
	  margin-bottom: 10px;
    }
    .gv-section {
      margin-top: 20px;
      border-radius: 10px;
      overflow: hidden;
    }
    .gv-section h3 {
      margin: 0;
      padding: 15px 20px;
      background-color: #15489f;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
	  font-size: 19px;
	  color: white;
    }
    .gv-section h3::after {
      content: "▼";
      font-size: 14px;
      transition: transform 0.3s;
    }
    .gv-section.collapsed h3::after {
      transform: rotate(-90deg);
    }
    .gv-content {
      padding: 20px;
      display: block;
      background: #F6F6F6;
text-align: justify;
  word-break: break-word;

    }
    .gv-section.collapsed .gv-content {
      display: none;
    }
    .gv-links a {
      margin-right: 15px;
      color: #15489f;
      text-decoration: none;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .gv-header {
        flex-direction: column;
        text-align: center;
      }
    }
.gv-profile .field__label {
    display: block;    float: left;font-weight: bold;    padding-right: 0.5em;
}
.field--label-inline .field__label::after {
    content: ":";
}

/* gid ảnh thành viên */
.people-science {text-align: center; padding-bottom: 30px;padding-top: 20px;}
.people-science-img img { border-radius: 7px;    width: 150px; height: 150px; object-fit: cover; object-position: center 30%;}
.people-science-content {background-color: #e5e9ec;border-radius: 8px; margin-top: 8px;padding: 12px 3px;}
.people-science-major {color: #646464;font-size: 15px;font-style: italic;letter-spacing: -0.5px;}
.people-science-title a {color: #15489f; font-weight: bold;}
.gsc-tab-views.style-1 .list-links-tabs { text-align: left !important; margin-top: 11px;}
.gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li a { font-family:"Nunito", sans-serif !important;font-size: 13px !important;}
.publication { border: 1px solid #15489f; border-radius: 10px;margin: 20px 0px;padding: 20px;}
.publication-title {font-size: 18px; font-weight: bold; margin-bottom: 5px;}
.post-block.khcn-gird {display: flex; border-radius: 9px; border: 1px solid #f1f1f1;padding: 20px 10px;}
.title-link a { text-transform: uppercase; font-size: 15px;  color: #DE0405;  font-weight: bold; font-family: Nunito;}
.bc-kh.gbb-row.bg-size-cover {background: url(https://tdtu.edu.vn/sites/www/files/tdtu/research/bg6.png);background-size: cover;}
.sl-kh-cn.gbb-row.bg-size-cover { background: url(https://tdtu.edu.vn/sites/www/files/tdtu/research/bg9.png);background-size: cover; background-position: center; margin-top: -10px;}
.views-exposed-form .form-item select, .views-exposed-form .form-actions input {    border: 1px solid rgba(0, 0, 0, 0.1);font-family: 'Roboto'; -webkit-border-radius: 6px;width: 200px;}
.views-exposed-form {width: auto;}