
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
  color: #444444;
}

a {
  color: #3b4ef8;
}

a:hover {
  color: #6c7afa;
  text-decoration: none;
}
.red {
  color: #E40707;
}

table {
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-weight: 600;
    background: #fff8ef;
    width: 90%;
    border: 5px solid #ffc883;
}
table, tr, td {
  border: 1px solid #ffc883;
    padding: 10px 15px;
 
}
  @media (max-width: 767px) {
table {
    text-align: center;
    font-size: 15px;
    background: #fff8ef;
    width: 90%;
    border: 5px solid #ffc883;
}
table, tr, td {
  border: 1px solid #ffc883;
    padding: 5px;
 
}
}
  @media (min-width: 768px) {
   .b-none {
 display: none;
      } 
}

  @media (max-width: 767px) {
   .m-none {
 display: none;
      } 
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;

  text-decoration: none;
    color: #ef6b00;
    font-weight: 600;
    font-size: 20px;
}

.header li a:hover,
.header .menu-btn:hover {
  text-decoration: underline;
}

.header .logo {
  display: block;
  float: left;

  padding: 20px;

}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;

    background-size: 100%;
  position: relative;
     background: url("hbg.svg") no-repeat;
    background-color: #f8edeb;

}

#hero .container {
  padding-top: 10px;
}


  @media only screen and (min-width: 1400px) {
    .header-hero {
   
          background-image: url("header-hero.png");
      } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      

      
 }
  @media (max-width: 767px) {
      #hero {
  width: 100%;
   height: calc(40vh);
    background-size: 100%;
    position: relative;
    background-image: url('hbg-s.svg');
    background-repeat: no-repeat;
}
    .header-hero {
        width: 100%;
      height: auto;
          background-image: url("header-hero-s.png");
      } 
}





#hero .hero-img {
  max-width: 90%;
  margin-top: 10px;
}
#hero .hero-tt-img {
  max-width: 100%;
margin-top: 10px;
}

@media (max-width: 992px) {

  #hero .hero-img {
    max-width: 100%;
      
  }
      #hero .hero-tt-img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

      #hero .hero-tt-img {
    max-width: 100%;
          margin-top: 60px;
    
  }
    #hero .hero-img {
    max-width: 100%;
  }

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 32px 0;
  overflow: hidden;
}

  @media (max-width: 767px) {
section {
  padding: 10px 0;
  overflow: hidden;
}
}

.section-bg {
  background-color: #f6f8fb;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ffffff;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

#main {
    background-color: #f8edeb;
}
/*--------------------------------------------------------------
# mm
--------------------------------------------------------------*/
.mm {

margin-top: 10px;
}
.mm ul {

list-style-type: decimal;
    text-align: left;
}

.mm li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    
}


  @media (max-width: 767px) {
.mm {


}
}
.mm h3 {
    font-weight: 600;
    font-size: 30px;
    border-bottom: 2px solid #F7A424;
   display: inline-block;
    margin: 50px 0 0;

}

.mm p {
    font-weight: 500;
    font-size: 22px;
     margin: 10px 0 0;
    color: #202020;


}


/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
#icon-boxes {
z-index: 3;
    margin-top: -80px;

}
.icon-boxes {
  padding-top: 25px;
  position: relative;
  z-index: 100;


}
.icon-boxes .icon-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #effbff;
}

.icon-boxes .title {

  margin-bottom: 15px;
  font-size: 30px;
   text-align: center;
    color: #fb8500;

}
.icon-boxes .title a {
  color: #05579e;
      font-weight: 700;
      font-size: 40px;
}
.icon-boxes h6 {
      position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #e94f69;
  color: #fff;
  width: 80px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

#icon-boxes .btn-get-started {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
  display: block;
  padding: 16px 80px 16px 80px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #369ad6;
  border: solid 3px #04115f;
}

#icon-boxes .btn-get-started:hover {
  background: #1fabff;
}
/*--------------------------------------------------------------
# note
--------------------------------------------------------------*/
.note {
 background: #f1f0f0;

}

.note h3 {
    font-weight: 600;
    font-size: 24px;
   display: inline-block;


}

.note ul {

list-style-type: decimal;
}

.note li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ff {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  height: 60px;
  color: #fff;
  line-height: .7vw;
  clear: both;
  background-size: 100%;
    background-color: #d70c18;
}

@media only screen and (max-width: 768px) {
  .ff {
    padding-top: 20px;
    max-width: 100%;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 18px;
    margin: 0px auto;
    background-size: cover;
      height: 150px;
  }

  .ff span {
    display: block;
    text-indent: -99999px;
    height: 7px;
  }
}






