
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  /*min-height: 200px;*/
  max-height:1080px;
  -moz-user-select: none;
}
.tewr .flexslider .slides a img{
  max-width: 210px;
  max-height: 275px;
  margin:0 auto;
  transform: translateY(14px);
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.0);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 35px;
  display: inline-block;
  content: '\f104';
  font-weight: lighter;
  color: rgba(255, 255, 255, 1.0);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
    width:100%;
    position: absolute;
    bottom: 5px;
    text-align: center;z-index: 3;
}

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.01);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.01);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.01);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #2177f5;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  width: 20px;
  cursor: default; 
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/* .flex-caption {width: 100%;padding: 2%;left: 0;bottom: -10px;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,.3);font-size: 20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block; position:absolute;} */
.flex-caption {
  width: 100%;left: 0;bottom: 0px;
  color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  text-overflow: ellipsis;overflow: hidden;
  display: block; position:absolute;
}


/*banner*/
.banner_img .flex-direction-nav a{
  background: rgba(0,0,0,0.7);
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  top: initial;
  bottom: 30px;
  opacity: 0.8;
}
.banner_img .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.banner_img .flex-direction-nav .flex-prev {
  left: initial;
  right: 150px;
}
.banner_img .flex-direction-nav .flex-next {
  right: 100px;
}
.banner_img .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
  left: initial;
  right: 150px;
}
.banner_img .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.banner_img .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
  right: 100px;
}
.banner_img .flex-control-nav{
  bottom: 0px;
  padding-right:220px;
  text-align:right;
  padding-top: 100px;
  padding-bottom: 40px;
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(255,255,255,0),endColorStr=rgba(3,3,3,1)); 
background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(3,3,3,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(255,255,255,0)), to(rgba(3,3,3,1)));
background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, rgba(255,255,255,0)),color-stop(1, rgba(3,3,3,1))); 
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#222222'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#222222')"; 
/*background: url(bg001.png) center center repeat;
background-size: cover;*/
}
.banner_img .flex-control-paging li a{color:transparent;background:rgba(255,255,255,0.6);}
.banner_img .flex-control-paging li a.flex-active{width:10px;background:rgba(255,255,255,1);}
.banner_img .winimg{
-moz-box-shadow:0px 0px 10px #fff; 
-webkit-box-shadow:0px 0px 10px #fff; 
box-shadow:0px 0px 10px #fff;
}
.banner_img .flexslider .slides a:hover img{opacity: 1!important;}
.banner_img .flexslider .slides a img {
  height: auto;
  width:100%;
  -moz-user-select: none;
  border-radius: 0px;
  max-height: 800px;
}
.banner_img .flex-caption{
  bottom: initial;
  top: 30%;
  left: 0px;
}
.banner_img .flex-caption{
  width: 50%;
}
.flex-caption  .banner_text{
  width:100%;
  max-width: 600px;
  margin:0;
  margin-left: 180px;
  height: 380px;
  background: rgba(0,0,0,0.5);
  text-shadow: 0 0px 0 rgba(0,73,176,0.68);
  overflow: hidden;
  padding:65px 40px;
  border-radius: 10px;
}
.flex-caption  .banner_text h1{margin:0px;margin-bottom:15px;}
.flex-caption  .banner_text h1 {
  float:left;
  color:#fff;
  font-size:20px;
  line-height:28px;
  font-weight: 700;
  width: 100%;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
}
.flex-caption  .banner_text p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.flex-caption  .banner_text a.banner_more{
  float: left;
  padding:10px 30px;color:#fff;
  border:2px solid #fff;font-size:16px;
  font-weight: bold;
  border-radius: 30px;
  text-transform:uppercase;
}

@media (max-width:991px) {
  .flex-caption  .banner_text{
    width:100%;
    overflow: hidden;
  }
  .banner_img,.banner_list{padding:0px;}
  .flex-caption  .banner_text h1 {
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
  }
  .flex-caption  .banner_text p{display:none;}
}
@media (max-width:767px) {
  .banner_img .flex-control-nav{
    padding-top: 30px;
  }
}

/* mod2_media */
.mod2_media{padding-bottom:50px;}
.mod2_media .flexslider{background:transparent;}
.media_img_icon {position:absolute;z-index:9;top:40%;left:45%;}
.mod2_media .flex-direction-nav a{
    background:rgba(0,0,0,0.10);
    border-radius:8px;
    width:64px;
    height:64px;
    line-height:64px;
    top:46%;
    text-align:center;
}
.mod2_media .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 35px;
  display: inline-block;
  content: '\f104';
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0);
}
.mod2_media .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.mod2_media .flex-direction-nav .flex-prev {
  left: 0px;
}
.mod2_media .flex-direction-nav .flex-next {
  right: 0px;
}
.mod2_media .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
  left: 0px;
}
.mod2_media .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.mod2_media .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
  right: 0px;
}
.mod2_media .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.mod2_media .slides .media_img > img{
    border-radius:8px;
    width:762px;
    height:486px;
}
.media_img ,.media_img2 a{position:relative;}
.media_img2 a{width:100%;float:left;}
.media_img2 a > img{border-radius: 8px;width:445px;height:228px!important;}
.media_img2 a:last-child{margin-top:30px;}
.mod2_media .media_text{
    float:left;
    width:100%;
    position:absolute;bottom:0px;margin-bottom:0px;border-radius:5px 5px 5px 5px;
    background:rgba(0,0,0,0.5);padding:15px;font-size:16px;right:0px;left:0px;color:#fff;
}
/*.mod2_media .media_icon img{width:20px;}*/
.mod2_media .flex-control-nav{display:none;}
.media_text h1{font-size:18px;font-weight:bold;padding:0px;margin:0px;margin-bottom:5px;}
.media_text font{
    font-size:16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media_text .media_icon{float:left;width:100%;margin-top:5px;}
/*.media_text .media_icon img{float:left;margin-right:10px;}*/
.media_text .media_icon{font-size:16px;display: flex;align-items: center;}
.media_text .media_icon i{display: inline-block;width: 25px;height: 25px;margin-right: 10px;}
.media_text .media_icon i img{width: 100%;max-width: 100%;height: 25px;}
@media (min-width:1440px){
    .media_img{width:calc(60% - 99px);margin-left:99px;position:relative;}
    .media_img2{width:calc(40% - 99px);margin-right:84px;margin-left:15px;}
}
@media (max-width:1439px) and (min-width:1200px) {
    .media_img{width:calc(60% - 99px);margin-left:99px;position:relative;}
    .media_img2{width:calc(40% - 99px);margin-right:84px;margin-left:15px;}
    .mod2_media .slides .media_img > img{
        border-radius:8px;
        width:100%;
        height:380px!important;
    }
    .media_img2 a > img{border-radius: 8px;width:445px;height:175px!important;}
}
@media (max-width:1199px) and (min-width:992px){
    .media_img{width:calc(100% - 208px)!important;margin-left:105px;position:relative;}
    .media_img2{width:calc(100% - 180px)!important;margin-right:90px;margin-left:90px;}
    .media_img2 a{width:calc(50% - 15px);margin-top:30px;}
    .media_img2 a:first-child{margin-right:15px;}
    .media_img2 a:last-child{margin-left:15px;}
}
@media (max-width:991px) and (min-width:768px){
    .media_img{width:calc(100% - 190px)!important;margin-left:95px;position:relative;}
    .media_img2{width:calc(100% - 160px)!important;margin-right:80px;margin-left:80px;}
    .media_img2 a{width:calc(50% - 15px);margin-top:30px;}
    .media_img2 a:first-child{margin-right:15px;}
    .media_img2 a:last-child{margin-left:15px;}
    .mod2_media .slides .media_img > img{
        border-radius:8px;
        width:560px;
        height:360px!important;
    }
    .media_text font{display:none;}
    .media_img2 a > img{border-radius: 8px;height:150px!important;}
}
@media (max-width:767px){
    .media_img{width:calc(100% - 120px)!important;margin-left:60px;position:relative;}
    .media_img2{width:calc(100% - 90px)!important;margin-right:45px;margin-left:45px;}
    .media_img2 a{width:100%;margin-top:15px;}
    .media_img2 a:first-child{margin-right:5px;}
    .media_img2 a:last-child{margin-left:5px;margin-top:15px;}
    .mod2_media .slides .media_img > img{
        border-radius:8px;
        width:100%;
        min-width:210px;
        max-width:590px;
        height:auto!important;
    }
    .media_img2 a > img{border-radius: 8px;
        height:auto!important;
    }
    .mod2_media .flex-direction-nav a{
        background:rgba(0,0,0,0.10);
        border-radius:8px;
        width:45px;
        height:45px;
        line-height:45px;
        top:30%;
        text-align:center;
    }
    .media_img_icon {
        position: absolute;
        z-index: 9;
        top: 35%;
        left: 45%;
    }
    .media_img_icon > img{max-width:50px;max-height:50px;}
}
@media (max-width:480px){
    .media_img_icon {
        position: absolute;
        z-index: 9;
        top: 32%;
        left: 42%;
    }
}

/* mod3_scientists */
.mod3_scientists .mod_h2{position:relative;min-height:300px;}
.mod3_scientists .mod_h2 span{padding-left:60px;float:right;}
.mod3_scientists .mod_h2 .more_mod4{font-size:15px;font-weight:700;color:#e8e3e3;position:absolute;bottom:-120px;right:0;padding-right:15px;}
/*.scientists_slides{border:1px solid red;}*/
.more_mod4 .fa-arrow-right{margin-left: 12px;}
.scientists_img {width:30%;}
.scientists_text{width:70%;text-align:right;padding-right:50px;padding-left:50px;padding-top:50px;}
.scientists_text .banner_text h1 a{font-size:20px;font-weight:bold;color:#106470;margin-top:30px;}
.scientists_text .banner_text p{font-size:15px;color:#106470;margin-top:16px;margin-bottom:16px;padding-left: 20px;}
.scientists_text .banner_text a.scientists_btn{
    float:right;
    width:125px;
    background: #106470;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align:center;
    height:50px;
    line-height: 50px;
    font-style:normal;
    margin-bottom: 15px;
}
.scientists_img img{width:100%;max-width:415px;border-radius: 15px;}

.mod3_scientists .flex-control-nav{bottom:-25px;text-align:left;padding-left:40%;}
.mod3_scientists .flex-control-paging li a{background:#7facb3;}
.mod3_scientists .flex-control-paging li a.flex-active{background:#106470;width:10px;}
.newhead_wrap .flex-control-paging li a.flex-active{background: #106470;}
.newhead_wrap .flex-control-paging li a{background: #7facb3;}
.newhead_wrap .flex-direction-nav a:before{color: #106470}
.newhead_wrap .flex-direction-nav .flex-prev{left: -50px;}
.newhead_wrap .flex-direction-nav .flex-next{right: -50px;}
.newhead_wrap .flexslider:hover .flex-direction-nav .flex-prev{left: -50px;}
.newhead_wrap .flexslider:hover .flex-direction-nav .flex-next{right: -50px;}
.newhead_wrap .flex-control-nav{bottom: -20px;}
.mod3_scientists .flex-direction-nav a{
    /*background:rgba(16,100,112,0.5);*/
    border-radius:8px;
    width:64px;
    height:64px;
    line-height:64px;
    top:inherit;
    bottom:-50px;
    text-align:center;
}
.mod3_scientists .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 35px;
  display: inline-block;
  content: '\f104';
  font-weight: lighter;
  color: #106470;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0);
  opacity: 1;
}
.mod3_scientists .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.mod3_scientists .flex-direction-nav .flex-prev {
  left: 32%;
  opacity: 1;
}
.mod3_scientists .flex-direction-nav .flex-next {
  right: 46.5%;
  opacity: 1;
}
.mod3_scientists .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 32%;
}
.mod3_scientists .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 46.5%;
}
.mod3_scientists .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.mod3_scientists .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.second_cont .right_flex  .flex-control-nav{
  bottom: -54px;
}
.second_cont .right_flex .flex-control-nav li{
  margin: 0 9px;
}
.second_cont .right_flex .flex-control-paging li a{
  background:#87B1B7;
}
.second_cont .right_flex .flex-control-paging li a.flex-active{
  width: 10px;
  background: #106470;
}
.second_cont .right_flex .flex-direction-nav a{
  bottom: -65px;
  top: auto;
}
.second_cont .right_flex .flex-direction-nav .flex-prev{
  left: 35%;
}
.second_cont .right_flex .flex-direction-nav .flex-next{
  right: 35%;
}
.second_cont .right_flex .flex-direction-nav a:before{
  color: #106470;
}
.fifth_wrap .lab_first .flex-control-nav{
  bottom: -45px;
}
.fifth_wrap .lab_first .flex-control-nav li{
  margin: 0 9px;
}
.fifth_wrap .lab_first .flex-control-paging li a{
  background:#87B1B7;
}
.fifth_wrap .lab_first .flex-control-paging li a.flex-active{
  width: 10px;
  background: #106470;
}
.fifth_wrap .lab_first .flex-direction-nav a{
  bottom: -55px;
  top: auto;
}
.fifth_wrap .lab_first .flex-direction-nav .flex-prev{
  left: 25%;
}
.fifth_wrap .lab_first .flex-direction-nav .flex-next{
  right: 25%;
}
.fifth_wrap .lab_first .flex-direction-nav a:before{
  color: #106470;
}
.scientis_wrap .flex-direction-nav a{
  width: 70px;
  height: 70px;
  top: 35%;
}
.scientis_wrap .flex-direction-nav .flex-prev{
  left: 0;
}
.scientis_wrap .flex-direction-nav .flex-next{
  right: 0;
}
.scientis_wrap .flexslider:hover .flex-direction-nav .flex-prev{
  left: 0;
}
.scientis_wrap .flexslider:hover .flex-direction-nav .flex-next{
  right: 0;
}
.scientis_wrap .flex-direction-nav a:before{
  color: #106470;
  font-size: 50px;
}  


@media (max-width:1439px) and (min-width:1200px) {
    .mod3_scientists .mod_h2 span{padding-left:30px;float:right;}
    .scientists_text{padding-top:0px;}

    .mod3_scientists .flex-control-nav{bottom:0px;text-align:left;padding-left:26.5%;}
    .mod3_scientists .flex-direction-nav a{
        /*background:rgba(16,100,112,0.5);*/
        border-radius:8px;
        width:64px;
        height:64px;
        line-height:64px;
        top:initial;
        bottom:-30px;
        text-align:center;
    }
    .mod3_scientists .flex-direction-nav .flex-prev {
      left: 18%;
      opacity: 1;
    }
    .mod3_scientists .flex-direction-nav .flex-next {
      right: 59.5%;
      opacity: 1;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 18%;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-next {
      opacity: 1;
      right: 59.5%;
    }
}
@media (max-width:1199px) and (min-width:992px){
    .mod3_scientists .mod_h2 span{padding-left:50px;float:right;}
    .mod3_scientists .mod_h2{padding-top:10px;}
    .scientists_text .banner_text h1 a{margin-top: 0px;}
    .mod3_scientists .mod_h2{position:relative;min-height:250px;}
    .scientists_img {width:32%;}
    .scientists_text{width:68%;text-align:right;padding-right:10px;padding-left:30px;padding-top:0px;}

    .mod3_scientists .flex-control-nav{bottom:-3px;text-align:left;padding-left:26.5%;}
    .mod3_scientists .flex-direction-nav a{
        /*background:rgba(16,100,112,0.5);*/
        border-radius:8px;
        width:64px;
        height:64px;
        line-height:64px;
        top:initial;
        bottom:-30px;
        text-align:center;
    }
    .mod3_scientists .flex-direction-nav .flex-prev {
      left: 18%;
      opacity: 1;
    }
    .mod3_scientists .flex-direction-nav .flex-next {
      right: 57.2%;
      opacity: 1;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 18%;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-next {
      opacity: 1;
      right: 57.2%;
    }
}
@media (max-width:991px){
    .mod3{padding-bottom:80px;}
    .mod3_scientists{padding-bottom:30px;}
    .scientists_text .banner_text h1 a{margin-top:0px;}
    .mod3_scientists .mod_h2 span{padding-left:50px;float:right;}
    .scientists_img {width:100%;}
    .scientists_text{width:100%;padding-left:0px;}
    .mod3_scientists .mod_h2{padding-left:0px;padding-right:0px;}

    .mod3_scientists .flex-control-nav{bottom:-53px;text-align:left;padding-left:26.5%;}
    .mod3_scientists .flex-direction-nav a{
        /*background:rgba(16,100,112,0.5);*/
        border-radius:8px;
        width:64px;
        height:64px;
        line-height:64px;
        top:initial;
        bottom:-80px;
        text-align:center;
    }
    .mod3_scientists .flex-direction-nav .flex-prev {
      left: 12%;
      opacity: 1;
    }
    .mod3_scientists .flex-direction-nav .flex-next {
      right: 49.2%;
      opacity: 1;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 12%;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-next {
      opacity: 1;
      right: 49.2%;
    }

}
@media (max-width:767px){
    .mod3_scientists .mod_h2{padding-top:0px;min-height:auto;}
    .scientists_slides .winimg .slides li{background:#fff;margin-top:30px;}
    .scientists_text{padding-top:0px;background:#fff;padding-bottom:40px;}
    .scientists_img {margin-top:30px;}
    .fifth_wrap .lab_first .flex-control-nav{
      bottom: -30px;
    }
    .scientis_wrap .flex-control-nav{
      bottom: -15px;
    }
    .second_cont .right_flex .flex-control-nav{
      bottom: -40px;
    }
}
@media (max-width:680px){
    .mod3_scientists .flex-control-nav{bottom:-53px;text-align:left;padding-left:27%;}
    .mod3_scientists .flex-direction-nav a{
        /*background:rgba(16,100,112,0.5);*/
        border-radius:8px;
        width:64px;
        height:64px;
        line-height:64px;
        top:initial;
        bottom:-80px;
        text-align:center;
    }
    .mod3_scientists .flex-direction-nav .flex-prev {
      left: 0;
      opacity: 1;
    }
    .mod3_scientists .flex-direction-nav .flex-next {
      right: 36%;
      opacity: 1;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 0;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-next {
      opacity: 1;
      right: 36%;
    }
}
@media (max-width:480px){
    .mod3_scientists .flex-control-nav{bottom:-53px;text-align:left;padding-left:23%;}
    .mod3_scientists .flex-direction-nav a{
        /*background:rgba(16,100,112,0.5);*/
        border-radius:8px;
        width:64px;
        height:64px;
        line-height:64px;
        top:initial;
        bottom:-80px;
        text-align:center;
    }
    .mod3_scientists .flex-direction-nav .flex-prev {
      left: 0;
      opacity: 1;
    }
    .mod3_scientists .flex-direction-nav .flex-next {
      right: 36%;
      opacity: 1;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 0;
    }
    .mod3_scientists .flexslider:hover .flex-direction-nav .flex-next {
      opacity: 1;
      right: 36%;
    }
}

/* events_slider */
.events_slider{padding-bottom:40px;}
.events_slider .flexslider{background:transparent;}
.events_slider .events_img{padding-left:94px;position:relative;width:489px;}
.events_slider .events_text{padding-right:89px;width:calc(100% - 489px);}
.events_slider .slides img{
    width:380px;
    border-radius:5px;
}

.events_slider .events_img p{position:absolute;bottom:0px;margin-bottom:0px;border-radius:0px 0px 5px 5px;
    background:rgba(0,0,0,0.5);padding:12px 15px;font-size:16px;right:15px;left:94px;color:rgba(255,255,255,0.8);}
.events_slider .flex-caption {
  width: auto;
}

.events_slider .flex-direction-nav a{
    background:rgba(16,100,112,0.5);
    border-radius:8px;
    width:64px;
    height:64px;
    line-height:64px;
    top:35%;
    text-align:center;
}
.events_slider .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 35px;
  display: inline-block;
  content: '\f104';
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0);
}
.events_slider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.events_slider .flex-direction-nav .flex-prev {
  left: 0px;
}
.events_slider .flex-direction-nav .flex-next {
  right: 0px;
}
.events_slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
  left: 0px;
}
.events_slider .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.events_slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
  right: 0px;
}
.events_slider .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.events_slider .flex-control-nav{bottom:0px;}
.events_slider .flex-control-paging li a{background:#7facb3;}
.events_slider .flex-control-paging li a.flex-active{background:#106470;width:10px;}

.events_slider .banner_text{border-top:1px solid #dee7e2;padding-top:15px;}
.events_slider .banner_text em{background:#106470;border-radius:5px;font-size:18px;color:#fff;padding:8px 15px;margin-bottom:14px;}
.events_slider .banner_text a{color:#106470;font-size:16px;margin-bottom:8px;font-weight:bold;}
.events_slider .banner_text p{color:#737373;font-size:14px;margin-bottom:8px;padding:0px;}
.events_slider .banner_text a.a_link{color:#124590;font-size:14px;float: left;}

@media (max-width:1439px) and (min-width:992px) {
    .events_slider .events_img{padding-left:94px;position:relative;width:489px;}
    .events_slider .events_text{padding-right:89px;width:calc(100% - 489px);}
    .events_slider .slides img{
        width:380px;
        border-radius:5px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .events_slider .events_img{padding-left:94px;position:relative;width:489px;margin-left:90px;}
    .events_slider .events_text{padding-right:0px;padding:0px;width:calc(100%);margin-top:40px;}
    .events_slider .slides img{
        width:380px;
        border-radius:5px;
    }
    .events_slider .flex-direction-nav a{
        background:rgba(16,100,112,0.5);
        border-radius:8px;
        width:64px;
        height:64px;
        line-height:64px;
        top:100px;
        text-align:center;
    }
}
@media (max-width:767px){
    .events_slider .events_img{padding-left:0px;padding:0px;position:relative;width:100%;text-align:center;}
    .events_slider .events_text{padding-right:0px;padding:0px;width:calc(100%);margin-top:0px;}
    .events_slider .slides img{
        width:100%;
        max-width:400px;
        border-radius:5px;
    }
    .events_slider .events_img p{
        position:relative;
        bottom:0px;
        left:0;
        right:0px;
        background:transparent;
        color:#106470;
        padding:15px 0px;
        text-align:left;
    }
    .events_slider .flex-direction-nav a{
        background:rgba(16,100,112,0.5);
        border-radius:8px;
        width:64px;
        height:64px;
        line-height:64px;
        top:100px;
        text-align:center;
    }
    .events_slider .banner_text{margin-top:30px;}
    .events_slider .flex-direction-nav{display:none;}
    .banner_img .flexslider .slides a img{height: 260px;object-fit: cover;}
    .flex-direction-nav{
      display: none;
    }
    .mar_phone{
      margin-top: 110px;
    }
    .banner_img .flex-control-nav{
      text-align: center;
      padding-right:0;
      background: transparent;
      padding-bottom:15px;
    }
    .banner_img .flex-caption{
      display: block;
      width: 100%;
      background: #000;
      top: auto;
      bottom: -109px;
    }
    .flex-caption .banner_text h1{
      margin-bottom: 0;
    }
    .flex-caption .banner_text{
      margin-left: 0;
      background: transparent;
      padding: 15px 20px;
      height: 115px;
    }
    .media_img{
      width: 100% !important;
      margin-left: 0;
    }
    .media_img2{
      width: 100% !important;
      margin: 0 auto;
      padding: 0;
    }
    .media_img2 a > img{
      height: auto !important;
      max-height: 180px !important;
    }
    .mod2_media .slides .media_img > img{
      max-height: none;
      max-width: 100%;
    }
    .mod2_media .media_text{
      display: block;
      padding: 10px;
    }
    .media_text font{
      display: none;
    }
    .media_text .media_icon{
      display: none;
    }
    .media_text h1{
      display: block;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .mod2_media .media_text font{
      display: block;
      text-overflow: ellipsis;
      white-space: inherit;
    }
    .mod3{
      background: #fff;
    }
    .mod3_bg{
      display: none;
    }
    .scientists_text .banner_text p{
      text-align: center;
    }
    .scientists_text{
      padding: 0;
      text-align: center;
    }
    .scientists_text .banner_text p{
      padding: 0;
      text-align: center;
    }
    .mod3_scientists .mod_h2 .more_mod4{
      display: none;
    }
    .scientists_text .banner_text a.scientists_btn{
      float: none;
      display: inline-block;
      height: 45px;
      line-height: 45px;
      margin-bottom: 0px;
    }
    .mod1_news {
      padding-bottom: 10px;
    }
    .mod3_scientists .mod_h2{
      opacity: 0;
    }
    .scientists_img{
      margin-top: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -190%);
      width: 165px;
    }
    .mod3_scientists .flex-control-nav{
      text-align:center;
      padding-left:0;
    }
    .mod3_scientists{
      padding-bottom: 0;
    }
    .mod5{
      background: #106470;
      padding: 50px 0
    }
    #myscroll{
      width: 80%;
      margin:0 auto;
    }
    #myscroll ul li .cp_img img{
      max-width: 330px;
    }
    #mybtns{
      position: absolute;
      margin-bottom: 0;
      height: 65px;
    }
    #mybtns a{
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    #mybtns #left{
      left: -5px;
    }
    #mybtns #right{
      right: -20px;
    }
    .footer_contactus h1{
      margin: 10px 0 15px 0;
    }
    .flex-caption .banner_text a.banner_more{
      display: none;
    }
}