@charset "UTF-8";

:root{
  --green: #bcfd67;
  --red: #ee6b62;
  --light-blue: #58baf1;
  --purple: #9164c6;
  --gray: #898989;
}
/* color block */
.color-block{
  display: flex;
  justify-content: center;
  min-height: 15.7vw;
}
.color-block[data-color="green"]{
  background-color: var(--green);
}
.color-block[data-color="red"]{
  background-color: var(--red);
}
.color-block[data-color="light-blue"]{
  background-color: var(--light-blue);
}
.color-block[data-color="purple"]{
  background-color: var(--purple);
}
.color-block[data-color="gray"]{
  background-color: var(--gray);
}
.color-block:nth-child(even) .color-block-text{
  order: 2;
  flex:0 0 43%;
  padding:1.5vw 23vw 1.5vw 2.86vw;
}
.color-block:nth-child(even) .color-block-bg{
  order: 1;
  flex:0 0 57%;
  justify-content: flex-end;
}
.color-block .color-block-text{
  padding:1.5vw 1.5vw 1.5vw 27vw;
  flex:0 0 45.5%;
  display: flex;
  flex-direction: column;
}
.color-block[data-color="purple"] .color-block-text,
.color-block[data-color="gray"] .color-block-text{
  color: #fff;
}
.color-block[data-color="purple"] .color-block-text a.more:after,
.color-block[data-color="gray"] .color-block-text a.more:after{
  background: #fff;
}
.color-block .color-block-bg{
  flex:0 0 54.5%;
  display: flex;
  overflow: hidden;
}
.color-block-bg:after{
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
}
.color-block:nth-child(even) .color-block-bg:after{
  left: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 100%);
}
.color-block .color-block-bg .color-block-img{
  flex:0 0 42.374vw;
  background-position: center center; 
  background-size: cover !important;
  transform: scale(1);
  transition:  transform 1000ms cubic-bezier(.25,1,.7,.99);
}
.color-block:hover .color-block-bg .color-block-img{
  transform: scale(1.05);
}
.color-block .color-block-text .text-top{
  flex: 1 0 auto;
}
.color-block .color-block-text .text-top .title{
  font-size: 1.3vw;
  font-weight: bold;
}
.color-block .color-block-text .text-top .description{
  margin: .5vw 0;
  line-height: 1.4;
  font-size: .8vw;
}

/* count */
.counts{
  width: 90%;
  margin:4vw auto;
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  height: 10vw;
}
.count .big-num, .member-count .middle-num, .member-count .small-num{
  flex:1 0 5vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.middle-num p{
  display: inline;
}
.count .count-label{
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  font-size: .9vw;
}
.big-num{
  font-size: 4vw;
}
.middle-num{
  font-size: 4vw;
}
.small-num{
  font-size: 1.5vw;
  flex-direction: column;
}
.nowrap{
  word-break: keep-all;
  white-space: nowrap;
}
.count{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  margin: 0 4vw;
}
.count span{
  width: .6vw;
  height: .6vw;
  background: #000;
  border-radius: 100%;
  margin:1vw auto;
  flex: 0 0 .6vw;
}
.count-top-border{
  width: 1vw;
  background: #000;
}
.count-top-border:last-child{
  display: none;
}
.counts-btn{
  text-align: center;
}
.counts-btn .btn{
  padding: .8vw 1.6vw;
  background: #000;
  line-height: normal;
  display: inline-block;
  margin: 0 auto;
  font-size: 1.2vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 100ms ease-out;
  border: .4vw solid #000;
}
.counts-btn .btn span{
  z-index: 1;
  position: relative;
}
.counts-btn .btn:hover{
  background: #fff;
  color: #000;
}

/* media Partners */
.media-partners-container{
  position: relative;
  display: flex;
  justify-content: center;
  margin:1vw auto 3.165vw;
}
.media-partners-wrapper{
  position: relative;
  width: 75vw;
}
.media-partners-wrapper .title{
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: .7756vw;
  font-weight: bold;
  padding: .1vw .4vw;
  margin-left: 2.3vw;
  margin-bottom: .2vw;
}
.media-partners-slide{
  height: 0;
  padding-bottom:7.298vw;
}
.media-partners-slide .media-partners-logo{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.media-partners-wrapper .swiper-button-prev{
  margin-left: -3.9vw;
  transition: transform 300ms cubic-bezier(.25,1.33,.7,.99);
  transform: translate(0,0,0) scale(-1);
}
.media-partners-wrapper .swiper-button-next{
  margin-right: -3.9vw;
  transition: transform 300ms cubic-bezier(.25,1.33,.7,.99);
  transform: translate(0,0,0);
}
.media-partners-wrapper .swiper-button-prev:hover{
  transform: translate3d(-5px,0,0) scale(-1);
}
.media-partners-wrapper .swiper-button-next:hover{
  transform: translate3d(5px,0,0);
}

/* follow */
.followus{
  width: 100%;
  background: #e6e6e6;
  margin-top: 3vw;
}
.followus-top{
  width: 100%;
  padding:5vw 10vw;
  display: flex;
}
.followus-top .title{
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 4vw;
  flex: 0 1 31%;
  padding-right: 5vw;
}
.followus-top .description{
  padding: 1vw 3vw;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1vw;
  line-height: 1.7;
}
.followus .eapps-widget{
  padding: 0 2vw 2vw;
}
.followus-bottom{
  padding: 3vw 2vw 5vw;
}
.followus-card {
  width: calc(91% / 5);
  margin: 0 0.5vw 1.5vw;
}
.home-page footer{
  margin-top: 0;
}
/*.key-partners-container + .media-partners-container:after,
.media-partners-container + .key-partners-container:after{
    position: absolute;
    content: '';
    width: 1vw;
    height: 297%;
    background: white;
    margin-top: -14%;
    z-index: -1;
    left: 93%;
    background: linear-gradient(90deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 49%);
}
.key-partners-container + .media-partners-container:before,
.media-partners-container + .key-partners-container:before{
    position: absolute;
    content: '';
    width: 86vw;
    height: 1vw;
    background: white;
    z-index: -1;
    bottom: -4vw;
    background: linear-gradient(181deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 49%);
}*/
/* event & latest news */
.big-title-bar{
  font-size: 4vw;
  line-height: 4vw;
  font-weight: bold;
  margin:4vw 0 2vw;
  /*padding-bottom: 7vw;*/
  min-height: 13vw;
  width: 85%;

  border-top: 5px solid #000;
  padding-left: 16.6%;
  padding-top: 4%;
  min-height: 8vw;
  margin-bottom: 1vw;
}

.big-title-bar[data-color="green"]{
  background: var(--green);
}
.big-title-bar[data-color="light-blue"]{
  background: var(--light-blue);
}
.big-title-bar[data-color="red"]{
  background: var(--red);
}
.big-title-bar[data-color="purple"]{
  background: var(--purple);
}
.big-title-bar[data-color="gray"]{
  background: var(--gray);
}

.text-bar{
  display: flex;
  padding: 0 0 1.5vw;
  align-items: center;
}
.lt-text .title{
  font-size: .9vw;
  font-weight: bold;
  margin-bottom: .2vw;
  flex: 0 0 20.6%;
}
.lt-text .description{
  line-height: 1.5;
  font-size: .7vw;
}
.rt-text{
  text-align: justify;
  font-size: .8vw;
  padding-left: 3vw;
  line-height: 1.5;
}

.home-slider{
  margin: 0 0 2.5vw;
  position: relative;
  display: block;
  width: 85vw;
}
.home-slider-wrapper{
  display: flex;
}
.home-slider .bigtitle{
  font-size: 5.05vw;
  font-weight: bold;
  flex:0 0 31.81%;
  line-height: .9;
}
.home-slider .bigtitle .top{
  margin-bottom: 4.15vw;
}

.home-slider-wrapper{
  height: 13.38vw;
}
.home-slide{
  width: 28%;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0.5vw 1vw 1vw rgb(0 0 0 / 10%);
}
.home-slider .content-block{
  padding: 1vw 7vw 1vw 1vw;
  background: #fff;
  position: relative;
  z-index: 1;
  width: 31vw;
  min-height: 6.5vw;
  box-shadow: 0.5vw 1vw 1vw rgb(0 0 0 / 10%);
}
.home-slider .content-block:after{
  content: '';
  position: absolute;
  bottom:-3vw;
  width: 100%;
  height:3vw;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  left: 0;
}
.home-slider .content-block .slide-msg:not(:nth-child(1)){
  display: none;
}
.home-slider .content-block .slide-msg .title{
  font-size: 1.04vw;
  font-weight: bold;
}
.home-slider .content-block .slide-msg .description{
  font-size: .586vw;
  line-height: 1.4;
  padding: .5vw 0 0 0;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.home-slider .content-block .slide-msg .description p{
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.home-slider .content-block .slide-msg .description p:not(:nth-child(1)){
  display: none;
}
.home-slider .content-block .swiper-button-next{
  right: 1.5vw;
  transform: translate3d(0,0,0);
}
.home-slider .content-block .swiper-button-prev{
  right: 4vw;
  left: auto;
  transform: translate3d(0,0,0) scale(-1);
}
.home-slider .content-block .swiper-button-next,
.home-slider .content-block .swiper-button-prev{
  top: 4vw;
  transition: transform 100ms ease-in;
}
.home-slider .content-block .swiper-button-next:hover{
  transform: translate3d(3px,0,0);
}
.home-slider .content-block .swiper-button-prev:hover{
  transform: translate3d(-3px,0,0) scale(-1);
}
.home-slider .content-block .info{
  display: flex;
  width: 48%;
  justify-content: space-between;
  font-size: .586vw;
  margin-top: 1vw;
}
.home-slider .content-block .info .date{
  flex:1 0 auto;
}
.lt2rt, .rt2lt{
  position: relative;
}
.lt2rt:after, .rt2lt:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17vw;
  height: 100%;
  background: #fff;
}
.rt2lt:after{
  left: 0;
  right: auto;
}
.lt2rt .big-title-bar{
  /*text-align: right;*/
}
.rt2lt .big-title-bar{
  width: 100%;
}
.lt2rt .text-bar{
  padding-left: 17%;
  padding-right: 17%;
}
.rt2lt .text-bar{
  padding-left: 17%;
  padding-right: 17%;
}
.lt2rt .home-slider{
  margin-right: 15vw;
}
.rt2lt .home-slider{
  margin-left: 17vw;
}
.lt2rt .home-slider .content-block{
  margin-left: 54vw;
}
.rt2lt .home-slider .content-block{
  margin-left: 0;
}
.lt2rt .home-slider .content-block .content{
  direction: ltr;
}
.lt2rt .home-slide{
  box-shadow: -0.5vw 1vw 1vw rgb(0 0 0 / 10%);
}
.lt2rt .home-slider .content-block{
  box-shadow: -0.5vw 1vw 1vw rgb(0 0 0 / 10%);
}
.lt2rt .home-slider .content-block:after{
  background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

/* our programs */
.ourprograms{
  margin:4vw 3.71vw 3vw 9.23vw;
  position: relative;
  padding-top: 4vw;
}
.ourprograms:after{
  width: 30.7vw;
  height: 5px;
  background: #000;
  position: absolute;
  left: -9.23vw;
  top: 0;
  content: '';
  display: block;
}
.ourp-header{
  position: absolute;
  top: 4vw;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 0 1vw .5vw 0;
  line-height: 1;
  font-size: 4vw;
  font-weight: bold;
  text-align: right;
}
.ourp-top-slider{
  height: 27.138vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ourp-top-slide{
  background-position: center center;
  background-size: cover;
}
.ourp-top-desc{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.ourp-description{
  background: #fff;
  padding: 1vw 7vw 1vw 1vw;
  font-size: .7vw;
  line-height: 1.5;
  width: 30.59vw;
  display: none;
}
.ourp-description a{
  color: var(--light-blue);
}
.ourp-description a:hover{
  text-decoration: underline;
}
.ourp-bottom{
  padding:1.5vw 0 7vw;
}
.ourp-bottom-slide{
  position: relative;
  cursor: pointer;
  padding-right: 1.5vw;
}
.ourp-bottom-img{
  width: 7vw;
  height: 7vw;
  background-size: cover;
  opacity: .4;
  transition: opacity 300ms ease-out;
}
.ourp-bottom-desc{
  visibility: hidden;
  opacity: 0;
  transform: translateY(-.5vw);
  transition: visibility 0s 300ms, opacity 300ms linear, transform 300ms cubic-bezier(.25,1.33,.7,.99);

  position: absolute;
  top: 100%;
  left: 40%;
  padding: 1.5vw 0 0 1vw;
  width: 300%;
  margin-top: .3vw;
  border-left: 1px solid #231815;
}
.ourp-bottom-desc .title{
  font-size: .9vw;
  font-weight: bold;
  margin-bottom: .2vw;
}
.ourp-bottom-desc .desc{
  line-height: 1.5;
  font-size: .45vw;
}
.ourp-bottom-slide.active .ourp-bottom-img, .ourp-bottom-slide:hover .ourp-bottom-img{
  opacity: 1;
}
.ourp-bottom-slide:hover .ourp-bottom-desc{
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms linear, transform 300ms cubic-bezier(.25,1.33,.7,.99);
  transform: translateY(0);
}

/* members */
.lt-blue-line, .rt-blue-line{
  height: 6px;
  background:#000;
}
.lt-blue-line{
  width: 84%;
}
.rt-blue-line{
  width: 70%;
  margin-left: 30%;
  margin-bottom: 4vw;
}
.members{
  width: 74%;
  margin:4vw 16vw 4vw 10vw;
  display: flex;
  justify-content: space-between;
}
.members-header{
  position: absolute;
  top: 6vw;
  left: 0;
  background: #fff;
  line-height: 1;
  font-size: 4vw;
  font-weight: bold;
  z-index: 2;
  padding-right: .5vw;
}
.members-lt{
  flex:0 0 65.8vw;
  overflow: hidden;
  position: relative;
}
.members-rt{
  flex:0 0 6.8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.members-rt .controller{
  width: 100%;
  margin-top: 1.2vw;
  height: 6.8vw;
  display: flex;
  justify-content: center;
  position: relative;
}
.members-rt .controller .page{
  border-radius: 6.5vw;
  background: #000;
  width: 6.5vw;
  height: 6.5vw;
  font-weight: bold;
  position: relative;
  color: #fff;
}
.controller .page .current{
  font-size: 1.2vw;
  text-align: right;
  position: absolute;
  top: 20%;
  right: 56%;
}
.controller .page .total{
  font-size: 1.8vw;
  position: absolute;
  top: 45%;
  left: 47%;
}
.controller .page:after{
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 4vw;
  transform: rotate(45deg);
  top: 15%;
  left: 44%;
  background: #fff;
}
.memb-swiper{
  height: 31.25vw;
}
.memb-thumb-swiper{
  height: 22.6vw;
  overflow: hidden;
}
.memb-thumb-wrapper{
  flex-direction: column;
}
.memb-slide{
  background-position: center center;
  background-size: cover;
}
.memb-desc{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20vw;
  background: #fff;
  padding:.5vw .5vw 0 0;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.5;
  z-index: 2;
}
.memb-desc .memb-description{
  display: none;
}
.memb-desc .memb-description div{
  margin-bottom: 1vw;
}
.memb-desc .memb-description div p{
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.memb-desc .memb-description div p:not(:nth-child(1)){
  display: none;
}
.memb-thumb-slide{
  width: 6.8vw;
  height: 6.8vw;
  /*margin:0 0 1.325vw 1.325vw;*/
  background-position: center center;
  background-size: cover;

  margin-bottom: 1vw;
}
.members-rt .controller .swiper-button-prev{
  transform: rotate(-90deg);
  left: 0;
  top: 30%;
}
.members-rt .controller .swiper-button-next{
  transform: rotate(90deg);
  top: 70%;
  left: 0;
}
.memb-prevnext{
  position: absolute;
  left: 130%;
  height: 100%;
  width: 2vw;
}
.memb-thumb-slide{
  opacity: .4;
}
.memb-thumb-slide.active{
  opacity: 1;
}
.swiper-container-vertical .slider-wrapper{
  flex-direction: column;
}

/* Noticeboard */
.noticeboard{
  position: relative;
  margin:3vw 0 3vw 10vw;
}
/*.noticeboard:after{
  position: absolute;
  content: '';
  top: 1vw;
  right: 31vw;
  width: 2.2vw;
  height: 2.2vw;
  background: #000;
  border-radius: 2.2vw;
  display: block;
}*/
.nb-header{
  font-size: 4vw;
  font-weight: bold;
}
.nb-desc{
  font-size: .8vw;
  width: 35vw;
}
.nb-container{
  margin: 2vw 0
}
.nb-slide{
  width: 8.5vw;
  height: auto;
  margin-right: .7vw;
  transition: all 500ms cubic-bezier(.25,1,.7,.99);
}
.nb-slide:nth-child(1){
  background:#ccc;
}
.nb-slide:nth-child(2){
  background:var(--green);
}
.nb-slide:nth-child(3){
  background:var(--red);
}
.nb-slide:nth-child(4){
  background:var(--purple);
}
.nb-text{
  padding:1.4vw .7vw .7vw;
  flex:1 0 auto;
}
.nb-text .title{
  font-weight: bold;
  font-size: 1vw;
  margin-bottom: .5vw;
}
.nb-text .desc{
  font-size: .5vw;
}
.nb-slide a{
  margin-left: .7vw;
  margin-bottom: .7vw;
}
.nb-slide .nb-img{
  height: 0;
  transition: all 0ms 0ms cubic-bezier(.25,1,.7,.99);
}
.nb-slide.active{
  width: 24vw;
  transition: all 500ms cubic-bezier(.25,1,.7,.99);
}
.nb-slide.active .nb-img{
  height: 13.5vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1000ms 300ms cubic-bezier(.25,1,.7,.99);
}
.nb-slide.active .nb-text{
  padding-top: .7vw;
}
.nb-slide.active .nb-text .title{
  margin-bottom: 0;
}
.nb-slide-content{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nb-container{
  display: flex;
}
.nb-controller{
  flex:1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nb-controller .page{
  background: #000;
  color: #fff;
  font-weight: bold;
  flex: 0 0 14vw;
  padding-left: 5vw;
  position: relative;
}
.nb-controller .page:after{
  width: 1px;
  height: 6vw;
  margin-left: 1vw;
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translate3d(0,-50%,0) rotate(45deg);
}
.nb-controller .page .current{
  position: absolute;
  font-size: 1.5vw;
  text-align: right;
  top: 40%;
  transform: translate3d(0,-50%,0);
}
.nb-controller .page .total{
  position: absolute;
  font-size: 3vw;
  top: 58%;
  transform: translate3d(0,-50%,0);
  margin-left: 1.5vw;
}
.nb-controller .nb-prevnext{
  position: relative;
  flex: 0 0 2vw;
  width: 6vw;
  margin-left: 3vw;
  margin-top: 2.3vw;
}
.noticeboard .swiper-button-prev.disable, .noticeboard .swiper-button-next.disable{
  opacity: .4;
}
/* Quote */
.home-quote{
  margin:4vw 0;
  position: relative;
}
.home-quote-header{
  font-size: 4vw;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  position: relative;
  margin-right: 14.4vw;
  
  
}
.home-quote-header > div{
  background: #fff;
  z-index: 1;
  position: relative;
  display: inline;
  line-height: 1.2;
  padding: 0 0 0 2vw;
}
.home-quote-header:after{
  content: '';
  position: absolute;
  top: 2.2vw;
  z-index: 0;
  width: 100%;
  height: 6px;
  background: #000;
  display: block;
  left: 0;
}
.home-quote-swiper{
  overflow: hidden;
  margin:2vw 0 2vw 25%;
}
.home-quote-slide *[data-color="green"]{
  background: var(--green);
}
.home-quote-slide *[data-color="red"]{
  background: var(--red);
}
.home-quote-slide *[data-color="light-blue"]{
  background: var(--light-blue);
}
.home-quote-slide *[data-color="purple"]{
  background: var(--purple);
  color: #fff;
}
.home-quote-slide *[data-color="gray"]{
  background: var(--gray);
}
.home-quote-slide{
  width: 71.86vw;
}
.home-quote-slide > div{
  width: 100%;
  display: flex;
  min-height: 13.24vw;
  align-items: stretch;
  position: relative;
}
.home-quote-slide .img{
  width: 23.26vw;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.home-quote-top .img:after{
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  display: block;
  right: -1px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 13.24vw 5.706vw;
  border-color: transparent transparent transparent transparent;
}
.home-quote-bottom .img:after{
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  display: block;
  left: -1px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 13.24vw 5.706vw 0 0;
  border-color: transparent transparent transparent transparent;
}
.home-quote-top[data-color="green"] .img:after{
  border-bottom-color: var(--green);
}
.home-quote-top[data-color="red"] .img:after{
  border-bottom-color: var(--red);
}
.home-quote-top[data-color="light-blue"] .img:after{
  border-bottom-color: var(--light-blue);
}
.home-quote-top[data-color="purple"] .img:after{
  border-bottom-color: var(--purple);
}
.home-quote-top[data-color="gray"] .img:after{
  border-bottom-color: var(--gray);
}
.home-quote-top[data-color="white"] .img:after{
  border-bottom-color: #fff;
}
.home-quote-bottom[data-color="green"] .img:after{
  border-top-color: var(--green);
}
.home-quote-bottom[data-color="red"] .img:after{
  border-top-color: var(--red);
}
.home-quote-bottom[data-color="light-blue"] .img:after{
  border-top-color: var(--light-blue);
}
.home-quote-bottom[data-color="purple"] .img:after{
  border-top-color: var(--purple);
}
.home-quote-bottom[data-color="gray"] .img:after{
  border-top-color: var(--gray);
}
.home-quote-bottom[data-color="white"] .img:after{
  border-top-color: #fff;
}
.home-quote-top .text{
  padding:1.527vw 3.954vw 1.527vw 24.787vw;
}
.home-quote-slide .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    z-index: 2;
}
.home-quote-bottom .img{
  right: 0;
}
.home-quote-bottom .text{
  padding:1.527vw 24.787vw 1.527vw 3.954vw;
}
.home-quote-slide .text{
  display: flex;
  flex-direction: column;
}
.home-quote-slide .text .title{
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5vw;
}
.home-quote-slide .text .desc{
  font-size: .8vw;
  line-height: 2;
  font-weight: 500;
  flex:1 0 auto;
}
.home-quote-slide .text .who .name{
  font-weight: 500;
  font-size: .8vw;
}
.home-quote-slide .text .who .position{
  font-size: .7vw;
  margin-top: 5px;
}
.home-quote-prevnext{
  position: relative;
}
.home-quote-prevnext {
  position: relative;
  width: 6vw;
  height: 2vw;
  margin-top: 1vw;
}

.home-about{
  margin: 2.4vw auto;
/*  width: 79.7vw;*/
  width: 70.7vw;
  max-width: 1809px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-about-content{
  flex: 0 0 41%;
  text-align: justify;
  font-size: 1vw;
}
.home-about-content .bigtitle{
  font-weight: bold;
  font-size: 2.8vw;
  margin-bottom: .6vw;
}
.home-about-img{
  flex: 0 0 44.5%;
  width: 100%;
}
.home-about-img iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}
.bentoboxes{
  width: 72vw;
  max-width: 1809px;
  margin:5vw auto;

  display: grid;
  grid-template:
    'box1 box2 box2'
    'box3 box4 box5'
    'box6 box6 box7'
    'box8 box9 box7';
  grid-gap: 0;
  grid-template-columns: 33.3% 33.3% 33.3%;
}
.bentoboxes .box1 { grid-area: box1; }
.bentoboxes .box2 { grid-area: box2; }
.bentoboxes .box3 { grid-area: box3; }
.bentoboxes .box4 { grid-area: box4; }
.bentoboxes .box5 { grid-area: box5; }
.bentoboxes .box6 { grid-area: box6; }
.bentoboxes .box7 { grid-area: box7; }
.bentoboxes .box8 { grid-area: box8; }
.bentoboxes .box9 { grid-area: box9; }

.bentobox{
  overflow: hidden;
  border-radius: 2.7vw;
  background-color: #fff;
  color: white;
  position: relative;
  /*height: 0;
  padding-bottom: 100%;*/
  cursor: pointer;
  margin: .76vw;
}
.bentobox a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.bentobox a .img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate3d(-50%,-50%,0) scale(1.0);
  background-position: center center;
  background-size: cover;
  transition: transform 600ms cubic-bezier(.25,1,.7,.99);
}
.bentobox a .content{
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.75vw;
  font-size: 2.2vw;
  font-weight: bold;
  line-height: 1.1;
}
.bentobox a:after{
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(30,50,197,1) 0%, rgba(77,133,235,0) 100%);
}
.bentobox:hover a .img{
  transform: translate3d(-50%,-50%,0) scale(1.1);
}
.bentobox:after{
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  top: 0;
  left: 0;
}
.bentobox.box2:after,.bentobox.box6:after{
  padding-bottom: 50%;
}
.bentobox.box7:after{
  padding-bottom: 200%;
}
.bentobox.box2 a:after{

}
.bentobox.box3 a:after{
  background: linear-gradient(0deg, rgba(77,129,235,1) 33%, rgba(77,133,235,0) 100%);
}
.bentobox.box4 a:after{
  background: linear-gradient(0deg, rgba(35,58,154,1) 33%, rgba(35,58,154,0) 100%);
}
.bentobox.box5 a:after{
  background: linear-gradient(0deg, rgba(34,76,164,1) 33%, rgba(34,76,164,0) 100%);
}
.bentobox.box6 a:after{
  height: 50%;
  background: linear-gradient(0deg, rgba(29,105,215,.9) 33%, rgba(29,105,215,0) 100%);
}
.bentobox.box7 a:after{
  
}
.bentobox.box8 a:after{
  top: 0;
  bottom: unset;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 66%);
}
.bentobox.box9 a:after{
  display: none;
}
.bentobox.box6 a .content .title,
.bentobox.box7 a .content .title{
  font-size: 5vw;
}
.bentobox.box8 a .content .title{
  font-size: 2.6vw;
}
.bentobox.box8 a .content .title span{
  font-size: 4.6vw;
}
.bentobox.box7 a .content{
  height: calc(50% - 2.5vw);
}
.bentobox.box8 a .content,
.bentobox.box9 a .content{
  height: 100%;
}
.bentobox.box8 a .content .title,
.bentobox.box9 a .content .title{
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  top: 1.75vw;
  left: 1.75vw;
}
.bentobox.box9 a .content .title span{
  font-size: 4.6vw;
  text-indent: .13vw;
  display: block;
  line-height: .9;
}
.bentobox .more-btn{
  display: flex;
  justify-content: flex-end;
  padding-right: .5vw;
  margin-top: 1.3vw;
}
.bentobox .more-btn:after{
  background-color: white;
}
.bentobox.box6 a .content{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bentobox.box6 a .content .title{
  line-height: 4.2vw;
}
.bentobox.box6 .more-btn{
  margin-top: 0;
}
.bentobox.box7 .more-btn,
.bentobox.box8 .more-btn,
.bentobox.box9 .more-btn{
  position: absolute;
  bottom: 1.75vw;
  right: 1.75vw;
}
.bentobox.box2 a .content{
  font-size: 2vw;
  padding: 3vw;
  height: 100%;
}
.bentobox.box2 a .content .desc{
  font-size: 1.25vw;
  margin-top: .75vw;
  text-align: justify;
  font-weight: normal;
}
.bentobox.box2 a .content .more-btn{
  position: absolute;
  right: 1.75vw;
  bottom: 1.75vw;
  color: black;
}
.bentobox.box2 a .content .more-btn:after{
  background-color: black;
}
.bentobox.box2 a:after{
  display: none;
}
.home-newswiper{
  margin-bottom: 2.4vw;
}
.home-newswiper .swiper-slide a {
    height: 0;
    padding-bottom: 41.611%;
    width: 100%;
    position: relative;
    display: block;
}
.home-newswiper .swiper-slide a .home-newswiper-content{
  z-index: 2;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 19%;
  width: 90%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.home-newswiper .swiper-slide a:after{
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0,0,0,.43) 0%, rgba(0,0,0,0) 100%);
}
.home-newswiper .swiper-slide{
  background-size: cover;
  background-position: center center;
}
.home-newswiper.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 30px;
}
.home-newswiper .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid white;
}
.home-newswiper .swiper-pagination-bullet-active{
  background-color: white;
}
.home-newswiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 7px;
}
.home-newswiper .swiper-slide .titleA {
    font-size: 2.2vw;
    font-weight: bold;
    border: 5px solid white;
    display: inline-block;
    padding: 1.5vw 2.8vw;
    margin-bottom: 1vw;
    line-height: 1.1;
    max-width: 75%;
}
.home-newswiper .swiper-slide .titleB{
  font-size: 2.3vw;
  font-weight: bold;
}
.home-newswiper .swiper-slide .titleA, .home-newswiper .swiper-slide .titleB{
  text-shadow: 0 0 12px rgba(0,0,0,.33);
}
@media only screen and (min-width: 2560px){
  .color-block{
    min-height: 401px;
  }
  .color-block .color-block-text{
    padding: 38px 38px 38px 691px;
  }
  .color-block .color-block-text .text-top .title{
    font-size: 33px;
  }
  .color-block .color-block-text .text-top .description{
    margin: 12px 0;
    font-size: 20px;
  }
  .color-block .color-block-bg .color-block-img{
    flex: 0 0 1084px;
  }
  .color-block:nth-child(even) .color-block-text{
    padding: 38px 588px 38px 73px;
  }
  .counts{
    margin: 102px auto;
    height: 256px;
  }
  .count{
    margin: 0 102px;
  }
  .count .big-num, .member-count .middle-num, .member-count .small-num{
    flex: 1 0 123px;
  }
  .big-num{
    font-size: 102px;
  }
  .count span{
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
  .count .count-label{
    font-size: 23px;
  }
  .count-top-border{
    width: 25.6px;
  }
  .middle-num{
    font-size: 102px;
  }
  .counts-btn .btn{
    padding: 20px 41px;
    font-size: 30px;
    border-width: 10px;
  }
  .lt2rt:after, .rt2lt:after{
    width: 435px;
  }
  .big-title-bar{
    font-size: 102px;
    line-height: 102px;
    margin: 102px 0 51px;
    min-height: 204px;
    margin-bottom: 25px;
  }
  .lt-text .title{
    font-size: 19px;
    margin-bottom: 5px;
  }
  .lt-text .description{
    font-size: 18px;
  }
  .rt-text{
    font-size: 20px;
    padding-left: 77px;
  }
  .home-slider{
    margin: 0 0 64px !important;
    width: 2176px;
  }
  .home-slider-wrapper{
    height: 342.7px;
  }
  .lt2rt .home-slider .content-block{
    box-shadow: -12px 25px 25px rgba(0,0,0,.1);
    margin-left: 1382px;
  }
  .lt2rt .home-slide,
  .home-slide{
    box-shadow: -12px 25px 25px rgba(0,0,0,.1);
  }
  .home-slider .content-block{
    padding: 25px 179px 25px 25px;
    width: 742px;
    min-height: 157px;
  }
  .home-slider .content-block .slide-msg .title{
    font-size: 26px;
  }
  .home-slider .content-block .slide-msg .description{
    font-size: 15px;
    padding: 12px 204px 0 0;
  }
  .home-slider .content-block .swiper-button-next, .home-slider .content-block .swiper-button-prev{
    top: 102px;
  }
  .home-slider .content-block .swiper-button-next{
    right: 38px;
  }
  .home-slider .content-block .swiper-button-prev{
    right: 102px;
  }
  .rt2lt .home-slider{
    margin-left: 435px !important;
  }
  .ourp-header{
    top: 102px;
    padding: 0 25px 13px 0;
    font-size: 102px;
  }
  .ourp-top-slider{
    height: 694px;
  }
  .ourp-description{
    padding: 25px 180px 25px 25px;
    font-size: 18px;
    width: 578px;
  }
  .ourp-bottom{
    padding: 38px 0 180px;
  }
  .ourp-bottom-slide{
    padding-right: 38px;
  }
  .ourp-bottom-img{
    width: 180px;
    height: 180px;
  }
  .ourp-bottom-desc{
    transform: translateY(-12px);
    padding: 38px 0 0 25px;
    margin-top: 7px;
  }
  .ourp-bottom-desc .title{
    font-size: 23px;
    margin-bottom: 5px;
  }
  .ourp-bottom-desc .desc{
    font-size: 12px;
  }
  .ourprograms:after{
    width: 786px;
    left: -236px;
  }
  .members{
    margin: 102px 408px 102px 256px;
  }
  .members-header{
    top: 153px;
    font-size: 102px;
    padding-right: 12px;
  }
  .members-lt{
    flex: 0 0 1684px;
  }
  .memb-swiper{
    height: 800px;
  }
  .memb-thumb-slide{
    width: 174px;
    height: 174px;
  }
  .memb-desc{
    width: 520px;
    padding: 12px 12px 0 0;
    font-size: 26px;
  }
  .members-rt{
    flex: 0 0 174px;
  }
  .memb-thumb-swiper{
    height: 578px;
  }
  .members-rt .controller{
    margin-top: 30px;
    height: 174px;
  }
  .members-rt .controller .page{
    border-radius: 50em;
    width: 166px;
    height: 166px;
  }
  .controller .page .current{
    font-size: 30px;
  }
  .controller .page .total{
    font-size: 46px;
  }
  .controller .page:after{
    height: 102px;
  }
  .memb-prevnext{
    width: 52px;
  }
  .rt-blue-line{
    margin-bottom: 102px;
  }
  .nb-header{
    font-size: 102px;
  }
  .nb-desc{
    font-size: 20px;
    width: 895px;
  }
  .nb-container{
    margin: 52px 0;
  }
  .nb-slide.active{
    width: 614px;
    margin-right: 18px;
  }
  .nb-slide{
    width: 217px;
    margin-right: 18px;
  }
  .nb-slide.active .nb-img{
    height: 345px;
  }
  .nb-slide.active .nb-text{
    padding-top: 18px;
  }
  .nb-text{
    padding: 36px 18px 18px;
  }
  .nb-text .title{
    font-size: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .nb-text .desc{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .nb-slide a{
    margin-left: 18px;
    margin-bottom:  18px;
  }
  .nb-controller .page{
    flex: 0 0 358px;
    padding-left: 128px;
  }
  .nb-controller .page .current{
    font-size: 38px;
  }
  .nb-controller .page .total{
    font-size: 76px;
    margin-left: 38px;
  }
  .nb-controller .page:after{
    height: 154px;
    margin-left: 25px;
  }
  .nb-controller .nb-prevnext{
    flex: 0 0 52px;
    width: 153px;
    margin-left: 76px;
    margin-top: 59px;
  }
  .home-quote-header{
    font-size: 102px;
    margin-right: 368px;
  }
  .home-quote-header > div{
    padding: 0 0 0 52px;
  }
  .home-quote-header:after{
    top: 56px;
  }
  .home-quote-swiper{
    margin: 52px 0 52px 25%;
  }
  .home-quote-slide{
    width: 1839px;
  }
  .home-quote-slide > div{
    min-height: 339px;
  }
  .home-quote-slide .img{
    width: 595px;
  }
  .home-quote-top .img:after{
    border-width: 0 0 339px 146px;
  }
  .home-quote-top .text{
    padding: 40px 101px 40px 634px;
  }
  .home-quote-slide .text .title{
    font-size: 26px;
    margin-bottom: 12px;
  }
  .home-quote-slide .text .desc{
    font-size: 20px;
  }
  .home-quote-slide .text .who .name{
    font-size: 20px;
  }
  .home-quote-slide .text .who .position{
    font-size: 18px;
  }
  .home-quote-prevnext{
    width: 153px;
    height: 52px;
    margin-top: 25px;
  }

  .media-partners-container{
    margin: 25px auto 81px;
  }
  .media-partners-wrapper{
    width: 1920px;
  }
  .media-partners-wrapper .title{
    font-size: 20px;
    padding: 2.5px 10px;
    margin-left: 59px;
    margin-bottom: 5px;
  }
  .media-partners-slide{
    padding-bottom: 186px;
  }
  .media-partners-wrapper  .swiper-button-next{
    margin-right: -100px;
  }
  .media-partners-wrapper  .swiper-button-prev{
    margin-left: -100px;
  }
  .key-partners-container + .media-partners-container:before,
  .media-partners-container + .key-partners-container:before{
    width: 2201px;
    bottom: -102px;
    height: 25px;
  }
  .key-partners-container + .media-partners-container:after,
  .media-partners-container + .key-partners-container:after{
    width: 25px;
  }
  .followus{
    margin-top: 76px;
  }
  .followus-top{
    padding: 128px 256px;
  }
  .followus-top .title{
    font-size: 115px;
    line-height: 102px;
    padding-right: 128px;
  }
  .followus-top .description{
    padding:  25px 76px;
    font-size: 25px;
  }
  .followus-bottom{
    padding: 76px 52px 128px;
  }
  .followus-card{
    margin: 0 12px 37px;
  }
  .noticeboard{
    margin: 76px 0 76px 256px;
  }
}
@media only screen and (max-width: 1024px){
  .media-partners-wrapper{
    width: 78vw;
  }
  .followus-card{
    width: calc(88% / 4);
    margin: 0 1vw 2vw;
  }
  .color-block .color-block-text{
    padding-left: 16vw;
    flex:0 0 44%;
  }
  .color-block .color-block-bg{
    flex:0 0 56%;
  }
  .color-block:nth-child(even) .color-block-text{
    padding-right: 17vw;
    flex: 0 0 46%;
  }
  .color-block:nth-child(even) .color-block-bg{
    flex: 0 0 54%;
  }
  .home-quote-top .img:after{
    border-width: 0 0 15.24vw 5.706vw;
  }
  .home-quote-bottom .img:after{
    border-width: 15.24vw 5.706vw 0 0;
  }
  .home-newswiper .swiper-slide a .home-newswiper-content{
    bottom: 70px;
  }
  .home-newswiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
  }
  .home-newswiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .home-newswiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .home-newswiper .swiper-slide .titleA{
    border-width: 3px;
  }
}
@media only screen and (max-width: 768px){
  .color-block .color-block-text .text-top .title{
    font-size: 2vw;
  }
  .color-block .color-block-text .text-top .description{
    font-size: 1.3vw;
    margin: .5vw 0;
  }
  .color-block{
    min-height: 16.7vw;
  }
  .count .count-label{
    font-size: 1.2vw;
  }
  .counts-btn .btn{
    padding: 2vw 2.5vw;
    font-size: 1.98vw;
  }
  .big-title-bar{
    font-size: 6vw;
    line-height: 1;
  }
  .lt-text .title{
    font-size: 1.5vw;
    margin-bottom: .8vw;
  }
  .lt-text .description {
    line-height: 1.3;
    font-size: 1.2vw;
  }
  .rt-text{
    font-size: 1.4vw;
  }
  .home-slider .content-block .slide-msg .title{
    font-size: 1.54vw;
  }
  .home-slider .content-block .slide-msg .description{
    font-size: 1.2vw;
  }
  .home-slider .content-block{
    padding: 1.5vw;
    width: 33vw;
  }
  .ourp-header{
    font-size: 5vw;
  }
  .ourp-description{
    padding:2vw 5vw 2vw 2vw;
    font-size: 1.3vw;
    width: 34.59vw;
  }
  .members-header{
    font-size: 5vw;
  }
  .memb-desc{
    width: 26vw;
    font-size: 1.2vw;
  }
  .nb-header{
    font-size: 5vw;
  }
  .nb-desc {
    font-size: 1.4vw;
    width: 52vw;
  }
  .nb-text .title{
    font-size: 1.5vw;
    margin-bottom: 1.1vw;
  }
  .nb-text .desc {
    font-size: 1.2vw;
  }
  .nb-slide.active .nb-text .title{
    margin-bottom: .3vw;
  }
  .nb-text .desc{
    word-break: break-word;
  }
  .nb-controller .nb-prevnext .swiper-button-next, .nb-controller .nb-prevnext .swiper-container-rtl .swiper-button-prev{
    right: 0;
  }
  .nb-controller .nb-prevnext .swiper-button-prev, .nb-controller .nb-prevnext .swiper-container-rtl .swiper-button-next{
    left: 0;
  }
  .home-quote-header{
    font-size: 5vw;
  }
  .home-quote-header:after{
    top: 2.5vw;
  }
  .home-quote-slide .text .title {
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .5vw;
  }
  .home-quote-slide .text .desc{
    font-size: 1.3vw;
    line-height: 1.8;
    margin-bottom: 1vw;
  }
  .home-quote-slide .text .who .name{
    font-size: 1.4vw;
  }
  .home-quote-slide .text .who .position{
    font-size: 1vw;
  }
  .home-quote-slide .img{
    width: 26.26vw;
  }
  .home-quote-top .text{
    padding: 1.527vw 3.954vw 1.527vw 28.79vw;
  }
  .home-quote-top .img:after{
    border-width: 0 0 22.24vw 5.706vw;
  }
  .home-quote-bottom .img:after{
    border-width: 22.24vw 5.706vw 0 0;
  }
  .home-quote-swiper{
    margin: 2vw 0 2vw 14%;
  }
  .home-quote-prevnext .swiper-button-next, .home-quote-prevnext .swiper-container-rtl .swiper-button-prev{
    right: 0;
  }
  .home-quote-prevnext .swiper-button-prev, .home-quote-prevnext .swiper-container-rtl .swiper-button-next{
    left: 0;
  }
  .followus-top .description{
    font-size: 1.4vw;
  }
  .followus-top{
    padding: 5vw 8vw;
  }
  .media-partners-container:after{
    height: 280%;
  }
  .ourprograms:after{
    width: 35.7vw;
  }
  .home-about{
    width: 79.7vw;
  }
  .bentoboxes{
    width: 81.5vw;
  }
}
@media only screen and (max-width: 640px){
  .media-partners-container{
    margin:17px auto 0;
  }
  .media-partners-wrapper .title{
    font-size: 12px;
    padding:1px 6px;
    margin-left: 0;
    margin-bottom:8px;
  }
  .media-partners-wrapper{
    width: calc(100% - 60px);
  }
  .media-partners-slide{
    padding-bottom: 80px;
  }
  .media-partners-wrapper .swiper-button-next{
    margin-right: -35px;
    width: 25px !important;
    height: 25px !important;
    margin-top: 1px !important;
  }
  .media-partners-wrapper .swiper-button-prev{
    margin-left: -35px;
    width: 25px !important;
    height: 25px !important;
    margin-top: 1px !important;
  }
  .contact-us-container{
    margin:8vw 0;
  }
  .followus{
    margin-top: 6vw;
  }
  .followus-top{
    display: flex;
    flex-direction: column;
    padding: 8vw 4vw 7vw;
  }
  .followus-top .title{
    font-size: 9.5vw;
    flex:1 0 100%;
    line-height: 1;
    padding-bottom: 3vw;
  }
  .followus-top .description{
    padding: 0vw 5vw;
    border-right:0;
    font-size: 3vw;
    line-height: 1.4;
  }
  .followus-card{
    width: calc(51.8% - 8vw);
    margin:0 2vw 4vw;
  }
  .followus-bottom {
    padding: 0 2vw 5vw;
  }
  .followus .eapps-widget{
    padding: 0 2vw 5vw;
  }
  .home-page .contact-us-container .contact-content .title{
    width: 53%;
  }
  .key-partners-container + .media-partners-container:before,
  .media-partners-container + .key-partners-container:before,
  .key-partners-container + .media-partners-container:after,
  .media-partners-container + .key-partners-container:after{
    display: none;
  }
  .color-block .color-block-text, .color-block:nth-child(even) .color-block-text{
    padding: 3vw 5vw;
    flex: 0 0 58%;
  }
  .color-block .color-block-text .text-top .description{
    font-size: 2.6vw;
    margin: 1vw 0 2vw;
    line-height: 1.2;
  }
  .color-block .color-block-text .text-top .title{
    font-size: 3.4vw;
  }
  .color-block .color-block-bg, .color-block:nth-child(even) .color-block-bg{
    flex: 0 0 42%;
  }
  .counts-btn .btn{
    display: inline-block;
    font-size: 15px;
    padding: 15px 36px;
    border-width: 1.5vw;
  }
  .counts{
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .count{
    flex: 0 0 38%;
  }
  .count-top-border{
    display: none;
  }
  .big-num, .middle-num {
    font-size: 8vw;
  }
  .count-top-border{
    width: 100%;
    height: 3px;
    margin-bottom: 3vw;
    display: none;
  }
  .count-top-border:nth-child(4n){
    display: block;
  }
  .count span{
    width: 1.6vw;
    height: 1.6vw;
    margin: 2vw 0;
    flex: 0 0 1.6vw;
  }
  .count{
    margin-bottom: 5vw;
    align-items: flex-start;
  }
  .count .count-label{
    flex: 0 0 0;
    font-size: 3vw;
    min-height: 8.8vw;
    text-align: left;
  }
  .big-title-bar{
    padding-bottom: 0;
    font-size: 9vw;
    line-height: 9vw;
    width: 90%;
    margin: 12vw 0 5vw;
    padding-left: 4.3%;
  }
  .text-bar{
    flex-direction: column;
  }
  .lt2rt .text-bar{
    padding-left: 5%;
    padding-right: 10%;
  }
  .rt-text{
    padding:3vw 0;
    font-size: 2.8vw;
  }
  .lt-text .title {
    font-size: 3.7vw;
    flex: 0 0 auto;
    margin-bottom: 1vw;
  }
  .lt-text .description{
    font-size: 2.8vw;
    text-align: justify;
  }
  .home-slide {
    width: 70%;
  }
  .home-slider-wrapper {
    height: 35.4vw;
  }
  .rt2lt .text-bar{
    padding-right: 11%;
    padding-left: 11%;
  }
  .lt2rt:after, .rt2lt:after{
    width: 10vw;
  }
  .home-slider{
    width: 90%;
  }
  .lt2rt .home-slider{
    margin-right: 10vw;
  }
  .rt2lt .big-title-bar{
    width: 90%;
    margin-left: 10%;
    padding-bottom: 0;
    padding-left: 0;
  }
  .rt2lt .home-slider{
    margin-left: 10vw;
  }
  .ourprograms:after{
    width: 45.7vw;
  }

  .home-slider .content-block{
    width: 80vw;
    padding: 12px 72px 14px 12px;
  }
  .home-slider .content-block .slide-msg .title{
    font-size: 13px;
  }
  .home-slider .content-block .slide-msg .description{
    font-size: 11px;
    padding: 4px 30px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
  }
  .home-slider .content-block .swiper-button-next, .home-slider .content-block .swiper-button-prev{
    top: 48px;
    width: 20px !important;
    height: 20px !important;
  }
  .home-slider .content-block .swiper-button-next{
    right: 10px;
  }
  .home-slider .content-block .swiper-button-prev{
    right: 40px;
  }
  .home-slider .content-block .info{
    width: 70%;
    font-size: 11px;
    margin-top: 8px;
    font-weight: bold;
  }
  .home-slider .content-block:after{
    bottom: -10px;
    height: 10px;
  }
  .ourprograms {
    margin: 12vw 4vw 12vw 4vw;
  }
  .ourp-header{
    font-size: 7vw;
  }
  .ourp-top-slider{
    height: auto;
  }
  .ourp-top-wrapper{
    height: 37.138vw;
  }
  .ourp-top-desc{
    position: relative;
  }
  .ourp-description {
    padding: 3vw 7vw 3vw 3vw;
    font-size: 3vw;
    width: 100%;
  }
  .ourp-bottom{
    padding-bottom: 1.5vw;
  }
  .ourp-bottom-slide{
    padding-right: 2.5vw;
  }
  .ourp-bottom-img{
    width: 14vw;
    height: 14vw;
  }
  .ourp-bottom-desc{
    display: none;
  }
  .lt-blue-line, .rt-blue-line{
    height: 4px;
  }
  .lt-blue-line{
    width: 89%;
  }
  .rt-blue-line {
    width: 76%;
    margin-left: 24%;
  }
  .members{
    flex-direction: column;
    width: 85%;
    margin: 5vw 11vw 5.5vw 4vw;
  }
  .memb-desc{
    width: 100%;
    position: relative;
    padding: 3vw 3vw 6vw;
    font-size: 3vw;
  }
  .members-lt{
    flex: 0 0 auto;
  }
  .members-header{
    top: 7vw;
    font-size: 7vw;
    padding-right: 1vw;
  }
  .memb-swiper{
    height: auto;
  }
  .memb-swiper .slider-wrapper{
    height: 42.25vw;
  }
  .members-rt{
    flex:0 0 auto;
    flex-direction: row;
  }
  .memb-thumb-swiper{
    width: 56%;
    height: 14.7vw;
    flex: 1 0 auto;
  }
  .memb-thumb-slide{
    height: 100%;
  }
  .members-rt .controller{
    margin-top: 0;
    height: auto;
    margin-left: 5vw;
  }
  .members-rt .controller .page{
    border-radius: 14.5vw;
    width: 14.5vw;
    height: 14.5vw;
  }
  .controller .page:after{
    height: 8vw;
    top: 21%;
    left: 46%;
  }
  .controller .page .current{
    font-size: 3vw;
  }
  .controller .page .total{
    font-size: 4vw;
  }
  .memb-prevnext{
    width: 100%;
    left: 0;
  }
  .members-rt .controller .swiper-button-next, .members-rt .controller .swiper-button-prev{
    transform: rotate(0);
    top: 50%;
    width: 8vw !important;
    height: 8vw !important;
    margin-top: -4vw !important; 
  }
  .members-rt .controller .swiper-button-next{
    right: 0;
    left: auto;
  }
  .members-rt .controller .swiper-button-prev{
    transform: rotate(180deg);
  }
  .noticeboard{
    margin: 4vw 0 4vw 4vw;
  }
  .nb-header {
    font-size: 7vw;
  }
  .noticeboard:after {
    top: 2vw;
    right: 20vw;
    width: 4.2vw;
    height: 4.2vw;
    border-radius: 4.2vw;
  }
  .nb-desc {
    font-size: 2.8vw;
    width: 92vw;
    margin-top: 1vw;
  }
  .nb-container {
    margin: 4vw 0;
    flex-direction: column;
  }
  .nb-wrapper{
    flex-direction: column;
  }
  .nb-slide, .nb-slide.active{
    width: 100%;
  }
  .nb-text, .nb-slide.active .nb-text{
    padding: 2.7vw 2.7vw 2.7vw;
  }
  .nb-text .title{
    font-size: 4vw;
  }
  .nb-text .desc {
    font-size: 3vw;
  }
  .nb-slide a{
    margin:0 0 2.7vw 2.7vw;
  }
  .nb-slide.active .nb-img {
    height: 54vw;
  }
  .nb-controller{
    flex-direction: row;
    flex: 1 0 17vw;
    position: relative;
  }
  .nb-controller .page{
    flex:1 0 auto;
    padding-left: 39vw;
  }
  .nb-controller .nb-prevnext{
    position: absolute;
    height: 100%;
    flex: 0 0 26vw;
    width: 90%;
    margin-left: 0;
    margin-top: 0;
  }
  .noticeboard .swiper-button-prev, .noticeboard .swiper-button-next{
    background: #fff !important;
    width: 8vw !important;
    height: 8vw !important;
    margin-top: -4vw !important;
  }
  .nb-controller .page .current{
    font-size: 4.5vw;
    top: 34%;
  }
  .nb-controller .page .total{
    font-size: 7vw;
    margin-left: 4.5vw;
  }
  .nb-controller .page:after {
    width: 1px;
    height: 13vw;
    margin-left: 3vw;
  }
  .nb-slide, .nb-slide.active, .nb-slide.active .nb-img{
    transition: none;
  }
  .home-quote-header{
    font-size: 8vw;
  }
  .home-quote-header:after{
    top: 4.2vw;
  }
  .home-quote-swiper{
    margin: 3vw 0 3vw 4%;
  }
  .home-quote-slide{
    width: 90%;
  }
  .home-quote-slide > div{
    flex-direction: column;
  }
  .home-quote-slide .img {
    width: 100%;
    /*height: 38.1vw;*/
    /*height: 157px;*/
    height: 237px;
    position: relative;
    overflow: hidden;
  }
  .home-quote-top .img:after{
    border-width: 5vw 0 0 87vw;
    top: auto;
    bottom: 0;
    right: 0;
    border-bottom-color: transparent;
  }
  .home-quote-bottom .img:after{
    top: auto;
    bottom: 0;
    right: 0;
    border-width: 0 0 5vw 87vw;
    border-top-color: transparent;
    left: 0;
  }
  .home-quote-top[data-color="green"] .img:after{
    border-left-color: var(--green);
  }
  .home-quote-top[data-color="red"] .img:after{
    border-left-color: var(--red);
  }
  .home-quote-top[data-color="light-blue"] .img:after{
    border-left-color: var(--light-blue);
  }
  .home-quote-top[data-color="purple"] .img:after{
    border-left-color: var(--purple);
  }
  .home-quote-top[data-color="gray"] .img:after{
    border-left-color: var(--gray);
  }
  .home-quote-top[data-color="white"] .img:after{
    border-left-color: #fff;
  }
  .home-quote-bottom[data-color="green"] .img:after{
    border-bottom-color: var(--green);
  }
  .home-quote-bottom[data-color="red"] .img:after{
    border-bottom-color: var(--red);
  }
  .home-quote-bottom[data-color="light-blue"] .img:after{
    border-bottom-color: var(--light-blue);
  }
  .home-quote-bottom[data-color="purple"] .img:after{
    border-bottom-color: var(--purple);
  }
  .home-quote-bottom[data-color="gray"] .img:after{
    border-bottom-color: var(--gray);
  }
  .home-quote-bottom[data-color="white"] .img:after{
    border-bottom-color: #fff;
  }
  .home-quote-top .text, .home-quote-bottom .text{
    padding: 3vw 6vw 8vw 6vw;
  }
  .home-quote-slide .text .title{
    font-size: 3.7vw;
    margin-bottom: 3vw;
  }
  .home-quote-slide .text .desc{
    font-size: 3vw;
    line-height: 1.7;
  }
  .home-quote-slide .text .who{
    margin-top: 4vw;
  }
  .home-quote-slide .text .who .name{
    font-size: 3vw;
  }
  .home-quote-slide .text .who .position{
    font-size: 3vw;
  }
  .home-quote-prevnext{
    margin-top: 3vw;
    width: 25vw;
    height: 8vw;
  }
  .home-quote .swiper-button-prev, .home-quote .swiper-button-next {
    width: 8vw !important;
    height: 8vw !important;
    margin-top: -4vw !important;
  }

  .media-partners-wrapper .swiper-button-prev:hover{
    transform: translate3d(0,0,0) scale(-1);
  }
  .media-partners-wrapper .swiper-button-next:hover{
    transform: translate3d(0,0,0);
  }
  .home-slider .content-block .swiper-button-next:hover{
    transform: translate3d(0,0,0);
  }
  .home-slider .content-block .swiper-button-prev:hover{
    transform: translate3d(0,0,0) scale(-1);
  }

  .memb-thumb-wrapper{
    flex-direction: row;
    gap: 5%;
  }
  .memb-thumb-slide{
    margin-bottom: 0;
    flex: 0 0 30%;
  }

  .home-about{
    width: 90vw;
    flex-direction: column;
    margin: 5vw auto;
  }
  .home-about-content, .home-about-img{
    flex: 0 0 auto;
  }
  .home-about-content .bigtitle{
    font-size: 6.8vw;
    margin-bottom: 2vw;
  }
  .home-about-content{
    font-size: 3.3vw;
    margin-bottom: 5vw;
  }
  .bentoboxes {
      margin: 10vw auto;
      width: 92.5vw;
      grid-template: 
      'box2 box2'
      'box1 box3'
      'box4 box5'
      'box6 box6'
      'box8 box7'
      'box9 box7';
  }
  .bentobox .more-btn:before{
    display: none;
  }
  .bentobox a .content,
  .bentobox.box2 a .content{
    padding: 3.75vw;
  }
  .bentobox.box6 a .content .title, .bentobox.box7 a .content .title {
    font-size: 7.6vw;
  }
  .bentobox.box7 .more-btn, .bentobox.box8 .more-btn, .bentobox.box9 .more-btn,
  .bentobox.box2 a .content .more-btn{
    position: absolute;
    bottom: 3.75vw;
    right: 3.75vw;
  }
  .bentobox.box8 a .content .title, .bentobox.box9 a .content .title{
    top: 4.75vw;
    left: 4.75vw;
  }
  .bentobox.box6 a .content .title {
    line-height: 8.2vw;
  }
  .bentobox a .content,
  .bentobox.box2 a .content{
    font-size: 5vw;
  }
  .bentobox.box2 a .content .desc {
    font-size: 2.7vw;
    margin-top: 1.7vw;
    line-height: 1.3;
  }
  .bentobox .more-btn{
    font-size: 10px;
    margin-top: 3.3vw;
  }
  .bentobox{
    border-radius: 6vw;
  }
  .bentobox .more-btn:after{
    width: 22px;
    height: 5px;
    margin-left: 4px;
    margin-top: 1px;
  }
  .bentobox.box8 a .content .title span {
    font-size: 9.2vw;
  }
  .bentobox.box9 a .content .title span {
    font-size: 7.6vw;
    line-height: 1;
  }
  .bentobox.box8 a .content .title {
    font-size: 5.2vw;
  }
  .bentobox.box9 a .content .title {
    font-size: 3.5vw;
  }
  .bentobox.box7 a .content {
    height: calc(50% - 3.9vw);
  }
  .home-newswiper .swiper-slide a .home-newswiper-content{
    bottom: 60px;
  }
  .home-newswiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 12px;
  }
  .home-newswiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .home-newswiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
  .home-newswiper .swiper-slide .titleA{
    border-width: 3px;
    font-size: 4.2vw;
    padding: 2.5vw 3.8vw;
    margin-bottom: 3vw;
  }
  .home-newswiper .swiper-slide .titleB{
    font-size: 4.3vw;
  }
  .home-newswiper .swiper-slide a{
    padding-bottom: 66%;
  }
  .home-newswiper .swiper-slide a:after{
     background: linear-gradient(0deg, rgba(0,0,0,.63) 0%, rgba(0,0,0,0) 100%);
  }
}