body {
    font-style: normal;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
}
/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
  font-display: fallback;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
  font-display: fallback;
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
  font-display: fallback;
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
  font-display: fallback;
 }
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
  font-display: fallback;
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
  font-display: fallback;
 }

p {
  line-height: 1.5;
  color: #333;
}

.align-center {
    text-align: center;
}
section {
  padding: 70px 0;
}

img {
  width: 100%;
}
input {
    width: 55px;
    line-height: 1;
}
/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
    font-weight: 800;
    color: #000;
    padding: 5px 25px;
    border-radius: 50px;
    margin: 0px 0px 0 12px;
}

.btn-primary{
   background-color: #ffda6b;
    color: #000;
    border-color: #ffda6b;
}
.btn-outline{
    color: #ffda6b;
    border: solid 2px #ffda6b;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #ce247c;
    color: #fff;
    border: solid 2px #ce247c;

}
.btn-outline:hover, .btn-outline:focus{
    color: #fff;
    border: solid 2px #edb232;
    background-color: #edb232;
}

.barbar .btn{
    display: none;
}
.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 100;
  background: #ffda6b;
  color: #000;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: 1;
}
.scrolltop2 {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  
  background: #00ffff;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.navbar {
    margin: auto;
    width: 100%;
    background: rgba(0,0,0,.8);
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-fixed-top {
    position: fixed;
    top: 0; 
    z-index: 15;
}
.mainlogo img{
    width: 250px;
    text-align: left;
}
.navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
}
.nav-item {
    flex-wrap: wrap;
    position: relative;
    margin-left: 12px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-size: 16px;
}
.navbar-collapse {
    justify-content: flex-end;
}

/*main-bg 01*/
.main-bg {
    padding-top: 85px;
    padding-bottom: 40px;
    background-image: url(../img/bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-bg2 {
    background-image: url(../img/bg2.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-bg3 {
    background-image: url(../img/bg3.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-bg4 {
    background-image: url(../img/bg4.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-brand {
    color:#fff;
    font-size:1.5rem;
    margin-bottom: 0px;
}
.hero-brand img{
    width: 100%;
    max-width: 120px;
}
.hero-brand:hover {
  opacity: .75;
}

.title-img-style {
    width: 100%;
    max-width: 1200px;
}
.title-img-style02 {
    max-width: 800px;
}
.top_title01 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.5;
}
.top_content01{
    font-weight: 400;
    font-size: 1.2rem;
    color: #eb6153;
    line-height: 1.5;
}
.bg-line:before{
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #eb6153;
    margin: auto;
    margin-bottom: 20px;
}
.top_titlebig{
    font-size: 6rem;
    font-weight: 600;
    color: #eb6153;
    margin: 15px 0;
}
.top_titlebig02{
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
}
.top_titlebig br{
    display: none;
}

/*content 02*/
.content-titlesm{
    margin-bottom:0px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.content-title01{
    color:#fff;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 600;
}
.content-title01-black{
    color:#000;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 600;
}
.content-title02{
    color: #e8d839;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.3;
    border: solid #e8d839 2px;
    padding: 5px;
}
.content-title03{
    color:#fff;
    font-weight:bold;
    margin-bottom:20px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.content-title04{
    color: #e8d839;
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.5;
}

.about-titlesm {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.forpc{
    display: inline-block;
}
.forphone{
    display: none;
}

.who-item{
    text-align: left;
    list-style-type:none;   
}
.who-item p{
    color:#c1c1c1;
    margin-bottom: .5rem;
}
.who-item p:before{
    content: "\2022";
    display: inline-block;
    margin-left: -20px;
    min-width: 20px;
    box-sizing: border-box;
}
.who-padding{
    padding: 0px 70px 40px 70px;
}
.Container .Head .Slick-Next:hover, .Container .Head .Slick-Prev:hover{
    background: #edb232;
}


    .flex-row-2 {
        flex-direction: column;
    }
    .flex-item {
        width: 50%;
        margin: 0;
        margin-bottom: 1rem;
    }
}

.speaker {
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    padding-bottom: 2px;
    border: 2px solid #004092;
    vertical-align: bottom;
    display: block;
    position: relative;
    bottom: 0;
    text-align: center;
    color: #004092;
    margin: 10px 0;
}

.speaker_box {
    margin: auto;
    text-align: center;
}

.speaker_boxname {
    height: 100%;
    min-height: 100px;
    padding-top: 1rem;
    text-align: center;
}

.speaker_boxname .speaker-name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.speaker_boxname p {
    font-size: 1rem;
    line-height: 1.7;
    /*    height: 10rem;*/
    color: var(--bg-color);
    letter-spacing: -.5px;
    font-weight: 400;
    text-align: left;
}



/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.list-group-item {
    padding: .75rem 1.2rem;
    border: 3px solid rgba(255,255,255,0.1);
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item02 {
    color: #fff;
    background-color: #ce247c;
    padding: 4px 0;
}
.list-group-item03 {
    color: #fff;
    background-color: #ea5d23;
    padding: 5px 0;
}
.list-group-item04 {
    color: #fff;
    background-color: #01437f;
    padding: 5px 0;
}
.list-group-item05 {
    color: #fff;
    background-color: #edb232;
    padding: 5px 0;
}
.list-group-item:hover{
     background-color: #eee;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 70px;
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #199EB8;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 2px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.feature-col p {
  font-size: 15px;
  color: #fff;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #199EB8;
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team-bg {
    position: relative;
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.team .card > a {
  display: block;
}


.team-over p{
    font-size: .9rem;
    color: #fff;
    text-align: justify;
    line-height: 1.5;
    opacity: .75;
    margin: 0;
    padding:15px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #003049;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 10px 20px;
  position: relative;
  background-color:#00a0e8;
    min-height: 110px;
    z-index:1; 
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #003049;
  font-weight: bold;
}

.team .card-title-wrap .card-text {
  font-size: 16px;
  color: #eee;
}
.card-titlesm{
    padding: 15px;
    position: relative;
    background-color:#edb232;
    min-height: 100px;
}
.card-titlesm{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}
.card-textsm{
    font-size: 14px;
    color: #000;
    font-weight: 400;;
}



/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  color: #199EB8;
}

#contact .info i {
  font-size: 32px;
  color: #199EB8;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

/* ==================================================
  Footer Styling
  ================================================== */
.site-footer02{
    background-color: #000;
  padding: 15px;
    
}

.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer{
  margin-top: 2.5rem;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #199EB8;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #199EB8;
}

.button-bg {
    background-color: rgb(45, 31, 135);
    text-align: center;
    position: fixed;
    bottom: 0%;
    right: 0;
    height: 11%;
    width: 100%;
    z-index: 9990;
}
.logos{
    text-align:center;    
    display: inline-block;
}
.bn-logo-rwd{
    width:100%;
    max-width:100px;
}
.summit-w{
    font-size:1.7rem;
    font-weight: bold; 
}
.summit-w-sm{
    font-size:1.2rem;
    font-weight: 600;
}
.summit-w-sm img{
    max-width: 150px;
    margin: 5px;
}
.time-w{
    font-weight: 600;
    color: #fff;
    font-size: 1.4rem;
}
.time-w br {
    display: none;
}
.time-t{
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: right;
}
.bottombar {
    position: fixed;
    z-index: 99;
    background: #000;
    top: auto;
    bottom: 0px;
    height: 60px;
    width: 100%;
    box-shadow: 2px 2px 5px #000;
    text-align: center;
     display: none;
}
.content-title01 br{
    display: none;
    }

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  .features {
    padding-bottom: 5px;
  }
  .block p {
    margin: 0;
    margin-bottom: 48px;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}
@media (max-width:1200px) {
.main-bg {
    padding-top: 70px;
    padding-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .who-padding{
    padding: 0px 30px 40px 30px;
    }
    .btn {
    display: block;
    width: 150px;
    margin: 10px auto;
    }
    .navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
    }
    .nav-item {
    margin-left: 0px;
    }
    .barbar .btn{
    display: inline-block;
    }
    .bottombar {
    display: inline-block;
    }
    .site-footer {
    padding-bottom: 55px;
    }
    .top_titlebig br{
    display: block;
    }
    .main-bg2 {
    background-image: url(../img/bg2.jpg);
    }
}
@media (max-width: 768px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
    .social-nav-mobile {
    display: block!important;
     margin-top: 7px!important;
    margin-left: 6%!important;
    float: left!important;
    border: 2px solid #00ffff!important;
    padding: 6px!important;
    padding-left: 13px!important;
    width: 45px!important;
    border-radius: 25px!important;
    }
    .who-item {
    text-align: center;
    }
    .who-margin {
    margin-top: 0px;
    }
    .flex-row {
        text-align: center;
    }
    .team-over p {
    font-size: 1rem;
    }
    .content-title01,.content-title01-black {
    font-size: 2.5rem;
    }
    .list-group-item:last-child {
    margin-bottom: 10px;
    }
    .summit-w{
    font-size:1.5rem;
    }
    .summit-w-sm{
    font-size:1rem;
    }
    .top_title01 {
    font-size: 1.3rem;
    }
    .top_content01 {
    font-size: 1rem;
    }
    .time-w br {
    display: block;
    }
    .about-titlesm {
    font-size: 1.2rem;
    }
    .content-title01 br{
    display: block;
    }
}
@media (max-width: 576px) {
    .content-title01,.content-title01-black {
    font-size: 2rem;
    }
    .about-title {
    font-size: 1.5rem;
    }
    .summit-w{
    font-size:1.2rem;
    }
    .list-group-item02,.list-group-item03,.list-group-item04 {
    font-size: 1.2rem;
    }
    
    .top_titlebig {
    font-size: 5rem;
    }
    .forpc{
    display: none;
    }
    .forphone{
    display: inline-block;;
    }
    .title-img-style02 {
        max-width: 960px;
    }
    .site-footer p {
    font-size: .85rem;
    }
    .content-title04{
    font-size: 1.5rem;
    }
    .time-w{
    font-size: 1.2rem;
    }
    .time-t {
    font-size: 2.4rem;
    }
    .summit-w-sm img{
    max-width: 130px;
    }
}

.card {
    background-color:rgba(255, 255, 255, 0)!important;
    }
.step{
   display: block; 
}
.step-hover{
   display:none; 
}
.sec:hover > .step-hover {
    display: block;
}
.sec:hover > .step {
    display: none;
}
@media (max-width: 414px) {
    .team .card p {
    font-size: 17px;
    }
    .info{
     padding: 2% 5%; 
    }
    .logos{  
        display: inline-flex;
    }
    .bn-logo-rwd{
        width:100%;
        max-width:90px;
    }
    .about-titlesm {
        font-size: 1rem;
    }
    
    /*.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 300px;
    }*/
}
@media (max-width: 375px) {
     .bn-logo-rwd{
        width:100%;
        max-width:80px;
    }
    .content-titlesm {
    font-size: 1rem;
    }
    .content-title01, .content-title01-black {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;    
    }
    section {
        padding: 50px 0;
    }
    .top_title01 {
    font-size: 1.2rem;
    }
    .top_content01 {
    font-size: .85rem;
    }
    .top_titlebig {
    font-size: 4rem;
    }
    .top_titlebig02 {
    font-size: 1.8rem;
    }
    .hero-brand img {
    max-width: 100px;
    }
    .bottombar {
    height: 100px;
    }
    .barbar .btn {
    width: 150px;
    margin: 5px auto;
    }
    .site-footer p {
    margin-bottom:70px;
    }
}