html, body {
  font-size: 1rem;
  line-height: 1.5;
  background: #071728;
  color: #ffffff;
  overflow-x: hidden
}
.page {
  width: 100%;
  margin: 0px auto;
  position: relative;
  font-size: 1.125rem;
}
.wrap {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
  width: 100%;
  max-width: 1240px;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}
.justify-start {
  justify-content: flex-start
}
.justify-between {
  justify-content: space-between
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.textCenter {
  text-align: center !important
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.grid {
  display: grid;
  display: -webkit-grid;
  display: -moz-grid;
  display: -ms-grid;
  display: -o-grid;
  grid-template-rows: auto;
}
.pcBlock {
  display: block
}
.phBlock {
  display: none
}
.phinlineBlock {
  display: none
}
.sectionHide {
  display: none;
}
#goTOP {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 10px;
  bottom: 10px;
  background-color: #a90958;
  text-align: center;
  display: none;
  transition: transform ease-out .8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px
}
#goTOP a {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#goTOP a i {
  line-height: 32px;
}
/*main*/
.headerTop {
  width: 100%;
}
.heroBanner {
  width: 100%;
  text-align: right;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  top: 0
}
.heroBanner img {
  width: 100%;
  max-width: 1024px;
  margin-top: -320px;
  margin-right: -450px;
}
.NavTop {
  width: 100%;
  height: 80px;
  padding: 0px;
  margin: 0;
  position: relative;
  visibility: visible
}
.NavTopfixed {
  position: fixed;
  z-index: 9999
}
.NavTopList {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  background: rgba(7, 23, 40, 0.9);
  box-shadow: 0px 0px 20px 20px rgba(7, 23, 40, 0.9);
  height: 80px;
  color: #ffffff;
  text-align: right;
  z-index: 9999
}
.NavTopList ul {
  display: inline-block;
}
.NavTopList li {
  float: left;
  padding: 15px 20px;
  color: #ffffff;
}
.NavTopList li:hover a {
  border-bottom: 2px #a90958 solid;
  font-weight: bold;
}
.NavTopList li:last-of-type {
  padding: 15px 0px 15px 20px;
}
.NavTopList li a {
  width: 100%;
  display: block;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
}
.TopRegisterBt {
  background: #0051af;
  border-radius: 10px;
  width: 180px !important;
  text-align: center;
  display: none !important;
}
.stickynav-spacer {
  height: 80px;
  position: relative;
  z-index: 999;
  display: none
}
#headerNav .NavTop.NavTopfixed + .stickynav-spacer {
  display: block
}
.sloganCon {
  width: 100%;
  margin-top: 40px;
  position: absolute;
  z-index: 999
}
.sloganCon img {
  width: 100%;
  max-width: 800px;
}
.sectionConInfo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -180px;
}
/*Introduction*/
.Introduction {
  width: 100%;
  background: #a90958;
  border-radius: 25px;
  padding: 5px 0px 0px 0px;
}
.IntroductionBox {
  width: 100%;
  background: #10284c;
  border-radius: 25px;
}
.IntroductionText {
  width: 50%;
  padding-right: 30px;
}
.IntroductionHightLight {
  width: calc(50% - 30px);
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: auto;
}
.IntroductionHightLight img {
  width: 100%;
  max-width: 78px;
}
.IntroductionTimeText h3 {
  display: flex;
  width: 100%;
  flex-wrap: nowrap
}
.IntroductionTimeText h3::before {
  content: '•';
  display: inline-block;
  margin-right: 15px;
}
.IntroductionTimeText {
  width: 60%;
  padding-right: 30px;
}
.IntroductionBtBox {
  width: calc(40% - 30px);
  text-align: center
}
.IntroductionBtBox .TopRegisterBt {
  background: #ffffff;
  border-radius: 10px;
  width: 180px !important;
  text-align: center;
  display: none;
  height: 50px;
  line-height: 50px;
  color: #10284c;
  font-weight: bold
}
.IntroductionBtBox .TopRegisterBt img {
  max-width: 20px;
  margin-left: 10px;
  display: inline-block
}
/*Agenda*/
.sectionKong {
  height: 80px;
}
.AgendaSection {
  width: 100%;
  background: url(../images/agendaTitleBg.png) no-repeat center top;
  padding: 60px 0px 0px 0px;
  margin-top: 20px;
}
.SectionTitle {
  width: 100%;
  text-align: center;
  margin: 0px auto 35px auto;
  font-weight: bold
}
.SectionTitle hr {
  width: 100%;
  max-width: 80px;
  height: 9px;
  border-radius: 3px;
  margin: 10px auto;
  text-align: center;
  border: 0px;
  display: block;
  background: #a90958;
}
.agendaBoxW {
  width: calc(100% - 30px);
  background: #00bceb;
  border-radius: 25px;
  padding: 15px 0px;
}
.agendaBoxWTitle {
  width: 100%;
  padding: 0px 20px 10px 20px;
}
.agendaBoxN {
  width: calc(100% + 10px);
  background: #ffffff;
  border-radius: 25px;
  padding: 20px;
  border: 1px #00bceb solid;
  margin-left: 20px
}
.agendaBoxTable {
  width: 100%;
  margin: 0px auto;
  display: table;
}
.agendaBoxRow {
  display: table-row;
  width: 100%;
  margin: 0px auto;
}
.agendaBoxCell {
  display: table-cell;
  background: #fffbf4;
  border-bottom: 1px #ffffff solid;
  padding-left: 20px;
  padding-right: 20px;
  color: #101820;
  font-size: 1rem;
}
.agendaBoxCell2 {
  display: table-cell;
  background: #fffbf4;
  border-bottom: 0px #ffffff solid;
  padding-left: 0px;
  padding-right: 20px;
  color: #101820;
  font-size: 1rem;
  width: 50%;
}
.agendaBoxCell2 span:first-of-type {
  color: #0d274d;
  font-weight: bold;
  font-size: 1rem;
}
.agendaBoxCell2 span:last-of-type {
  font-size: 0.875rem;
  color: #249ABD
}
.agendaBoxRowYellow .agendaBoxCell2, .agendaBoxRowYellow .agendaBoxCell {
  background: #fbab2c !important;
  height: 40px;
  line-height: 40px;
  border-bottom: 0px #ffffff solid;
  color: #ffffff;
}
.agendaBoxRowBlueLight .agendaBoxCell, .agendaBoxRowBlueLight .agendaBoxCell2 {
  background: #e5f8fd;
}
.agendaBoxRow .agendaBoxCell:first-of-type {
  width: 150px;
  display: none;
}
.agendaBoxRow .agendaBoxCell:last-of-type {
  width: 250px;
  text-align: center;
}
.agendaBoxCell a {
  color: #00bceb;
  text-decoration: underline;
}

.ExecutiveLuncheonAgendaBoxW {
  width: 100%;
  background: #fbab2c;
  border-radius: 25px;
  padding: 15px 20px;
  margin-left: 0px;
  margin-top: 50px
}
.ExecutiveLuncheonAgendaBoxN {
  width: calc(100% + 0px);
  background: #ffffff;
  border-radius: 25px;
  padding: 20px;
  border: 1px #fbab2c solid;
  margin-left: 0px
}
.ExecutiveLuncheonAgendaBoxW .agendaBoxWTitle {
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.AfternoonAgendaBoxW {
  width: calc(100% - 20px);
  background: #74bf4b;
  border-radius: 25px;
  padding: 15px 0px;
  margin-left: 20px;
  margin-top: 50px
}
.AfternoonAgendaBoxN {
  width: calc(100% + 0px);
  background: #ffffff;
  border-radius: 25px;
  padding: 20px;
  border: 1px #74bf4b solid;
  margin-left: -20px
}
/*speaker*/
.SpeakerSection {
  width: 100%;
  background: url(../images/speakerTitleBg.png) no-repeat center top;
  padding: 60px 0px 0px 0px;
  margin-top: 0px;
}
.SpeakerBoxList {
  width: 100%;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: auto;
}
.SpeakerBoxList2 {
  grid-template-columns: repeat(3, 33%) !important;
}
.SpeakerWrap {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  padding: 20px
}
.SpeakerBox {
  width: 180px;
  height: 180px;
  border-radius: 90px;
  text-align: center;
  margin: 0px auto 10px auto;
  border: 0px #0d274d solid;
  background: url(../images/speakerPicBg.png) no-repeat center center #0d274d;
  background-size: 100% 100%;
}
.SpeakerBox img {
  width: 180px;
  height: 180px;
  border-radius: 90px;
  object-fit: fill;
  vertical-align: bottom
}
/*Sponsor*/
.SponsorSection {
  width: 100%;
  background: url(../images/SponsorTitleBg.png) no-repeat center top;
  padding: 60px 0px 0px 0px;
  margin-top: 0px;
}
.SponsorInfoText {
  width: 100%;
  border: 3px #0051af solid;
  border-radius: 25px;
  background-color: transparent;
  padding: 30px;
  margin: 30px auto
}
.SponsorSection h2 {
  color: #00bceb;
  padding-bottom: 15px;
  margin-bottom: 0px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.SponsorBoxList {
  width: 100%;
  margin: 0px auto;
  flex-wrap: wrap
}
.SponsorWrap {
  width: 24%;
  padding: 10px;
  text-align: center
}
.SponsorWrap2 {
  width: 32%;
  padding:10px 20px;
  text-align: center;
  background: #ffffff;
	margin: 0px 1%;
  border-radius: 5px;
}
.SponsorBox {
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 0px;
  vertical-align: middle;
  text-align: center
}
.SponsorBox img {
  width: 100%;
  max-width: 240px;
  vertical-align: middle;
  margin: 0px auto
}
.SponsorWrap2 .SponsorBox img {
  width: 100%;
  max-width: 420px;
  vertical-align: middle;
  margin: 0px auto
}
.SponsorWrap2 .SponsorBox img.img2 {
  max-width: 420px;
}
/*VenueSection*/
.VenueSection {
  width: 100%;
  background: url(../images/VenueTitleBg.png) no-repeat center top;
  padding: 20px 0px 0px 0px;
  margin-top: 50px;
}
.venueBox {
  width: 100%;
  margin: 0px auto;
  align-items: center
}
.venuePic {
  width: 45%;
  margin-right: 5%;
}
.venuePic img {
  width: 100%;
  max-width: 528px
}
.venueInfo {
  width: 50%;
}
.venueTitle {
  margin-bottom: 20px;
}
.venueTitle img {
  max-width: 60px;
  margin-right: 20px;
}
.venueInfo p {
  margin-left: 90px;
}
.venueInfo p a {
  color: #00bceb;
}
/*footer*/
.footerBox {
  width: 100%;
  background: #ffffff;
  padding: 20px 50px;
}
.footerBox ul {
  display: inline-block;
  margin-right: 30px;
}
.footerBox ul li {
  display: inline-block;
}
.footerBox .footer-socialiconLink {
  color: #313e48;
  margin-right: 15px;
  font-size: 1.25rem;
}
.footerBox .footer-socialiconLink:hover {
  opacity: 0.8
}
.footerRight {
  text-align: right;
  font-size: 0.75rem;
  color: #414344
}
.footerRight span {
  display: inline-block;
  margin-left: 20px;
}
.footer-link {
  color: #414344
}
.blue{color:#00bceb}
@media screen and (min-width:1921px) {
  .page {
    font-size: 1.25rem;
  }
  .wrap {
    max-width: 1920px;
  }
  .NavTopList li a {
    font-size: 1.125rem;
  }
  .agendaBoxCell {
    font-size: 1.125rem;
  }
  .agendaBoxCell2 {
    font-size: 1.125rem;
  }
  .agendaBoxCell2 span:first-of-type {
    font-size: 1.125rem;
  }
  .agendaBoxRow .agendaBoxCell:first-of-type {
    width: 240px;
  }
  .agendaBoxRow .agendaBoxCell:last-of-type {
    width: 240px;
    text-align: center;
  }
  .heroBanner img {
    max-width: 1200px;
  }
}
@media screen and (max-width:1440px) {
  .page {
    font-size: 1rem;
  }
  .text-l, h3 {
    font-size: 1.25rem
  }
  .text-xl, h2 {
    font-size: 1.5rem
  }
  .text-xxl, h1 {
    font-size: 2.5rem
  }
  .sloganCon {
    padding-top: 0px;
  }
  .sloganCon img {
    max-width: 720px;
  }
  .heroBanner img {
    max-width: 860px;
    margin-top: -280px;
    margin-right: -420px;
  }
  .sectionConInfo {
    margin-top: -120px;
  }
  .SponsorBoxList {
    width: 100%;
    margin: 0px auto;
    flex-wrap: wrap;
  }
  .SponsorWrap2 {
    width: 33%;
    padding: 20px;
    text-align: center
  }
  .SponsorWrap2 .SponsorBox img {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
    margin: 0px auto
  }
	.SponsorWrap2 .SponsorBox img.img2 {
    max-width: 320px;
}
  .SponsorBox img {
    width: 100%;
    max-width: 200px;
    vertical-align: middle;
    margin: 0px auto
  }
}
@media screen and (max-width:1360px) {
  .heroBanner img {
    max-width: 920px;
    margin-top: -280px;
    margin-right: -420px;
  }
}
@media screen and (max-width:1281px) {
  .page {
    font-size: 0.75rem;
  }
  .wrap {
    max-width: 1024px;
  }
  .NavTopList li a {
    font-size: 0.875rem;
  }
  .agendaBoxCell {
    font-size: 0.75rem;
  }
  .agendaBoxCell2 {
    font-size: 0.75rem;
  }
  .agendaBoxCell2 span:first-of-type {
    font-size: 0.75rem;
  }
  .agendaBoxRow .agendaBoxCell:first-of-type {
    width: 120px;
  }
  .agendaBoxRow .agendaBoxCell:last-of-type {
    width: 200px;
    text-align: center;
  }
  .sloganCon img {
    width: 100%;
    max-width: 560px;
  }
  .heroBanner img {
    max-width: 800px;
    right: -360px
  }
  .NavTopList li:last-of-type {
    padding: 20px 0px 20px 20px;
  }
  .TopRegisterBt {
    width: 140px !important;
    height: 40px !important;
    line-height: 40px !important;
	  display: none
  }
  .text-l, h3 {
    font-size: 1.125rem
  }
  .text-xl, h2 {
    font-size: 1.25rem
  }
  .text-xxl, h1 {
    font-size: 2rem
  }
  .text-xs, h6 {
    font-size: 0.75rem
  }
  .SponsorBox img {
    width: 100%;
    max-width: 160px;
    vertical-align: middle;
  }
  .SponsorWrap2 .SponsorBox img {
    width: 100%;
    max-width: 200px;
    vertical-align: middle;
    margin: 0px auto
  }
  .SpeakerBox {
    width: 140px;
    height: 140px;
    border-radius: 70px;
  }
  .SpeakerBox img {
    width: 140px;
    height: 140px;
    border-radius: 70px;
  }
  .sectionConInfo {
    margin-top: 80px;
  }
}
@media screen and (max-width:1155px) {
  .wrap {
    max-width: 960px;
  }
  .SpeakerBox {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
  .SpeakerBox img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}
@media screen and (max-width:1024px) {
  .page {
    font-size: 0.875rem;
  }
  .wrap {
    max-width: 100%;
  }
  .pcBlock {
    display: none !important
  }
  .phBlock {
    display: block
  }
  .phinlineBlock {
    display: inline-block
  }
  .heroBanner {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    z-index: 1;
  }
  .heroBanner img {
    width: 100%;
    max-width: 100%;
    margin-top: -250px;
    margin-right: -150px;
  }
  .sloganCon {
    top: 160px;
  }
  .NavTop {
    height: 50px;
  }
  .NavTopList {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 10px 10px rgba(7, 23, 40, 0.9);
    height: 50px;
  }
  .slogan_logo {
    width: 30%;
    text-align: left;
  }
  .slogan_logo img {
    width: 100%;
  }
  .Ph_topRight {
    width: calc(70% - 20px);
    justify-content: flex-end;
    margin-left: 20px;
  }
  .TopRegisterBt {
    width: 120px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0px 10px;
    font-size: 0.875rem;
    color: #ffffff;
	  display: none
  }
  .TopRegisterBt2 {
    background: #ffffff;
    border-radius: 10px;
    width: 140px !important;
    text-align: center;
    display: inline-block;
    color: #10284c !important;
    padding: 0px !important;
	  display: none
  }
  .IntroductionBox {
    flex-wrap: wrap;
  }
  .IntroductionText {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .IntroductionHightLight {
    width: 100%;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto;
  }
  .IntroductionHightLight div br:last-child {
    display: none
  }
  .Introduction .pd-30 {
    padding: 20px 15px;
  }
  .Introduction .pd-30.flex {
    flex-wrap: wrap
  }
  .IntroductionTimeText {
    width: 100%;
    padding-right: 0px;
  }
  .IntroductionBtBox {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .IntroductionBtBox .TopRegisterBt {
    width: 180px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 1.125rem;
	  display: none
  }
  .AgendaSection, .SpeakerSection, .SponsorSection, .VenueSection {
    background-size: 150%;
    padding: 30px 0px 0px 0px;
  }
  .agendaBoxW {
    width: calc(100% - 15px);
    background: #00bceb;
    border-radius: 25px;
    padding: 15px 0px;
  }
  .agendaBoxWTitle {
    flex-wrap: wrap
  }
  .agendaBoxWTitle h3 {
    width: 100%;
  }
  .agendaBoxN {
    width: calc(100% + 10px);
    background: #ffffff;
    border-radius: 25px;
    padding: 20px 10px;
    border: 1px #00bceb solid;
    margin-left: 10px
  }
  .agendaBoxRow .agendaBoxCell2 {
    display: inline-block;
    width: 100%;
  }
  .agendaBoxRow .agendaBoxCell2:first-of-type {
    padding-bottom: 0px;
    font-size: 1rem;
  }
  .agendaBoxRowYellow .agendaBoxCell2, .agendaBoxRowYellow .agendaBoxCell {
    line-height: 1.25;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
  }
  .agendaBoxCell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .agendaBoxRow .agendaBoxCell:last-of-type {
    display:table-cell;
    width: auto;
  }
  .agendaBoxRow .agendaBoxCell:first-of-type {
    width: auto;
  }
  .AfternoonAgendaBoxW {
    width: calc(100% - 8px);
    margin-left: 12px;
  }
  .AfternoonAgendaBoxN {
    padding: 20px 10px;
    margin-left: -13px
  }
  .NavTopList li a {
    font-size: 0.875rem;
  }
  .agendaBoxCell {
    font-size: 0.875rem;
    vertical-align: top
  }
  .agendaBoxCell2 {
    font-size: 0.875rem;
  }
  .agendaBoxCell2 span:first-of-type {
    font-size: 0.875rem;
  }
  .SpeakerBoxList {
    width: 100%;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;
  }
.SpeakerBoxList2 {
    grid-template-columns: repeat(2, 50%) !important;
}
  .SpeakerWrap {
    padding: 15px
  }
  .venueBox {
    flex-wrap: wrap;
  }
  .venuePic {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
  .venuePic img {
    width: 100%;
    max-width: 528px
  }
  .venueInfo {
    width: 100%;
  }
  .venueTitle img {
    max-width: 30px;
    margin-right: 10px;
  }
  .venueInfo p {
    margin-left: 40px;
  }
  .footerBox {
    padding: 20px 15px;
  }
  .footerBox .flex {
    flex-wrap: wrap
  }
  .footerRight {
    text-align: left;
    width: 100%;
    margin-top: 20px
  }
  .footerRight span {
    display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
  }
  .SponsorSection .SpeakerBoxList {
    width: 100%;
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: auto;
  }
  .SponsorWrap {
    text-align: center;
    width: 48%;
    padding: 10px;
  }
  .SponsorWrap2 {
    text-align: center;
    width: 48%;
    padding: 10px;
	  margin: 0px 0.5%
  }
  .text-xl, h2 {
    font-size: 1.5rem;
  }
}