.gts-marquee {
  overflow: hidden;
}

.gts-trust-partner-title {
  text-align: center;
}

.gts-trust-item {
  padding: 15px;
}

.marquee-scroll-item {
  display: inline-flex;
  flex-wrap: wrap;
}

.gts-trust-item .partner-img {
  width: auto;
  height: auto;
}

.gts-marquee .marquee-img {
  display: flex;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.gh-eco-section {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}

.gh-eco-section::-webkit-scrollbar {
  display: none;
}

.member-tag {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.member-tag:first-of-type {
  padding-top: 16px;
}

.gh-member:not(:last-of-type) .member-tag-content {
  border-bottom: solid 1px #dedede;
  padding-bottom: 16px;
}

.member-tag .tag-inner {
  display: flex;
  padding: 32px 24px;
  margin-bottom: 16px;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
  margin: 0px 2px;
}

.gh-member.active .tag-inner {
  box-shadow: 0px 0px 6px 1px #a1e2fff5;
}

.member-tag .member-logo {
  width: max-content;
  padding-right: 20px;
  border-right: solid 1px #dedede;
}

.member-tag .member-logo img {
  width: 110px;
}

.member-tag .member-txt {
  flex: 1;
  padding-left: 20px;
}

.member-tag .member-title {
  margin: 0px;
}

.member-tag .tag-link {
  width: 100%;
}

.gh-member:last-of-type {
  padding-bottom: 40px;
}

.desktop-member-content {
  position: sticky;
  top: 0px;
  width: 100%;
  height: -webkit-fill-available;
  padding-top: 16px;
}

.mcnt-wrapper {
  border-radius: 24px;
  height: 96%;
  width: 622px;
  margin: auto 20px auto auto;
  position: relative;
  padding: 2px;
  background: linear-gradient(to right, #96c5eb, #e9ba91);
}

.mctn-capture {
  display: flex;
  height: 70%;
  background-image: url(../imgs/eco-ctn-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  overflow: hidden;
}

.mctn-capture .mctn-img {
  display: block;
  margin: auto auto 0px;
}

.mctn-context {
  background: #fff;
  min-height: 250px;
  padding: 40px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.mctn-context .mctn-desc {
  margin-top: 32px;
}

.mcnt-wrapper:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transform: translate3d(0, 0, -1px);
  background: conic-gradient(from 180deg at 40% -25%, #03A9F4, #f282fa, #FF9800, #9a66ff);
  filter: blur(12px);
}

.news-cats {
  display: flex;
  justify-content: center;
}

.gh-news-tax {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
}

.gh-news-tax span {
  display: block;
}

.gh-news-tax:not(.active) {
  background: #f7f8fa;
  color: #000;
}

.gh-news-tax.active {
  background: #274393;
  color: #fff;
}

.gh-news {
  gap: 32px;
  display: flex;
}

.main-news {
  display: flex;
  flex-wrap: nowrap;
  width: 70%;
  gap: 20px;
}

.main-news .mn-item {
  width: 50%;
}

.side-news {
  flex: 1;
}

.mn-capture img {
  width: 100%;
  height: 320px !important;
	object-position: left;
  border-radius: 12px !important;
  object-fit: cover;
}

.main-news .mn-info {
  margin-top: 8px;
}

.mn-title a {
  color: #000;
	overflow: hidden;
  text-align: justify;
  display: -webkit-box;
	-webkit-box-orient: vertical;
}

.main-news .mn-title a {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.side-news .mn-title a {
  line-clamp: 3;
	-webkit-line-clamp: 3;
}

.mn-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.side-news .mn-title {
  font-size: 16px;
  line-height: 20px;
}

.mn-desc {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  line-clamp: 3;
  text-align: justify;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mn-content {
  padding: 8px;
}

.mn-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.mn-cate {
  background: #f3f4fc;
  padding: 0px 8px;
  transform: skew(-23deg);
}

.mn-cate a {
  display: block;
  transform: skew(23deg);
  padding: 0px 2px;
}

.side-news .mn-item:not(:last-of-type) {
  margin-bottom: 16px;
  border-bottom: solid 1px #dedede;
}

.marquee-img.white-tone img {
  filter: brightness(0) invert(1);
}

.member-tag-content {
  display: none;
}

.eco-accor-style details {
  background-image: url(../imgs/solution-bg.png);
  background-position: center -64px;
  background-repeat: no-repeat;
  background-size: 120%;
}

/* ================ */

.gh-main-news-pagination {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0;
}
.gh-news-page {
  background: #f5f5f5;
  border: none;
  border-radius: 0px;
  padding: 8px 16px;
  font-size: 15px;
  color: #222;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  transform: skew(-23deg);
  font-weight: 400;
}
.gh-news-page span {
  transform: skew(23deg);
  display: block;
}
.gh-news-page.active, .gh-news-page:hover {
  background: linear-gradient(to right, #21AEF5, #2C25F5);
  color: #fff;
}
.loading-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.loader {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 32px;
  background: linear-gradient(135deg,#0000 calc(50% - 0.5em),#011858 0 calc(50% + 0.5em),#0000 0) right/300% 100%;
  animation: l22 2s infinite;
  background-repeat: no-repeat;
}
.loader::before {
  content: "Loading...";
  color: #0000;
  padding: 0 5px;
  background: inherit;
  background-image: linear-gradient(135deg,#011858 calc(50% - 0.5em),#fff 0 calc(50% + 0.5em),#011858 0);
  -webkit-background-clip:text;
          background-clip:text;
}

@keyframes l22{
  100%{background-position: left}
}

/* =============== */

@media(min-width: 1024px) {
  .gh-eco-members {
    width: 62%;
  }

  .gh-eco-section {
    height: 80vh;
  }

  .gh-member:not(:last-of-type) {
    border-bottom: solid 1px #dedede;
  }

  .gh-member:last-of-type {
    padding-bottom: 65%;
  }

  .news-cats {
    margin-bottom: 60px;
  }

  .gh-news-tax {
    transform: skew(-28deg);
    padding: 17px 36px;
  }

  .gh-news-tax span {
    transform: skew(28deg);
  }
  .mctn-capture {
    max-height: 432px;
  }
}

@media(max-width: 1023px) {
  .desktop-member-content {
    display: none;
  }

  .mcnt-wrapper {
    width: 100%;
    padding: 4px;
  }

  .mctn-context {
    padding: 24px;
  }

  .mctn-context .mtcn-desc {
    margin-top: 12px;
  }

  .news-cats {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .gh-news-tax {
    padding: 12px;
    width: 50%;
  }

  .gh-news {
    flex-wrap: wrap;
    gap: 44px;
  }

  .main-news {
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
  }
  
  .main-news .mn-item {
    width: 100%;
  }

  .member-tag .tag-inner {
    flex-wrap: wrap;
    padding: 24px;
    margin: auto;
    width: 98%;
  }
  
  .member-tag .member-logo {
    width: 100%;
    padding: 0px 0px 12px 0px;
    border-bottom: solid 1px #dedede;
    border-right: unset;
  }
  
  .member-tag .member-txt {
    padding: 12px 0px 0px 0px;
  }
  
  .gh-member.active .tag-inner {
    border: solid 1px #a1e2ff47;
    box-shadow: 1px 2px 12px 8px #a1e2ff69;
  }

  .gh-member {
    padding: 0px 16px;
  }

  .gh-member.active .member-tag-content {
    display: block;
  }

  .mn-content {
    padding: 8px 20px;
  }
}
