
/** partner-section **/
.dataBase-title{
  position: relative;
  padding: 60px 0px;
}

.dataBase-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dataBase-title .bg-layer:before{
  position: absolute;
  content: '';
  /*background: #0E1136;*/
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.dataBase-title .content-box h1{
  position: relative;
  display: inline-block;
  font-size: 52px;
  font-family: Ebrima;
  font-weight: bold;
  color: #fff;
  line-height: 76px;
}
.dataBase-title .content-box h1:first-letter{
  color: #E9F8C1;
}
.dataBase-title .content-box h1:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #FFFFFF;
}

.dataBase-title .content-box p{
  padding-top: 40px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}


.dateBase-section.sec-pad{
  padding-top: 70px;
  padding-bottom: 97px;
}

.dateBase-section .more-btn-wrap{
  padding-top: 60px;
  display: flex;
  justify-content: center;
}

.dateBase-section .row{
  padding: 0 100px;
}

.dateBase-block-one{
  box-shadow: 0px 5px 25px 0px rgba(117,168,221,0.2);
  border-radius: 20px;
}
.dateBase-block-one .inner-box{
  background: #FFFFFF;
  margin-bottom: 30px;
  min-height: 350px;
  border-radius: 20px;
}
.dateBase-block-one .inner-box .head-content{
  position: relative;
  padding: 28px 26px 33px 28px;
  display: flex;
}
.dateBase-block-one .inner-box .head-content:after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #CBCBCB;;
}
.dateBase-block-one .inner-box .head-content .order-index{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 76px;
  flex-shrink: 0;
  background: var(--theme-color);
  border-radius: 4px;
}
.dateBase-block-one .inner-box .head-content .order-index span{
  font-size: 46px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 75px;
}
.dateBase-block-one .inner-box .head-content .title{
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 20px;
  text-align: right;
  font-size: 24px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
  line-height: 30px;
}
.dateBase-block-one .inner-box .body-content{
  padding-top: 27px;
  padding-left: 28px;
  padding-right: 31px;
  font-size: 16px;
  font-family: Ebrima;
  font-weight: 400;
  color: #171151;
  line-height: 35px;
}
.dateBase-block-one .inner-box .foot-content{
  display: flex;
  align-items: flex-end;
  vertical-align: bottom;
  padding: 20px 31px 27px 28px;
}
.dateBase-block-one .inner-box .foot-content .author{
  font-size: 20px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
  line-height: 20px;
}
.dateBase-block-one .inner-box .foot-content .year{
  font-size: 18px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
  line-height: 20px;
  margin-left: 20px;
}
.dateBase-block-one .inner-box .foot-content .icon{
  margin-left: auto;
  font-size: 34px;
  font-weight: bold;
  color: #E0E0E0;
}
.dateBase-block-one:hover {
  /*background: #0E63FF;*/
}
.dateBase-block-one:hover .inner-box .head-content .title,
.dateBase-block-one:hover .inner-box .body-content,
.dateBase-block-one:hover .inner-box .foot-content .author,
.dateBase-block-one:hover .inner-box .foot-content .year,
.dateBase-block-one:hover .inner-box .foot-content .icon
{
  color: #fff;
}


.sidebar-side{
  background: #fff;
}
.content-side{
  padding-right: 80px;
}

.content-side .pagination-wrapper .pagination li a{
  background: #fff;
}

.accordion-column{
  background: #FFFFFF;
  border-radius: 10px;
}
.accordion-column .accordion{

}
.accordion-column .accordion .acc-btn{
    position: relative;
    display: flex;
    height: 85px;
    align-items: center;
    padding-left: 77px;
}
.accordion-column .accordion .acc-btn .icon-box{
  color: #171151;
  margin-right: 13px;
}
.accordion-column .accordion .acc-btn h5{
  font-size: 22px;
  font-family: Ebrima;
  font-weight: bold;
  color: #171151;
  line-height: 76px;
}
.accordion-column .accordion .acc-btn:before{
  position: absolute;
  content: "";
  height: 1px;
  background: #D8D8D8;
  left: 0;
  right: 0px;
  bottom: 0;
}
.accordion-column .accordion .acc-content{
  position: relative;
}
.accordion-column .accordion .acc-content:before{
  position: absolute;
  content: "";
  height: 1px;
  background: #D8D8D8;
  left: 0;
  right: 0px;
  bottom: 0;
}
.accordion-column .accordion .acc-btn.active{
  background: #fff !important;
}
.accordion-column .accordion .acc-btn .icon-box{
  transform: rotateZ(-90deg);
}
.accordion-column .accordion .acc-btn.active .icon-box{
  transform: rotateZ(0deg);
}
.accordion-column .accordion .acc-btn .icon-box{

}
.accordion-column .accordion .acc-content{

}
.accordion-column .accordion .acc-content .list{
  padding-bottom: 10px;
}
.accordion-column .accordion .acc-content .list .list-item{
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 99px;
  padding-right: 14px;
}
.accordion-column .accordion .acc-content .list .list-item .text{
  font-size: 20px;
  font-family: Ebrima;
  font-weight: 400;
  color: #171151;
  line-height: 36px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.accordion-column .accordion .acc-content .list .list-item .number{
  font-size: 20px;
  font-family: Ebrima;
  font-weight: 400;
  color: #171151;
  line-height: 36px;
  margin-left: 20px;
}
.accordion-column .accordion .acc-content .list .list-item .close-btn{
  display: inline-block;
  margin-left: 10px;
  position: relative;
  color: #fff !important;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.accordion-column .accordion .acc-content .list .list-item .close-btn:before{
  position: absolute;
  top: 50%;
  content: "";
  transform: rotateZ(45deg);
  width: 14px;
  height: 1px;
  background: #000000;
}
.accordion-column .accordion .acc-content .list .list-item .close-btn:after{
  position: absolute;
  top: 50%;
  content: "";
  transform: rotateZ(-45deg);
  width: 14px;
  height: 1px;
  background: #000000;
}

.accordion-column .accordion .acc-content .list .list-item.active{
  background: #0E63FF;
}
.accordion-column .accordion .acc-content .list .list-item.active .close-btn:before{
  background: #fff;
}
.accordion-column .accordion .acc-content .list .list-item.active .close-btn:after{
  background: #fff;
}
.accordion-column .accordion .acc-content .list .list-item.active .text{
  color: #fff;
}
.accordion-column .accordion .acc-content .list .list-item.active .number{
  color: #fff;
}
.accordion-column .accordion .acc-content .list .list-item.active .btn-close{
  color: #fff !important;
}
.database-detail{
  background: #FFFFFF;
  box-shadow: 0px 5px 25px 0px rgba(117,168,221,0.2);
  border-radius: 20px;
  padding: 30px 52px;
}
.database-detail .database-detail-head{
  display: flex;
  align-items: flex-start;
}
.database-detail .database-detail-head h3{
  font-size: 26px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
  line-height: 35px;
}
.database-detail .database-detail-head .icon-23{
  font-size: 38px;
  font-family: Arial;
  font-weight: bold;
  color: #E0E0E0;
  line-height: 60px;
}
.database-detail .database-detail-info{
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #F2F5FA;
  border-radius: 10px;
  line-height: 55px;
  padding: 0 25px;
}
.database-detail .database-detail-info .author{
  font-size: 18px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
}
.database-detail .database-detail-info .country{
  margin-left: 49px;
  font-size: 18px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
}
.database-detail .database-detail-info .date{
  margin-left: auto;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #171151;
}
.database-detail .database-detail-info .date .icon-1{
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.database-detail .database-description{
  position: relative;
}
.database-detail .database-description:after{
  position: absolute;
  display: none;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #DBDBDB;
}
.database-detail .database-description ul{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.database-detail .database-description ul li{
  font-size: 16px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
  line-height: 30px;
  word-break: break-word;
}
.database-detail .database-paragraph{
  padding: 15px 43px 42px 34px;
  background: #F2F5FA;
  border-radius: 4px;
}
.database-detail .database-paragraph h4{
  font-size: 18px;
  font-family: Cambria;
  font-weight: bold;
  color: #171151;
  line-height: 44px;
}
.database-detail .database-paragraph p{
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.database-detail .database-paragraph p:last-child{
  margin-bottom: 0;
}
.database-detail-wrap.sec-pad{
  padding-top: 66px;
}
.database-btn-wrap{
  padding-top: 19px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.database-btn-wrap .theme-btn.btn-one{
  background: #0d6efd !important;
  border-radius: 10px;
}
.database-btn-wrap .theme-btn.btn-one span{
  padding: 13px 20px;
  font-size: 14px;
}
/** RESPONSIVE-CSS **/


@media only screen and (max-width: 1440px){
  .content-side{
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1200px){
  .content-side{
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .dateBase-section .row{
    padding: 0;
  }
  .sidebar-side{
    display: none;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){


}












































