

em.date{font-style: normal;}

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Boldsvg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  width: 100%;
  overflow-x: hidden;
  color: #333333;
  font-family: "Roboto-Regular","Microsoft JhengHei";
  font-size: 1.02vw;
  font-weight: 400;
}
html[lang='zh-HK'] body{
  font-family: "微軟正黑體";
}
.Roboto-Bold{
  font-family: 'Roboto-Bold','Microsoft JhengHei';
}
.title{
  font-family: 'Roboto-Bold','Microsoft JhengHei';
}
.Roboto-Regular{
  font-family: 'Roboto-Regular','Microsoft JhengHei';
}
h1,h2,h3,h4,h5,h6,b,strong{
  font-family: 'Roboto-Bold','Microsoft JhengHei';
}
@media (max-width: 575.98px) {
  body {
    font-size: 16px;
  }
}

body .py-6 {
  padding: 6rem 0;
}

body .team_pic .swiper-wrapper {
  justify-content: center;
}

body a {
  color: #31aa49;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #0E6780;
}

@media (max-width: 575.98px) {
  body .pc {
    display: none;
  }
}

body .mobile {
  display: none;
}

@media (max-width: 575.98px) {
  body .mobile {
    display: block;
  }
}

body img {
  max-width: 100%;
}

body .Montserrat-Bold {
  font-family: 'Montserrat-Bold';
}

body .white {
  color: #ffffff;
}

body .pink {
  color: #EC1B30;
}

body .red {
  color: #EC1B30;
}


body .whiteText {
  color: #ffffff;
}

body .greenHeav {
  color: #01B1AF;
}

body .bold {
  font-weight: bold !important;
}

.display-block{
  display: block;
}

body .fs12 {
  font-size: 12px;
}

body .fs14 {
  font-size: 14px;
}
body .fs16 {
  font-size: 0.8vw;
}

body .fs18 {
  font-size: 0.94vw;
}

body .fs20 {
  font-size: 1.04vw;
}
body .fs21 {
  font-size: 1.09vw;
}
body .fs22 {
  font-size: 1.14vw;
}
body .fs24{
  font-size: 1.25vw;
  line-height: 1.2;
}
body .fs28 {
  font-size: 1.45vw;
  line-height: 1.6;
}
body .fs30 {
  font-size: 1.56vw;
  line-height: 1.6;
}

body .fs32 {
  font-size: 1.7vw;
}
body .fs36 {
  font-size: 1.875vw;
}
body .fs60 {
  font-size: 3.125vw;
}
body .fs64 {
  font-size: 3.425vw;
}
body .fs38 {
  font-size: 1.98vw;
}
body .fs40 {
  font-size: 2.08vw;
}
body .fs42 {
  font-size: 2.1875vw;
}
body .fs46 {
  font-size: 2.4vw;
}
body .fs48 {
  font-size: 2.5vw;
}

body .fs50 {
  font-size: 2.6vw;
}
body .fs68 {
  font-size: 3.5vw;
}
body .fs120 {
  font-size: 6.25vw;
}

ul, ol{margin-left: 0;}
a:visited {
  color: #31aa49;
}
.form-control:-moz-placeholder {   
    color: #CCCCCC;   
}   
  
.form-control:-ms-input-placeholder {   
    color: #CCCCCC;   
}   
  
.form-control::-webkit-input-placeholder {   
    color: #CCCCCC;   
}



.Publications-blcok form .form-control:-moz-placeholder {   
  color: #79CB5C;   
}   

.Publications-blcok form .form-control:-ms-input-placeholder {   
  color: #79CB5C;   
}   

.Publications-blcok form .form-control::-webkit-input-placeholder {   
  color: #79CB5C;   
}

body .more {
  display: inline-block;
  border-radius: 30px;
  /* border: 1px solid #CDE2E8; */
  border: none;
  background: #D3EDDD;
  color: #31aa49;
  font-size: 18px;
  line-height: 46px;
  padding: 0 4rem 0 2rem;
  height: 46px;
  position: relative;
  text-decoration: none !important;
}

body .more i{
  position: absolute;
  right: -10px;
  top: 0;
  width: 53.5px;
  height: 46px;
  background: url(../images/arrow.svg) no-repeat top center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
}
body .more i::after{
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 1.2em;
}
body .more:hover{color: #1D9336;}
body .more:hover i{
  animation:fadenum 1s;
}
@keyframes fadenum{
  100%{transform:rotate(360deg);}
}

.text-under{
  text-decoration: underline;
}



body .pr-2 {
  padding-right: 2rem;
}

@media (max-width: 575.98px) {
  body .pr-2 {
    padding-right: 0;
  }
}

body .row {
  --bs-gutter-x: 1rem;
}




.size {
  position: relative;
}
.size dl{width: 120px; display: none;position: absolute;background: #fff; left: 0;top: 30px;box-shadow: 0 6px 22px rgb(0 0 0 / 10%);transform: translateX(-10%);}
.size a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  height: 40px;

}


.size .normal {
  background-color: #0E6780;
  color: #fff;
}



.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

.container {
  max-width: 80%;
}

@media (max-width: 1680px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1260px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1100px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 96% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}

@media (min-width: 1680px) {
  .container-xl {
    max-width: 1400px;
  }
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1400px;
  }
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition: all 0.5s ease 0s ;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
header .topbar{width: 100%;}
header .topmenu{background: #F3F3F3;}
header .header {
  position: relative;
}

header .header .left{width: 40%;}
header .header .left a{margin-right: 30px;}
header .header .logo{
  width: 35%;
  height: 5rem;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .header .logo::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #ddd;
  top: 15%;
  left: 50%;
}
header .header .logo a{
  width: 45%;
  display: flex;
}
header .header .logo a img{
  height: 100%;
}
header .header .right{
  position: relative;
  height: 5rem;
  padding: 1rem 0;
  width: 25%;
}
header .header .right::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  content: "";
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #A02337;
}
header .header .right a{
  display: inline-block;
  position: relative;
  height: 100%;
}
header .header .right .r{
  height: 100%;
  position: relative;
  z-index: 2;
}
header .header .right .nav-box{width: 100%;}
header .header .topmenu .toptextright{display: none;}
@media (max-width: 1440px) {
  header .header .logo{width: 40%;}
}
@media (max-width: 1280px) {
  header .header .logo{width: 46%;}
}
@media (max-width: 1024px) {
  header .header {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  header .header .left{width: 40%;}
  header .header .logo{height: 4.5rem;}
  header .header .right{width: 30%;height: 4.5rem;}
}

header .header .left .logo img {
  max-width: 100%;
  box-sizing: border-box;

}

@media (max-width: 992px) {
  header .header .left .icon-box {
    display: flex !important;
    width: 100%;
    padding: 0rem 0;
    align-items: center;
  }
  header .header .logo{width: 50%;}
}
@media (max-width: 768px) {
  header .header .logo{width: 80%;}
  header .header .right{position: relative;background-color: #F3F3F3;width: 100% !important;}
  header .header .right::after{
    content: '';
    position: absolute;
    background-color: #F3F3F3;
    width: 15px;
    left: -15px;
    top: 0;
    bottom: 0;
  }
  header .header .right::before{left: 50%;}
  header .header .right a{
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  header .header .logo{width: 100%;}
  header .header .right{height: 3.5rem;padding: .75rem 0;}
}
header .header .left .icon-box a {
  margin-left: 2vmin;
}

@media (max-width: 992px) {
  header .header .left .icon-box .lang {
    display: none;
  }
}

header .header .right .icon-box {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

@media (max-width: 1024px) {
  header .header .right .icon-box {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important;
  }
}

header .header .right .icon-box .member, header .header .right .icon-box .lang {
  cursor: pointer;
  margin: 0.5rem 0;
}

header .header .right .icon-box .member a, header .header .right .icon-box .lang a {
  position: relative;
}

header .header .right .icon-box .member a:hover, header .header .right .icon-box .lang a:hover {
  color: #EC1B30;
}

header .header .right .icon-box .member a i, header .header .right .icon-box .lang a i {
  margin-right: 0.3rem;
}

header .header .right .icon-box .lang {
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  margin: 0 1rem;
  box-sizing: border-box;
}

header .header .right .icon-box .lang a {
  margin-right: 1rem;
}

header .nav-box .container {
  padding-right: 0;
}

header .nav-box .logo {
  width: 85%;
}
.toptextright{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  z-index: 999;
  position: relative;
}
.toptextright span i{margin-left: 5px;position: relative;margin-top: -5px;}
.toptextright span{display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;}
.toptextright span img{margin-right: 5px;}
.toptextright .icos{margin: 0 2rem;vertical-align: middle;position: relative;}
.toptextright .icos span{padding: 0 2rem;}
.toptextright .icos span::before{
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 3px;

}
.toptextright .icos span::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 3px;
}
.toptextright .icos .items{position: relative;border-left: 1px solid rgb(112, 112, 112, 25%);margin-left: 1rem;padding-left: 1rem;}
.toptextright .icos .items form{display: none;}
.toptextright .icos .items span{display: flex;align-items: center;justify-content: center;color: #fff; cursor: pointer;width: 24px;height: 24px;background: #B5B5B5;border-radius: 50%;}
.toptextright .icos a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0px;
  height: 40px;

  
}
.toptextright .icos .active a{background: #0E6780;color: #fff;}
.toptextright .icos dd:nth-child(1) a{margin-left: 0;}
.toptextright .icos dl{display: none; position: absolute;left: 0;top: 30px;width: 120px;background: #fff;box-shadow: 0 6px 22px rgb(0 0 0 / 10%);}
.toptextright .icos dl dd{margin-bottom: 0;margin: 0;}


.toptextright  form{position: fixed;width: 100vw;height: 100vh;left: 0;top: 0; background: rgb(0 0 0 / 60%);z-index: 999;display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;}
.toptextright .show{opacity: 1;visibility: visible;}
.toptextright  form .form-group{width: 50%; background: #fff;border-radius: 20px;padding: 15px;display: none;position: relative;}
.toptextright  form.show .form-group{display: flex;}
.toptextright  form .form-group input{background: none;border: none;box-shadow: none;}
.menu-main_zh-container{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.toptextright  form .form-group .close{position: absolute;bottom: -2.5rem;left: 50%;transform: translateX(-50%);font-size: 1rem;color: #fff;border-bottom: 1px solid #fff;}
header .nav-box .nav {
  align-items: center;
  margin-top: 0;
  width: 100%;
  justify-content: space-between;
  
}
.menu-main_zh-container .more{padding: 0 2.5rem 0 1.8rem; height: 34px;line-height: 34px; border: #CDE2E8 1px solid;background: #E4F9FF;font-size: 16px;}
.menu-main_zh-container .more i{height: 32px;width: 37px;background: url(../images/arrow2.svg) no-repeat top center;background-size: 100%;right: -10px;}
header .nav-box .nav .menu{display: flex;justify-content: space-between;margin-bottom: 0;width: 80%;}
header .nav-box .nav .nav-item:nth-child(1) {
   background: #FF8533;
}
.main-navigation .menu-item .sub-menu{display: none;}
.main-navigation .open .sub-menu{display: block;}
header .nav-box .nav li{position: relative;list-style: none !important;cursor: pointer;}
header .nav-box .nav li a {
  white-space: normal;
  word-wrap: break-word;
  /* word-break: break-all; */
  color: #333333;


}

header .nav-box .dropdown-menu{
  min-width: 20rem;
}
@media (max-width: 1024px) {
  header .nav-box .nav .nav-item .nav-link {
    padding-left: 0.5rem;
  }
}

header .nav-box .nav li a:hover {
  color: #31aa49;
  /* font-family: 'Roboto-Bold','Microsoft JhengHei'; */
}

header .nav-box .nav .nav-item .active .nav-link {
  color: #31aa49;
  font-weight: bold;
}

header .lang {
  position: relative;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .lang:hover {
  background: none;
  border: 1px solid #FF9A01;
  transition: all 0.35s ease;
}

header .lang a {
  color: #fff;
  background: #FF9A01;
  padding: 0.5rem;
  margin-right: 1rem;
  width: 50px;
  text-align: center;
}

@media (max-width: 575.98px) {
  header .lang {
    width: auto;
    background: none;
  }
  header .lang a {
    margin: 0 0.5rem;
  }
}

header .lang a {
  color: #ffffff;
}

header .lang dl {
  display: none;
  position: absolute;
  left: -1px;
  top: 1.6rem;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575.98px) {
  header .lang dl {
    width: 10vmin;
    top: 9vmin;
    left: -3px;
  }
}

header .lang dl dd {
  margin-bottom: 0;
  margin-top: 2px;
}

header .lang dl dd a {
  margin: 0 !important;
  display: block;
  text-align: center;
}

header .member {
  display: flex;
  margin-left: 1rem;
}

header .member i {
  margin-right: 0.5rem;
}
header .nav-box .nav li a:hover{background: none;}
.main-navigation .menu-item .sub-menu {
  border-radius: 15px; 
  width: auto;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 1rem 0;

}
.main-navigation .menu-item .sub-menu .menu-item a{color: #333;padding: 0.5rem 1rem;position: relative;color: #999;font-family: 'JosefinSans-Bold';white-space: nowrap;}
.main-navigation .menu-item .sub-menu .menu-item a:hover{}

.main-navigation .menu-item-has-children > a:hover{background: none;}
header .nav-box .nav li a{position: relative;}
header .nav-box .nav li a:hover:before{width: 30%;display: none;}
header .nav-box .nav li a:hover:after{width: 30%;display: none;}
header.sticky{background: #fff;}
header.sticky .topbar{}
.sub-menu-pc{
  position: absolute;
  width: 1400px !important;
  padding-left: 5rem;
  padding-right: 5rem;
  left: 50%;
  transform: translateX(-420px);
}
header.sticky .sub-menu-pc{top: 110px;}
.sub-menu-pc .inner{
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  
}
.sub-menu-pc .inner .left{
  width: 35%;
  box-sizing: border-box;
  padding:  0 2rem;
  border-right: 1px solid #ececec;
  display: block;
}
.sub-menu-pc .inner .left a{
  display: block;
  border-radius: 10px;
  padding: 1rem;
  font-family: 'JosefinSans-Bold';
  color: #999;
  text-transform: uppercase;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.sub-menu-pc .inner .left a::after{
  content: "\f105";
  font-family:'FontAwesome';
  
}
.sub-menu-pc .inner .left a:hover{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .left .active{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .right{
  width: 65%;
  display: flex;
}
.sub-menu-pc .inner .right .list{width: 100%;display: none;}
.sub-menu-pc .inner .right .list:nth-child(1){display: block;}
.sub-menu-pc .inner .right .list .in{display: flex;}
.sub-menu-pc .inner .right .second{width: 45%;margin-left: 2rem;}
.sub-menu-pc .inner .right .second a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 1rem;
  font-family: 'JosefinSans-Bold';
  color: #999;
  text-transform: uppercase;
  margin: 1rem 0;
}
.sub-menu-pc .inner .right .second a::after{
  content: "\f105";
  font-family:'FontAwesome';
  
}
.sub-menu-pc .inner .right .second a:hover{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .right .second a.active{
  background: #FF9A01;
  color: #fff;
}
.sub-menu-pc .inner .right .third{width: 50%;box-sizing: border-box;padding-left: 2rem;}
.sub-menu-pc .inner .right .row{padding: 0;margin: 0;}
.sub-menu-pc .inner .right .col-md-2{padding: 0;width: 20%;}
.sub-menu-pc .inner .right .items{display: none;}
.sub-menu-pc .inner .right .items:nth-child(1){display: block;}
.sub-menu-pc .inner .right .items h6{font-family: 'JosefinSans-Bold';background: #ececec; box-sizing: border-box;padding: 2rem 1.5rem;font-size: 14px;}
.sub-menu-pc .inner .right .items ul{padding-left: 0;margin-bottom: 4rem;}
.sub-menu-pc .inner .right .items ul li{list-style: square;margin: 2rem 1rem;}
.sub-menu-pc .inner .right .items ul li a{color: #999;position: relative;font-size: 12px;font-family: 'JosefinSans-Bold';padding: 0.5rem 0;}
.sub-menu-pc .inner .right .items ul li a:hover{color: #000;}

.sub-menu-pc .inner .right .items ul li a::before{
	  content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #FF9A01;
    transition: all 0.3s ease-in-out;
}
.sub-menu-pc .inner .right .items ul li a::after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #FF9A01;
    transition: all 0.3s ease-in-out;
}

.sub-menu-pc .inner .right .items ul li a:hover:before{width: 50%}
.sub-menu-pc .inner .right .items ul li a:hover:after{width: 50%}




.swiper-button-next, .swiper-button-prev {
  color: #fff;
  top: 50%;
  transition: all 0.35s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: none;
  color: #000000;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 2em;
}

@media (max-width: 575.98px) {
  .swiper-button-next, .swiper-button-prev {
    width: 33px;
    height: 33px;
  }
}

@media (max-width: 575.98px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-next::after {

}

.swiper-button-prev::after {

}

@media (max-width: 575.98px) {
  .swiper-button-prev {
    left: 0;
  }
}
.orange{color: #F19710;}
.white{color: #fff;}
.green{color: #1D9336;}
.greenlight{color: #31AA49;}
footer{
  position: relative;
  color: #fff;
}

.footer{
  position: relative;
  background: #58595B;
  
}
.footer .container {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
hr{margin: 2rem 0;}

footer .footer a{color: #fff;}

footer .footer .sub-links a{ display: flex;align-items: center;justify-content: center;margin-left: 1rem;}
footer .footer .sub-links a:hover{box-shadow: 0 3px 6px rgb(0 0 0 / 16%);}
footer .footer .sub-links a:hover i{color: #707070;}
footer .footer .fnav ul{width: 100%;padding-left: 0;display: flex;flex-wrap: wrap;}
footer .footer .fnav ul li{list-style: none;}
footer .footer .fnav ul li a{color: #fff;display: flex;align-items: center;}
footer .footer .fnav ul li a:hover{color: #31AA49;}
footer .footer .fnav ul li a::after{
  content: '';
  display: block;
  background: #fff;
  width: 1.5px;
  height: 14px;
  margin: 0.2rem 0.8rem;
}
footer .footer .fnav ul li:nth-last-child(1) a::after{display: none;}
footer .footer form .form-group{display: flex;align-items: center;margin-top: 0.5rem;}
footer .footer form .form-group select{border-radius: 0;color: #333333;padding-left: .5rem;}
footer .footer form .form-group input{border: none;outline: none;width: 74%;padding-left: 1.5rem;    padding: 0.375rem 0.75rem;border-radius: 0;}
footer .footer form .form-group button{background: #707070;border-radius: 0px;color: #fff;text-align: center;margin-left: 0.5rem;}
footer .footer .col-md-4 form{width: 50%;}
footer .footer .col-md-4 img{}

/*==========Bubbles Animation CSS Start==========*/
.bubbles_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  overflow: hidden;
  pointer-events: none;
}

@-webkit-keyframes animateBubble {
  0% {
      margin-top: 20%
  }
  to {
      margin-top: -30%
  }
}

@-moz-keyframes animateBubble {
  0% {
      margin-top: 20%
  }
  to {
      margin-top: -30%
  }
}

@keyframes animateBubble {
  0% {
      margin-top: 20%
  }
  to {
      margin-top: -30%
  }
}

@-webkit-keyframes sideWays {
  0% {
      margin-left: 0
  }
  to {
      margin-left: 25px
  }
}

@-moz-keyframes sideWays {
  0% {
      margin-left: 0
  }
  to {
      margin-left: 25px
  }
}

@keyframes sideWays {
  0% {
      margin-left: 0
  }
  to {
      margin-left: 25px
  }
}



.bubble {
  position: absolute;
  border-radius: 50%;
  box-shadow: none;
  width: 5px;
  height: 5px;
}

.pageinfo .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.pageinfo .wp-pagenavi li{list-style: none;}
.pageinfo  a,.pageinfo  span{color: #A8A8A8;margin: 1rem;border: none;}


.pageinfo .current {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #79CB5C;
  box-shadow: 0 6px 22px rgb(0 0 0 / 10%);
  
}
@media (max-width: 1440px) {
  body .fs68{font-size: 48px;}
}
@media (max-width: 1024px) {
  body .fs48{font-size: 36px;}
  body .fs36{font-size: 28px;}
  body .fs18 {
    font-size: 16px;
  }
  body .fs24{font-size: 20px;}
  body .fs28{font-size: 24px;}
  body .fs30{font-size: 26px;}
  body .fs20{font-size: 16px;}
  body .fs22{font-size: 17px;}
  .first-block .mx-lg-5{margin: 0 !important;padding: 0 !important;}
}
@media (max-width: 767px) {
  body .fs68{font-size: 30px;}
  body .fs30{font-size: 20px;}
  .Publications-blcok form .col-md-7{display: none;}

}
.form-control{padding-left: 0;padding-right: 0;}
.form-control::placeholder{
     color:#CCCCCC;
}
.form-control::-webkit-input-placeholder{
  　　color:#CCCCCC;
}
  
.form-control:-moz-placeholder {
  　　color:#CCCCCC;
}
  
.form-control::-moz-placeholder{
  　　color:#CCCCCC;
}
  
.form-control:-ms-input-placeholder{
  　　color:#CCCCCC;
  
}
.dropdown-toggle::after{display: none;}
.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  background: #fff;
  border-radius: 6px;
  border: none !important;
  color: #ffffff;
  display: block !important;
  text-align: center;
  padding: 10px 0;
}
.dropdown-submenu::before,.dropdown-submenu::after{display: none;}
.dropdown-submenu a{display: block;padding: 10px;}


img.fr-rounded{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: solid 5px #CCC;
}
img.fr-shadow{
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}