.ico-close {
  display: inline-block;
  background: url(../img/ico-close.png) no-repeat center center;
  width: 22px;
  height: 22px;
  background-size: 22px;
}
/*blog page*/
.blog-page h1 {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}
.blog-page .search-area {
  margin-left: -12px;
  margin-right: -12px;
}
.blog-page .search-area .search-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 20px 0;
}
.blog-page .search-area .search-input form {
  margin: 0;
}
.blog-page .search-area .search-input input {
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  color: #333;
}
.blog-page .search-area .search-input button {
  position: absolute;
  right: 24px;
  top: 10px;
  border: none;
  background: transparent;
  padding: 0;
}
.blog-page .search-area .topics-input {
  width: 24.7%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.blog-page .search-area .topics-input form {
  margin: 0;
}
.blog-page .search-area .topics-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blog-page .search-area .topics-input span {
  position: absolute;
  left: 36px;
  top: 22px;
}
.blog-page .search-area .sort-input {
  width: 24.7%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.blog-page .search-area .sort-input form {
  margin: 0;
}
.blog-page .search-area .sort-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blog-page .search-area .sort-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.blog-page .search-area .cat-input {
  width: 24.7%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.blog-page .search-area .cat-input form {
  margin: 0;
}
.blog-page .search-area .cat-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blog-page .search-area .cat-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.blog-page .search-area .year-input {
  width: 24.7%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.blog-page .search-area .year-input form {
  margin: 0;
}
.blog-page .search-area .year-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blog-page .search-area .year-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.blog-page .columns {
  margin: 40px 0 0 0;
}
.blog-page .columns .column {
  width: 100%;
  float: left;
  padding: 0;
}
.blog-page .columns .column .pub-slider > h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 700;
}
.blog-page .columns .column .pub-slider ul li {
  padding: 12px 12px;
}
.blog-page .columns .column .pub-slider ul li .pub-item {
  padding: 0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.blog-page .columns .column .pub-slider ul li .pub-item .pub-img {
  margin-bottom: 20px;
}
.blog-page .columns .column .pub-slider ul li .pub-item .pub-img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.blog-page .columns .column .pub-slider ul li .pub-item .pub-kat-page {
  font-size: 14px;
  line-height: 27px;
  color: #044B89;
  margin-bottom: 0;
  padding: 0 24px;
}
.blog-page .columns .column .pub-slider ul li .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
  padding: 0 24px;
}
.blog-page .columns .column .pub-slider ul li .pub-item .pub-title {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
  height: 54px;
  overflow: hidden;
  font-weight: 700;
  padding: 0 24px;
}
.blog-page .columns .column .pub-slider ul li .pub-item .pub-date {
  font-size: 14px;
  line-height: 27px;
  color: #808080;
  margin-bottom: 20px;
  padding: 0 24px;
}
.blog-page .columns .column .pub-slider ul li .pub-item .pub-p {
  font-size: 14px;
  line-height: 27px;
  color: #474747;
  margin-bottom: 24px;
  padding: 0 24px;
}
.blog-page .columns .column .pub-slider ul.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.blog-page .columns .column .paginations {
  margin: 24px 0 0 0;
  text-align: center;
}

/*banner*/
.banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 365px;
  padding: 40px 0 0 0;
}
.banner-wrap {
    position: relative;
}
.banner-wrap > .textwidget {
    position: absolute;
    left: 50%;
    margin-left: -629px;
    top: 10%;
}
.banner-wrap > .textwidget,
.banner .caption {
  max-width: 700px;
}
.banner-wrap > .textwidget h1,
.banner h1 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 16px;
}
.banner-wrap > .textwidget p,
.banner p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 15px;
}
.banner-wrap > .textwidget .action > br {
    display: none;
}
.banner-wrap > .textwidget .banner-action,
.banner .action .banner-action {
  font-size: 18px;
  line-height: 27px;
  color: #044B89;
  padding: 0 70px 0 0;
  font-weight: 700;
}
.banner-wrap > .textwidget .banner-action:before,
.banner .action .banner-action:before {
  content: "";
  background: url(../img/banner-action.svg) no-repeat center center;
  width: 28px;
  height: 29px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin: 0 18px 0 0;
}
/*publications*/
.publications {
  position: relative;
  padding: 0;
  height: auto;
  padding: 40px 0;
}
.publications .pub-sec {
  width: 49%;
  vertical-align: top;
  padding: 130px 0 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}
.publications .pub-sec h2 {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 15px;
}
.publications .pub-sec p {
  font-size: 16px;
  line-height: 31px;
  color: #333;
  font-weight: 600;
  margin-bottom: 24px;
  width: 70%;
}
.publications .pub-sec a {
  width: 288px;
  display: inline-block;
  font-weight: 600;
}
.publications .pub-slider {
  width: 50.5%;
  display: inline-block;
  /*padding: 0 0 0 49%;
  position: absolute;
  left: 0;
  top: 40px;*/
}
.publications .pub-slider .pub-slider-owl {
  margin: 0;
}
.publications .pub-slider .pub-slider-owl li {
  padding: 15px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.publications .pub-slider .pub-slider-owl li .pub-item>a {
  display: inline-block;
  width: 100%;
}
.publications .pub-slider .pub-slider-owl li .pub-item>a:hover {
  text-decoration: none;
}
.publications .pub-slider .pub-slider-owl li .pub-item .pub-img {
  margin-bottom: 10px;
}
/*desktop only*/
@media (min-width: 1252px) { 
  .publications .pub-slider .pub-slider-owl li .pub-item .pub-img {
    height: 368px;
    overflow: hidden;
  }
}
/*mobile*/
@media (max-width: 767.98px) {
    .publications .pub-slider .pub-slider-owl li .pub-item .pub-img {
        height: 210px;
        overflow: hidden;
        position: relative;
    }
    .publications .pub-slider .pub-slider-owl li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){ 
    .publications .pub-slider .pub-slider-owl li .pub-item .pub-img {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .publications .pub-slider .pub-slider-owl li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.publications .pub-slider .pub-slider-owl li .pub-item .pub-img img {
  width: 100%;
  border-radius: 4px;
}
.publications .pub-slider .pub-slider-owl li .pub-item .pub-katt {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
}
.publications.publications-home .pub-slider .pub-slider-owl li .pub-item .pub-katt  {
    font-size: 16px;
    line-height: 31px;
    font-weight: 700;
}
.publications .pub-slider .pub-slider-owl li .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
}
.publications .pub-slider .pub-slider-owl li .pub-item .pub-title {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  height: 64px;
  overflow: hidden;
}
.publications .pub-slider .pub-slider-owl li .pub-item .pub-date {
  font-size: 16px;
  line-height: 31px;
  color: #A0A0A0;
  margin-bottom: 0;
}
.publications .pub-slider .pub-slider-owl .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  top: 45%;
  z-index: 2;
}
.publications .pub-slider .pub-slider-owl .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  top: 45%;
  z-index: 2;
}
.publications .pub-slider .pub-slider-owl .owl-nav .disabled {
  opacity: 0;
}
/*.publications .pub-slider .pub-slider-owl:after {
  content: "";
  background: linear-gradient(270.45deg, #FFFFFF 1.44%, rgba(255, 255, 255, 0.890625) 1.45%, rgba(255, 255, 255, 0) 91.53%);
  width: 140px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}*/
.url-pub-for-mobile {
  display: none;
}
/*mobile*/
@media (max-width: 767.98px) {
    .publications .pub-slider .pub-slider-owl li .pub-item .pub-date {
      font-size: 12px;
      line-height: 24px;
    }
    .publications .pub-slider .pub-slider-owl li .pub-item .pub-title {
        font-size: 14px;
        line-height: 23px;
        color: #333;
        margin-bottom: 10px;
        font-weight: 600;
        height: 45px;
        overflow: hidden;
    }
}

.perspective {
  background: #fff;
  padding: 40px 0;
}
.perspective .container {
  position: relative;
}
.perspective .container h2 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}
.perspective .container p {
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  color: #474747;
  margin: 0;
  max-width: 80%;
}
.perspective .container > a {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  line-height: 30px;
  color: #044B89;
  font-weight: 700;
}
.perspective .perspective-slider {
  margin: 30px 0 0 0;
}
.perspective .perspective-slider .perspective-slider-owl {
  list-style: none;
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 991px) {
  .perspective .perspective-slider .perspective-slider-owl.owl-carousel
  {
    display: flex;
    position: static;
    width: auto;
  }
}
.perspective .perspective-slider .perspective-slider-owl li {
  padding-left: 12px;
  padding-right: 12px;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  width: 100%;
  float: left;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item a {
  width: 100%;
  float: left;
}
.perspective.publication-homepage .perspective-slider .perspective-slider-owl li .perspective-slider-item a {
  padding: 15px;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-img {
  width: 100%;
  display: inline-block;
  float: left;
  height: 275px;
}
@media (min-width: 1252px) {
  .perspective.publication-homepage .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-img {
    height: 368px;
    overflow: hidden;
  }
}

.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 15px 24px;
}
.perspective.publication-homepage .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content {
  padding: 15px 0 0 0;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-kat {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  color: #044B89;
  font-weight: 700;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-title {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 10px 0 0 0;
	height: 60px;
  overflow: hidden;
}
.perspective.publication-homepage .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-title {
  height: 64px;
  overflow: hidden;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-date {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  color: #A0A0A0;
  margin: 10px 0 0 0;
}
.perspective.publication-homepage .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-date {
  margin: 0;
}
.perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-par {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  margin: 14px 0 0 0 ;
}
.perspective.publication-homepage .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-par {
  display: none;
}
.perspective .perspective-slider .perspective-slider-owl .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 45%;
  z-index: 2;
}
.perspective .perspective-slider .perspective-slider-owl .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 45%;
  z-index: 2;
}
.perspective .perspective-slider .perspective-slider-owl .owl-nav .disabled {
  opacity: 0;
}
.perspective .perspective-slider .perspective-slider-owl .owl-stage-outer:before {
  content: "";
  background: linear-gradient(271.19deg, #FFFFFF 1.44%, rgba(255, 255, 255, 0.890625) 1.45%, rgba(255, 255, 255, 0) 91.53%);
  width: 187px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.perspective .perspective-slider .perspective-slider-owl .owl-stage-outer:after {
  content: "";
  background: linear-gradient(271.19deg, #FFFFFF 1.44%, rgba(255, 255, 255, 0.890625) 1.45%, rgba(255, 255, 255, 0) 91.53%);
  width: 187px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.column-pers {
  margin: 15px 0 0 0;
}
.single-publications-page.single-perspective-single .container-single-publication {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.event {
  background: #044B89;
  padding: 40px 0;
}
.event .event-slider .event-slider-owl {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-img {
  width: 55%;
  display: inline-block;
  height: 348px;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-img img {
  width: 100%;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content {
  width: 44%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 24px;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-sub {
  width: 100%;
  display: inline-block;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  font-weight: 700;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-kat {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date {
  margin: 15px 0 0 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-datee {
  font-size: 16px;
  line-height: 31px;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 50px 0 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-datee span {
  margin: 0 10px 0 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-loc {
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  color: #FFFFFF;
  margin: 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-loc span {
    margin: 0 15px 0 0;
    width: 16px;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-title {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-par {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
  margin: 10px 0 0 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-act {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0 0;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-act a {
  background: #E23E34;
  display: inline-block;
  width: 288px;
}
.event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-act a:hover {
  color: #FFFFFF;
}
.event .owl-dots .owl-dot.active span,
.event .owl-dots .owl-dot:hover span {
  background: #E23E34;
}
.event .owl-nav .owl-next {
  position: absolute;
  right: -45px;
  top: 45%;
  z-index: 2;
}
.event .owl-nav .owl-prev {
  position: absolute;
  left: -45px;
  top: 45%;
  z-index: 2;
}
.page-wrapper.page-wrapper-work {
  padding: 24px 0 0 0;
}
.page-wrapper-work .booklet {
    width: 100%;
    display: inline-block;
    background: #044B89;
    padding: 30px;
    text-align: center;
    margin: 30px 0 0 0;
}
.page-wrapper-work .booklet p {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 700;
}
.page-wrapper-work .booklet a {
    background: #E23E34;
    border-radius: 4px;
    font-size: 16px;
    line-height: 56px;
    width: 282px;
    text-align: center;
    margin: 30px 0 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
}
.work {
  background: #F2F2F2;
  padding: 60px 0;
}
.work .container > h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #333333;
}
.work .container > p {
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color:#333333;
  margin: 0;
  font-weight: 700;
}
.work .container > .textwidget p {
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: #333333;
  margin: 0;
  font-weight: 700;
}
.work .content {
  margin: 30px 0 0 0;
  text-align: center;
}
.work .content ul {
  list-style: none;
  padding: 0;
  margin: 0 -12px;
}
.work .content ul li {
  padding-left: 12px;
  padding-right: 12px;
}
.work .content ul li .work-content {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  padding: 24px;
}
.work .content ul li .work-content .work-img {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.work .content ul li .work-content .work-title {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #044B89;
  font-weight: 700;
  margin: 15px 0 0 0;
  height: 72px;
  overflow: hidden;
}
.work .content ul li .work-content .work-par {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
  color: #474747;
  margin: 0;
}
.work .content ul li .work-content .work-act {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 40px 0 0 0;
}
.work .content ul li .work-content .work-act a {
  width: 288px;
  display: inline-block;
  border: 1px solid #044B89;
  border-radius: 4px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #044B89;
  font-weight: 700;
}
.work .content .see-more-work {
  display: inline-block;
  width: 288px;
  margin: 40px 0 0 0;
}
.work .content .see-more-work:hover {
  color: #fff;
}
.vacancy {
  text-align: right;
  padding: 40px 0;
  background-size: cover;
  height: 414px;
}
.vacancy-cont {
  background: #fff;
  width: 41%;
  display: inline-block;
  text-align: left;
  padding: 15px  24px 24px;
}
.vacancy h2 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}
.vacancy p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  margin: 0;
}
.vacancy a {
  background: #044B89;
  border-radius: 4px;
  display: inline-block;
  width: 236px;
  margin: 24px 0 0 0;
}
.vacancy-wrap {
    position: relative;
}
.vacancy-wrap > .textwidget {
    position: absolute;
    left: 50%;
    top: 40px;
    background: #fff;
    width: 513px;
    display: inline-block;
    text-align: left;
    padding: 15px 24px 24px;
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    margin-left: 115px;
}
.vacancy-wrap > .textwidget h2 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #333333;
    font-weight: 700;
}
.vacancy-wrap > .textwidget .textwidgetcontent {
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    margin: 0;
}
.vacancy-wrap > .textwidget .button-ace {
    background: #044B89;
    border-radius: 4px;
    display: inline-block;
    width: 236px;
    margin: 24px 0 0 0;
}
.newsletter {
  background: transparent;
  padding: 50px 0;
  border-top: solid 1px #ccc;
}
.newsletter .container > h2 {
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.newsletter .tnp-subscription {
  display: inline-block;
  float: right;
  margin: 0;
  white-space: nowrap;
}
.newsletter .tnp-subscription .tnp-field.tnp-field-email {
    margin: 0;
    display: inline-block;
}
.newsletter .tnp-subscription .tnp-field.tnp-field-email input {
  font-size: 12px;
  line-height: 23px;
  color: #4E4E4E;
  border: 1px solid #A0A0A0;
  border-radius: 4px 0 0 4px;;
  height: 40px;
  padding: 0 15px;
  width: 362px;
  background: transparent;
}
.newsletter .tnp-subscription .tnp-field.tnp-field-button {
  margin: 0;
  display: inline-block;
}
.newsletter .tnp-subscription .tnp-field.tnp-field-button input {
  background: #044B89;
  border-radius: 0px 4px 4px 0px;
  font-size: 12px;
  line-height: 23px;
  color: #FFFFFF;
  border: none;
  height: 40px;
  position: relative;
  top: -1px;
  left: -5px;
  width: 147px;
  text-transform: uppercase;
}
.newsletter .container > p {
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}
.newsletter .container .textwidget p {
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}
.newsletter .form-newsletter {
  width: 100%;
  max-width: 645px;
  margin: 15px auto 0;
}
.newsletter .form-newsletter form {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.newsletter .form-newsletter form input {
  width: 69%;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 56px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 27px;
  color: #333;
}
.newsletter .form-newsletter form button {
  width: 30%;
  display: inline-block;
  background: #E23E34;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  line-height: 56px;
  height: 56px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  padding: 0;
  position: relative;
  left: -5px;
}

.newsletter-page .tnp-field.tnp-field-email,
.newsletter-page .tnp-field.tnp-field-first,
.newsletter-page .tnp-field.tnp-field-last,
.newsletter-page .tnp-field.tnp-field-job,
.newsletter-page .tnp-field.tnp-field-company {
    margin: 0 0 10px 0;
    display: block;
}
.newsletter-page .tnp-field.tnp-field-email input,
.newsletter-page .tnp-field.tnp-field-first input,
.newsletter-page .tnp-field.tnp-field-last input,
.newsletter-page .tnp-field.tnp-field-job input,
.newsletter-page .tnp-field.tnp-field-company input {
  font-size: 12px;
  line-height: 23px;
  color: #4E4E4E;
  border: 1px solid #A0A0A0;
  height: 40px;
  padding: 0 15px;
  width: 362px;
  background: transparent;
}
.newsletter-page .tnp-field.tnp-field-button {
  margin: 0;
  display: block;
}
.newsletter-page .tnp-field.tnp-field-button input {
  background: #044B89;
  font-size: 12px;
  line-height: 23px;
  color: #FFFFFF;
  border: none;
  height: 40px;
  width: 147px;
  text-transform: uppercase;
}
.newsletter-page .form-group input, .newsletter-page .form-group select, .newsletter-page .form-group textarea {
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
}

.newsletter-page .form-group {
  margin-bottom: 20px;
}

.newsletter-page .form-group input, .contact-page .form-group select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 56px;
}

.newsletter-page .btn-blue-dark {
  width: 236px;
  text-transform: uppercase;
}

.newsletter-page label {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
.mc4wp-response {
    margin-top: 20px;
}

/*mobile*/
@media (max-width: 767.98px) {
  .banner {
    height: 340px;
    padding: 24px 0 0 0;
  }
  .banner-wrap > .textwidget {
    max-width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 24px;
  }
  .banner h1,
  .banner-wrap > .textwidget h1 {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #333333;
    margin-bottom: 5px;
  }
  .banner p,
  .banner-wrap > .textwidget p{
    font-size: 14px;
    line-height: 27px;
    color: #333333;
  }
  .banner-wrap > .textwidget .banner-action,
  .banner .action .banner-action {
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    padding: 0 20px 0 0;
  }
  .banner .action .banner-action:before {
    background-size: 14px;
    width: 14px;
    height: 17px;
    top: 3px;
    margin: 0 10px 0 0;
  }
  .publications {
    padding: 20px 0;
    height: auto;
  }
  .publications .pub-sec {
    padding: 0;
    width: 100%;
  }
  .publications .pub-sec .textwidget.custom-html-widget {
    display: none;
  }
  .publications .pub-sec h2 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.02em;
  }
  .publications .pub-sec p {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    width: 100%;
  }
  .publications .pub-slider {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    margin: 24px 0 0 0;
    width: 100%;
  }
  .publications .pub-slider .pub-slider-owl .owl-nav .owl-next {
    right: 0;
  }
  .publications .pub-slider .pub-slider-owl .owl-nav .owl-prev {
    left: 0;
  }
  .url-pub-for-mobile {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .url-pub-for-mobile a
  {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    background: #044B89;
    border-radius: 4px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
  }

  .perspective {
    padding: 40px 0;
  }
  .perspective .container h2 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.02em;
  }
  .perspective .container p {
    font-size: 14px;
    line-height: 27px;
    max-width: 100%;
  }
  .perspective .container a {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
    width: 100%;
    display: inline-block;
  }
  .perspective .container > a {
    right: 0;
  }
  .perspective .perspective-slider {
    position: relative;
    margin: 15px 0 0 0;
    overflow: hidden;
    padding: 0 0 20px 0;
  }
  .perspective .perspective-slider .perspective-slider-owl {
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .perspective .perspective-slider .perspective-slider-owl li {
    padding-left: 0;
    padding-right: 0;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content {
    padding: 5px 15px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-kat {
    font-size: 14px;
    line-height: 27px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-title {
    font-size: 14px;
    line-height: 23px;
    margin: 5px 0 0 0;
	  height: 46px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-date {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0 0;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-par {
    font-size: 14px;
    line-height: 27px;
    margin: 5px 0 0 0;
    height: auto;
    max-height: 50px;
    overflow: hidden;
  }
  .perspective .perspective-slider .perspective-slider-owl .owl-dots {
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
  }
  .perspective .perspective-slider .perspective-slider-owl .owl-stage-outer:before {
    display: none;
  }
  .perspective .perspective-slider .perspective-slider-owl .owl-stage-outer:after {
    display: none;
  }
  .event {
    padding: 0 0 30px;
  }
  .event .container {
    padding-left: 0;
    padding-right: 0;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-img {
    width: 100%;
    height: auto;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content {
    width: 100%;
    padding: 0 15px;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-sub {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-kat {
    font-size: 12px;
    line-height: 23px;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-par {
    font-size: 16px;
    line-height: 31px;
    margin: 2px 0 0 0;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-act a {
    width: 100%;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-datee span {
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
  }
  .event .event-slider .owl-nav {
    display: none;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-datee {
    font-size: 14px;
    line-height: 27px;
    margin: 0 20px 8px 0;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-loc {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-loc span {
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
  }

  .work {
    padding: 24px 0;
  }
  .work .container > h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .work .container > p {
    font-size: 12px;
    line-height: 23px;
  }
  .work .container > .textwidget p {
    font-size: 14px;
    line-height: 27px;
  }
  .work .content ul li {
    margin: 0 0 15px 0;
  }
  .work .content ul li .work-content .work-act a {
    width: 238px;
  }
  .work .content ul li:last-child {
    margin: 0;
  }
  .work .content ul li .work-content .work-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    height: auto;
  }
  .work .content ul li .work-content .work-par {
    font-size: 12px;
    line-height: 23px;
    color: #333;
  }
  .work .content .see-more-work {
    margin: 24px 0 0 0;
    width: 100%;
  }
  
  .vacancy {
    padding: 20px 0;
    height: 470px;
  }
  .vacancy-wrap > .textwidget {
    left: 24px;
    margin-left: 0;
    width: calc(100% - 48px);
    text-align: center;
    top: 15px;
  }
  .vacancy-cont {
    width: 100%;
    text-align: center;
  }
  .vacancy-wrap > .textwidget h2,.vacancy h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .vacancy-wrap > .textwidget .textwidgetcontent,.vacancy p {
    font-size: 14px;
    line-height: 27px;
  }
  .newsletter {
    padding: 24px 0;
  }
  .newsletter .container > h2 {
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 10px 0;
  }
  .newsletter .container > p {
    font-size: 12px;
    line-height: 23px;
  }
  .newsletter .form-newsletter form {
    text-align: center;
  }
  .newsletter .form-newsletter form input {
    width: 100%;
  }
  .newsletter .form-newsletter form button {
    border-radius: 4px;
    width: 194px;
    margin: 15px auto 0;
    left: 0;
  }
  .newsletter .container > h2 {
    width: 100%;
    text-align: center;
  }
  .newsletter .tnp-subscription {
    display: inline-block;
    float: none;
    margin: 0;
    white-space: normal;
    width: 100%;
  }
  .newsletter .tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
  }
  .newsletter .tnp-subscription .tnp-field.tnp-field-email input {
    width: 100%;
    border-radius: 4px;
    text-align: center;
  }
  .newsletter .tnp-subscription .tnp-field.tnp-field-button {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .newsletter .tnp-subscription .tnp-field.tnp-field-button input {
    width: 100%;
    border-radius: 4px;
    left: 0;
    top: 0;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){ 
    .banner-wrap > .textwidget {
        max-width: 748px;
        margin-left: -370px;
    }  
    .vacancy-wrap > .textwidget {
        width: 355px;
        margin-left: 20px;
        top: 14px;
        padding: 15px;
    }
    .vacancy-wrap > .textwidget h2, .vacancy h2 {
        font-size: 28px;
        line-height: 42px;
    }
    .vacancy-wrap > .textwidget .textwidgetcontent, .vacancy p {
        font-size: 14px;
        line-height: 27px;
    }
     .vacancy-wrap > .textwidget .textwidgetcontent > p {
         margin: 0;
     }
    .vacancy-wrap > .textwidget .button-ace {
        background: #044B89;
        border-radius: 4px;
        display: inline-block;
        width: 236px;
        margin: 24px 0 0 0;
    }
    .newsletter .container > h2 {
      font-size: 20px;
      line-height: 30px;
    }
    .newsletter .tnp-subscription {
      width: auto;
    }
    .newsletter .tnp-subscription .tnp-field.tnp-field-email input {
      width: 237px;
    }
    .newsletter .tnp-subscription .tnp-field.tnp-field-button input {
      width: 110px;
    }
}

/*news event page*/
.newsevent-page h1 {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}
.newsevent-page h1 > img {
  position: relative;
  top: -3px;
}
.newsevent-page  .container > p,
.newsevent-page  .container > .textwidget > p{
  font-size: 16px;
  line-height: 31px;
  color: #333;
  font-weight: 700;
}
.newsevent-page .search-area {
  margin-left: -12px;
  margin-right: -12px;
}
.newsevent-page .search-area .search-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 20px 0;
}
.newsevent-page .search-area .search-input form {
  margin: 0;
}
.newsevent-page .search-area .search-input input {
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  color: #333;
}
.newsevent-page .search-area .search-input button {
  position: absolute;
  right: 24px;
  top: 10px;
  border: none;
  background: transparent;
  padding: 0;
}
.newsevent-page .search-area .topics-input {
  width: 33%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.newsevent-page .search-area.search-area-pers .topics-input {
    width: 49.6%;
}
.newsevent-page .search-area .topics-input form {
  margin: 0;
}
.newsevent-page .search-area .topics-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsevent-page .search-area .topics-input span {
  position: absolute;
  left: 36px;
  top: 22px;
}
.newsevent-page .search-area .sort-input {
  width: 33%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.newsevent-page .search-area .sort-input form {
  margin: 0;
}
.newsevent-page .search-area .sort-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsevent-page .search-area .sort-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.newsevent-page .search-area .cat-input {
  width: 33%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.newsevent-page .search-area .cat-input form {
  margin: 0;
}
.newsevent-page .search-area .cat-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsevent-page .search-area .cat-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.newsevent-page .search-area .year-input {
  width: 33%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.newsevent-page .search-area.search-area-pers .year-input {
    width: 50%;
}
.newsevent-page .search-area .year-input form {
  margin: 0;
}
.newsevent-page .search-area .year-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsevent-page .search-area .year-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.newsevent-page .columns {
  margin: 0 0 0 0;
}
.newsevent-page .columns .column {
  width: 100%;
  float: left;
  padding: 0;
}
.newsevent-page .columns .column .pub-slider .pub-slider-head {
  position: relative;
    margin: 30px 0 20px 0;
}
.newsevent-page .columns .column .pub-slider .pub-slider-head > h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 0;
  font-weight: 700;
}
.newsevent-page .columns .column .pub-slider .pub-slider-head > a {
  font-size: 20px;
  line-height: 30px;
  color: #044B89;
  font-weight: 700;
      position: absolute;
    right: 0;
    top: 0;
}
.newsevent-page .columns .column .pub-slider .seemore-mobile {
  display: none;
}
.newsevent-page .columns .column .pub-slider > h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 700;
}
.newsevent-page .columns .column .pub-slider ul li {
  padding: 12px 12px;
}
.newsevent-page .columns .column .pub-slider ul li a:hover {
  text-decoration: none;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item {
  padding: 0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item .pub-img {
  margin-bottom: 20px;
  height: 275px;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item .pub-img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item .pub-kat-page {
  font-size: 16px;
  line-height: 31px;
  color: #044B89;
  margin-bottom: 0;
  padding: 0 24px;
  font-weight: 700;
}
.newsevent-page.perspective-page-seemore .columns .column .pub-slider ul li .pub-item .pub-kat-page {
  font-weight: 400;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
  padding: 0 24px;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item .pub-title {
  font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
    height: 64px;
    overflow: hidden;
    font-weight: 700;
    padding: 0 24px;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item .pub-date {
  font-size: 16px;
  line-height: 31px;
  color: #808080;
  margin-bottom: 10px;
  padding: 0 24px;
}
.newsevent-page .columns .column .pub-slider ul li .pub-item .pub-p {
  font-size: 16px;
  line-height: 31px;
  color: #333;
  margin-bottom: 24px;
  padding: 0 24px;
  height: 93px;
  overflow: hidden;
}
.newsevent-page .columns .column.column-news-search .pub-slider ul li .pub-item .pub-p {
  height: 93px;
}
.newsevent-page .columns .column .pub-slider ul.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.newsevent-page .columns .column .event-slider {
  margin: 24px 0 0 0;
}
.newsevent-page .columns .column .event-slider .pub-slider-head {
  position: relative;
    margin: 30px 0 20px 0;
}
.newsevent-page .columns .column .event-slider .pub-slider-head > h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 0;
  font-weight: 700;
}
.newsevent-page .columns .column .event-slider .pub-slider-head > a {
  font-size: 20px;
  line-height: 30px;
  color: #044B89;
  font-weight: 700;
      position: absolute;
    right: 0;
    top: 0;
}
.newsevent-page .columns .column .event-slider .seemore-mobile {
  display: none;
}
.newsevent-page .columns .column .event-slider > h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 700;
}
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs {
  border-bottom: none;
  padding: 0 30px;
}
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item a {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
}
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item a.active {
  color: #044B89;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item a.active:hover,
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item a.active:focus {
  color: #044B89;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item a:hover,
.newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item a:focus {
  color: #044B89;
  border: 1px solid transparent;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content {
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab {
  padding: 30px 24px;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 24px 0;
  margin: 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month.no > h5{
  margin: 24px 0 15px 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month.no:first-child > h5 {
  margin: 0 0 15px 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month.no:first-child:before {
  display: none;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month.yes {

}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month > h5 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month.yes > h5 {
  display: none;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 24px 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list:last-child {
  margin: 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-date {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title > span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title > div {
  display: inline-block;
  width: 100%;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title > div a {
  font-size: 16px;
  line-height: 24px;
  color: #044B89;
  font-weight: 700;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title > div a:hover {
  text-decoration: none;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-loc {
  vertical-align: top;
  display: inline-block;
  width: 24%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:after {
  content: "";
  background: #CCCCCC;
  width: calc(100% + 48px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -24px;
  display: none;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month.no:before {
  content: "";
  background: #CCCCCC;
  width: calc(100% + 48px);
  height: 1px;
  position: absolute;
  top: 0;
  left: -24px;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:last-child {
  padding: 0;
  margin: 0;
}
.newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:last-child:after {
  display: none;
}
.newsevent-page .columns .column .paginations {
  margin: 24px 0 0 0;
  text-align: center;
}
.newsevent-page .column-news {
  margin: 24px 0 0 0;
}
/*mobile*/
@media (max-width: 767.98px) {
  .newsevent-page > .container {
    position: static;
  }
  .newsevent-page > .container .search-list-mobile #clickcatTopicsFilter {
    top: 165px;
  }
  .newsevent-page h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .newsevent-page .container > p {
    font-size: 14px;
    line-height: 27px;
  }
  .newsevent-page .columns .column .pub-slider .pub-slider-head > h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .newsevent-page .columns .column .pub-slider .pub-slider-head > a {
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
  .newsevent-page .columns .column .pub-slider .seemore-mobile {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .newsevent-page .columns .column .pub-slider .seemore-mobile a {
    display: inline-block;
    width: 100%;
    background: #044B89;
    border-radius: 4px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .newsevent-page .columns .column .event-slider .event-tabs .nav-tabs {
    padding: 0;
  }
  .newsevent-page .columns .column .event-slider .pub-slider-head > a {
    display: none;
  }
  .newsevent-page .columns .column .event-slider .seemore-mobile {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .newsevent-page .columns .column .event-slider .seemore-mobile a {
    display: inline-block;
    width: 100%;
    background: #044B89;
    border-radius: 4px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item {
    width: 50%;
  }
  .newsevent-page .columns .column .event-slider .event-tabs .nav-tabs .nav-item a {
    color: #333333;
    border: 1px solid #CCCCCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
  }
  .newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list {
    
  }
  .newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-date{
    width: 100%;
    padding: 0;
    font-weight: 700;
  }
  .newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title {
    width: 100%;
    padding: 0;
  }
  .newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title > span {
    display: none;
  }
  .newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-loc {
    width: 100%;
    padding: 0;
    font-weight: 700;
  }
  .newsevent-page .search-area .topics-input {
    width: 100%;
    margin: 0 0 30px;
  }
  .newsevent-page .search-area .topics-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #A0A0A0;
  }
  .newsevent-page .search-area .topics-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 0 12px 12px 35px;
  }
  .newsevent-page .search-area .topics-input > div > span {
    position: absolute;
    left: 12px;
    top: 8px;
  }
  .newsevent-page .search-area .topics-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .newsevent-page .search-area .topics-input ul li {
     width: 100%;
    display: inline-block;
  }
  .newsevent-page .search-area .topics-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .newsevent-page .search-area .topics-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
  .newsevent-page .search-area .cat-input {
    width: 100%;
    margin: 0 0 30px;
  }
  .newsevent-page .search-area .cat-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .newsevent-page .search-area .cat-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 12px 12px 12px 35px;
  }
  .newsevent-page .search-area .cat-input > div > span {
    position: absolute;
    left: 12px;
    top: 17px;
  }
  .newsevent-page .search-area .cat-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .newsevent-page .search-area .cat-input ul li {
     width: 100%;
    display: inline-block;
  }
  .newsevent-page .search-area .cat-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .newsevent-page .search-area .cat-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
  .newsevent-page .search-area .year-input {
    width: 100%;
  }
  .newsevent-page .search-area .year-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #A0A0A0;
  }
  .newsevent-page .search-area .year-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 12px 12px 12px 35px;
  }
  .newsevent-page .search-area .year-input > div > span {
    position: absolute;
    left: 12px;
    top: 17px;
  }
  .newsevent-page .search-area .year-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .newsevent-page .search-area .year-input ul li {
     width: 100%;
    display: inline-block;
  }
  .newsevent-page .search-area .year-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .newsevent-page .search-area .year-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
  .newsevent-page .columns .column.column-news-search .pub-slider ul li .pub-item .pub-p {
    height: auto;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){
  .newsevent-page .columns .column .event-slider .event-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-loc {
    width: 23%;
  }
  .newsevent-page .search-area .year-input {
    width: 32.7%;
  }
}

/*perspective page*/
.perspective-page > .container > h1 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #333;
  font-weight: 700;
  margin: 0 0 24px 0;
}
.perspective-page > .container > p,
.perspective-page > .container > .textwidget > p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  font-weight: 400;
}
.perspective-page .columns .column {
  padding-left: 0;
  margin-left: 0;
}
.perspective-page .columns .column .pub-sec {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.perspective-page .columns .column .pub-sec > div {
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  padding: 13px 0;
  vertical-align: top;
}
.perspective-page .columns .column .pub-sec-animate.sticky > div {
  width: 388px;
  position: fixed;
  top: 20px;
}
.perspective-page .columns .column .pub-sec strong {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  padding: 11px 24px;
  width: 100%;
  display: inline-block;
}
.perspective-page .columns .column .pub-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.perspective-page .columns .column .pub-sec ul li {
  width: 100%;
  display: inline-block;
}
.perspective-page.perspective-page-new .columns .column .pub-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.perspective-page.perspective-page-new .columns .column .pub-sec ul li {
  width: 100%;
  display: inline-flex;
  order: 2;
}
.perspective-page.perspective-page-new .columns .column .pub-sec ul li.per-list-blogs {
  order: 1;
}
.perspective-page .columns .column .pub-sec ul li a {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 27px;
  color: #474747;
  padding: 11px 24px;
  font-weight: 700;
}
.perspective-page .columns .column .pub-sec ul li a:hover {
  background: rgba(4, 75, 137, 0.08);
  color: #044B89;
  text-decoration: none;
  font-weight: 700;
}
.perspective-page .columns .column .perspective-page-list {
  width: 68.5%;
  display: inline-block;
  padding: 0 0 0 24px;
}
.perspective-page.perspective-page-new .columns .column .perspective-page-list {
  display: inline-flex;
  flex-direction: column;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt {
  margin: 0 0 40px 0;
}
.perspective-page.perspective-page-new .columns .column .perspective-page-list .perspective-page-listt  {
  order: 2;
}
.perspective-page.perspective-page-new .columns .column .perspective-page-list .perspective-page-listt#blogs  {
  order: 1;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .header-perspective-page-listt {
  margin: 0 0 23px 0;
  position: relative;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .header-perspective-page-listt > h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .header-perspective-page-listt > a {
  font-size: 18px;
  line-height: 27px;
  color: #044B89;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .header-perspective-page-listt > p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item {
  padding: 0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item > a:hover {
  text-decoration: none;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item .pub-img {
  margin-bottom: 20px;
  height: 275px;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item .pub-img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item .pub-kat-page {
  font-size: 16px;
  line-height: 31px;
  color: #044B89;
  margin-bottom: 0;
  padding: 0 24px;
  font-weight: 400;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
  padding: 0 24px;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item .pub-title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
  height: 54px;
  overflow: hidden;
  font-weight: 700;
  padding: 0 24px;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item .pub-date {
  font-size: 16px;
  line-height: 31px;
  color: #A0A0A0;
  margin-bottom: 0;
  padding: 0 24px;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .item .pub-item .pub-p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 24px;
  padding: 0 24px;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 45%;
  z-index: 2;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 45%;
  z-index: 2;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider .owl-nav .disabled {
  opacity: 0;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt .perspective-page-list-list .perspective-page-slider:after {
  content: "";
  background: linear-gradient(270.45deg, #FFFFFF 1.44%, rgba(255, 255, 255, 0.890625) 1.45%, rgba(255, 255, 255, 0) 91.53%);
  width: 140px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.perspective-page .columns .column .perspective-page-list .perspective-page-listt:last-child {
/*   margin: 0; */
}
/*mobile*/
@media (max-width: 767.98px) {
  .perspective-page .columns .column .pub-sec {
    display: none;
  }
  .perspective-page .columns .column .perspective-page-list {
    width: 100%;
    padding: 0;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){
  .perspective-page .columns .column .pub-sec {
    width: 30%;
  }
  .perspective-page .columns .column .pub-sec-animate.sticky > div {
    width: 224px;
  }
}

/*publication page*/
.ico-search-filter {
  display: inline-block;
  background: url(../img/ico-search-mobile.svg) no-repeat center center;
  width: 32px;
  height: 33px;
  background-size: 32px;
}
.ico-comment {
  display: inline-block;
  background: url(../img/ico-comment.svg) no-repeat center center;
  width: 15px;
  height: 14px;
  background-size: 15px;
}
.ico-sort {
  display: inline-block;
  background: url(../img/ico-sort.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.ico-category {
  display: inline-block;
  background: url(../img/ico-category.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.ico-year {
  display: inline-block;
  background: url(../img/ico-year.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.publications-page h1 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}
.publications-page h1 > img {
  position: relative;
  top: -3px;
}
.publications-page .container > p,
.publications-page .container > .textwidget > p {
font-size: 16px;
line-height: 31px;
color: #333;
font-weight: 400;
}
.publications-page .search-area {
  margin-left: -12px;
  margin-right: -12px;
}
.publications-page .search-area .search-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 20px 0;
}
.publications-page .search-area .search-input form {
  margin: 0;
}
.publications-page .search-area .search-input input {
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  color: #333;
}
.publications-page .search-area .search-input button {
  position: absolute;
  right: 24px;
  top: 10px;
  border: none;
  background: transparent;
  padding: 0;
}
.publications-page .search-area .topics-input {
  width: 33.1%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.publications-page .search-area .topics-input form {
  margin: 0;
}
.publications-page .search-area .topics-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.publications-page .search-area .topics-input span {
  position: absolute;
  left: 36px;
  top: 22px;
}
.publications-page .search-area .sort-input {
  width: 24.7%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.publications-page .search-area .sort-input form {
  margin: 0;
}
.publications-page .search-area .sort-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.publications-page .search-area .sort-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.publications-page .search-area .cat-input {
  width: 33.1%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.publications-page .search-area .cat-input form {
  margin: 0;
}
.publications-page .search-area .cat-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.publications-page .search-area .cat-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.publications-page .search-area .year-input {
  width: 33.1%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.publications-page .search-area .year-input form {
  margin: 0;
}
.publications-page .search-area .year-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.publications-page .search-area .year-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.publications-page .columns {
  margin: 0 0 0 0;
}
.publications-page .columns .column {
  width: 100%;
  float: left;
  padding: 0;
      margin: 24px 0 0 0;
}
.publications-page .columns .column .pub-slider ul li {
  padding: 12px 12px;
}
.publications-page .columns .column .pub-slider ul li a:hover {
  text-decoration: none;
}
.publications-page .columns .column .pub-slider ul li .pub-item {
  padding: 15px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.publications-page .columns .column .pub-slider ul li .pub-item .pub-img {
  margin-bottom: 10px;
}
/*desktop only*/
@media (min-width: 1252px) { 
  .publications-page .columns .column .pub-slider ul li .pub-item .pub-img {
    height: 368px;
    overflow: hidden;
  }
}
/*mobile*/
@media (max-width: 767.98px) {
    .publications-page .columns .column .pub-slider ul li .pub-item .pub-img {
        height: 128px;
        width: 98px;
        overflow: hidden;
        position: relative;
        position: absolute;
        left: 15px;
        top: 15px;
        margin-bottom: 0;
    }
    .publications-page .columns .column .pub-slider ul li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .publications-page .columns .column .pub-slider ul li .pub-item {
      padding: 30px 15px 15px 125px;
      border: 1px solid #CCCCCC;
      box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
      border-radius: 4px;
      position: relative;
      min-height: 160px;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){ 
    .publications-page .columns .column .pub-slider ul li .pub-item .pub-img {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .publications-page .columns .column .pub-slider ul li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.publications-page .columns .column .pub-slider ul li .pub-item .pub-img img {
  width: 100%;
  border-radius: 4px;
}
.publications-page .columns .column .pub-slider ul li .pub-item .pub-kat-page {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 0;
}
.publications-page .columns .column .pub-slider ul li .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
}
.publications-page .columns .column .pub-slider ul li .pub-item .pub-title {
  font-size: 20px;
line-height: 32px;
  color: #333333;
  margin-bottom: 0;
  height: 64px;
  overflow: hidden;
  font-weight: 700;
}
.publications-page .columns .column .pub-slider ul li .pub-item .pub-date {
  font-size: 16px;
  line-height: 31px;
  color: #A0A0A0;
  margin-bottom: 0;
}
.publications-page .columns .column .pub-slider ul.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.publications-page .columns .column .paginations {
  margin: 24px 0 0 0;
  text-align: center;
}
.publications-page .page-wrap {
   border-top: solid 1px #A0A0A0;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
}
.single-publications-page {
  padding: 0 0 80px 0;
}
.single-publications-page .container-single-publication {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
}
.single-publications-page .container-single-publication .columns .column .iframe-pub {
  width: 100%;
  display: inline-block;
}
.single-publications-page .container-single-publication .columns .column .iframe-pub iframe {
  width: 100%;
  height: 911px;
}
.single-publications-page .container-single-publication .columns .column .share-socmed {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.single-publications-page .container-single-publication .columns .column .share-socmed h3 {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin: 0 0 24px 0;
  font-weight: 700;
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul li {
  display: inline-block;
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul li button {
  display: inline-block;
  padding: 0 12px;
  border: none;
  background: transparent;
  
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul li button.btn-copy-url.copied-url {
  position: relative;
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul li button.btn-copy-url.copied-url:after
{
    content: "Copy URL Successful";
    position: absolute;
    left: 0;
    top: 50px;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 11px;
    border-radius: 3px;
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul li button img {
  width: 48px;
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul li a {
  display: inline-block;
  padding: 0 12px;
}
.single-publications-page .container-single-publication .columns .column .share-socmed ul li a img {
  width: 48px;
}
.related {
  border-top: 1px solid #CCCCCC;
  padding: 40px 0;
}
.related h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  margin: 0 0 24px 0;
}
.related .pub-slider ul li {
  padding: 12px 12px;
}
.related .pub-slider ul li a:hover {
  text-decoration: none;
}
.related .pub-slider ul li .pub-item {
  padding: 0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.related .pub-slider ul li .pub-item .pub-img {
  margin-bottom: 10px;
}
/*desktop only*/
@media (min-width: 1252px) { 
  .related .pub-slider ul li .pub-item .pub-img {
    height: 368px;
    overflow: hidden;
  }
  .perspective-related .related .pub-slider ul li .pub-item .pub-img {
    height: 275px;
    overflow: hidden;
  }
  .perspective-related .related .pub-slider ul li .pub-item .pub-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
/*mobile*/
@media (max-width: 767.98px) {
    .related .pub-slider ul li .pub-item .pub-img {
        height: 210px;
        overflow: hidden;
        position: relative;
    }
    .related .pub-slider ul li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .perspective-related .related .pub-slider ul li .pub-item .pub-img {
      height: 200px;
      overflow: hidden;
    }
    .perspective-related .related .pub-slider ul li.col-6 {
      width: 100%!important;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){ 
    .related .pub-slider ul li .pub-item .pub-img {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .related .pub-slider ul li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .perspective-related .related .pub-slider ul li .pub-item .pub-img {
      height: 200px;
      overflow: hidden;
    }
}
.related .pub-slider ul li .pub-item .pub-img img {
  width: 100%;
  border-radius: 4px;
}
.related .pub-slider ul li .pub-item .pub-kat-page {
  font-size: 16px;
  line-height: 31px;
  color: #044B89;
  margin-bottom: 0;
  padding: 0 24px;
  font-weight: 700;
}
.related .pub-slider ul li .pub-item .pub-kat {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 0;
  padding: 0 24px 24px;
  min-height: 55px;
}
.page-wrapper-publication .related .pub-slider ul li .pub-item .pub-kat {
  display: none;
}
.related .pub-slider ul li .pub-item .pub-title {
  font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
    height: 64px;
    overflow: hidden;
    font-weight: 700;
    padding: 0 24px;
}
.related .pub-slider ul li .pub-item .pub-date {
  font-size: 16px;
  line-height: 31px;
  color: #A0A0A0;
  margin-bottom: 5px;
  padding: 0 24px;
}
.related .pub-slider ul li .pub-item  .pub-p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 24px;
  padding: 0 24px;
      height: 124px;
    overflow: hidden;
}
.related .pub-slider ul.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
/*mobile*/
@media (max-width: 767.98px) {
  .related {
    border-top: 1px solid #CCCCCC;
    padding: 25px 15px;
  }
  .publications-page > .container {
    position: relative;
  }
  .publications-page > .container .search-list-mobile #clickcatTopicsFilter {
    top: 8px;
  }
  .publications-page h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .publications-page .container > p {
    font-size: 14px;
    line-height: 27px;
  }
  .publications-page .columns .column .pub-slider ul.row {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .publications-page .columns .column .pub-slider ul li {
    padding: 4px 4px;
  }
  .publications-page .columns .column .pub-slider ul li .pub-item .pub-kat-page {
    font-size: 12px;
    line-height: 20px;
  }
  .publications-page .columns .column .pub-slider ul li .pub-item .pub-title {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .publications-page .columns .column .pub-slider ul li .pub-item .pub-date {
    font-size: 12px;
    line-height: 20px;
  }
  .publications-page .search-area .topics-input {
    width: 100%;
    margin: 0 0 30px;
  }
  .publications-page .search-area .topics-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #A0A0A0;
  }
  .publications-page .search-area .topics-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 0 12px 12px 35px;
  }
  .publications-page .search-area .topics-input > div > span {
    position: absolute;
    left: 12px;
    top: 8px;
  }
  .publications-page .search-area .topics-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .publications-page .search-area .topics-input ul li {
     width: 100%;
    display: inline-block;
  }
  .publications-page .search-area .topics-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .publications-page .search-area .topics-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
  .publications-page .search-area .cat-input {
    width: 100%;
    margin: 0 0 30px;
  }
  .publications-page .search-area .cat-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .publications-page .search-area .cat-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 12px 12px 12px 35px;
  }
  .publications-page .search-area .cat-input > div > span {
    position: absolute;
    left: 12px;
    top: 17px;
  }
  .publications-page .search-area .cat-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .publications-page .search-area .cat-input ul li {
     width: 100%;
    display: inline-block;
  }
  .publications-page .search-area .cat-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .publications-page .search-area .cat-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
  .publications-page .search-area .year-input {
    width: 100%;
  }
  .publications-page .search-area .year-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #A0A0A0;
  }
  .publications-page .search-area .year-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 12px 12px 12px 35px;
  }
  .publications-page .search-area .year-input > div > span {
    position: absolute;
    left: 12px;
    top: 17px;
  }
  .publications-page .search-area .year-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .publications-page .search-area .year-input ul li {
     width: 100%;
    display: inline-block;
  }
  .publications-page .search-area .year-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .publications-page .search-area .year-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){
  .related .pub-slider ul li:last-child {
    display: none;
  }
  .publications-page .search-area .topics-input {
    width: 33%;
  }
  .publications-page .search-area .cat-input {
    width: 33%;
  }
  .publications-page .search-area .year-input {
    width: 32.8%;
  }
  .publications-page h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .publications-page .container > p {
    font-size: 14px;
    line-height: 27px;
  }
  .publications-page .columns .column .pub-slider ul.row {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .publications-page .columns .column .pub-slider ul li {
    padding: 4px 4px;
  }
  .publications-page .columns .column .pub-slider ul li .pub-item .pub-kat-page {
    font-size: 10px;
    line-height: 20px;
  }
  .publications-page .columns .column .pub-slider ul li .pub-item .pub-title {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
  }
  .publications-page .columns .column .pub-slider ul li .pub-item .pub-date {
    font-size: 10px;
    line-height: 20px;
  }
}

/*global*/
.page-wrap {
  border-top: solid 1px #A0A0A0;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
  width: 100%;
  display: inline-block;
}
.ico-search {
  display: inline-block;
  background: url(../img/ico-search.svg) no-repeat center center;
  width: 13px;
  height: 14px;
  background-size: 13px;
}
.ico-arrow-left {
  display: inline-block;
  background: #fff url(../img/ico-arrow-left.svg) no-repeat center center;
  width: 28px;
  height: 29px;
  background-size: 30px;
  border-radius: 50%;
}
.ico-arrow-right {
  display: inline-block;
  background: #fff url(../img/ico-arrow-right.svg) no-repeat center center;
  width: 28px;
  height: 29px;
  background-size: 30px;
  border-radius: 50%;
}
.ico-arrow-left-red {
  display: inline-block;
  background: url(../img/ico-arrow-left-red.svg) no-repeat center center;
  width: 28px;
  height: 29px;
  background-size: 28px;
}
.ico-arrow-right-red {
  display: inline-block;
  background: url(../img/ico-arrow-right-red.svg) no-repeat center center;
  width: 28px;
  height: 29px;
  background-size: 28px;
}
.ico-menu {
  display: inline-block;
  background: url(../img/ico-menu.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.ico-search-mobile {
  display: inline-block;
  background: url(../img/ico-search-mobile.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.ico-prev {
  display: inline-block;
  background: url(../img/ico-prev.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.ico-next {
  display: inline-block;
  background: url(../img/ico-next.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.ico-date-white {
  display: inline-block;
  background: url(../img/ico-date-white.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.ico-map-white {
  display: inline-block;
  background: url(../img/ico-map-white.svg) no-repeat center center;
  width: 12px;
  height: 16px;
  background-size: 12px;
}
.button-ace {
  background: #044B89;
  border-radius: 4px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}
.button-ace:hover {
  color: #FFFFFF;
}
.owl-dots {
  text-align: center;
  margin: 24px 0 0 0;
}
.owl-dots .owl-dot {
  margin: 0 4px;
}
.owl-dots .owl-dot.active span {
  background: #044B89;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.breadcrumbs ul li {
  width: auto;
  display: inline-block;
}
.breadcrumbs ul li a,
.breadcrumbs ul li strong {
  font-size: 14px;
  line-height: 27px;
  color: #474747;
}
.breadcrumbs ul li a {
  color: #044B89;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}
.breadcrumbs ul li:after {
  content: "/";
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.header {
  height: 112px;
  padding: 15px 0 0 0;
  border-bottom: solid 1px #e5e5e5;
}
.header .logo-h {
  display: inline-block;
  padding: 0 0;
}
.header .topNav {
  float: right;
  padding: 0;
  width: 65%;
}
.header .topNav .search {
  float: left;
  width: 100%;
  text-align: right;
}
.header .topNav .ubermenu-custom {
  float: left;
  width: 100%;
  position: relative;
  top: -10px;
}
.header .topNav .ubermenu-custom-mobile {
  display: none;
}
/*mobile*/
@media (max-width: 767.98px) {
  .header .topNav .ubermenu-custom {
    display: none;
  }
  .header .topNav .ubermenu-custom-mobile {
    display: inline-block;
  }
  .header .topNav .ubermenu-custom-mobile .ubermenu-responsive-toggle {
    padding: 0;
    position: absolute;
    right: 50px;
    top: 31px;
    color: #044B89;
    font-size: 18px;
  }
  .header .topNav .ubermenu-custom-mobile nav.ubermenu-main
  {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    height: calc(100% - 80px);
    overflow: auto!important;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){
  .header .topNav .ubermenu-custom .ubermenu-responsive-toggle {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 86px;
    color: #044B89;
    font-size: 18px;
  }
  .header .topNav .ubermenu-custom nav.ubermenu-main
  {
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    background: #fff;
    height: auto;
  }
  .header .topNav .ubermenu-custom {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.header .topNav .ubermenu-custom nav.ubermenu-main{
  text-align: right;
}
.header .topNav .search form {
  position: relative;
  width: 288px;
  display: inline-block;
  margin-bottom: 20px;
}
.header .topNav .search form input {
  width: 100%;
  height: 32px;
  padding: 0 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 14px;
  line-height: 27px;
  color: #333;
}
.header .topNav .search form button {
  background: #044B89;
  border: none;
  border-radius: 4px;
  padding: 4px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.header .topNav .hamburger-menu {
  display: none;
}
.header .topNav .main-nav {
  float: left;
  width: 100%;
  text-align: right;
}
.header .topNav .main-nav > ul {
  position: relative;
}
.header .topNav .main-nav > ul > li > a {
  padding-bottom: 25px;
}
.header .topNav .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .topNav .main-nav ul li {
  display: inline-block;
}
.header .topNav .main-nav ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #474747;
  padding-left: 20px;
  font-weight: 700;
}
.header .topNav .main-nav ul li a:hover {
  color: #044B89;
  text-decoration: none;
}
.header .topNav .main-nav ul li.has-child {
  position: relative;
}
.header .topNav .main-nav ul li.has-child .sub-menu {
  position: absolute;
  top: 45px;
  right: 0;
  display: none;
  width: 288px;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.1);
  border-radius: 0px 0px 4px 4px;
  z-index: 2;
}
.header .topNav .main-nav ul li.has-child .sub-menu li {
  width: 100%;
  display: inline-block;
}
.header .topNav .main-nav ul li.has-child .sub-menu li a {
  width: 100%;
  display: inline-block;
  padding: 8px 24px;
  text-align: left;
  font-weight: 400;
}
.header .topNav .main-nav ul li.has-child .sub-menu li.for-title > a {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin-top: 12px;
  pointer-events: none;
}
.header .topNav .main-nav ul li.has-child .sub-menu li.for-title:first-child > a {
  margin-top: 0;
}
.header .topNav .main-nav ul li.has-child .sub-menu li strong {
  width: 100%;
  display: inline-block;
  padding: 8px 24px;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
.header .topNav .main-nav ul li.has-child:hover .sub-menu {
  display: inline-block;
}
.header .topNav .main-nav ul li.has-mega-menu {
  position: static;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu,
.header .topNav .main-nav ul li.has-mega-menu .sub-menu {
  position: absolute;
  top: 45px;
  right: 0;
  display: none;
  width: 624px;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.1);
  border-radius: 0px 0px 4px 4px;

}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu:after {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 45%;
  background-color: #A0A0A0;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .sub-menu li {
  width: 100%;
  display: inline-block;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .sub-menu li a {
  width: 100%;
  display: inline-block;
  padding: 8px 24px;
  text-align: left;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .sub-menu li a.active {
  color: #044B89;
  text-decoration: none;
}
.header .topNav .main-nav ul li.has-mega-menu > .sub-menu {
  
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child {
  text-align: left;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > a {
  width: 45%;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child.active > a {
  color: #044B89;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > .mega-menu {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  width: 54%;
  text-align: center;
  height: 100%;
  display: none;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child.active > .mega-menu {
  display: inline-block;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > .mega-menu > span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > .mega-menu > div:nth-child(3) {
  font-size: 16px;
  line-height: 31px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  width: 100%;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > .mega-menu > div:nth-child(1) {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > .mega-menu > div:nth-child(1) img {
  width: 60px;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .content-menu {
  display: inline-block;
  width: 54%;
  vertical-align: top;
  padding: 16px 24px;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .content-menu .content-menu-wrap {
  text-align: center;
  display: none;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .content-menu .content-menu-wrap.active {
  display: inline-block;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .content-menu .content-menu-wrap .content-menu-wrap-title {
  font-size: 16px;
  line-height: 24px;
  color: #474747;
  margin: 24px 0 0 0;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu .content-menu .content-menu-wrap .content-menu-wrap-par {
  font-size: 14px;
  line-height: 27px;
  color: #474747;
  margin: 15px 0 0 0;
}
.header .topNav .main-nav ul li.has-child-mega .mega-menu:before {
  background: #ccc;
  content: "";
  width: 1px;
  height: calc(100% - 48px);
  position: absolute;
  left: 45%;
  top: 24px;
}
.header .topNav .main-nav ul li.has-child-mega:hover .mega-menu {
  display: inline-block;
}
.header .topNav .search-mobile {
  display: none;
}
.page-wrapper {
  padding: 24px 0 74px 0;
  width: 100%;
  display: inline-block;
}
footer {
  border-top: solid 1px #ccc;
}
footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-one {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  padding: 0 30px 0 0;
}
footer .footer-one .footer-about,
footer .footer-one #text-2 {
  margin: 0 0 24px;
}
footer .footer-one .footer-about h4,
footer .footer-one #text-2 h4,
footer .footer-one .footer-about h3,
footer .footer-one #text-2 h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px 0;
}
footer .footer-one .footer-about p,
footer .footer-one #text-2 p,
footer .footer-one .footer-about .textwidget,
footer .footer-one #text-2 .textwidget {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin: 0;
}
footer .footer-one .footer-address h4,
footer .footer-one #text-3 h4,
footer .footer-one .footer-address h3,
footer .footer-one #text-3 h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px 0;
}
footer .footer-one .footer-address p,
footer .footer-one #text-3 p,
footer .footer-one .footer-address .textwidget,
footer .footer-one #text-3 .textwidget {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin: 0;
}
footer .footer-one .footer-address .textwidget p,
footer .footer-one #text-3 .textwidget p {
  margin: 0;
}
footer .footer-one #text-3 .textwidget > div {
  position: relative;
}
footer .footer-one #text-3 .textwidget > div > span {
  position: absolute;
  left: 0;
  top: -2px;
}
footer .footer-one #text-3 .textwidget > div > div {
  padding: 0 0 0 25px;
}
.icon-address {

}
footer .footer-two {
  display: inline-block;
  width: 41%;
  vertical-align: top;
}
footer .footer-two > h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px 0;
}
footer .footer-two .footer-link {
  width: 49.1%;
  display: inline-block;
  vertical-align: top;
}
footer .footer-two .footer-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-two .footer-link ul li {
  width: 100%;
  display: inline-block;
}
footer .footer-two .footer-link ul li a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #474747;
  padding: 7px 0;
}
footer .footer-two .footer-link ul li:first-child a {
  padding: 0 0 7px;
}
footer .footer-two .menu-footer-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-two .menu-footer-menu-container ul li {
  width: 48%;
  display: inline-block;
}
footer .footer-two .menu-footer-menu-container ul li a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #474747;
  padding: 7px 0;
  vertical-align: top;
}
footer .footer-two .menu-footer-menu-container ul li:first-child a {
  /*padding: 0 0 7px;*/
}
footer .footer-three {
  display: inline-block;
  width: 26.2%;
  vertical-align: top;
  padding: 0 0 0 30px;
}
@media (max-width: 1249px) and (min-width: 768px) { 
  footer .footer-three {
    width: 26%;
  }
}

footer .footer-three .logo-footer h4,
footer .footer-three .widget h4,
footer .footer-three .logo-footer h3,
footer .footer-three .widget h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 30px 0;
}
footer .footer-three .socmed {
  margin: 0;
}
footer .footer-three .socmed h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px 0;
}
footer .footer-three .socmed ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
footer .footer-three .socmed ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
footer .footer-three .socmed ul li a {
  display: inline-block;
}
footer .footer-three .socmed ul li a img {
  width: 24px;
}
footer .footer-three .footer-news {

}
footer .footer-three .footer-news h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}
footer .footer-three .footer-news .footer-news-input,
footer .footer-three .footer-news .tnp.tnp-subscription {
  margin: 0 0 24px 0;
}
footer .footer-three .footer-news .footer-news-input form,
footer .footer-three .footer-news .tnp.tnp-subscription form {

}
footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email {
    margin: 0;
    display: inline-block;
}
footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email input {
    font-size: 12px;
  line-height: 23px;
  color: #4E4E4E;
  border: 1px solid #A0A0A0;
  border-radius: 4px 0 0 4px;;
  height: 40px;
  padding: 0 15px;
  width: 180px;
  background: transparent;
}
footer .footer-three .footer-news .footer-news-input input {
  font-size: 12px;
  line-height: 23px;
  color: #4E4E4E;
  border: 1px solid #A0A0A0;
  border-radius: 4px 0 0 4px;;
  height: 40px;
  padding: 0 15px;
  
}
footer .footer-three .footer-news .footer-news-input button {
  background: #044B89;
  border-radius: 0px 4px 4px 0px;
  font-size: 12px;
  line-height: 23px;
  color: #FFFFFF;
  border: none;
  height: 40px;
  position: relative;
  top: -1px;
  left: -5px;
  width: 105px;
}
footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-button input {
    background: #044B89;
  border-radius: 0px 4px 4px 0px;
  font-size: 12px;
  line-height: 23px;
  color: #FFFFFF;
  border: none;
  height: 40px;
  position: relative;
  top: 1px;
  left: -5px;
  width: 105px;
  text-transform: uppercase;
}
footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-button {
    margin: 0;
    display: inline-block;
}
footer .copyright {
  background: #033159;
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.paginations ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: inline-block;
}
.paginations ul li {
  display: inline-block;
  vertical-align: top;
}
.paginations ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  color: #808080;
  width: 48px;
  height: 48px;
  text-align: center;
  font-weight: 700;
}
.paginations ul li a:hover,
.paginations ul li a.active {
  color: #044B89;
  text-decoration: none;
}
.paginations ul li a.prev {
  background: #044B89;
  border-radius: 4px 0px 0px 4px;
}
.paginations ul li a.prev span {
  position: relative;
  top: 6px;
}
.paginations ul li a.next {
  background: #044B89;
  border-radius: 0px 4px 4px 0px;
}
.paginations ul li a.next span {
  position: relative;
  top: 6px;
}
.paginations ul li .current {
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  color: #000;
  width: 48px;
  height: 48px;
  text-align: center;
  font-weight: 700;
}
.paginations ul li.first a {
  background: #044B89;
  border-radius: 4px 0px 0px 4px;
}
.paginations ul li.first a span {
  position: relative;
  top: 10px;
}
.paginations ul li.last {
  background: #044B89;
  border-radius: 0px 4px 4px 0px;
}
.paginations ul li.last span {
  position: relative;
  top: 10px;
}
.wp-pagenavi-wrap {
  width: 100%;
  display: inline-block;
  margin: 30px 0 0 0;
  text-align: center;
}
.wp-pagenavi {
background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: inline-block;
}
.wp-pagenavi>.pages {
  display: none;
}
.wp-pagenavi>a.previouspostslink {
  background: #044B89;
  border-radius: 4px 0px 0px 4px;
  font-size: 16px;
    line-height: 48px;
    color: transparent;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
        border: 0;
}
.wp-pagenavi>a.previouspostslink:before {
  content: "";
  display: inline-block;
  background: url(../img/ico-prev.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 24px;
      position: relative;
    top: 7px;
    right: -4px;
}
.wp-pagenavi>a.nextpostslink {
  background: #044B89;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
    line-height: 48px;
    color: transparent;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
        border: 0;
}
.wp-pagenavi>a.nextpostslink:before {
  content: "";
   display: inline-block;
  background: url(../img/ico-next.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 24px;
      position: relative;
    top: 7px;
    right: -4px;
}
.wp-pagenavi>a.page {
    font-size: 16px;
    line-height: 48px;
    color: #808080;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    border: none;
    padding: 0;
    display: inline-block;
}
.wp-pagenavi>a.page:hover {
  color: #044B89;
  text-decoration: none;
}
.wp-pagenavi>span.current{
  color: #044B89;
  text-decoration: none;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    border: none;
    padding: 0;
    display: inline-block;
}
.wp-pagenavi>.extend {
  color: #808080;
  text-decoration: none;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    border: none;
    padding: 0;
    display: inline-block;
}
.wp-pagenavi>a.first {
  display: none;
}
.wp-pagenavi>a.last {
  display: none;
}
/*mobile*/
@media (max-width: 767.98px) {
  body {
    padding: 80px 0 0 0;
  }
  .header {
    height: 80px;
    padding: 20px 0 0 0;
    border-bottom: solid 1px #e5e5e5;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
  }
  .header .logo-h a img {
    width: 176px;
  }
  .header .topNav {
    width: auto;
  }
  .header .topNav .hamburger-menu {
    display: inline-block;
    padding: 10px 0 0 20px;
  }
  .header .topNav .hamburger-menu.active span {
    display: inline-block;
    background: url(../img/ico-close-blue.svg) no-repeat center center;
    width: 22px;
    height: 22px;
    background-size: 22px;
  } 
  .header .topNav .search {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #fff;
  }
  .header .topNav .search form {
    width: 100%;
    margin-bottom: 0;
  }
  .header .topNav .search form button {
    display: none;
  }
  .header .topNav .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 2;
    border-bottom: solid 1px #f2f2f2;
  }
  .header .topNav .main-nav > ul {
    padding: 8px 0;
  }
  .header .topNav .main-nav > ul > li {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .header .topNav .main-nav > ul > li > a {
    width: 100%;
    display: inline-block;
    padding: 8px 24px;
  }
  .header .topNav .main-nav ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #044B89;
  }
  .header .topNav .main-nav > ul > li.has-child {
    position: relative;
  }
  .header .topNav .main-nav > ul > li.has-child > span {
    background: url(../img/ico-arrow-up-blue.svg) no-repeat center center;
    width: 16px;
    height: 9px;
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 5px;
    padding: 15px;
  }
  .header .topNav .main-nav > ul > li.active.has-child > span {
    transform: rotate(180deg);
  }
  .header .topNav .main-nav ul li.has-child .sub-menu li a {
    color: #333333;
    padding: 8px 24px 8px 34px;
  }
  .header .topNav .main-nav ul li.has-child .sub-menu li.for-title > a {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .header .topNav .main-nav ul li.has-child .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    display: inline-block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: solid 1px #f2f2f2;
  }
  .header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > .mega-menu {
    display: none;
  }
  .header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > a {
    width: 100%;
  }
  .header .topNav .main-nav ul li.has-mega-menu .sub-menu:after {
    display: none;
  }
  /*.header .topNav .main-nav > ul > li.has-child:hover .sub-menu {
    display: none;
  }*/
  .header .topNav .search-mobile {
    display: inline-block;
    padding: 10px 0 0 10px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  footer .footer-one {
    width: 100%;
    padding: 0;
  }
  footer .footer-one #text-3 {
    text-align: left;
  }
  footer .footer-one #text-3 .widget-title {
    text-align: left;
  }
  footer .footer-one .footer-about h4 {
    font-size: 14px;
    line-height: 24px;
  }
  footer .footer-one .footer-about p {
    font-size: 12px;
    line-height: 23px;
  }
  footer .footer-one .footer-address h4 {
    font-size: 14px;
    line-height: 24px;
  }
  footer .footer-one .footer-address p {
    font-size: 12px;
    line-height: 23px;
  }
  footer .footer-two {
    width: 100%;
    margin: 24px 0 0 0;
  }
  footer .footer-three {
    width: 100%;
    padding: 0;
    margin: 24px 0 0 0;
    display: inline-flex;
    flex-direction: column;
  }
  footer .footer-three .logo-footer {
    text-align: center;
    margin: 24px 0 0 0;
  }
  footer .footer-three .logo-footer h4 {
    font-size: 14px;
    line-height: 24px;
  }
  footer .footer-three .socmed {
    margin: 0;
    text-align: center;
  }
  footer .footer-three .socmed h4 {
    font-size: 14px;
    line-height: 24px;
  }
  footer .footer-three .socmed ul li {
    padding: 0 10px;
  }
  footer .footer-three .socmed ul li a img {
    width: 24px;
  }
  footer .copyright {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 23px;
  }
  footer .footer-one .footer-about h4, footer .footer-one #text-2 h4, footer .footer-one .footer-about h3, footer .footer-one #text-2 h3 {
    font-size: 14px!important;
    line-height: 24px!important;
  }
  footer .footer-one .footer-address h4, footer .footer-one #text-3 h4, footer .footer-one .footer-address h3, footer .footer-one #text-3 h3 {
    font-size: 14px!important;
    line-height: 24px!important;
  }
  footer .footer-one .footer-about p, footer .footer-one #text-2 p, footer .footer-one .footer-about .textwidget, footer .footer-one #text-2 .textwidget,footer .footer-one .footer-address p, footer .footer-one #text-3 p, footer .footer-one .footer-address .textwidget, footer .footer-one #text-3 .textwidget {
    font-size: 14px!important;
    line-height: 23px!important;
  }
  footer .footer-two > h4 {
    font-size: 14px!important;
    line-height: 24px!important;
  }
  footer .footer-two .menu-footer-menu-container ul li a {
    font-size: 14px!important;
    line-height: 23px!important;
  }
  footer .footer-three .footer-news h4 {
    font-size: 14px!important;
    line-height: 24px!important;
    text-align: center;
  }
  footer .footer-three .footer-news .footer-news-input input {
    width: 100%;
    border-radius: 4px;
  }
  footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email {
      width: 100%;
  }
  footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email input {
      width: 100%;
      border-radius: 4px;
  }
  footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-button {
    margin: 0;
    display: inline-block;
    width: 100%;
}
footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-button input {
        width: 100%;
    border-radius: 4px;
    position: relative;
    top: 0;
    left: 0;
    margin: 8px 0 0 0;
    font-weight: 700;
}
  footer .footer-three .footer-news .footer-news-input input::-webkit-input-placeholder,
  footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    text-align: center;
    color: #4E4E4E;
  }
  footer .footer-three .footer-news .footer-news-input input::-moz-placeholder,
  footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email input::-moz-placeholder{ /* Firefox 19+ */
    text-align: center;
    color: #4E4E4E;
  }
  footer .footer-three .footer-news .footer-news-input input:-ms-input-placeholder,
  footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email input:-ms-input-placeholder{ /* IE 10+ */
    text-align: center;
    color: #4E4E4E;
  }
  footer .footer-three .footer-news .footer-news-input input:-moz-placeholder,
  footer .footer-three .footer-news .tnp.tnp-subscription form .tnp-field.tnp-field-email input:-moz-placeholder{ /* Firefox 18- */
    text-align: center;
    color: #4E4E4E;
  }
  footer .footer-three .footer-news .footer-news-input button {
    width: 100%;
    border-radius: 4px;
    position: relative;
    top: 0;
    left: 0;
    margin: 8px 0 0 0;
    font-weight: 700;
  }
  footer .footer-three .widget h3 {
    font-size: 14px!important;
    line-height: 24px!important;
  }
  #media_image-2 {
    text-align: center;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){
  .header .topNav .search form {
    width: 236px;
    margin: 0;
  }
  .header .topNav {
    width: auto;
    margin: 20px 0 0 0;
  }
  .header .topNav .search {
    /*display: inline-block;*/
    float: none;
    width: auto;
    margin-right: 100px;
  }
  .header .topNav .hamburger-menu {
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    top: 5px;
  }
  .header .topNav .hamburger-menu.active span {
    display: inline-block;
    background: url(../img/ico-close-blue.svg) no-repeat center center;
    width: 22px;
    height: 22px;
    background-size: 22px;
  } 
  .header .topNav .main-nav {
    border-top: 1px solid #E5E5E5;
    display: none;
    position: absolute;
    top: 143px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 2;
    border-bottom: solid 1px #f2f2f2;
  }
  .header .topNav .main-nav > ul {
    padding: 8px 0;
  }
  .header .topNav .main-nav > ul > li {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .header .topNav .main-nav > ul > li > a {
    width: 100%;
    display: inline-block;
    padding: 8px 24px;
    font-size: 16px;
  }
  .header .topNav .main-nav ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #044B89;
  }
  .header .topNav .main-nav > ul > li.has-child {
    position: relative;
  }
  .header .topNav .main-nav > ul > li.has-child > a {
    font-size: 16px;
  }
  .header .topNav .main-nav > ul > li.has-child > span {
    background: url(../img/ico-arrow-up-blue.svg) no-repeat center center;
    width: 16px;
    height: 9px;
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 5px;
    padding: 15px;
  }
  .header .topNav .main-nav > ul > li.active.has-child > span {
    transform: rotate(180deg);
  }
  .header .topNav .main-nav ul li.has-child .sub-menu li a {
    color: #333333;
    padding: 8px 24px 8px 34px;
  }
  .header .topNav .main-nav ul li.has-child .sub-menu li.for-title > a {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .header .topNav .main-nav ul li.has-child .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    display: inline-block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: solid 1px #f2f2f2;
  }
  .header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > .mega-menu {
    display: none;
  }
  .header .topNav .main-nav ul li.has-mega-menu .sub-menu .has-mega-menu-child > a {
    width: 100%;
  }
  .header .topNav .main-nav ul li.has-mega-menu .sub-menu:after {
    display: none;
  }

  .banner {
    height: 325px;
  }
  .banner h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .banner p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
  }
  .banner .action .banner-action {
    font-size: 12px;
    line-height: 24px;
  }

  .publications .pub-sec {
    width: 48%;
    padding: 90px 20px 0 0;
  }
  .publications .pub-sec h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .publications .pub-sec p {
    font-size: 14px;
    line-height: 27px;
    width: 100%;
  }
  .publications .pub-sec a {
    width: 192px;
    font-size: 12px;
    line-height: 40px;
  }
  .publications .pub-slider .pub-slider-owl .owl-nav .owl-next {
    right: -30px;
  }
  .publications .pub-slider .pub-slider-owl .owl-nav .owl-prev {
    left: -30px;
  }
  .publications .pub-slider .pub-slider-owl li .pub-item .pub-katt {
    font-size: 10px;
    line-height: 20px;
  }
  .publications .pub-slider .pub-slider-owl li .pub-item .pub-title {
    font-size: 12px;
    line-height: 23px;
    height: 40px;
  }
  .publications .pub-slider .pub-slider-owl li .pub-item .pub-date {
    font-size: 10px;
    line-height: 20px;
  }

  .event .owl-nav .owl-prev {
    left: 0;
  }
  .event .owl-nav .owl-next {
    right: 0;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-sub {
    font-size: 32px;
    line-height: 48px;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-kat {
    font-size: 16px;
    line-height: 24px;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-datee {
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-datee span {
    margin: 0 10px 0 0;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-date .event-loc {
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-par {
    font-size: 10px;
    line-height: 20px;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-content .event-slider-act a {
    width: 192px;
    font-size: 12px;
    line-height: 40px;
  }
  .event .event-slider .event-slider-owl li .event-slider-item .event-slider-img {
      height: auto;
  }

  .perspective .container h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .perspective .container p {
    font-size: 14px;
    max-width: 65%;
  }
  .perspective .container > a {
    font-size: 16px;
    line-height: 24px;
    bottom: 34px;
  }
  .perspective .perspective-slider .perspective-slider-owl.owl-carousel {
    display: flex;
    position: static;
    width: auto;
    margin-left: -8px;
  margin-right: -8px;
  }
  .perspective .perspective-slider .perspective-slider-owl li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content {
    padding: 15px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-kat {
    font-size: 14px;
    line-height: 27px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-title {
    font-size: 16px;
    line-height: 24px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-date {
    font-size: 12px;
    line-height: 23px;
  }
  .perspective .perspective-slider .perspective-slider-owl li .perspective-slider-item .perspective-slider-content .perspective-slider-par {
    font-size: 14px;
    line-height: 27px;
  }
  .work {
    padding: 40px 0;
  }
  .work .container > h2 {
    font-size: 28;
    line-height: 42px;
  }
  .work .container > .textwidget p {
    font-size: 14px;
    line-height: 27px;
  }
  .work .content ul li .work-content .work-title {
    font-size: 16px;
    line-height: 24px;
        height: 48px;
  }
  .work .content ul li .work-content .work-par {
    font-size: 12px;
    line-height: 23px;
  }
  .work .content ul li .work-content .work-img img {
    width: 100px;
  }
  .work .content ul {
    margin: 0 -8px;
  }
  .work .content ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .work .content .see-more-work {
    width: 192px;
    font-size: 12px;
    line-height: 40px;
  }

  .vacancy {
    background-position: center center;
    min-height: 381px;
    height: auto; 
  }
  .vacancy-cont {
    width: 50%;
  }

  footer .container {
    max-width: 540px;
  }
  footer .footer-one {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
  }
  footer .footer-one .footer-about, footer .footer-one #text-2 {
    margin: 0;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0 20px 0 0;
  }
  footer .footer-one .footer-about, footer .footer-one #text-3 {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px 0 0;
  }
  footer .footer-one .footer-about h4, footer .footer-one #text-2 h4, footer .footer-one .footer-about h3, footer .footer-one #text-2 h3 {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-one .footer-about p, footer .footer-one #text-2 p, footer .footer-one .footer-about .textwidget, footer .footer-one #text-2 .textwidget {
    font-size: 12px;
    line-height: 23px;
  }
  footer .footer-one .footer-address h4, footer .footer-one #text-3 h4, footer .footer-one .footer-address h3, footer .footer-one #text-3 h3 {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-one .footer-address p, footer .footer-one #text-3 p, footer .footer-one .footer-address .textwidget, footer .footer-one #text-3 .textwidget {
    font-size: 12px;
    line-height: 23px;
  }
  footer .footer-two > h4 {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-two .menu-footer-menu-container ul li a {
    font-size: 12px;
    line-height: 23px;
  }
  footer .footer-two {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  footer .footer-three {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    position: relative;
      margin: 24px 0 0 0;
  }
  footer .footer-three .footer-news {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-three .socmed {
    margin: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  footer .footer-three #media_image-2 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-three #media_image-2 h3 {
    margin: 0 0 10px 0;
  }
  footer .footer-three .footer-news h4 {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-three .logo-footer h4, footer .footer-three .widget h4, footer .footer-three .logo-footer h3, footer .footer-three .widget h3 {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-three .socmed ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer .copyright {
    font-size: 12px;
    line-height: 23px;
  }
  #media_image-3,
  #media_image-2,
  .socmed.widget,
  .widget.widget_media_image {
    text-align: center;
  }
}

/*tag page*/
.tag-head {
  padding: 20px 0 30px;
  border-bottom: solid 1px #CCCCCC;
}
.tag-head h1 {
  margin: 0;
}
.tag-head h1 > div {
  width: auto;
  display: inline-block;
}
.tag-head h1 > div img {
  width: 65px;
}
.tag-head h1 > span {
  width: auto;
  display: inline-block;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
  padding: 0 0 0 15px;
}
.tag-head h1 > p {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 27px;
  color: #333333;
  font-weight: 700;
  margin: 0;
}
.other-topics {
  margin: 24px 0 0 0;
}
.other-topics h2 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  width: 100%;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.other-topics ul {
  margin-left: -4px;
  margin-right: -4px;
  list-style: none;
  padding: 0;
}
.other-topics ul li {
  padding-left: 4px;
  padding-right: 4px;
      padding-bottom: 4px;
    padding-top: 4px;
}
.other-topics ul li a {
  width: 100%;
  display: inline-block;
  background: #F2F2F2;
  border-radius: 4px;
  font-size: 12px;
  line-height: 48px;
  text-align: center;
  color: #48773E;
  font-weight: 700;
}
.tag-page .tag-page-list {
  border-bottom: solid 1px #CCCCCC;
  padding: 0 0 40px 0;
}
.tag-page .tag-page-list .tag-list-head {
  margin: 40px 0 0 0;
}
.tag-page .tag-page-list .tag-list-head .tag-title-s h2 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
.tag-page .tag-page-list .tag-list-head .tag-title-s a {
  font-size: 16px;
  line-height: 24px;
  color: #48773E;
  font-weight: 700;
  float: right;
  margin: 15px 0 0 0;
}
.tag-page .tag-page-list .tag-list-head .tag-result {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.tag-page .tag-page-list .columns {
  margin: 30px 0 0 0;
  width: 100%;
  display: inline-block;
}
.tag-page .tag-page-list .columns .column {
  width: 100%;
  float: left;
  padding: 0;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li {
  padding: 8px 8px;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li > a {
  display: inline-block;
  width: 100%;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li > a:hover {
  text-decoration: none;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item {
  padding: 8px;
  border: 1px solid #A0A0A0;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-img {
  margin-bottom: 10px;
}
/*desktop only*/
@media (min-width: 1252px) { 
  .tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-img {
    height: 368px;
    overflow: hidden;
  }
}
/*mobile*/
@media (max-width: 767.98px) {
    .tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-img {
        height: 210px;
        overflow: hidden;
        position: relative;
    }
    .tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px){ 
    .tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-img {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-kat-page {
  font-size: 14px;
  line-height: 27px;
  color: #044B89;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
  padding: 0;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-title {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
  font-weight: 700;
  padding: 0;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-date {
  font-size: 12px;
  line-height: 23px;
  color: #808080;
  margin-bottom: 0;
  padding: 0;
}
.tag-page .tag-page-list .columns .column .pub-slider ul li .pub-item .pub-p {
  font-size: 14px;
  line-height: 27px;
  color: #474747;
  margin-bottom: 24px;
  padding: 0 24px;
}
.tag-page .tag-page-list .columns .column .pub-slider ul.row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li {
  padding: 12px 12px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li > a:hover {
  text-decoration: none;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li .pub-item {
  padding: 15px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li .pub-item .pub-img {
  margin-bottom: 10px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li .pub-item .pub-img img {
  width: 100%;
  border-radius: 4px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li .pub-item .pub-kat-page {
  font-size: 12px;
  line-height: 23px;
  color: #474747;
  margin-bottom: 10px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li .pub-item .pub-title {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
  height: 48px;
  overflow: hidden;
  font-weight: 700;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul li .pub-item .pub-date {
  font-size: 12px;
  line-height: 23px;
  color: #808080;
  margin-bottom: 5px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub ul.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.tag-page .tag-page-list .columns .column .paginations {
  margin: 24px 0 0 0;
  text-align: center;
}
.tag-page .tag-page-list:last-child {
  border-bottom: none;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub.news-slider-pub ul li .pub-item {
  padding: 0;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub.news-slider-pub ul li .pub-item .pub-kat-page {
  font-size: 14px;
  line-height: 27px;
  color: #044B89;
  font-weight: 700;
  padding: 0 16px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub.news-slider-pub ul li .pub-item .pub-img {
  height: 275px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub.news-slider-pub ul li .pub-item .pub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub.news-slider-pub ul li .pub-item .pub-title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    padding: 0 16px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub.news-slider-pub ul li .pub-item .pub-date {
    font-size: 12px;
    line-height: 23px;
    color: #A0A0A0;
    padding: 0 16px;
}
.tag-page .tag-page-list .columns .column .pub-slider-pub.news-slider-pub ul li .pub-item  .pub-p{
  font-size: 14px;
  line-height: 27px;
  color: #333333;
  padding: 0 16px 23px;
}
/*mobile*/
@media (max-width: 767.98px) {
  .tag-head {
    padding: 0 0 30px;
  }
  .tag-head h1 > span {
    font-size: 28px;
    line-height: 42px;
  }
  .tag-head h1 > p {
    font-size: 14px;
    line-height: 27px;
    margin: 10px 0 0 0 0;
  }
  .other-topics > div {
    overflow: auto;
    width: 100%;
    display: inline-block;
  }
  .other-topics > div > ul {
    width: 1024px;
    overflow: hidden;
  }
  .tag-page .tag-page-list .tag-list-head .tag-title-s h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .tag-page .tag-page-list .tag-list-head .tag-title-s a {
    font-size: 14px;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*topics page*/
.topics-page > .container h1 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}
.topics-page > .container p {
  font-size: 14px;
  line-height: 27px;
  color: #333333;
  margin: 0;
  font-weight: 700;
}
.topics-page .columns {
  margin: 40px 0 0 0;
}
.topics-page .columns .column {
  width: 100%;
  float: left;
  padding: 0;
}
.topics-page .columns .column .topics-list {
  border-bottom: 1px solid #A0A0A0;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.topics-page .columns .column .topics-list:last-child {
  border-bottom: none;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 24px 0;
  position: relative;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > div {
    width: 80%;
    display: inline-block;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a {
  width: 100%;
  display: inline-block;
  position: relative;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a > div:nth-child(1) {
  width: 80px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a > div:nth-child(1) img {
  width: 100%;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a > div:nth-child(2) {
  padding: 0 0 0 105px;
  width: 100%;
  display:  inline-block;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a > div:nth-child(2) > div {
  width: 100%;
  display:  inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a > div:nth-child(2) > span {
  width: 100%;
  display:  inline-block;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 700;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-left > a {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #044B89;
    font-weight: 700;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-right-wrap {
  /*width: 100%;
  display:  inline-block;*/
  margin-left: -8px;
  margin-right: -8px;
}
.topics-page .columns .column .topics-list .topics-content .topics-content-right-wrap .topics-content-right {
  /*width: 50%;
  display:  inline-block;*/
  padding-left: 8px;
  padding-right: 8px;
}
.topics-content-right > a {
  width: 100%;
  display: inline-block;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  padding: 20px 24px;
}
.topics-content-right > a:hover {
  text-decoration: none;
}
.topics-content-right > a .topics-content-right-c {
  font-size: 16px;
  line-height: 31px;
  color: #044B89;
  font-weight: 700;
}
.topics-content-right > a .topics-content-right-t {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}
.topics-content-right > a .topics-content-right-d {
  font-size: 14px;
  line-height: 27px;
  color: #A0A0A0;
}
.topics-content-right > a .topics-content-right-e {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}
/*mobile*/
@media (max-width: 767.98px) {
  .topics-page > .container h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .topics-page > .container p {
    font-size: 12px;
    line-height: 23px;
  }
  .topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a > div:nth-child(2) > span {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  .topics-page .columns .column .topics-list .topics-content .topics-content-left > div > a > div:nth-child(2) > div {
    font-size: 14px;
    line-height: 24px;
  }
  .topics-page .columns .column .topics-list .topics-content .topics-content-left > a {
    font-size: 14px;
    line-height: 24px;
    top: 0;
  }
  .topics-page .columns .column .topics-list .topics-content .topics-content-left > div {
    width: 100%;
  }
  .topics-page .columns .column .topics-list .topics-content .topics-content-right-wrap .topics-content-right {
    margin: 0 0 24px;
  }
  .topics-page .columns .column .topics-list .topics-content .topics-content-right-wrap .topics-content-right:last-child {
    margin: 0;
  }
  .topics-content-right > a .topics-content-right-c {
    font-size: 16px;
    line-height: 31px;
  }
  .topics-content-right > a .topics-content-right-t {
    font-size: 16px;
    line-height: 24px;
  }
  .topics-content-right > a .topics-content-right-d {
    font-size: 14px;
    line-height: 27px;
  }
  .topics-content-right > a .topics-content-right-e {
    font-size: 14px;
    line-height: 27px;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px) {
  .topics-page .columns .column .topics-list .topics-content .topics-content-left > a {
    top: 25px;
  }
}


/*topics page*/
.work-page > .container h1 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}
.work-page > .container p {
  font-size: 16px;
  line-height: 31px;
  color: #333;
  margin: 0;
  font-weight: 700;
}
.work-page .columns {
  margin: 40px 0 0 0;
}
.work-page .columns .column {
  width: 100%;
  float: left;
  padding: 0;
}
.work-page .columns .column .content {
  margin: 0;
  text-align: center;
}
.work-page .columns .column .content ul {
  list-style: none;
  padding: 0;
  margin: 0 -12px;
}
.work-page .columns .column .content ul li {
  padding-left: 12px;
  padding-right: 12px;
}
.work-page .columns .column .content ul li .work-content {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  padding: 24px;
}
.work-page .columns .column .content ul li .work-content > a {
  width: 100%;
  display: inline-block;
}
.work-page .columns .column .content ul li .work-content .work-img {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.work-page .columns .column .content ul li .work-content .work-title {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #044B89;
  font-weight: 700;
  margin: 15px 0 0 0;
  height: 72px;
  overflow: hidden;
}
.work-page .columns .column .content ul li .work-content .work-par {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
  color: #474747;
  margin: 15px 0 0 0;
}
.work-page .columns .column .content ul li .work-content .work-act {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 40px 0 0 0;
}
.work-page .columns .column .content ul li .work-content .work-act a {
  width: 288px;
  display: inline-block;
  border: 1px solid #044B89;
  border-radius: 4px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #044B89;
  font-weight: 700;
}
.work-page .columns .column .testi {
  margin: 70px 0 0 0;
}
.work-page .columns .column .testi > h2 {
  font-size: 48px;
  line-height: 72px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.work-page .columns .column .testi .testi-list .testi-list-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li {
  padding: 40px 0 0 0;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li > div {
  text-align: center;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(1) {
  font-size: 16px;
  line-height: 31px;
  color: #474747;
  margin: 0 auto 40px auto;
  max-width: 800px;
  position: relative;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(1):before {
  content: "";
  background: url(../img/ico-testi.svg) no-repeat center center;
  width: 75px;
  height: 70px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(2) {
  font-size: 18px;
  line-height: 27px;
  color: #044B89;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(2) img {
      width: 80px;
    height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(3) {
  font-size: 16px;
  line-height: 31px;
  color: #044B89;
  max-width: 350px;
  margin: 0 auto;
  font-weight: 700;
}
.work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(4) {
  font-size: 16px;
  line-height: 31px;
  color: #333;
  max-width: 350px;
  margin: 0 auto;
  font-weight: 700;
} 
.work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(5) {
  max-width: 30%;
  margin: 0 auto;
}
.work-page .columns .column .testi .testi-list .testi-list-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 2;
}
.work-page .columns .column .testi .testi-list .testi-list-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 2;
}
/*mobile*/
@media (max-width: 767.98px) {
  .work-page .columns .column .content ul li {
    margin: 0 0 24px 0;
  }
  .work-page .columns .column .content ul li:last-child {
    margin: 0;
  }
  .work-page .columns .column .content ul li .work-content .work-img img {
    width: 100px;
  }
  .work-page .columns .column .content ul li .work-content .work-par {
      font-size: 14px;
      line-height: 24px;
      color: #333;
  }
  .work-page .columns .column .testi .testi-list .testi-list-slider li > div:nth-child(5) {
    max-width: 100%;
    margin: 0 auto;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px) {
  .work-page .columns .column .content ul li .work-content .work-img img {
    width: 100px;
  }
}

/*search page*/
.search-head {

}
.search-head h1 {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #333333;
    font-weight: 700;
}
.search-head .search-list {
  margin-left: -12px;
  margin-right: -12px;
}
.search-head .search-list .search-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 20px 0;
}
.search-head .search-list .search-input form {
  margin: 0;
}
.search-head .search-list .search-input input {
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  color: #333;
}
.search-head .search-list .search-input button {
  position: absolute;
  right: 24px;
  top: 10px;
  border: none;
  background: transparent;
  padding: 0;
}
.search-head .search-list .topics-input {
  width: 49.8%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.search-head .search-list .topics-input form {
  margin: 0;
}
.search-head .search-list .topics-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-head .search-list .topics-input span {
  position: absolute;
  left: 36px;
  top: 22px;
}
.search-head .search-list .sort-input {
  width: 24.7%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.search-head .search-list .sort-input form {
  margin: 0;
}
.search-head .search-list .sort-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-head .search-list .sort-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.search-head .search-list .cat-input {
  width: 49.7%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.search-head .search-list .cat-input form {
  margin: 0;
}
.search-head .search-list .cat-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-head .search-list .cat-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.search-head .search-list .year-input {
  width: 49.8%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.search-head .search-list .year-input form {
  margin: 0;
}
.search-head .search-list .year-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-head .search-list .year-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}
.ico-no-search {
  display: inline-block;
  background: url(../img/ico-search-empty.svg) no-repeat center center;
  width: 104px;
  height: 104px;
  background-size: 104px;
}
.list-search{
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.list-search>div.col-12 {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.list-search .list-search-data {
border: 1px solid #A0A0A0;
box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
border-radius: 4px;
padding: 24px;
  height: 100%;
}
.list-search .list-search-data > a {

}
.list-search .list-search-data > a:hover {
    text-decoration: none;
}
.list-search .list-search-data .s-kat {
font-size: 16px;
line-height: 31px;
color: #044B89;
font-weight: 700;
}
.list-search .list-search-data .s-title {
font-size: 20px;
line-height: 30px;
color: #333;
font-weight: 700;
  height: 60px;
}
.list-search .list-search-data .s-date {
font-size: 16px;
line-height: 31px;
color: #A0A0A0;
}
.list-search .list-search-data .s-exc {
font-size: 16px;
line-height: 31px;
color: #333;
}
.search-no {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  width: 100%;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
      max-width: 900px;
    margin: 0 auto;

}
.search-no>h3 {
  font-weight: 700;
      margin: 40px 0 10px 0;
}
.search-no>p {
  font-size: 18px;
}
.search-no>a{
  background: #044B89;
  border-radius: 4px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  width: 288px;
  display: inline-block;
  font-weight: 700;
  margin: 30px 0 0 0;
}

.search-page {
  border-top: solid 1px #A0A0A0;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
}
.result-text {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 0 0;
}
.sort-by-filter {
    display: inline;
}
.filter-mobile {
    display: none;
}
.sort-by {
position: relative;
float: right;
}
.sort-by select {
border: 1px solid #A0A0A0;
    box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
    border-radius: 4px;
    height: 56px;
    background: transparent;
    width: 246px;
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 56px;
}
.sort-by>span {
  position: absolute;
    left: 20px;
    top: 20px;
}
.result-sort-head {
    position: relative;
    width: 100%;
    display: inline-block;
        margin: 0 0 40px 0;
}
.search-page .related {
  border-top: none;
  padding: 70px 0;
}
.search-list-mobile {
  display: none;
}
.ico-category-mobile {
  display: inline-block;
  background: url(../img/ico-category-mobile.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 24px;
}

/*mobile*/
@media (max-width: 767.98px) {
  .search-head .search-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .search-head .search-list .cat-input {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .search-head .search-list .cat-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .search-head .search-list .cat-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 12px 12px 12px 35px;
  }
  .search-head .search-list .cat-input > div > span {
    position: absolute;
    left: 12px;
    top: 17px;
  }
  .search-head .search-list .cat-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .search-head .search-list .cat-input ul li {
     width: 100%;
    display: inline-block;
  }
  .search-head .search-list .cat-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .search-head .search-list .cat-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
  .search-head .search-list .topics-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #A0A0A0;
  }
  .search-head .search-list .topics-input > div {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    font-weight: 700;
    padding: 0 12px 12px 35px;
  }
  .search-head .search-list .topics-input > div > span {
    position: absolute;
    left: 12px;
    top: 8px;
  }
  .search-head .search-list .topics-input ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .search-head .search-list .topics-input ul li {
     width: 100%;
    display: inline-block;
  }
  .search-head .search-list .topics-input ul li a {
     width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-weight: 700;
    padding: 12px;
  }
  .search-head .search-list .topics-input ul li a.active {
     width: 100%;
    display: inline-block;
    color: #044B89;
    background-color: #e1e9f1;
  }
  .search-list-dektop {
    display: none;
  }
  .search-head h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .sort-by-filter {
    /*white-space: nowrap;*/
    font-size: 0;
  }
  .sort-by {
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0 0 0 0;
  }
  .filter-mobile {
      width: 100%;
      display: inline-block;
      padding: 0 0 0 0;
      position: relative;
      vertical-align: top;
      cursor: pointer;
      margin: 10px 0 0 0;
  }
  .filter-mobile>span {
    position: absolute;
    left: 20px;
    top: 20px;
        background-size: 19px;
    width: 19px;
    height: 19px;
    }
  .filter-mobile > div {
      border: 1px solid #A0A0A0;
    box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
    border-radius: 4px;
    height: 56px;
    background: transparent;
    width: 100%;
    font-size: 16px;
    line-height: 56px;
    color: #333333;
    background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
    padding: 0 56px;
  }
  .sort-by select {
    width: 100%;
  }
  .search-no {
    font-size: 16px;
    line-height: 24px;
  }
  .search-no>p {
    font-size: 16px;
    line-height: 31px;
  }
  .search-no>a {
    font-size: 14px;
  }
  .related h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .related>.container {
    padding-left: 0;
    padding-right: 0;
  }
  .related .pub-slider ul li .pub-item .pub-kat-page {
    font-size: 14px;
    line-height: 27px;
  }
  .related .pub-slider ul li .pub-item .pub-title  {
    font-size: 14px;
    line-height: 21px;
    height: 60px;
  }
  .related .pub-slider ul li .pub-item .pub-date {
    font-size: 12px;
    line-height: 23px;
  }
  .related .pub-slider ul li .pub-item .pub-kat {
    font-size: 14px;
    line-height: 27px;
    padding: 0 24px 15px;
  }
  .search-page .related {
    padding: 40px 0 0 0;
  }
  .search-list-mobile {
    display: inherit;
    /*position: relative;*/
  }
  .search-list.search-list-mobile  {
    position: relative;
  }
  #clickcatTopicsFilter {
    position: absolute;
    right: 15px;
    top: -40px;
    opacity: 0;
  }
  #catTopicsFilter {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    background: #fff;
    z-index: 1;
    display: none;
    border-bottom: solid 1px #e5e5e5;
    padding: 0 0 30px 0;
    height: calc(100% - 80px);
    overflow: auto;
    z-index: 1;
  }
  .catTopicsFilter-head {
    position: relative;
      padding: 15px;
  }
  .catTopicsFilter-head h6 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: #333333;
    display: inline-block;
    margin: 0;
    font-weight: 700;
  }
  .catTopicsFilter-head > span
  {
    display: inline-block;
    background: url(../img/ico-close-blue.svg) no-repeat center center;
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .closecatTopicsFilter {
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .result-text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 15px;
    width: 100%;
  }
  .wp-pagenavi-wrap {
    padding: 0 15px;
  }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px) {
  .search-list-mobile {
    display: none;
  }
  .search-head h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .search-head .search-list .topics-input {
    width: 49.7%;
  }
  .related .pub-slider ul li .pub-item .pub-kat-page {
    font-size: 14px;
    line-height: 27px;
    padding: 0 15px;
  }
  .related .pub-slider ul li .pub-item .pub-title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
    height: 48px;
  }
  .related .pub-slider ul li .pub-item .pub-date {
    font-size: 12px;
    line-height: 23px;
    padding: 0 15px;
  }
  .related .pub-slider ul li .pub-item .pub-kat {
    font-size: 14px;
    line-height: 27px;
    padding: 0 15px 15px; 
  }
  .result-text {
    font-size: 16px;
    line-height: 31px;
  }
  .list-search .list-search-data .s-kat {

  }
  .list-search .list-search-data .s-title {
	height: auto;
  }
  .list-search .list-search-data .s-date {

  }
  .list-search .list-search-data .s-exc {

  }
}
@media (max-width: 767.98px) {
	.list-search .list-search-data .s-title {
	    height: auto;
	}
}

/* RIZKY CODE */

/* Global Code */

.card {
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
}

.content-heading {
  color: #000000;
  font-weight: bold;
  margin-bottom: 14px;
}

.line-seperator {
  width: 100%;
  height: 1px;
  background: #A0A0A0;
}

.paginations {
  margin: 24px 0 0 0;
  text-align: center;
}

.page-wrapper .breadcrumbs strong {
  font-weight: normal;
}

.btn-blue-dark {
  background: #044B89;
  color: white;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  padding: 10px;
}
.bidding-tender-page.details .btn-blue-dark a {
    color: white;
    text-decoration: none;
}
.btn-blue-dark a {
    color: white;
    text-decoration: none;
}
.vacancy-list .btn-blue-dark a {
    color: #fff;
    text-decoration: none;
}
.btn-blue-dark:hover {
  background: #053C6C;
  color: white;
}

.card-full .card {
  height: auto;
  color: #333333;
}

.card-full .card-body {
  overflow-y: auto;
  padding-bottom: 0;
}

.card-full h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.card-full h5 {
  font-weight: bold;
  margin-bottom: 0;
}

.card-full .qualification-requirements h5 {
  margin-bottom: 24px;
}

.card-full .qualification-requirements ul>li {
  line-height: 195%;
  margin-bottom: 24px;
}

.card-full .card-footer {
  color: #333333;
  font-weight: bold;
}

.card-full .card-footer .date {
  color: #E23E34;
  display: block;
}

.card-full .card-header .card-title ,
.card-full .card-header .card-title a{
  color: #044B89;
}
.card-full .card-header .card-title a:hover {
  text-decoration: none;
}

.pub-sec {
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  padding: 13px 0;
  vertical-align: top;
  margin-bottom: 30px;
}

.pub-sec strong {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  padding: 11px 24px;
  width: 100%;
  display: inline-block;
}

.pub-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pub-sec ul li {
  width: 100%;
  display: inline-block;
}

.pub-sec ul li a {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 27px;
  color: #474747;
  padding: 11px 24px;
  font-weight: 700;
}

.pub-sec ul li a:hover {
  background: rgba(4, 75, 137, 0.08);
  color: #044B89;
  text-decoration: none;
  font-weight: 700;
}

.pub-sec .active {
  background: rgba(4, 75, 137, 0.08);
  color: #044B89 !important;
  text-decoration: none;
  font-weight: 700;
}

.pub-sec-mobile .cat-input {
  width: 100%;
  display: inline-block;
  position: relative;
}

.pub-sec-mobile .cat-input form {
  margin: 0;
}

.pub-sec-mobile .cat-input select {
  background: transparent url(../img/ico-down-blue.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #044B89;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pub-sec-mobile .cat-input span {
  position: absolute;
  color: #044B89;
  font-weight: bold;
  left: 23px;
  top: 20px;
}

.qualification-requirements ul {
  padding-left: 20px;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20%!important;
  ;
}

.w-40 {
  width: 40% !important;
}

.w-42 {
  width: 42% !important;
}

.w-48 {
  width: 48% !important;
}

.w-52 {
  width: 52% !important;
}

.w-58 {
  width: 58% !important;
}

.w-60 {
  width: 60% !important;
  ;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.list-group {
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
}

.status-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ico-home-outline {
  display: inline-block;
  background: url(../img/pages/ico-home-outline.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.ico-telephone-outline {
  display: inline-block;
  background: url(../img/pages/ico-telephone-outline.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.ico-phone-outline {
  display: inline-block;
  background: url(../img/pages/ico-phone-outline.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.ico-message-outline {
  display: inline-block;
  background: url(../img/pages/ico-message-outline.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.ico-watch-outline {
  display: inline-block;
  background: url(../img/pages/ico-watch-outline.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.ico-dropdown-outline {
  display: inline-block;
  background: url(../img/pages/ico-dropdown-outline.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

/* introduction page */

.introduction-page h3, .introduction-page h5, .introduction-page h1 {
  color: #333;
  font-weight: bold;
}
.page.introduction-page h3 {
    color: #044B89;
}

.introduction-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.introduction-page .introduction-page-list ul>li {
  line-height: 200%;
  margin-bottom: 30px;
}

.introduction-page .ace-asean-energy {
  margin-bottom: 100px;
}

.introduction-page .ace-asean-energy img {
  width: 100%;
  margin-bottom: 30px;
}

/* people page */

.people-page>.container>h1 {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #333;
  font-weight: 700;
  margin: 0 0 24px 0;
}

.people-page>.container>p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  font-weight: 700;
}

.people-page .columns .column .people-page-list {
  width: calc(100% - 293px);
  display: inline-block;
  padding: 0 0 0 24px;
}

.people-page .columns .column .people-page-list .people-page-listt {
  margin: 0 0 40px 0;
}

/* People Page Local Code */

#arrow-collapse {
  cursor: pointer;
}

.people-page .card {
  margin-bottom: 24px;
}
.people-page .card.country-elem {

}
.people-page .card.country-elem .card-header {
  position: relative;
  cursor: pointer;
}
.people-page .card.country-elem .card-header:after {
  content: "";
  background: transparent url(../img/ico-arrow-up-blue.svg) no-repeat center center;
  width: 24px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(180deg);
}
.people-page .card.country-elem .card-header.active:after {
  transform: rotate(0deg);
}
.people-page .card-title {
  font-weight: bold;
}
.people-page .card.country-elem .card-body {
  padding: 0;
  display: none;
}
.people-page .card.country-elem  .card-body-content {
  padding: 1.25em;
}

.people-page .card-title, .people-page .card-text {
  color: #333333;
}

.people-gov-council .card-title {
  font-size: 20px;
  color: #044B89;
}

.people-gov-council .card-additional-title {
  font-weight: bold;
  font-size: 16px;
}

.people-gov-council .card-text {
  margin-top: 20px;
}

.people-gov-council .card-footer a {
  font-weight: bold;
  color: #044B89;
}

.people-management-staff .row.no-gutters {
  height: 135px;
}

.people-management-staff h5 {
  font-size: 0.9rem;
}

.people-management-staff .card {
  height: 100%;
}

.people-management-staff .card .card-img {
  border-radius: 4px;
}

.people-management-staff .card-text {
  line-height: 155%;
  font-size: 0.8rem;
}

.people-management-staff .content-heading {
  margin-top: 20px;
}

.card-wrap-wrap .modal-dialog {
  max-width: 678px;
  margin: 1.75rem auto;
}

.card-wrap-wrap .modal .modal-content {
  max-width: 678px;
  margin: auto;
}

.card-wrap-wrap .modal .modal-body {
  padding: 32px;
}

.card-wrap-wrap .modal .modal-body img {
  width: 80%;
  margin-bottom: 20px;
}

.card-wrap-wrap .modal .close img {
  width: 90%!important;
}

.card-wrap-wrap .modal .modal-body h5 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

/* Binding and Tender */

.bidding-tender-desc a {
  font-weight: bold;
  color: #044B89;
}

.bidding-tender-page .search-area {
  margin-left: -12px;
  margin-right: -12px;
}

.bidding-tender-page .search-area .search-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 20px 0;
}

.bidding-tender-page .search-area .search-input form {
  margin: 0;
}

.bidding-tender-page .search-area .search-input input {
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  color: #808080;
}

.bidding-tender-page .search-area .search-input button {
  position: absolute;
  right: 24px;
  top: 10px;
  border: none;
  background: transparent;
  padding: 0;
}

.bidding-tender-page .search-area .status-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.bidding-tender-page .search-area .status-input form {
  margin: 0;
}

.bidding-tender-page .search-area .status-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bidding-tender-page .search-area .status-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}

.bidding-tender-page .search-area .newest-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.bidding-tender-page .search-area .newest-input form {
  margin: 0;
}

.bidding-tender-page .search-area .newest-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bidding-tender-page .search-area .newest-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}

@media (max-width: 767.98px) {
  .bidding-tender-page .card-full .card-header .text-right {
    text-align: left!important;
  }
}


/* Details Bidding and Tender */

.bidding-tender-page.details .list-group {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bidding-tender-page.details .list-group-item {
  border: 0;
}

.bidding-tender-page.details a {
  color: #044B89;
  font-weight: bold;
}

.bidding-tender-page.details .card-title h4 {
  color: #333333;
}

/* vacancy page */

.vacancy-page-desc p {
  width: 808px;
}

.vacancy-page-desc a {
  font-weight: bold;
  color: #044B89;
}
.vacancy-page .vacancy-page-listt .vacancy-desc p a {
  font-weight: bold;
  color: #044B89;
}
.vacancy-page .search-area {
  margin-left: -12px;
  margin-right: -12px;
}

.vacancy-page .search-area .search-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 20px 0;
}

.vacancy-page .search-area .search-input form {
  margin: 0;
}

.vacancy-page .search-area .search-input input {
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  color: #808080;
}

.vacancy-page .search-area .search-input button {
  position: absolute;
  right: 24px;
  top: 10px;
  border: none;
  background: transparent;
  padding: 0;
}

.vacancy-page .search-area .status-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.vacancy-page .search-area .status-input form {
  margin: 0;
}

.vacancy-page .search-area .status-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vacancy-page .search-area .status-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}

.vacancy-page .search-area .newest-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.vacancy-page .search-area .newest-input form {
  margin: 0;
}

.vacancy-page .search-area .newest-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vacancy-page .search-area .newest-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}

.vacancy-page .sub-menu .card-title {
  font-size: 16px;
  font-weight: bold;
}

.vacancy-page .sub-menu .card-text {
  font-size: 16px;
  line-height: 195%;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .vacancy-page .card-full .card-header .text-right {
    text-align: left!important;
  }
}

/* Vacancy Page Detail */

.vacancy-page-detail .card-header .card-title {
  color: #044B89;
  font-size: 16px;
  font-weight: bold;
}

.vacancy-page-detail .card-full .card-body {
  overflow-y: unset;
  padding-bottom: 20px;
}

.vacancy-page-detail .card-full .card {
  height: 100%;
  color: #333333;
}

.vacancy-page-detail .qualification-requirements h5 {
  font-size: 16px;
  font-weight: bold;
}

.vacancy-page-detail .other-vacancy a {
  display: block;
  margin-bottom: 32px;
  color: #044B89;
}

.vacancy-page-detail .sub-menu .card-title {
  font-weight: bold;
}
.vacancy-page-detail .sub-menu .card-text {
  font-size: 16px;
  line-height: 195%;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .vacancy-page-detail .card-full .card-header .text-right {
    text-align: left!important;
  }
}

/* contact page */

.contact-page .form-group input, .contact-page .form-group select, .contact-page .form-group textarea {
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
}

.contact-page .form-group {
  margin-bottom: 20px;
}

.contact-page .form-group input, .contact-page .form-group select {
  height: 56px;
}

.contact-page .btn-blue-dark {
  width: 236px;
}

.contact-page label {
  font-size: 20px;
  font-weight: bold;
}

.contact-page .sub-menu p {
  line-height: 195%;
}

.contact-page .sub-menu .col-md-1 {
  margin-top: 0.5rem !important;
}
.gm-style .place-card-large {
    display: none;
}
.contact-page .textwidget {
    width: 100%;
    display: inline-block;
    position: relative;
}
.contact-page .textwidget > .col-md-1 {
  position: relative;
  width: auto;
}
.contact-page .textwidget > .col-md-1 > span {
  position: absolute;
  left: 0;
  top: 7px;
}
.contact-page .textwidget > .col-md-11 {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  padding-left: 30px;
}
.contact-page .textwidget.custom-html-widget iframe {
    width: 100%;
    height: 300px;
}   
@media (max-width: 767.98px) {
  .contact-page .textwidget > .col-md-1 > span {
    left: 15px;
  }
  .contact-page .textwidget > .col-md-11 {
    padding-left: 55px;
  }
}
/* internation organization */

.international-organization-page>.container>h1 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #333;
  font-weight: 700;
  margin: 0 0 24px 0;
}

.international-organization-page>.container>p {
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  font-weight: 700;
}

.international-organization-page .search-area {
  margin-left: -12px;
  margin-right: -12px;
}

.international-organization-page .search-area .search-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 20px 0;
}

.international-organization-page .search-area .search-input form {
  margin: 0;
}

.international-organization-page .search-area .search-input input {
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  color: #808080;
}

.international-organization-page .search-area .search-input button {
  position: absolute;
  right: 24px;
  top: 10px;
  border: none;
  background: transparent;
  padding: 0;
}

.international-organization-page .search-area .status-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.international-organization-page .search-area .status-input form {
  margin: 0;
}

.international-organization-page .search-area .status-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.international-organization-page .search-area .status-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}

.international-organization-page .search-area .newest-input {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.international-organization-page .search-area .newest-input form {
  margin: 0;
}

.international-organization-page .search-area .newest-input select {
  background: transparent url(../img/ico-arrow-down.svg) no-repeat right 20px center;
  width: 100%;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
  height: 56px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.international-organization-page .search-area .newest-input span {
  position: absolute;
  left: 36px;
  top: 20px;
}

.international-organization-page .columns .column .international-organization-page-list .international-organization-page-listt {
  margin: 0 0 40px 0;
}

.international-organization-page .card-full .card {
  height: 100%;
  color: #333333;
}

.international-organization-page .card-full .card-header {
  border-bottom: 0;
}

.international-organization-page .card-full .card-footer {
  border-top: 0;
}

.international-organization-page .card-full .card-body .organization h5 {
  color: #044B89;
  margin-bottom: 16px;
}

.international-organization-page .card-full .card-body .organization small {
  font-size: 16px;
  margin-bottom: 16px;
}

.international-organization-page .card-full .card-body .organization p {
  font-size: 16px;
  font-weight: bold;
}

.international-organization-page .card-full .card-body .organization .content-isdf {
  font-size: 16px;
  font-weight: bold;
}

.international-organization-page .card-full .card-footer .years {
  margin-left: 30px;
  font-size: 16px;
  font-weight: normal;
}

.international-organization-page .card-full .card-footer .ico-watch-outline {
  position: absolute;
  top: 3px;
}

.international-organization-page .active a {
  background: rgba(4, 75, 137, 0.08);
  color: #044B89 !important;
  text-decoration: none;
  font-weight: 700;
}
.international-organization-page .pub-sec-mobile {
  display: none;
}
/*.international-organization-page .pub-sec-mobile .cat-input select {
      background: transparent url(../img/pages/ico-down-blue.svg) no-repeat right 20px center;
}*/

/* international page details */

.international-organization-page.details {
  overflow-x: hidden;
}

.international-organization-page.details .card {
  border: 0;
  box-shadow: 0px 0px 0px rgba(204, 204, 204, 0);
}

.international-organization-page.details .card-body {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .international-organization-page .pub-sec-mobile {
    display: inline-block;
    width: 100%;
  }
  .international-organization-page.details .card-body.card-body-content img {
    max-width: 100%;
    height: auto;
  }
}

/* apaec page */

.apaec-desc {
  position: relative;
  padding: 0;
  margin-top: 40px;
}

.apaec-desc h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 700;
}

.programmee-area {
  position: relative;
}

.programmee-area h1 {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 700;
}

.programmee-area .pub-sec-mobile .cat-input select {
  padding: 0 45px 0 20px;
  font-size: 16px;
}

.programmee-area .columns .column {
  width: 100%;
  float: left;
  padding: 0;
}

.programmee-area .columns .column .pub-slider>h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 700;
}

.programmee-area .columns .column .pub-slider ul li {
  padding: 12px 12px;
}

.programmee-area .columns .column .pub-slider ul li a:hover {
  text-decoration: none;
}

.programmee-area .columns .column .pub-slider ul li .pub-item {
  padding: 0;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-radius: 4px;
}

.programmee-area .columns .column .pub-slider ul li .pub-item .pub-img {
  margin-bottom: 20px;
  height: 275px;
}

.programmee-area .columns .column .pub-slider ul li .pub-item .pub-img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.programmee-area .columns .column .pub-slider ul li .pub-item .pub-kat-page {
  font-size: 14px;
  line-height: 27px;
  color: #044B89;
  margin-bottom: 0;
  padding: 0 24px;
}

.programmee-area .columns .column .pub-slider ul li .pub-item .pub-kat {
  font-size: 12px;
  line-height: 23px;
  color: #044B89;
  margin-bottom: 10px;
  padding: 0 24px;
}

.programmee-area .columns .column .pub-slider ul li .pub-item .pub-title {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
  height: 54px;
  overflow: hidden;
  font-weight: 700;
  padding: 0 24px;
}

.programmee-area .columns .column .pub-slider ul li .pub-item .pub-date {
  font-size: 14px;
  line-height: 27px;
  color: #808080;
  margin-bottom: 20px;
  padding: 0 24px;
}

.programmee-area .columns .column .pub-slider ul li .pub-item .pub-p {
  font-size: 14px;
  line-height: 27px;
  color: #474747;
  margin-bottom: 24px;
  padding: 0 24px;
}

.programmee-area .columns .column .pub-slider ul.row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.programmee-area .programmee-slider {
  margin: 24px 0 0 0;
}

.programmee-area .programmee-slider>h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 700;
}

.programmee-area .programmee-slider .programmee-tabs .nav-tabs {
  border-bottom: none;
  padding: 0 30px;
}

.programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item {
  margin-bottom: -2px;
}

.programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
}

.programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a.active {
  color: #044B89;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

.programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a.active:hover, .programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a.active:focus {
  color: #044B89;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}

.programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a:hover, .programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a:focus {
  color: #044B89;
  border: 1px solid transparent;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content {
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab {
  padding: 48px;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month>h5 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 24px 0;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list:last-child {
  margin: 0;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-date {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  vertical-align: top;
  padding: 0 24px 0 0;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 24px 0 0;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>div {
  display: inline-block;
  width: 100%;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>div a {
  font-size: 16px;
  line-height: 24px;
  color: #044B89;
  font-weight: 700;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>div a:hover {
  text-decoration: none;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-loc {
  vertical-align: top;
  display: inline-block;
  width: 24%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:after {
  content: "";
  background: #CCCCCC;
  width: calc(100% + 48px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -24px;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:last-child {
  padding: 0;
  margin: 0;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:last-child:after {
  display: none;
}

.programmee-area .tab-content .header-image {
  margin-right: 20px;
  float: left
}

.programmee-area .tab-content .header-tab-content .header-title {
  float: left;
  margin-top: 15px;
}

.programmee-area .tab-content .header-tab-content .header-title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #044B89;
  margin-bottom: 16px;
}

.programmee-area .tab-content .header-tab-content .header-title p {
  font-size: 16px;
  font-weight: bold;
}

.programmee-area .tab-content .body-tab-content h5 {
  font-weight: bold;
}

.programmee-area .tab-content .body-tab-content p {
  margin-bottom: 5px;
}

.programmee-area .tab-content .body-tab-content ol {
  padding-left: 18px;
}

.publications-page.apaec h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 700;
}

.publications-page.apaec .columns .column .pub-slider ul li .pub-item .pub-kat-page {
  color: #044B89;
}

.people-page {

}
.page-list .card-title {
  font-size: 20px;
  color: #044B89;
}

.page-list .card-additional-title {
  font-weight: bold;
  font-size: 16px;
}

.page-list .card-text {
  margin-top: 20px;
}

.page-list .card-footer a {
  font-weight: bold;
  color: #044B89;
}
.page-list img {
    max-width: 100%;
    height: auto;
}
.card-wrap-wrap {
    width: 49.5%;
    display: inline-block;
}
.card-wrap-wrap > .card {
  cursor: pointer;
}
.card-wrap-wrap + .wpb_content_element {
  margin-top: 30px;
  margin-bottom: 12px;
}

.card-wrap-wrap-img {
    display: inline-block;
    width: 24%;
}

.card-wrap-wrap-con {
    display: inline-block;
    width: 76%;
}
.card-wrap-wrap .socmed-team {
  padding: 0 0 0 20px;
}
.card-wrap-wrap .socmed-team ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.card-wrap-wrap .socmed-team ul li {
  display: inline-block;
  width: auto;
}
.card-wrap-wrap .socmed-team ul li  a {
  padding: 0 0px 0 0;
  display: inline-block;
}
.icon-team-linkedin {
  display: inline-block;
  background: url(../img/icon-team-linkedin.png) center center no-repeat;
  width: 26px;
  height: 24px;
}
.icon-team-twitter {
display: inline-block;
  background: url(../img/icon-team-twitter.png) center center no-repeat;
  width: 25px;
  height: 24px;
}
.icon-team-instagram {
display: inline-block;
  background: url(../img/icon-team-instagram.png) center center no-repeat;
  width: 25px;
  height: 23px;
}
.card-wrap-wrap .modal .socmed-team {
  padding: 0;
}
.quote-custom-team {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0 0 40px;
  margin: 0 0 20px 0;
}
.quote-custom-team:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  background: #FDB713;
  left: 15px;
  top: 0;
}
.people-page .wpb_wrapper h5 {
  font-size: 20px; 
}

.asean-one {

}
.asean-one>.vc_column_container.vc_col-sm-12 {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
    float: none;
}
.asean-one>.vc_column_container.vc_col-sm-12 > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.asean-one>.vc_column_container.vc_col-sm-12 .title-event {
    margin-top: 40px;
    margin-bottom: 0;
}
.asean-one>.vc_column_container.vc_col-sm-12 .title-event .wpb_wrapper {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 0 0 20px;
    font-weight: 700;
}
.asean-one>.vc_column_container.vc_col-sm-12 .text-par-news {
    margin-bottom: 0;
}
.asean-one>.vc_column_container.vc_col-sm-12 .text-par-news .wpb_wrapper {
    margin-bottom: 0;
}
.apaec-tab-two>.vc_column_container.vc_col-sm-12 {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
    float: none;
}
.apaec-tab-two.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.apaec-tab-two>.vc_column_container.vc_col-sm-12 > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.apaec-tab-two>.vc_column_container.vc_col-sm-12 .apaec-title {
    margin-bottom: 0;
}
.apaec-tab-two>.vc_column_container.vc_col-sm-12 .apaec-title .wpb_wrapper {
    
}
.apaec-tab-two>.vc_column_container.vc_col-sm-12 .apaec-title .wpb_wrapper h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 0 0 20px;
    font-weight: 700;
}
.apaec-tab-two .programmee-tabs .nav-tabs {
  border-bottom: none;
  padding: 0 30px;
}

.apaec-tab-two .programmee-tabs .nav-tabs .nav-item {
  margin-bottom: -2px;
}

.apaec-tab-two .programmee-tabs .nav-tabs .nav-item a {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
}

.apaec-tab-two .programmee-tabs .nav-tabs .nav-item a.active {
  color: #044B89;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

.apaec-tab-two .programmee-tabs .nav-tabs .nav-item a.active:hover, .programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a.active:focus {
  color: #044B89;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}

.apaec-tab-two .programmee-tabs .nav-tabs .nav-item a:hover, .programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a:focus {
  color: #044B89;
  border: 1px solid transparent;
}

.apaec-tab-two .programmee-tabs .tab-content {
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab {
  padding: 48px;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month>h5 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 24px 0;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list:last-child {
  margin: 0;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-date {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  vertical-align: top;
  padding: 0 24px 0 0;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 24px 0 0;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>div {
  display: inline-block;
  width: 100%;
}

.programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>div a {
  font-size: 16px;
  line-height: 24px;
  color: #044B89;
  font-weight: 700;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-title>div a:hover {
  text-decoration: none;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month .upcoming-tab-list .upcoming-tab-list-loc {
  vertical-align: top;
  display: inline-block;
  width: 24%;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:after {
  content: "";
  background: #CCCCCC;
  width: calc(100% + 48px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -24px;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:last-child {
  padding: 0;
  margin: 0;
}

.apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab .upcoming-tab-month:last-child:after {
  display: none;
}

.apaec-tab-two .tab-content .header-image {
  margin-right: 20px;
  float: left
}

.apaec-tab-two .tab-content .header-tab-content .header-title {
  float: left;
  margin-top: 15px;
}
.apaec-tab-two .tab-content .header-image > img {
  width: 100px;
  height: auto;
}

.apaec-tab-two .tab-content .header-tab-content .header-title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #044B89;
  margin-bottom: 16px;
}

.apaec-tab-two .tab-content .header-tab-content .header-title p {
  font-size: 16px;
  font-weight: bold;
}

.apaec-tab-two .tab-content .body-tab-content h5 {
  font-weight: bold;
}

.apaec-tab-two .tab-content .body-tab-content p {
  margin-bottom: 5px;
}

.apaec-tab-two .tab-content .body-tab-content ol {
  padding-left: 18px;
}
/* mobile */

@media (max-width: 767.98px) {
  .asean-one>.vc_column_container.vc_col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .apaec-tab-two>.vc_column_container.vc_col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .apaec-tab-two .programmee-tabs .tab-content .tab-pane .upcoming-tab {
    padding: 28px;
  }
  .apaec-tab-two .programmee-tabs {
    position: relative;
  }
  .apaec-tab-two .programmee-tabs > strong {
    box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
    border-radius: 4px;
    border: 1px solid #A0A0A0;
    font-size: 16px;
    line-height: 31px;
    color: #044B89;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    position: relative;
  }
  .apaec-tab-two .programmee-tabs > strong:before {
    content: "";
    display: inline-block;
    background: url(../img/pages/icon-arrow-down-blue.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .apaec-tab-two .programmee-tabs > strong.active:before {
    background: url(../img/pages/icon-arrow-up-blue.svg) no-repeat center center;
  }
  .apaec-tab-two .programmee-tabs .nav-tabs {
    padding: 0;
    box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.4);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #A0A0A0;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 46px;
    left: 0;
    display: none;
  }
  .apaec-tab-two .programmee-tabs .nav-tabs li {
    width: 100%;
    display: inline-block;
  }
  .apaec-tab-two .programmee-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .apaec-tab-two .programmee-tabs .nav-tabs .nav-item a.active {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
  }
  .apaec-tab-two .programmee-tabs .nav-tabs .nav-item a.active:hover, .programmee-area .programmee-slider .programmee-tabs .nav-tabs .nav-item a.active:focus {
    color: #044B89;
    border: none;
    border-bottom: none;
  }
  .apaec-tab-two .programmee-tabs > ul {
    position: relative;
  }
  .apaec-tab-two .programmee-tabs .tab-content {
    margin: 10px 0 0 0;
  }

  .introduction-page-list h3, .introduction-page-list h5 {
    margin-bottom: 20px;
  }
  .international-organization-list.card-full .card-header .text-right {
    text-align: right!important;
  }
  .international-organization-list.card-full .card-header .company-logo {
    width: 100%;
  }
  .programmee-area .programmee-slider .programmee-tabs .tab-content .tab-pane .upcoming-tab {
    padding: 28px;
  }
  .people-management-staff .row.no-gutters {
    height: 100%;
  }
  /*introduction-page */
    .introduction-page .pub-sec {
        padding: 0;
    }
    .introduction-page .pub-sec strong {
        font-size: 14px;
        color: #044B89;
        font-weight: bold;
        padding: 14px 45px 14px 50px;
        position: relative;
    }
    .introduction-page .pub-sec strong:before
    {
      content: '';
      display: inline-block;
      background: url(../img/ico-category.svg) no-repeat center center;
      width: 16px;
      height: 16px;
      background-size: 16px;
      position: absolute;
      left: 15px;
      top: 18px;
    }
    .introduction-page .pub-sec strong:after {
      content: "";
      display: inline-block;
      background: url(../img/pages/icon-arrow-down-blue.svg) no-repeat center center;
      width: 16px;
      height: 16px;
      background-size: 16px;
      position: absolute;
      right: 15px;
      top: 18px;
    }

    /*people-page */
    .people-page .pub-sec {
        padding: 0;
    }
    /*.people-page .pub-sec strong {
        font-size: 14px;
        color: #044B89;
        font-weight: bold;
        padding: 14px 45px 14px 50px;
        position: relative;
    }*/
    /*.people-page .pub-sec strong:before
    {
      content: '';
      display: inline-block;
      background: url(../img/ico-category.svg) no-repeat center center;
      width: 16px;
      height: 16px;
      background-size: 16px;
      position: absolute;
      left: 15px;
      top: 18px;
    }*/
    .people-page .pub-sec strong:after {
      content: "";
      display: inline-block;
      background: url(../img/pages/icon-arrow-down-blue.svg) no-repeat center center;
      width: 16px;
      height: 16px;
      background-size: 16px;
      position: absolute;
      right: 15px;
      top: 18px;
    }
    .country-elem > .card-body > .row > .col {
      width: 100%;
      flex-basis: inherit;
    }
    .card-wrap-wrap {
      width: 100%;
      display: inline-block;
  }
  .card-wrap-wrap .modal-dialog {
    max-width: 678px;
    margin: 0.5rem;
  }
  .card-wrap-wrap .modal .modal-body img {
    width: 78px;
    margin-bottom: 20px;
  }
}

/*tablet*/
@media (min-width: 768px) and (max-width: 991px){  
  .asean-one>.vc_column_container.vc_col-sm-12 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .apaec-tab-two>.vc_column_container.vc_col-sm-12 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .publications-page.apaec .columns .column {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*custom*/
.single-work .faq-wrap.faq-wrap-c .vc_column_container .vc_column-inner .wpb_wrapper .vc_toggle_default  .vc_toggle_title i{
    left: auto;
    right: 24px;
    background: transparent;
    border: none;
}
.single-work .faq-wrap.faq-wrap-c .vc_column_container .vc_column-inner .wpb_wrapper .vc_toggle_default .vc_toggle_title i:after {
    display: none;
}
.single-work .faq-wrap.faq-wrap-c .vc_column_container .vc_column-inner .wpb_wrapper .vc_toggle_default .vc_toggle_title i:before {
  content: "";
  display: inline-block;
  background: url(../img/pages/icon-arrow-down-blue.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px;
  border: none;
  position: relative;
    top: -7px;
    left: 0;
    transform: none;
}
.single-work .faq-wrap.faq-wrap-c .vc_column_container .vc_column-inner .wpb_wrapper .vc_toggle_default.vc_toggle_active .vc_toggle_title i:before {
  width: 16px;
  height: 16px;
  background-size: 16px;
  visibility: visible;
  background: url(../img/ico-arrow-up-blue.svg) no-repeat center center;
}

/*sticky*/
.sidebar{
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
#sidedis.sticky {
  width: 288px;
  position: fixed;
  top: 20px;
}

/*ubermenu*/
.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.for-title {
  font-weight: 700;
}