.speaker-info {
  position: relative;
}

.speaker-info .imgbox {
  max-width: 220px;
  border-radius: 10px;
  overflow: hidden;
}

.speaker-info .speaker-title p {
  font-size: 16px;
}

.speaker-txt {
  margin-top: 20px;
}

@media (max-width:767px) {
  .speaker-info .imgbox {
    max-width: 250px;
    margin:0 auto 20px auto;
  }
}

.social-icons .fa {
  font-size: 1.5rem;
}

.social-icons .fa {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.7);
  -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;
}

.social-icons .fa:hover,
.social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}

/*====================================
# share
==================================== */

/* .share {
  display: flex;
  align-items: center;
  position: relative;
  width: 160px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  color: #ffffff;
  background: #7277D3;
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
  text-align: center;
}

.share span {
  margin: auto;
}

.share .social-links {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(62, 130, 251, 0);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  transition: all 0.25s ease;
}

.share .social-links a {
  margin: auto;
  background: #fff;
  color: var(--main);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  font-size: 16px;
  transform: translate3d(0, 60px, 0);
  transition: all 0.2s;
}

.share .social-links a:hover {
  background: #F8F672;
  color: #212121;
}

.share:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.share:hover .social-links {
  background: var(--main);
}

.share:hover .social-links>a {
  animation: move 0.5s ease-out forwards 0s;
}

.share:hover .social-links>a:nth-child(2) {
  animation-delay: 0.05s;
}


@keyframes move {
  0% {
    transform: translate3d(0, 60px, 0);
  }

  40% {
    transform: translate3d(0, -5px, 0);
  }

  70% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
} */

/*====================================

==================================== */

.speech-list {
  list-style: none;

}

.speech-list h5 {
  color: #212121;
}

.speech-list h5:hover {
  color: var(--main);
}


.speech-list li {
  position: relative;
  padding-left: 10px;
  color: #666666;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 10px 12px;
  margin-bottom: 12px;
}

.speech-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--Color2);
  position: absolute;
  top: 10px;
  left: -20px;
}



/*====================================
講者議程
==================================== */

.agenda-info {
  background-color: #D3F4FF;
}

.agenda-area{
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin: 15px 15px 30px;
  margin-bottom: 30px;
}

.agenda-area span{
  color: #5e5e5e;
  padding: 0;
  font-size: 18px;
}

.agenda-area p{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
.agenda-area .btn-content{
  color: #fff;
  font-size: 16px;
  margin:20px 0 0 0;
}

.btn-share{
  display: inline-block;
  background-color: #0068cf;
  border-radius: 500px;
  padding: 8px 16px;
}

.btn-share .share-box{
  position: relative;
  color: #fff;
}

.btn-share .share-box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-share i{
  padding: 8px 10px;
  transition: all .2s ease-in;
}

.btn-share .share-box:hover i{
  border-radius: 50%;
  background-color: #fff;
  color: #0068cf;
}
