.top-blog-sec {
  display: grid;
  grid-template-columns: 56% 1fr;
  grid-gap: 36px 63px;
}
@media only screen and (max-width: 1152px) {
  .top-blog-sec {
    grid-gap: 20px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .top-blog-sec {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px;
  }
}
@media only screen and (max-width: 675px) {
  .top-blog-sec {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.top-blog-sec .item {
  display: block;
}
.top-blog-sec .item figure {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .top-blog-sec .item figure {
    border-radius: 10px;
  }
}
.top-blog-sec .item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.top-blog-sec .item .date {
  font-weight: 600;
  line-height: 28px;
}
.top-blog-sec .item h6, .top-blog-sec .item .date {
  transition: 0.5s ease;
}
.top-blog-sec .item:first-child {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  grid-row: span 3;
}
.top-blog-sec .item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.8) 100%);
}
@media only screen and (max-width: 767px) {
  .top-blog-sec .item:first-child {
    border-radius: 10px;
  }
}
.top-blog-sec .item:first-child::before {
  z-index: 1;
}
.top-blog-sec .item:first-child:hover figure img {
  transform: scale(1.1);
}
.top-blog-sec .item:first-child figure img {
  height: 100%;
}
.top-blog-sec .item:first-child figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 40px 52px;
}
@media only screen and (max-width: 991px) {
  .top-blog-sec .item:first-child figcaption {
    padding: 0 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .top-blog-sec .item:first-child figcaption {
    padding: 0 15px 25px;
  }
}
.top-blog-sec .item:first-child figcaption .date, .top-blog-sec .item:first-child figcaption h6 {
  color: var(--white);
}
.top-blog-sec .item:first-child figcaption .date {
  margin-bottom: 17px;
}
@media only screen and (max-width: 991px) {
  .top-blog-sec .item:first-child figcaption .date {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.top-blog-sec .item:first-child figcaption h6 {
  font-size: 24px;
  line-height: 1.167;
  max-width: 343px;
}
@media only screen and (max-width: 991px) {
  .top-blog-sec .item:first-child figcaption h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .top-blog-sec .item:first-child figcaption h6 {
    font-size: 18px;
    max-width: 300px;
  }
}
.top-blog-sec .item:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
}
.top-blog-sec .item:not(:first-child):hover figure img {
  transform: scale(1.1);
}
.top-blog-sec .item:not(:first-child):hover figcaption h6 {
  color: var(--primary);
}
.top-blog-sec .item:not(:first-child):hover figcaption .date {
  color: var(--text);
}
.top-blog-sec .item:not(:first-child) figure {
  flex: 0 1 174px;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 991px) {
  .top-blog-sec .item:not(:first-child) figure {
    flex: 0 1 120px;
  }
}
.top-blog-sec .item:not(:first-child) figure img {
  aspect-ratio: 1.12;
}
.top-blog-sec .item:not(:first-child) figcaption {
  flex: 1;
  padding-left: 24px;
  padding-top: 10px;
}
@media only screen and (max-width: 1152px) {
  .top-blog-sec .item:not(:first-child) figcaption {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .top-blog-sec .item:not(:first-child) figcaption {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 675px) {
  .top-blog-sec .item:not(:first-child) figcaption {
    padding-left: 15px;
  }
}
.top-blog-sec .item:not(:first-child) figcaption .date {
  color: var(--primary);
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .top-blog-sec .item:not(:first-child) figcaption .date {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 675px) {
  .top-blog-sec .item:not(:first-child) figcaption .date {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.top-blog-sec .item:not(:first-child) figcaption h6 {
  line-height: 1.4;
  color: var(--text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1152px) {
  .top-blog-sec .item:not(:first-child) figcaption h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .top-blog-sec .item:not(:first-child) figcaption h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (max-width: 675px) {
  .top-blog-sec .item:not(:first-child) figcaption h6 {
    font-size: 16px;
  }
}

.event-news-col {
  box-shadow: 0px 0px 0px 1px rgba(9, 30, 66, 0.0784313725), 0px 4px 8px -2px rgba(9, 30, 66, 0.2509803922);
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.event-news-col:hover figure img {
  transform: scale(1.1);
}
.event-news-col:hover figcaption h5 {
  color: var(--primary);
}
.event-news-col figure {
  line-height: 0;
  overflow: hidden;
}
.event-news-col figure img {
  width: 100%;
  aspect-ratio: 1.67;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.event-news-col figcaption {
  padding: 20px 18px 25px;
}
.event-news-col figcaption h5 {
  margin-bottom: 18px;
  color: var(--black);
  transition: 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-news-col figcaption .date, .event-news-col figcaption .location {
  color: var(--text);
  padding-left: 2rem;
  background-size: auto 100%;
}
.event-news-col figcaption .date {
  line-height: 1.75;
  background: url(../../icon/date.png) no-repeat;
}
.event-news-col figcaption .location {
  line-height: 1.375;
  margin-top: 6px;
  background: url(../../icon/location.png) no-repeat;
}
.event-news-col.news-col figcaption h5 {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 675px) {
  .event-news-col.news-col figcaption h5 {
    font-size: 18px;
  }
}

.event-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px 20px;
}
@media only screen and (max-width: 991px) {
  .event-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .event-service-grid {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}

.home-secD {
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD {
    padding: 3.5rem 0;
  }
}
.home-secD .heading {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secD .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .heading {
    margin-bottom: 2.5rem;
  }
}
.home-secD .heading .testimonial-nav {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 675px) {
  .home-secD .heading .testimonial-nav {
    display: none;
  }
}

.news-listing-secA .news-col-grid {
  padding: 4.5rem 0 5.3rem;
}
@media only screen and (max-width: 675px) {
  .news-listing-secA .news-col-grid {
    padding: 2rem 0 4rem;
  }
}

.banner.news-detail-banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 42.81%, rgba(0, 0, 0, 0.95) 91.09%);
}
@media only screen and (max-width: 675px) {
  .banner.news-detail-banner::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.banner.news-detail-banner::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media only screen and (max-width: 675px) {
  .banner.news-detail-banner::after {
    display: none;
  }
}
.banner.news-detail-banner .banner-content {
  position: absolute;
  z-index: 1;
  bottom: 7rem;
  top: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 4rem;
}
@media only screen and (max-width: 1366px) {
  .banner.news-detail-banner .banner-content {
    bottom: 11rem;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.news-detail-banner .banner-content {
    padding: 0 2rem;
    bottom: 6rem;
  }
}
@media only screen and (max-width: 1007px) {
  .banner.news-detail-banner .banner-content {
    padding: 0 2rem;
    bottom: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .banner.news-detail-banner .banner-content {
    padding: 0 15px;
  }
}
.banner.news-detail-banner .banner-content .content {
  max-width: 620px;
  margin-left: 0;
  flex: 1;
  padding-right: 2rem;
}
@media only screen and (max-width: 991px) {
  .banner.news-detail-banner .banner-content .content {
    max-width: 450px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.news-detail-banner .banner-content .content {
    max-width: 250px;
  }
}
.banner.news-detail-banner .banner-content .content h1 {
  font-size: 48px;
  line-height: 1.1;
  color: var(--white);
}
@media only screen and (max-width: 1024px) {
  .banner.news-detail-banner .banner-content .content h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1007px) {
  .banner.news-detail-banner .banner-content .content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.news-detail-banner .banner-content .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.news-detail-banner .banner-content .content h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.news-detail-banner .banner-content .content h1 {
    font-size: 18px;
  }
}
.banner.news-detail-banner .banner-content .content p {
  margin-bottom: 15px;
  margin-top: 0;
  color: var(--white);
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .banner.news-detail-banner .banner-content .content p {
    font-size: 14px;
    font-weight: 500;
  }
}
.banner.news-detail-banner .share_btn {
  flex: 0 1 auto;
  position: relative;
}
.banner.news-detail-banner .share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 520px) {
  .banner.news-detail-banner .share_btn .share-btn-ico img {
    width: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.news-detail-banner .share_btn .share-btn-ico img {
    width: 20px;
  }
}
.banner.news-detail-banner .share_btn .side_ico-m {
  position: absolute;
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner.news-detail-banner .share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.banner.news-detail-banner .share_btn .side_ico-m li svg {
  fill: var(--white);
  width: 25px;
}
.banner.news-detail-banner .share_btn .side_ico-m li svg:hover {
  fill: var(--primary);
}

.news-detail-secA {
  padding: 5rem 0 3rem;
}
@media only screen and (max-width: 675px) {
  .news-detail-secA {
    padding: 4rem 0 0;
  }
}

.news-detail-secB .more-news-slider {
  padding: 5px;
}/*# sourceMappingURL=news.css.map */