/* @group Conference */
#conference .content-section {
  padding: 0;
}

.conf-group-title {
  font-family: "Titillium Web", 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 {
  margin: 0 auto;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #b1cdc0;
  margin-bottom: 20px;
}

.conf-item h2 {
  font-size: 26px !important;
  font-weight: 400;
  margin-top: 0;
}

.conf-item .speaker {
  font-weight: 400;
  color: #7d7d7d;
  margin-bottom: 0px;
}

.conf-item .speaker-name {
  color: #035830;
  font-weight: 700;
  line-height: 1.6;
}

.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: linear-gradient(top, #ed6631, #ffaf3c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ed6631', endColorStr='#ffaf3c');
  border: 1px solid #fdae8e;
  padding: 1px 10px;
  border-radius: 25px;
  margin-top: 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-item .lg-group {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.conf-item .lg-group .lg-label {
  display: block;
  font-size: 11px;
  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: 20px;
}

.conf-item .lg-group .lg-name {
  font-size: 12px;
  line-height: 14px;
}

.conf-item .lg-group .lg-item {
  margin-right: 20px;
  min-height: 58px;
}

.conf-header {
  margin-bottom: 20px;
  position: relative;
}

.conf-header .conf-title {
  font-size: 24px;
  font-weight: 700;
  color: #023f23;
  margin-bottom: 10px;
}

.conf-header .conf-title2 {
  width: 65%;
}

.conf-header .conf-time ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

.conf-header .conf-time ul li {
  display: block;
  margin: 0 10px;
  padding-right: 20px;
  font-family: "Titillium Web", sans-serif;
  color: #ed6730;
  font-size: 15px;
  font-weight: 600;
}

.conf-header .conf-time ul li i {
  color: #06a258;
}

.conf-header2 {
  margin-bottom: 0px;
  position: relative;
}

.conf-header2 .conf-time ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.conf-header2 .conf-time ul li {
  display: block;
  margin: 0 10px;
  padding-right: 20px;
  font-family: "Titillium Web", sans-serif;
  color: #1d871d;
  font-size: 13px;
  font-weight: 600;
}

.conf-header2 .conf-time ul li i {
  color: #74c074;
}

.conf-content {
  background-color: #fff;
  padding: 0px 10px 10px;
}

.conf-content .section {
  margin-bottom: 10px;
}

.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: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #04713d;
  margin: 10px 0 20px;
}

.conf-content .theme-name .small {
  font-weight: 600;
  font-style: italic;
  color: #1a1a1a;
}

.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: #023f23;
}

.conf-content .text-2 {
  font-weight: 600;
  color: black;
}

.conf-content .text-3 {
  font-weight: 600;
  color: #06a258;
}

.conf-subhead {
  font-size: 14px;
  font-weight: 600;
  color: black;
  padding: 5px;
  display: block;
  background-color: #eee;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 8px;
}

.awards div {
  border-right: 1px dashed #08ec81;
  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 #08ec81;
  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;
}

.hd-en {
  font-family: "Titillium Web", sans-serif !important;
}

.hd-th {
  font-family: "Kanit", sans-serif !important;
}

/* @group Tablets to Desktop*/
@media only screen and (min-width: 768px) {
  #conference .content-section {
    padding: 0 10px;
  }
  .conf-header .conf-title {
    font-size: 24px;
  }
  .conf-header .conf-title2 {
    width: 85%;
  }
  .conf-header .conf-time ul li {
    display: inline;
  }
  .conf-header2 .conf-time {
    text-align: center;
  }
  .conf-header2 .conf-time ul li {
    display: inline;
  }
  .conf-content {
    padding: 0px 20px 10px;
  }
  .conf-content .theme-name {
    text-align: center;
  }
}
