/**
* Template Name: Anyar - v2.0.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Arial, "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Raleway", sans-serif;
}


.boxshadow-item {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.boxshadow-item:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.boxshow-div{
  box-shadow: 0px 1px 3px #000;
  border: 1px solid #000;
}
.part-title{
  color: #22b0e8;
  font-weight: bolder;
  padding-left: 5px;
  border-bottom: 2px dashed #000;
}
.research-title{
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
  font-weight: bolder;
}

/*--------------------------------------------------------------
# home page
--------------------------------------------------------------*/
.slider > div{
  overflow: hidden;
}
.slider > div > img{
 width: 100%
}
.research-des{
  padding: 0px;
}
/*--------------------------------------------------------------
# software and database page
--------------------------------------------------------------*/
.database > div > div,  .software > div > div{
  position: relative;
}
.web-name{
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
  font-weight: bolder;
  height: 50px;
}
.web-title, .web-publish{
  padding: 20px;
  font-weight: bolder;
  text-align: center;
}
.web-title{
  height:140px;
}
.web-publish{
  font-size: 15px;
  height:150px;
}
.web-publish a{
  font-size: 12px !important;

}
.web-link{
  height: 52px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
.web-link a{
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  margin: 5px;
  width: 28%;
}
.press-img{
  background-color: #ffffff;
  padding: 5px;
  height: 80px;
}
.press-img img{
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.press-img p{
  display: block;
  width:80% !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important; 
  margin-left: auto;
  margin-right: auto;
  font-weight: bolder;
  text-align: left;
}
.showMore{
  position: absolute;
  top:0;
  right:0;
  width: 60px;
  color:#fff;
  cursor: pointer;
  opacity: 0.5;
  z-index:996;
  line-height: 1.3
}
.moreInfo{
  width:100%;
  height: 342px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index:995;
  padding: 30px 10px 5px 10px;
  background-color: #fff;
  text-align: justify;
  text-indent: 2em;
  font-size: 15px;
  font-weight: normal;
}
.hightLight, .showMore:hover{
  opacity: 1;
  transition: all 0.4s;
}
/*--------------------------------------------------------------
# member page
--------------------------------------------------------------*/
/*.member-div{
  border-radius: 10px;
  overflow: hidden;
}*/
.member-top{
  height:120px;
  position: relative;
  background-color: #444
}
.member-bottom{
  min-height: 300px;
}
.member-bottom-2{
  min-height: 300px;
}
.member-bottom-3{
  min-height: 220px;
}
.member-img{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border:solid 8px #f8f9fa;
  position: absolute;
  bottom: -40px;
  left:40px;
  overflow: hidden;
  background-color: #ddd
}
.member-interest {
  float: right;
  height:120px;
}
.member-interest-tag{
  width: calc(100% - 220px); 
  position: absolute;
  right: 20px;
  bottom: 20px;
  color:#fff;
  font-weight: bolder;
}
.member-interest-tag span{
  font-size: 16px; 
  padding: 2px 10px 2px 10px;
  color:#fff;
  margin:2px 0px 2px 0px;
  display: inline-block;
  word-break: normal;
  word-wrap: break-word;
}
.tag1{
  background-color: #3a85d6;
}
.tag2{
  background-color: #e24b59;
}
.tag3{
  background-color: #41b95c;
}
.tag4{
  background-color: #deb22d;
}
.member-name{
  padding: 70px 10px 20px 10px;
  text-align: center;
  width: 220px;
}

.member-img img{
  width:100%;
}

.name-en{
  display:block;
  font-weight: bolder;
  font-size: 15px;
  color:#305cbf
}
.name-ch{
  display:block;
  width: 100%;
  font-size: 20px;
  letter-spacing: 10px;
  color:#b5babb;
  margin-bottom: 10px;
}
.name-ch::after{
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  border-bottom: solid 2px #03a9f4;
}

.member-experience{
  border-left:dashed 2px #009688;
  margin:20px 20px 20px 0px;
  padding: 30px 10px 10px 20px;
  font-size:15px;
  width: calc(100% - 220px); 
}
.bg-grey{
  background-color: #f1f8ff !important;
}
.bg-white{
  background-color: #fff !important;
}

@media (max-width: 768px) {
 .member-interest-tag span{
    font-size:10px;
 }
 .member-bottom,  .member-bottom-2,  .member-bottom-3{
  display: block !important;
 }
 .member-name{
    width:100%;
    display: block
 }
 .member-experience{
    width:100%;
    display: block
 }
}

/*--------------------------------------------------------------
# publication page
--------------------------------------------------------------*/
.pub-table tr td:first-child{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  vertical-align: top;
  font-size: 15px;
  color: orange;
  width:60px;
}

.pub-table tr{
  border-bottom: solid 20px #FFF;
}
.MAJORAUTHOR {
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline
}
.COAUTHOR {
  color: #164792;
  font-weight: bold;
  text-decoration: underline
}
.pub-table em{
  font-weight: bolder;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0880e8;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f6b024;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 150px;
  font-size: 20px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  background-color: #4590a2;
  opacity: 0.8;
}

#topbar.topbar-scrolled {
  top: -150px;
}

#topbar .lab-name{
  font-size: 50px;
  font-weight: bolder;
}
#topbar .lab-name-full{
  font-size: 30px;
}
.full-title small{
  margin-right: 20px;
  margin-left: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #000000;
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  top: 150px;
  height: 100px;
  opacity: 0.9;
  box-shadow: 0 3px 6px #000, 0 3px 6px #000;
}
#header .container{
  height: 100%
}

#header.header-scrolled {
  top: 0;
  background: #000000;
  opacity: 1
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 85px;
}

#header .logo i {
  display: inline-block;
  font-size: 80%;
  vertical-align: bottom;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
    /*background: transparent;*/
  }
  #header .logo {
    font-size: 28px;
  }
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu ul, .nav-menu ul li, .nav-menu ul li a{
  height: 100%;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  font-size: 16px;
  text-align: center;
  line-height: 100px;
  font-weight: bolder;
  padding: 0px 20px 0px 20px;
  font-family: Arial, "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  visibility: hidden;
  width: 0px;
  opacity: 0.5;
  z-index:-1;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  background-color: #07ff07;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 100px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #0880e8;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0665b7;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f6b024;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(5, 74, 133, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Main Section
--------------------------------------------------------------*/
#main {
  padding-top: 300px;
  padding-bottom: 100px;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  /*background-color: #f1f8ff;
  /*background: url("../img/bg2.jpg") top center;
  background-repeat:repeat;
  background-size: cover;*/
}
#main h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#main p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #000;
}

@media (max-width: 768px) {
  #main {
    min-height: 100vh;
    /*margin-bottom: 60px;*/
  }
  #main h2{
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding-bottom: 30px;
}

#footer .footer-top {
  background: #3a7eb9;
  padding: 60px 0 30px 0;
}

#footer .footer-link{
  color: #ffffff;
  font-weight: bolder;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  margin: 5px;
  width:30%;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
