.owl-theme .owl-controls {
  margin-top: 0;
}
.exh_block {
  /*background-color: #e8f0ec;
  border: 1px solid #b2d4b0*/;
  padding-bottom: 15px;
  /*margin-bottom: 15px;*/
}
.exh_text_block h2 {
  font-size: 22px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}
.exh_text_block p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
}
.exh_text_block .text-r {
  font-weight: bold;
  color: #bd2132;
}
.exh-img-wrap {
  margin-bottom: 20px;
}
.exh-img-wrap .item img {
  max-width: 400px;
}
.exh_row_vmiddle {
  display: block;
  align-items: unset;
}
@media only screen and (min-width: 992px) {
  .exh_row_vmiddle {
    display: flex;
    align-items: center;
  }
}

/* @group Conference */
#conference .content-section {
  padding: 0; }

.conf-group-title {
  font-family: "Play", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
  background-color: #5da75f;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.title_logo {
  position: absolute;
  right: 20px;
  top: 0px;
  margin-top: 15px; }

.conf-item {
  max-width: 400px;
  margin: 0 auto;
  /*border: 1px solid #d7e6d6;*/
  overflow: hidden;
  border-bottom: 1px solid #d8e2d8;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.conf-item:last-child {
  border-bottom: none;
}
  .conf-item .lg-group {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    /*margin-top: 5px; */
  }
    .conf-item .lg-group .lg-label {
      display: block;
      font-size: 9px;
      color: #333333;
      margin-bottom: 10px; }
    .conf-item .lg-group .lg-pic, .conf-item .lg-group .lg-name, .conf-item .lg-group .lg-item {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 5px; }
    .conf-item .lg-group .lg-pic {
      margin-right: 4px; }
    .conf-item .lg-group .lg-name {
      font-size: 12px;
      line-height: 14px; }
    .conf-item .lg-group .lg-item {
      /*margin-right: 10px;*/
      min-height: 35px; 
    }
  .conf-item .conf-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background-color: #ed6631;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed6631), to(#ffaf3c));
    background-image: -webkit-linear-gradient(top, #ed6631, #ffaf3c);
    background-image: -moz-linear-gradient(top, #ed6631, #ffaf3c);
    background-image: -ms-linear-gradient(top, #ed6631, #ffaf3c);
    background-image: -o-linear-gradient(top, #ed6631, #ffaf3c);
    background-image: linear-gradient(top, #ed6631, #ffaf3c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ed6631', endColorStr='#ffaf3c');
    border: 1px solid #fdae8e;
    padding: 1px 10px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-top: 5px; 
    margin-bottom: 5px; 
  }
  .conf-item .conf-label2 {
    background-color: #ecf9ea;
    color: #114a0b;
    border-radius: 60px;
    text-align: center;
    width: 270px;
    padding: 10px 25px;
    border: 4px solid #bce6b7;
    margin-left: 5px; }

.conf-header {
  margin-bottom: 5px;
  position: relative; }
  .conf-header .conf-title {
    font-family: "Play", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #0a6f3e;
    /*padding: 13px;
    background-color: #cff3cf;
    border-bottom: 1px solid #c0e6c0*/; 
  }
  .conf-header .conf-time {
    /*padding: 5px 10px;*/
    /*background-color: #e4f9e4; */
    /*border-bottom: 1px solid #d8e2d8;*/
    padding-bottom: 5px;
  }
    .conf-header .conf-time ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      margin-left: 10px; }
      .conf-header .conf-time ul li {
        display: block;
        margin: 0 10px;
        padding-right: 20px;
        font-family: "Play", sans-serif;
        color: #1d871d;
        font-size: 12px;
        font-weight: 600; }
        .conf-header .conf-time ul li i {
          color: #74c074; }

.conf-content {
  background-color: #fff;
  /*margin-top: 10px;*/
  /*padding: 0px 15px 10px; */
}
  .conf-content .section {
    /*margin-bottom: 5px; */
  }
    .conf-content .section:before, .conf-content .section:after {
      content: " ";
      display: table; }
    .conf-content .section:after {
      clear: both; }
  .conf-content .conf-topic {
    margin-bottom: 10px !important; }
  .conf-content .theme-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    color: #0a6f3e;
    margin: 5px 0; }
    .conf-content .theme-name .small {
      font-weight: 600;
      font-style: italic;
      color: #1a1919; }
    .conf-content .theme-name .caption {
      font-size: 14px;
      font-weight: 500;
      color: #5c5c5c; }
  .conf-content .theme-detail {
    font-size: 13px; }
  .conf-content .center-detail {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .conf-content .conf-info {
    font-size: 13px; }
  .conf-content .text-1 {
    font-weight: 600;
    color: #064124; }
  .conf-content .text-2 {
    font-weight: 600;
    color: black; }
  .conf-content .text-3 {
    font-weight: 600;
    color: #0e9e58; }

.conf-subhead {
  font-size: 14px;
  font-weight: 600;
  color: black;
  padding: 5px;
  display: block;
  background-color: #eee;
  text-align: center;
  margin-bottom: 15px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.awards div {
  border-right: 1px dashed #15e47f;
  text-align: center; }
  .awards div img {
    margin-bottom: 10px; }

.awards div:last-child {
  border-right: none; }

.awards-remarks {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: 1px solid #15e47f;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px; }
  .awards-remarks .remark-label, .awards-remarks .remark-list {
    display: inline-block; }
  .awards-remarks .remark-label {
    margin-right: 15px; }
  .awards-remarks .remark-list {
    margin-left: 10px; }

/* @group Tablets to Desktop*/
@media only screen and (min-width: 992px) {
  .conf-item {
    /*max-width: 75%; */
    } 
  }

@media only screen and (min-width: 768px) {
  #conference .content-section {
    padding: 0 10px; }
  .conf-header .conf-title {
    /*padding: 20px 20px 15px;
    /*font-size: 18px;
    line-height: 20px;*/ }
  .conf-header .conf-time {
    /*padding: 5px 20px; */
  }
    .conf-header .conf-time ul li {
      display: inline; }
  .conf-content {
    /*padding: 0px 20px 10px; */
  }
    .conf-content .theme-name {
      /*text-align: center;*/ 
      } }
.conf-item .lg-group .lg-pic img {
    max-width: 60px;
    max-height: 30px;
    height: auto;
    width: auto;
}
.exh-sponsor {
    display: block;
    justify-content: unset;
    align-items: unset;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #ffffff;
    border: 6px solid #c7dfd1;
    text-align: center;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.exh-sponsor h6 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    color: #666666;
}
.exh-sponsor .item {
    display: inline-block;
    padding: 5px 10px;
}
.exh-sponsor .item-h {
    padding: 0 10px;
    width: 100%;
    text-align: center;
}
.exh-sponsor .item img {
  max-width: 80px;
  max-height: 40px;
}
@media only screen and (min-width: 768px) {
  .exh-sponsor {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
  }
  .exh-sponsor h6 {
    margin-bottom: 0px;
    text-align: right;
  }
  .exh-sponsor .item-h {
    width: unset;
    text-align: right;
  }
  .exh-sponsor .item {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .exh-sponsor {
    width: 70%;
  }
}
