.gts-marquee {
  overflow: hidden;
}

.gts-trust-partner-title {
  text-align: center;
}

.first-scroll-partner,
.second-scroll-partner {
  height: 70px;
}

.gts-trust-item {
  padding: 15px;
}

.marquee-scroll-item {
  display: inline-block;
}

.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%;
  height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.gh-eco-section::-webkit-scrollbar {
  display: none;
}

.gh-members {
  width: 50%;
}

.member-tag {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.member-tag:first-of-type {
  padding-top: 16px;
}

.member-tag:not(:last-of-type) {
  border-bottom: solid 1px #f7f7f7;
  margin-bottom: 16px;
}

.member-tag .tag-inner {
  display: flex;
  padding: 32px 24px;
  margin-bottom: 16px;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  margin: 0px 2px;
}

.member-tag.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%;
}

.member-tag:last-of-type {
  padding-bottom: 65%;
}

.gh-member-content {
  position: sticky;
  top: 0px;
  width: 100%;
  height: -webkit-fill-available;
  padding-top: 32px;
}

.mcnt-wrapper {
  border-radius: 12px;
  height: 90%;
  width: 62%;
  margin: auto 15% auto auto;
  position: relative;
  padding: 2px;
  background: linear-gradient(to right, #96c5eb, #e9ba91);
}

.mctn-capture {
  display: flex;
  height: 70%;
  background-image: linear-gradient(75deg, #0b35a8, #182979);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  overflow: hidden;
}

.mctn-capture .mctn-img {
  display: block;
  margin: auto;
  max-width: 85%;
}

.mctn-context {
  background: #fff;
  height: 30%;
  padding: 16px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.mctn-context .mctn-desc {
  margin-top: 16px;
}

.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;
  margin-bottom: 60px;
}

.gh-news-tax {
  cursor: pointer;
  transform: skew(-28deg);
  padding: 17px 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

.gh-news-tax span {
  display: block;
  transform: skew(28deg);
}

.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: 380px !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);
}
