body {
  background: top center / cover url(../images/filedatabase-bg.jpg);
}
.filedatabase-header {
  position: relative;
  height: 300px;
}
.filedatabase-header .illustration-wrapper {
  z-index: -1;
  position: absolute;
  right: 130px;
  top: 20px;
}
.filedatabase-section .container {
  margin-top: 60px;
  background-color: #fff;
}
.file-logo-wrapper {
  padding-top: 20px;
}
.file-logo-wrapper img {
  height: 44px;
  max-width: 100%;
}
.filedatabase-header .title-wrapper img {
  margin-top: 50px;
  height: 136px;
}
.left-title {
  color: #fff;
  background-color: #008cdf;
  padding: 15px 30px;
  font-size: 1.375rem;
}
.left-nav-wrapper {
  background-color: #f2f8fe;
}
.left-nav .nav-item {
  flex-grow: 1;
}
.left-nav .nav-link {
  font-size: 1.125rem;
  padding: 24px 30px;
  border-bottom: 2px solid #fff;
}
.left-nav .nav-link.active {
  color: #008CDF;
}
.left-nav .nav-link::after {
  content: "\276F";
  float: right;
}
.news-list-wrapper.file .entry-wrapper:nth-child(5n + 6) {
  border-top: 1px solid #dadada;
  margin-top: 20px;
  padding-top: 20px;
}
.filedatabase-search-wrapper {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: top center / 100% 100% url(../images/search-bg.png);
  flex-wrap: wrap;
  gap: 20px;
}
.filedatabase-search-wrapper .left-wrapper {
  flex: 4;
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 400;
  color: #666;
}
.filedatabase-search-wrapper .left-wrapper .custom-select {
  min-width: 120px;
  height: 60px;
  color: #999;
  border-radius: 30px;
  padding: 0 20px;
}
.filedatabase-search-wrapper .left-wrapper .title {
  white-space: nowrap;
  margin-right: 10px;
}
.filedatabase-search-wrapper .left-wrapper .iconfont {
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  flex: 0 0 60px;
  background-color: #008cdf;
  color: #fff;
}
.filedatabase-search-wrapper .right-wrapper {
  flex: 6;
  border-radius: 30px;
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  border: 1px solid rgb(206, 212, 218);
}
.filedatabase-search-wrapper .right-wrapper {
  border-radius: 30px;
}
.filedatabase-search-wrapper .right-wrapper .search-input {
  min-width: 0;
}
.filedatabase-search-wrapper .right-wrapper .file-search-btn {
  flex-shrink: 0;
  color: #fff;
  background-color: #008cdf;
  outline: 0;
  border: 0;
  border-radius: 30px;
  height: 60px;
  padding: 0 28px;
  margin-right: -1px;
  font-size: 1.375rem;
}
.filedatabase-search-wrapper .right-wrapper .file-search-btn .iconfont {
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199.98px) {
}
@media only screen and (max-width: 991.98px) {
.filedatabase-header .title-wrapper img {
  width: 95%;
  height: auto;
}
.filedatabase-header {
  height: 200px;
}
.filedatabase-section .container {
  margin-top: 20px;
}
}
@media only screen and (max-width: 767.98px) {

}
@media only screen and (max-width: 575.98px) {
}
