@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
/* CSS Document */
a {
  color: #00c2F4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; /*text-decoration: none;*/
}
a:hover {
  color: #ffff00;
}

/*-------font effect-----------*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
.bold {
  font-weight: bold;
}
.blue {
  color: #004e66
}
.red {
  color: #f00;
}
.yellow {
  color: rgba(255, 229, 0, 1.00)
}
.largeFont {
  font-size: 19px;
}
.smallFont {
  font-size: 13px;
}
.align_r {
  text-align: right;
}
.align_c {
  text-align: center;
}
.float_r {
  float: right;
}
.italic {
  font-style: italic;
  opacity: 0.7;
  font-weight: normal;
}
.nowrap {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.divider {
  height: 10px;
  line-height: 10px;
}
ol.number {
  list-style: decimal;
  margin-left: 20px;
  display: block;
}
ol.number li {
  margin-bottom: 5px;
}
ol.number li:last-child {
  margin-bottom: 0;
}
ol.disc {
  list-style: disc;
  margin-left: 20px;
  display: block;
}
ul.disc {
  list-style: disc;
  margin-left: 20px;
  display: block;
}
.grayLine {
  border-bottom: 1px solid #e0e0e0;
  height: 1px;
  line-height: 1px;
  margin: 20px auto;
}
.alert {
  background: #FFF1F0;
  padding: 10px 15px;
  color: #D85030;
  font-size: 14px;
  line-height: 130%;
}
/*-------img effect-----------*/
.addShadow {
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.squareThumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  opacity: 0;
}
.recThumb {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  opacity: 0;
}
.adThumb {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}
.imgborder {
  border: 1px solid #e0e0e0;
}
/*-------btn effect-----------*/
.btn {
  border: none;
  color: #FFF;
  background: #00c2F4;
  cursor: pointer;
  padding: 7px 20px;
  font-size: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.btn:hover {
  background: #2bb7b3;
  color: #FFF;
}
.btnStyle {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #00c2F4;
  -webkit-appearance: none; /*取消手機預設樣式*/
}
.btnStyle:hover {
  background: #004e66;
  color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
.btnSmall {
  border: none;
  color: #FFF;
  background: #00c2F4;
  cursor: pointer;
  padding: 2px 10px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 50px;
}
.btnSmall:hover {
  background: #004e66;
  color: #FFF;
}
.btnDownload, .btnDownload:hover {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
}
.fa-solid {
  color: #28B5B2;
  font-size: 20px;
  padding: 5px;
}
/*------------------form effect-------------------*/
input, textarea, body select {
  font-family: "微軟正黑體", "Roboto", sans-serif;
  font-size: 15px;
  padding: 0;
  color: #333;
  /*避免select長度不一*/
  box-sizing: border-box;
  display: inline-block;
  line-height: 100%;
}
input:focus {
  outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  font-style: italic;
  opacity: 0.80;
}
:-ms-input-placeholder { /* WebKit browsers */
  font-style: italic;
  opacity: 0.80;
}
.textStyle {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.textStyle:focus {
  border: 1px solid #004e66;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.formTitle {
  margin-bottom: 5px;
  font-weight: bold;
}
.refresh {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-image: url(../images/refresh.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
label {
  cursor: pointer;
}
/*------------page--------------*/
#page {
  color: #666;
  overflow: auto;
  text-align: center;
}
#page span {
  float: left;
  margin: 0 6px 6px 0;
}
#page span a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  border: solid 1px #e0e0e0;
  background: #f5f5f5;
  border-radius: 3px;
}
#page span a:hover {
  background: #FFF;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
#page span.current a, #page span.current a:hover {
  background: none;
  color: #666;
  border: none;
  box-shadow: none;
}
/*--------------lightbox----------------*/
.lightbox {
  padding: 20px 15px;
}
/*---------------------- toTop ------------------------*/
#toTop {
  position: fixed;
  right: 30px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_top.svg) no-repeat rgba(244, 99, 0, 0.5) center center;
  cursor: pointer;
  display: none;
  z-index: 123;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#toTop:hover {
  background: url(../images/icon_top.svg) no-repeat #00c2F4 center center;
}
/*-----------------------footer-----------------------*/
#footerRight a {
  display: inline-block;
  width: 100px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
  opacity: 0.7;
}
#footerRight a:hover {
  opacity: 1;
  color: #fff;
}
.coming {
  width: 200px;
  height: 200px;
  border: 3px solid #00c2F4;
  border-radius: 100%; /*圓角for IE*/
  -webkit-border-radius: 100%; /*圓角for Google Chrome、Safari*/
  -moz-border-radius: 100%; /*圓角for Firefox*/
  line-height: 200px;
  font-size: 150%;
  text-align: center;
  margin: 10px auto;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:951px) {
  /*-----------------------body-----------------------*/
  html, body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    line-height: 160%;
    font-family: 'Noto Sans JP', "微軟正黑體", sans-serif;
  }
  p {
    line-height: 160%;
  }
  h1, h2, h3, h4 {
    line-height: 120%;
  }
  .btnStyle {
    padding: 12px 25px;
    line-height: 100%;
    font-size: 17px;
  }
  .textStyle {
    padding: 10px;
  }
  .NoShowInPC {
    display: none;
  }
  /*------------------menu------------------------*/
  #headerWrapper {
    /*display: block;*/
    width: 100%;
    top: 0;
    height: 100px;
    background: #363636;
    position: fixed;
    z-index: 100;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #menuWrapper {
    width: 1200px;
    /*min-width: 1200px;*/
    top: 0;
    height: 100px;
    background: #363636;
    position: relative;
  }
  h4.openMenu {
    display: none;
  }
  #menu {
    margin: 0 auto;
    height: 100px;
    /*position: fixed;*/
    position: absolute;
    right: 0%;
    top: 0;
  }
  #menu li {
    float: left;
  }
  #menu li a {
    display: block;
    text-align: center;
    line-height: 100px;
    padding: 0 7px;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
  }
  #menu li.selected {
    background: #00c2F4;
    color: #fff
  }
  #menu li a:hover {
    background: #00c2F4;
    /*color: #fff*/
  }
  #menu li ul {
    position: absolute;
    display: none;
  }
  #menu li ul.last {
    right: 0;
    text-align: right;
  }
  #menu li ul li {
    border: 0;
    position: relative;
    z-index: 995;
    float: none;
  }
  #menu li ul li a {
    display: block;
    background: #00c2F4;
    line-height: 50px;
    color: #FFF;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  #menu li ul li:last-child a {
    border-bottom: 0;
  }
  #menu li ul li a:hover {
    background: #004e66;
    color: #fff
  }
  #menu li ul li.selected a {
    background: #00c2F4;
  }
  /*-----------------header---------------*/
  #menuWrapper h1 a {
    display: block;
    position: absolute;
    width: 22%;
    height: 80px;
    text-indent: -9999px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /*position: fixed;*/
    left: 0%;
    top: 15px;
  }
  /*----------------track----------------------------------*/
  #track {
    width: 100%;
    min-width: 1024px;
    margin-top: -60px;
    font-size: 13px;
    line-height: 100%;
    padding: 12px 5%;
    color: #fff;
    background: #d35600;
    border-bottom: 1px solid #eee;
    position: fixed;
  }
  #track span {
    padding: 0 5px;
  }
  #track a {
    color: #fff
  }
  #track a:hover {
    color: #004e66;
  }
  /*-------------content inner--------------------*/
  article {
    width: 80%;
    margin: 160px auto 25px auto;
    min-width: 1024px;
    max-width: 1440px;
  }
  article h1, .indexWrapper h1 {
    font-size: 31px;
    font-weight: normal;
  }
  article h1 span, .indexWrapper h1 span {
    /*border-bottom: 4px solid #00c2F4;*/
    color: #004e66;
    display: inline-block;
    padding-bottom: 5px;
  }
  h2 {
    font-size: 22px;
    font-weight: normal;
    color: #00c2F4
  }
  h3 {
    font-size: 19px;
    font-weight: normal;
    color: #004e66;
  }
  h4 {
    font-size: 17px;
    color: #00c2F4
  }
  #left {
    width: 22%;
    min-width: 200px;
    float: left;
  }
  #left h1 {
    margin-bottom: 25px;
  }
  #left h4 {
    display: none;
  }
  #right {
    width: 75%;
    padding: 0;
    float: right;
  }
  /*-------------list--------------------*/
  .list li {
    margin-bottom: 15px;
  }
  .list li a {
    width: 100%;
    color: #777;
    text-decoration: none;
    display: block;
  }
  .list li a:hover {
    color: #00c2F4;
  }
  .list li.selected a {
    color: #00c2F4;
    font-weight: bold;
  }
  /*--------------itemList-------------------*/
  .itemList li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
  }
  .itemList li:first-child {
    padding-top: 0;
  }
  .itemList li div.left {
    width: 25%;
    float: left;
    text-align: center;
  }
  .itemList li div.right {
    width: auto;
    margin-left: 27%;
  }
  /*for living taipei*/
  .smallList li div.left {
    width: 15%;
  }
  .smallList li div.right {
    width: auto;
    margin-left: 17%;
  }
  /*for living taipei*/
  .itemList li div.left img {
    width: 100%;
  }
  .btnList li {
    margin-right: 10px;
    display: inline-block;
  }
  .btnList li:last-child {
    margin-right: 0;
  }
  /*--------------countryList-------------------*/
  .countryList {}
  .countryList li {
    width: 25%;
    float: left;
  }
  /*--------------countryList-------------------*/
  .Committee li {
    width: 46%;
    margin: 2%;
  }
  .Committee li span {
    color: #00c2F4;
    display: block;
    font-size: 120%;
  }
  .Committee li img {
    float: left;
    width: 15%;
  }
  .CommitteeRight {
    width: 80%;
  }
  /*--------------signature-------------------*/
  .signature li {
    width: 48%;
    float: left;
    margin-right: 5px;
  }
  .signature li img {
    float: left;
    width: 28%;
  }
  .signatureR {
    float: right;
    width: 70%;
  }
  .abstracts li {
    width: 48%;
    float: left;
    list-style: disc;
    margin-left: 15px;
  }
  /*------Affiliated Conference-------*/
  dl.indexLogo {
    text-align: center;
  }
  dl.indexLogo dd {
    display: inline-block;
    margin: 0 10px;
  }
  .Affiliated {
    text-align: center;
  }
  .Affiliated li {
    display: inline-block;
    width: 150px;
  }
  /*-----------------adBanner---------------*/
  .adBanner li {
    display: inline-block;
    width: 20%;
    margin: 0 1%; /*建議尺吋220*100*/
  }
  .adBanner li img {
    width: 200px
  }
  .adBannerFive li {
    display: inline-block;
    width: 14%;
    margin: 0 1%; /*建議尺吋220*100*/
  }
  .adBannerFive li img {
    /*width: 150px*/
  }
  /*--------------signature-------------------*/
  .googleMap {
    width: 100%;
    height: 260px;
  }
  /*--------------sticky-------------------*/
  #sidebar.sticky {
    float: none;
    position: fixed;
    top: 0;
    z-index: 6;
    left: auto;
    min-width: 200px;
  }
  #hidden-content {
    max-width: 600px;
  }
  /*-------------table form--------------------*/
  .maxText {
    width: 100%;
  }
  .largeText {
    width: 80%;
  }
  .midText {
    width: 50%;
  }
  .smallText {
    width: 120px;
  }
  .btnDownload, .btnDownload:hover {
    background-position: left 15px center;
    background-size: 20px 20px;
    padding-left: 40px;
    width: 360px;
    text-align: center;
  }
  /*-------------JQ Validate--------------------*/
  label.error {
    color: #fff;
    margin-top: 5px;
    line-height: 100%;
    display: inline-block;
    font-style: italic;
    background: url(../images/alertTop.png) no-repeat left center;
    padding: 20px 10px 8px 10px;
    font-size: 14px;
    float: none;
  }
  .errorContainer {
    display: block;
  }
  .errorContainer label.error {
    margin-top: 5px;
    background: url(../images/alertTop.png) no-repeat left center;
    padding: 20px 10px 8px 10px;
  }
  /*-------------subscript--------------------*/
  #subscript {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  #subscriptText {
    border: 3px solid #ddd;
    background: #FFF;
    vertical-align: middle;
    width: 65%;
    text-indent: 10px;
    height: 45px;
    margin-right: 10px;
    border-radius: 3px;
  }
  #subscriptText:focus {
    border: 3px solid #004e66;
  }
  #subscriptBtn {
    vertical-align: middle;
    width: 31%;
    height: 45px;
    text-align: center;
  }
  /*-------------footer--------------------*/
  footer {
    background: #545454;
    color: #ccc;
    padding: 25px 10%;
    font-size: 13px;
 
      
  }
  footer h4, footer a {
    color: #fff;
  }
  .footerleft {
    display: block;
    float: right;
    width: 45%;
    margin-right: 5%;
  }
  #footerRight {
    float: left;
    width: 45%;
  }
  .logoList li {
    width: 250px;
    float: left;
    margin: 5px;
    text-align: center;
  }
  .logoList ul li img {
    width: 250px
  }
  .SocialMedia {
    display: table-cell;
    width: 100%;
    padding-bottom: 10px;
  }
  .SocialMedia ol li a {
    display: inline-block;
    width: 100px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    opacity: 0.7;
  }
  .SocialMedia ol li a:hover {
    opacity: 1;
    color: #fff;
  }
  .SocialMedia li {
    float: left
  }
  .Secretariat {
    display: block;
    width: 100%;
  }
  #getting-startedWrapper {
    width: 365px;
    margin: 0 auto;
    height: 100px;
  }
  #getting-started li {
    float: left;
    margin: 5px;
    width: 80px;
    display: block;
    text-align: center;
  }
  #getting-started li span {
    background: #333;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
  }
  .langTW {
    display: block;
    float: right;
    margin-left: 10px;
  }
  .langTW a {
    background: #28B5B2;
    border-radius: 50px;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    height: 35px;
    width: 60px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    margin-top: 32px
  }
  .langTW a:hover {
    color: #fff;
    background: #D2ABCD;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:950px) {
  /*-----------------------body-----------------------*/
  html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
  }
  body {
    color: #333;
    line-height: 150%;
    font-size: 14px;
    font-family: 'Noto Sans JP', "微軟正黑體", sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 100%;
  }
  p {
    line-height: 150%;
  }
  h1, h2, h3, h4 {
    line-height: 120%;
  }
  .btnStyle {
    font-size: 14px;
    padding: 8px 15px;
    line-height: 100%;
    -webkit-appearance: none; /*取消手機預設樣式*/
  }
  .textStyle {
    padding: 8px;
  }
  .alignCenterMobile {
    text-align: center
  }
  input, textarea, select {
    font-size: 14px;
  }
  .btnSmall {
    padding: 6px 12px;
    font-size: 14px;
  }
  .picForMobile {
    width: 100%;
    height: auto;
  }
  .NoShowInMobile {
    display: none;
  }
  ::-webkit-scrollbar {
    display: none; /*隱藏手機scroll*/
  }
  /*-----------------header---------------*/
  #menuWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: #363636;
    z-index: 199;
    /*border-top: 5px solid #00c2F4*/
    /*box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);*/
  }
  #menuWrapper h1 a {
    position: fixed;
    left: 10px;
    top: 10px;
    width: 200px;
    height: 70px;
    display: inline-block;
    text-indent: -9999px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 499;
  }
  /*------------------menu------------------------*/
  h4.openMenu {
    display: block;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    background-image: url(../images/bars.svg);
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    z-index: 200;
  }
  h4.changColor {
    background-color: #eee;
    background-image: url(../images/close.svg);
  }
  #menu {
    width: 100%;
    background: #eee;
    position: fixed;
    top: 80px;
    right: 0;
    display: none;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    padding-bottom: 150px; /**重要!!*/
  }
  #menu li {
    border-bottom: 1px solid #ddd;
  }
  #menu li a {
    color: #333;
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 20px;
  }
  #menu li ul {
    display: none;
  }
  #menu li ul li {
    border-bottom: 0;
    border-top: 1px solid #ccc;
  }
  #menu li ul li a {
    background: #ddd;
    padding-left: 40px;
  }
  #menu li:hover {
    background: #ccc;
  }
  #menu li ul li a:hover {
    background: #00c2F4;
    color: #fff;
  }
  /*----------------track----------------------------------*/
  #track {
    font-size: 13px;
    margin: 80px 0 0 0;
    width: 100%;
    line-height: 100%;
    padding: 10px 15px;
    color: #fff;
    background: #00c2F4;
    border-bottom: 1px solid #eee;
    position: fixed;
  }
  #track span {
    padding: 0 5px;
  }
  #track a {
    color: #fffd
  }
  /*-------------content--------------------*/
  article {
    padding: 140px 15px 20px 15px;
  }
  article h1, .indexWrapper h1, .lightbox h1 {
    font-size: 23px;
    font-weight: normal;
    /*color: #00c2F4;*/
  }
  article h1 span, .indexWrapper h1 span {
    /*border-bottom: 4px solid #00c2F4;*/
    display: inline-block;
    padding-bottom: 5px;
    color: #004e66;
  }
  article h3, .lightbox h3 {
    color: #004e66;
    font-size: 19px;
    font-weight: normal;
  }
  h2 {
    font-size: 19px;
    font-weight: normal;
    color: #00c2F4
  }
  h3 {
    font-size: 17px;
    font-weight: normal;
    color: #004e66
  }
  h4 {
    font-size: 15px;
    color: #00c2F4
  }
  /*-------------left menu--------------------*/
  #left h1 {
    display: none;
  }
  #left h4 {
    position: fixed;
    right: 15px;
    top: 110px;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(99, 99, 99, 0.1);
    background-image: url(../images/more.svg);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    z-index: 99;
  }
  #left h4.gray {
    background-color: #ddd;
  }
  #left ul {
    display: none;
    position: fixed;
    right: 15px;
    top: 165px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 993;
  }
  #left ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 15px;
  }
  #left ul li:last-child a {
    border: none;
  }
  #left ul li.selected a {
    background: #f1f1f1;
  }
  #left ul li a:hover {
    background: #4285F4;
    color: #fff;
  }
  /*--------------itemList-------------------*/
  .itemList li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    margin: 0 -15px;
  }
  .itemList li:first-child {
    padding-top: 0;
  }
  .itemList li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .itemList li div.left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .itemList li div.right {
    margin-top: 15px;
  }
  /*for living taipei*/
  .smallList li div.left {
    width: 50%;
  }
  /*for living taipei*/
  .itemList li div.left img {
    width: 100%;
  }
  .btnList li {
    margin-bottom: 10px;
  }
  .btnList li a {
    width: 100%;
  }
  .btnList li:last-child {
    margin-bottom: 0;
  }
  .btnDownload, .btnDownload:hover {
    background-position: left 10px center;
    background-size: 16px 16px;
    padding-left: 35px;
    width: 100%;
  }
  /*-----------------adBanner---------------*/
  .adBanner li {
    display: inline-block;
    width: 46%;
    margin: 2px; /*建議尺吋220*110*/
  }
  .adBannerFive li {
    display: inline-block;
    width: 32%;
    margin: 2px; /*建議尺吋220*110*/
  }
  /*--------------countryList-------------------*/
  .countryList li {
    width: 50%;
    float: left;
  }
  .googleMap {
    width: 100%;
    height: 300px;
  }
  /*------Affiliated Conference-------*/
  .Affiliated {
    text-align: center;
  }
  .Affiliated li {
    display: inline-block;
    width: 50%;
  }
  /*-------------form--------------------*/
  .contentBox, .maxText, .largeText, .midText, .btnMax {
    width: 100%;
  }
  .smallText {
    width: 100px;
  }
  .formTitle {
    font-weight: normal;
  }
  /*-------------JQ Validate--------------------*/
  label.error {
    color: #fff;
    margin-top: 5px;
    line-height: 100%;
    display: inline-block;
    font-style: italic;
    background: url(../images/alertTop.png) no-repeat left center;
    padding: 20px 10px 8px 10px;
    font-size: 14px;
  }
  #subscriptText {
    border: 3px solid #ddd;
    background: #FFF;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    text-align: center;
  }
  #subscriptText:focus {
    border: 3px solid #EC7474;
  }
  #subscriptBtn {
    width: 100%;
  }
  /*-------------footer--------------------*/
  footer {
    background: #545454;
    color: #ccc;
    padding: 20px 15px;
    font-size: 13px;

      
    
  }
  footer h4, footer a {
    color: #fff;
  }
  /*#footerRight, #footerleft {
	margin-top: 20px;
}*/
  .footerleft {
    margin-top: 20px;
  }
  #footerRight li {
    float: left
  }
  .SocialMedia {
    display: table-cell;
    width: 100%;
    padding-bottom: 10px;
  }
  .SocialMedia ol li a {
    display: inline-block;
    width: 100px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    opacity: 0.7;
  }
  .SocialMedia ol li a:hover {
    opacity: 1;
    color: #fff;
  }
  .SocialMedia li {
    float: left
  }
  .Secretariat {
    display: block;
    width: 100%;
  }
  .Committee li {
    width: 100%;
    margin-left: 5px;
  }
  .Committee li span {
    color: #00c2F4;
    display: block;
    font-size: 120%;
  }
  /*--------------signature-------------------*/
  .signature li {
    margin-bottom: 30px;
  }
  .signature li:last-of-list {
    margin-bottom: 0;
  }
  .signature li img {
    float: left;
    width: 28%;
  }
  .signatureR {
    float: right;
    width: 70%;
  }
  .abstracts li {
    width: 100%;
    list-style: disc;
    margin-left: 20px;
  }
  .logoList li {
    width: 47%;
    float: left;
    margin: 10px 5px;
    text-align: center;
    height: 100px;
  }
  .logoList li img {
    width: 95%
  }
  #getting-startedWrapper {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    padding: 2%
  }
  #getting-started li {
    float: left;
    margin: 2%;
    width: 21%;
    display: block;
    text-align: center;
  }
  #getting-started li span {
    background: #333;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
  }
  .langTW {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
  }
  .langTW a {
    background: #28B5B2;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    height: 60px;
    width: 60px;
    padding: 20px 5px 5px 5px;
    text-align: center;
    margin-top: 32px;
    font-size: 16px
  }
  .langTW a:hover {
    color: #fff;
    background: #D2ABCD;
  }
}