body{font-size: 16px;} 

.innerBig{ width:94%; max-width: 1800px;  margin: 0 auto;  }
.pl-innerBig{ padding-left: 3vw;}
.pr-innerBig{ padding-right:3vw;}
.ml-innerBig{ margin-left:3vw;}
.mr-innerBig{ margin-right: 3vw;}

.inner{ width:1620px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1620px)/2);}
.pr-inner{ padding-right: calc((100vw - 1620px)/2);}
.ml-inner{ margin-left: calc((100vw - 1620px)/2);}
.mr-inner{ margin-right: calc((100vw - 1620px)/2);}

header{transition: all .36s; width: 100%; z-index: 100; top: -200px; left: 0; right: 0; position: sticky; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;}
header.sticky-on {opacity: 1; top: 0;}
header.scroll{ box-shadow: 0 0 10px rgba(0,0,0,.15);}
.oneNav{ line-height: 120px; white-space: nowrap; display: block; padding: 0 1.5vw; font-size: 20px; font-weight: bold;}
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--blue); transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li.on .oneNav ,nav li:hover .oneNav { color: var(--blue);}
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
nav:hover > li:not(:hover) .oneNav{ color: #333; }
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }

nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:var(--blue)}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }

header .right .iconfont{ font-size: 22px;}
 
/* .languageBtn  {  height: 100px; } */
.languageBtn dl{ line-height: 40px; position:absolute;text-align: center;min-width:100px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15);
}
.languageBtn dl a{ display: block; border-bottom: 1px solid #e5e5e5;}
.languageBtn dl a:hover{ background: var(--blue); color: #fff;}
.languageBtn dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
.languageBtn:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 
.muneBtn{ width: 80px; }
.muneBtn i{ display: block; width: 100%; height: 3px;  }
.muneBtn i + i{ margin-top: 10px;}
.muneBtn i:first-child{ width: 60%;}

.navPop{width: 100%;height: 100%;position: fixed;top: 0;right: 0;transition: all .5s ;background: rgba(0,0,0,.7);backdrop-filter: blur(4px);transform: translateY(-110%) ;-webkit-transform: translateY(-110%) ;-moz-transform: translateY(-110%) ;-ms-transform: translateY(-110%) ;-o-transform: translateY(-110%) ;-webkit-transition: all .5s ;-moz-transition: all .5s ;-ms-transition: all .5s ;-o-transition: all .5s ;
 opacity: 0; }
.navPop.open { opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
.navPop .top{ height: 120px;}
header.open .muneBtn i{ height: 2px; background: #fff;}
header.open .muneBtn i:first-child{ width: 100%; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
header.open .muneBtn i + i{ margin-top: 0;}
header.open .muneBtn i:last-child{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }

.linka a:hover{ color: var(--blue);}
.navPop .bottom{ padding-top: 120px; }
header.open .icon01{ opacity: 0;  }



.idxMore{ width: 14vw; height: 14vw;}
.idxMore::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/banScollText.png) no-repeat center center; background-size: 100% 100%; animation: rotate 10s linear infinite; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-animation: rotate 10s linear infinite; }
.idxMore:hover{   transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }

.banImg{ min-height:280px; width: 100%; object-fit: cover;}

.banSwiper{ margin-top: -1em;}
.banSwiper .pagination{ position: absolute; z-index: 10; bottom: 5%; left: 15%;}
.banSwiper .pagination .swiper-pagination-bullet{ transition: all .36s; opacity: 1; background: #fff; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.banSwiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{  width: 50px; background: var(--blue);}

.idxAboutTopImg{ border-radius: 300px; -webkit-border-radius: 300px; -moz-border-radius: 300px; -ms-border-radius: 300px; -o-border-radius: 300px; }
.idxAboutTopImg:hover{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

 
.idxAboutScoll li,.idxBottom li{ display: inline-block;}
.idxBottom i{ color: var(--blue);}

.w37{ width: 37%;}
.idxTeam{ background: url(../images/idxTeamBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.idxTeam::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(39, 104, 222, .88); }

/* 
.idxStar::after {
    content: ' ';
    position: absolute;
    transform: rotate(45deg);
    left: -80px;
    top: -60px;
    bottom: -60px;
    background: rgba(255, 255, 255, 0.4);
    cursor:pointer;
    width: 40px;
    animation: aftermove .8s infinite ease;
    -webkit-animation: aftermove .8s infinite ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
} */

.idxTeamSwiper .box{ height: 600px;}
.idxTeamSwiper .box,.idxTeamSwiper .img{ border-radius: 500px 500px 0 0 ; -webkit-border-radius: 500px 500px 0 0 ; -moz-border-radius: 500px 500px 0 0 ; -ms-border-radius: 500px 500px 0 0 ; -o-border-radius: 500px 500px 0 0 ; }
.idxTeamSwiper .swiper-slide:hover .box{ box-shadow: 0 0 15px rgba(255,255,255,.25); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.idxPrograms{ background: url(../images/idxProgramsBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.idxProgramsUl li::after{ display: block; content: ''; transition: all .36s; width: 50%; opacity: 0; left: -30px; top: 0; height: 100%; background: var(--blue); position: absolute; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProgramsUl li.on::after{  width: calc(100% + 30px); opacity: 1;}
.idxProgramsUl li.on{ color: #fff; font-weight: bold;}
.idxProgramsUl li.on i{ color: #fff;}
.idxProgramsUl li:last-child{ margin-bottom: 0;}

.idxPrograms .right{ box-shadow: 20px 0 40px rgba(39, 104, 222, .2); border-radius: 20vw 0 0 20vw; -webkit-border-radius: 20vw 0 0 20vw; -moz-border-radius: 20vw 0 0 20vw; -ms-border-radius: 20vw 0 0 20vw; -o-border-radius: 20vw 0 0 20vw; }
.idxProgramsIcon{ height: 72px;}
.idxProgramsRightUl li{ display: none;animation: rightFloat .3s;}
.idxProgramsRightUl li.on{ display: block;}

.idxNewsLine{ width: 100%; height: 3px;}

.idxEventsUl li .img{ width: 100%; height: 0; padding-bottom: 68%;}
.idxEventsUl li  .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.idxEventsUl li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
    
.idxBottomTop,.idxBottomBot{pointer-events:none}
.idxBottom .idxMore{ position: absolute; z-index: 10; right: 15%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxBottom .idxMore:hover img{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }

footer{ background: url(../images/footBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.footLogo{ height: 1.5em;}
footer .top{ border-color: rgba(255,255,255,.15);}
footer .center a:hover{ color: #fff;}
.ewmBox{ width: 158px;}
.outlink a:hover{ opacity: .75;}
.outlink a:first-child{ margin-left: 0;}
.outlink a img{ height: 1em;}
 
.myPagination .swiper-pagination-bullet{ background: #fff;  margin: 0 4px; }
.myPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color:  var(--blue)}

.idxTeam .myPagination .swiper-pagination-bullet{ }
.idxTeam .myPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color:  #fff}

.neiPicImg{ width: 100%; min-height: 260px; object-fit: cover;}
.brief{ background: url(../images/briefBg.png) no-repeat bottom right; background-size: auto 100%;}
.brief::before{ width: 10.4vw; height: 10.4vw; position: absolute; left: 0; top: 0; background: var(--blue); display: block; content: '';-webkit-clip-path: polygon(0 100%, 0 0, 100% 0);clip-path: polygon(0 100%, 0 0, 100% 0);}
.w52{ width: 52%;}
.moreIcon{ width: 3.8vw;}
.Vision{ background: #f2f6f9;}
.w80{ width: 80%;}

.Vision_EHO{ height:15vw;}
.Vision .left{ width: 13.6%;}
.VisionImg02{ position: absolute; right: 0; bottom: 0; width:27vw ;}

.directorsBox{ margin-top: -10vh; box-shadow: 20px 0 50px rgba(39, 104, 222, .2);}

.teamlist li{ width: calc((100% - 24px)/4); margin-right: 8px; margin-top: 8px;}
.teamlist li:nth-child(4n){ margin-right: 0;}
.teamlist li .img{ width: 100%; height: 0; padding-bottom: 100%; background: url(../images/teamlistBg.jpg) no-repeat center center; background-size: cover;}
.teamlist li .img::before{ transition: all .36s; transform: translateY(101%); opacity: 0; display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/teamlistBgIcon.png) no-repeat center bottom; background-size: 100% auto; -webkit-transition:; -moz-transition:; -ms-transition:; -o-transition:; -webkit-transform: translateY(101%); -moz-transform: translateY(101%); -ms-transform: translateY(101%); -o-transform: translateY(101%); } 
.teamlist li .name{ margin-top: -1em;}
.teamlist li:hover{ box-shadow:  0 0 5px rgba(39, 104, 222, .2); transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); }
.teamlist li:hover .name span{text-decoration: underline;}
.teamlist li:hover .img::before{ opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
/* .teamlist li:hover .img img{ transform: scaleY(.9); -webkit-transform: scaleY(.9); -moz-transform: scaleY(.9); -ms-transform: scaleY(.9); -o-transform: scaleY(.9); } */

.directorsBox .myPagination .swiper-pagination-bullet{ background: rgba(39, 104, 222, .8);}

.photolist li{ width: calc((100% - 6vw)/3); margin-right: 3vw;}
.photolist li:nth-child(3n){ margin-right: 0;}
.photolist li:hover { transform:translateY(-10px) ; box-shadow: 0 0 20px rgba(39, 104, 222, .2); -webkit-transform:translateY(-10px) ; -moz-transform:translateY(-10px) ; -ms-transform:translateY(-10px) ; -o-transform:translateY(-10px) ; }
.photolist li:hover img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }

.photoMore{ border-width: 2px; border-color: #333;}
.photoMore::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background: var(--blue); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.photoMore:hover{ letter-spacing: 2px; border-color: var(--blue); color: #fff; box-shadow: 5px 0 20px rgba(39, 104, 222, .2);}
.photoMore:hover::after{ width: 100%;}

.testimonialslist li{  width: calc((100% - 6vw)/3) ; margin-right: 3vw; box-shadow: 10px 0 40px rgba(39, 104, 222, .1);}
.testimonialslist li:nth-child(3n){ margin-right: 0;}
.yinIcon{ height: 1.2em;}
.testimonialslist li .top{ margin-top: -.5em;}
.testimonialslist li:hover{ transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.testimonialsMen img{ width: 90px; height: 90px; object-fit: cover;}
.testimonialslist li .icon-star-full{ color: #facc01;}

.programslist li { margin-top:  15vw;}
.programslist li:first-child{ margin-top: 0;}
.programslist li .round{ width: 40px; height: 40px; border-width: 2px; transform: translateX(-20px); -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); }
.programslist li .round i{ width: 8px; height: 8px;}
.programslist li .text{ width: 85%; box-shadow: 10px 0 40px rgba(39, 104, 222, .2);}
.programslist li:nth-child(2n){ flex-direction: row-reverse;}
.programslist li:nth-child(2n) .round{ transform: translateX(20px); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); }

.programslist li  .num{  -webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to bottom,var(--blue), var(--blue) 50%, #fff 51%, #fff); top: -.5em; position: absolute; right: 0;}
.programslist::before{ display: block; content: ''; height: 90%; width: 8px;top: 0; position: absolute; left: calc(50% - 4px);  background: #e9f0fc;}
.programslist li:hover{ transform: translateY(-20px); -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); }
@media screen and (min-width:900px) { 


}

.newsClass .select{ width: 250px; border: 2px solid #333;}
.newsClass .select::before,.selectBox::before{ display: block; content: "\e600"; font-family: "iconfont" !important; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.newsClass  .input{}
.newsClass  .right{border: 2px solid #333; width: 47vw;}

.newsTitle{ border-bottom: 2px solid #333;}
.w10{ width: 10%;}

.newslist { border-bottom: 2px solid #333;}
.newslist li .w10 img{ width: 2.2vw;}
.newslist li .icon02{ display: none;}
.newslist li  .tit span{
  /*text-decoration: underline;
  */background-image: linear-gradient(currentColor 0, currentColor 0);
  background-image: linear-gradient(currentColor 0 0);
  background-position: 0 calc(100% - 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}
.newslist li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.newslist li:hover  .icon01{ display: none;}
.newslist li:hover  .icon02{ display: block; transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); }

.newsInner{  width: 80%; margin: 0 auto; max-width: 1320px;}

.newsInfo{ border-top: 2px solid #222; border-bottom: 2px solid #222;}
.w66{ width: 66%;}
.contactLeft{ position: sticky; left: 0; top: 0;}
.contactRight{ box-shadow: 10px 0 50px rgba(39, 104, 222, .2); }
.contactLeftBg{ width: 13%; position: absolute; top: 100%; right: 10%;}
 

.ContactMen li{ background: url(../images/ContactMenBg.jpg) no-repeat center bottom; background-size: cover; box-shadow: 10px 0 20px rgba(39, 104, 222, .1);}
.ContactMen li img{ position: absolute; bottom: 0; right: 0; max-width: 25%; max-height: 105%;}
.ContactMen li:hover{box-shadow: 10px 0 20px rgba(39, 104, 222, .25); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.ContactMen li figure{ max-width: 75%;}

 .TestimonialsSwiper { padding-bottom: 3vw;}
.TestimonialsSwiper .swiper-slide .top{ margin-top: -.5em;}
 .TestimonialsSwiper .swiper-slide { border: 1px solid #e5e5e5;}
.testimonialsMen img{ width: 90px; height: 90px; object-fit: cover;}
.TestimonialsSwiper .swiper-slide .icon-star-full{ color: #facc01;}