.skeleton-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0))), lightgray;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
  background-size: 50px 200px;
  background-repeat: repeat-y;
  background-position: 0 0;
  -webkit-animation: shine 1s infinite linear;
          animation: shine 1s infinite linear;
  border-radius: 5px;
}

.skeleton-img {
  height: 200px;
  width: 100%;
}

.skeleton-title {
  height: 40px;
  margin-bottom: 10px;
}

.no-data-div {
  display: none;
}

.section-common-padding-article {
  padding: 150px 0px 100px 0px;
}

.section-common-padding-new-event {
  padding: 0px 0px 20px 0px;
}

.resource-article {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.resource-article-anchor {
  color: #091B34;
}

.resource-article-arrow {
  padding-left: 10px;
  color: #091B34;
}

.hot-topic-color {
  background-color: #091B34;
  color: #fff !important;
}

.hot-topic-card-padding {
  padding-top: 30px;
}

.tab-style-for-dots .slick-dots li button {
  background: #fff !important;
}

.tab-style-for-dots .slick-dots li button .slick-slide {
  margin: 0 10px !important;
}

.hot-topic-tabs {
  display: none;
}

@media (min-width: 992px) {
  .header-topic-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .header-topic-wrapper .common-card__title {
    color: #FFF;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
  }
  .header-topic-wrapper .common-card__description {
    color: #FFF;
    font-family: "Gilroy", sans-serif;
    font-size: 15.963px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.945px;
  }
  .header-topic-wrapper .common-card__category {
    color: #fff;
    font-family: "Gilroy", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
}

.header-common-card:hover .common-card__title {
  text-decoration: none !important;
}

.common-card:hover .common-card__title {
  color: #505050;
  text-decoration: underline;
}

.common-card__category {
  margin-bottom: 10px !important;
  display: inline-block;
  background-color: #091B34;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
}

.heading-name {
  background-color: #2EB4FF;
}

.common-card__img {
  height: 220px;
}

.common-card__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #505050;
}

.common-card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #505050;
}

.title-truncation {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncation {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resource-article-anchor {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #091B34;
  font-family: "Gilroy", sans-serif;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-track {
  margin-left: 0 !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.redirection-link1 {
  font-size: 16px;
  line-height: 26px !important;
  font-weight: 400;
  letter-spacing: 0.02em !important;
  color: #fff !important;
  font-family: "Gilroy", sans-serif;
  background-color: #091B34 !important;
  border: 1px solid #2EB4FF !important;
  border-radius: 50px !important;
  padding: 10px 30px !important;
  display: block !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content !important;
}

.header {
  color: #fff !important;
}

button .active {
  background-color: #2EB4FF !important;
  color: #fff !important;
}

button.active,
.redirection-link1:hover {
  background-color: #2EB4FF !important;
  color: #fff !important;
}

.content-wrraper {
  color: #fff;
}

.hot-topic {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
  padding-top: 20px;
}

@media (min-width: 576px) {
  .hot-topic {
    font-size: calc(0vw + 30px);
  }
}

@media (min-width: 1440px) {
  .hot-topic {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .hot-topic {
    line-height: calc(0vw + 40px);
  }
}

@media (min-width: 1440px) {
  .hot-topic {
    line-height: 40px;
  }
}

#pills-news-tab {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .no-data-div img {
    height: auto;
    width: auto;
  }
  .nav-tabs {
    display: none !important;
  }
  .fade {
    opacity: 1 !important;
  }
  .hide-card-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .styled-dots .slick-dots {
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .common-card__img {
    height: 240px;
  }
  .hot-topic-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  hr:not([size]) {
    height: 0.5px;
  }
  #pills-news-tab {
    margin-top: 0px;
  }
}
