

  /*--------------------------------------------------------------
  # Schedule Section
  --------------------------------------------------------------*/

  #schedule {
    padding: 60px 0 60px 0;
  }

  #schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 10px;
    float: none;
  }

  #schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #6d9ecf;
    color: #fff;
    padding: 10px 23px;
    margin-right: 20px;
    /* margin: 0 20px 20px 0; */
    font-size: 20px;
  }

  #schedule .nav-tabs li:last-child a{
    margin-right: 0 !important;
  }

  #schedule .nav-tabs a.active {
    background-color: var(--color-main);
    color: #fff;
  }

  #schedule .sub-heading {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 30px auto;
  }

  #schedule .tab-pane {
    transition: ease-in-out .2s;
  }

  #schedule .schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
  }

  #schedule .schedule-item:hover {
    background-color: #fff;
  }

  #schedule .schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
    font-size: 18px;
  }

  #schedule .schedule-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
  }

  #schedule .schedule-item .speaker img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
  }

  #schedule .schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  #schedule .schedule-item h4 span {
    font-style: italic;
    color: #19328e;
    font-weight: normal;
    font-size: 16px;
  }

  #schedule .schedule-item p {
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
    font-size: 16px;
  }
  
  .nav-title {
    font-size: .75em;
    margin-top: .5em;
}

  .display-flex {
      display: -ms-flexbox;
      display:flex;
      flex-wrap: wrap;
      -ms-flex-wrap:wrap;
    }

    .justify-content-center {
        -ms-flex-pack:center !important;
        justify-content:center !important;
    }

    @media only screen and (max-width: 1770px){
      
    }

    @media only screen and (max-width: 1440px){

      #schedule .nav-tabs a {
        padding: 10px 20px;
        margin-right: 18px;
        font-size: 18px;
      }
      
    }

    @media only screen and (max-width: 1290px){
      
      #schedule .nav-tabs a {
        padding: 10px;
        margin-right: 15px;
        border-radius: 15px;
      }
    }

    @media only screen and (max-width: 992px){
      
    }

    @media (max-width: 768px){
      #schedule .nav-tabs a {
        /*padding: 10px 30px;*/
      }
    }

    @media (max-width: 544px){
      #schedule .nav-tabs li {
          width: 100%;
      }
      #schedule .nav-tabs a {
        font-size: 16px;
        padding: 10px 40px;
        margin-right: 0;
      }

      #schedule .nav-tabs li:nth-child(2) a{
        margin-right: 0 !important;
      }

    }

   
.row.inner {
  margin: 0;
}

/* last day agenda */
.day4-forum {
    /* border: #2180af 1px solid; */
    background-color: #e6eff3;
    height: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    padding: 0 20px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.day4-forum h4 {
    background-color: #dcddde;
    padding: 6px 1.5em;
    color: #fff;
    /* font-weight: bold; */
    letter-spacing: 2px;
    margin: 0;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}
.day4-forum p {
  padding: 10px;
}
.day4-forum .day4-forum-title {
    /* background-color: #2180af14; */
    font-size: 20px;
    font-weight: 600;
    color: black;
    padding: 1.5em 0 0;
}
.day4-forum .day4-forum-theme {
    font-size: 16px;
    padding: 0;
}
.day4-forum .day4-forum-text {
    text-align: left;
}
.day4-forum .day4-forum-area {
    font-size: 14px;
    line-height: 2;
    padding: 1em 1em 50px;
}
.day4-forum .day4-forum-area a {
    display: block;
    font-size: 16px;
    line-height: 2;
    /*margin-top: 40px;*/
}
.day4-forum .day4-forum-theme, .day4-forum .day4-forum-area {
   color: rgba(0,0,0,.6);
}
.day4-forum .label-local {
    background-color: #06c;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}
.day4-forum h4, .day4-forum .label-local {
    background-color: #093c8d;
}
/**
#day-4 > div >div:nth-child(3n-1) .day4-forum {
    background-color: #f2f3f3;
}
#day-4 > div >div:nth-child(3n) .day4-forum {
    background-color: #ecefe6;
}
#day-4 > div >div:nth-child(3n-1) .day4-forum h4, #day-4 > div >div:nth-child(3n-1) .day4-forum .label-local{
    background-color: #63acbf;
}
#day-4 > div >div:nth-child(3n) .day4-forum h4, #day-4 > div >div:nth-child(3n) .day4-forum .label-local {
    background-color: #66776b;
}
**/
.day4-forum.back-icon {
    background-position: bottom -50px right -50px;
    background-size: 60%;
    background-repeat: no-repeat;
}
@media(max-width:576px) {
    .day4-forum .day4-forum-area  {
        padding: 1em 0;
    }
    .day4-forum .day4-forum-area a {
        margin-top: 1em;
    }
    .day4-forum .day4-forum-title {
        padding: .5em 0 0;
    }
    .day4-forum h4 {
        display: block;
    }

  /* 隐藏banner */
  .banner {
    display: none;
  }

  .mt-xxs-30 {
    margin-top: 30px;
  }
}
