#intro {
  background: url("../img/pc-banner01.jpg") no-repeat center center;
  background-size: cover;
}
#contact{
  background: url("../img/san-francisco.jpg") no-repeat;
  background-size: cover;
}
#pricing .card-image{
  background: url("../img/architecture.jpg") no-repeat center center;
}
/*#award{
  background: url("../img/award-bg.jpg") no-repeat center center;
}*/
#agenda{
 background: url("../img/agenda-bg.jpg") no-repeat;
  background-size: cover; 
}
ul,li,ol{list-style: none;}
.bg-speaker{
  background: #fff;
  height: 500px;
}

.bg-agenda{
  background:rgba(40, 69, 101, 0.7);
}
.speaker ul li a{
  display: block;
  font-size:18px;
  font-weight: 400;
}
.bg-speaker ul li a:hover{
  color:#fff!important;
  background: #29b6f6;
  line-height: 300%;

}
.bg-award{
  background: linear-gradient(to left, #5e7b9a 30%, #284565 70%);
  padding-bottom: 50px; 
}
.bg-award table td{
  color:#fff;
  font-size: 18px;
  line-height: 200%;

  text-align: left;
  padding:15px 15px;
}
.top-nav-collapse {
  background: #284565 !important;
}
.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #284565 !important;
  }
}

#intro .h6 {
  font-size: 20px!important;
  font-weight: 600;
  line-height: 250%;
  padding:15px 0;
  text-align: center;
}

.hm-gradient .full-bg-img {
  background: rgba(108,117,125, 0.3);
}
.text-info{
  font-size: 28px;
  text-align: center;
  color: #fff!important;
  font-family: 'Microsoft YaHei'!important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.line-con{
  display: inline-block;
  width: 65px;
  border-top:2px solid #fff;
  vertical-align: middle;
}
.line-con-ada{
  display: inline-block;
  width: 400px;
  border-bottom:1px solid #fff;
  vertical-align: middle;
}
.bg-text{
  margin:0 30px;  
}
.border-text{
	box-shadow: 0px 0px 10px 10px #eee;
	border-radius: 20px;
}
@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}


/*****************************Agnda******************************************/

.agentmenu{
  width:100%;
  font-size:14px;
  color:#FFF;
  background:#c7c7c7;
  text-align:center;
  line-height:30px;
  margin-top:10px;
}
.agentmenuon{
  width:100%;
  font-size:16px;
  color:#FFF;
  background:#2e7fa5;
  text-align:center;
  line-height:40px;
  font-weight:bold;
}
.agendatable{ 
  margin:0 auto;
}
.agendatable td{
  text-align:left;
  vertical-align:top;
  font-size:14px;
  color:#333;
  padding:8px 6px 5px 4px;
}
.agendatable td strong{
  color:#fff;
  font-size:16px;
}
.agendatable td strong span{
  color:#fff;
  font-weight: bold;
  line-height:150%;
}
.agendatable td .time{
  line-height:28px;
  display:inline-block;
  width:70px;
  background:#2e7fa5; 
  color:#fff;
  text-align:center;
  border-radius:10px;
  padding:0px 10px 0px 10px;
}
.agentdaytitle{
  padding:30px 20px 20px 20px; 
  font-size:20px; 
  font-weight:bold;
  text-align: center;
  width:1000px; 
  color:#fff;
  line-height:150%;
}
