@charset "UTF-8";
/*
*    Alvin 20180727
*    這個沒用到
*
*/
.main-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

header {
  font-size: 18px;
  height: 50px;
  background-color: #4285F4;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
  line-height: 30px;
  z-index: 10;
}

body {
  font-family: "Microsoft JhengHei","Apple LiSung Light",Arial;
}

.head-logo {
  width: 180px;
  height: 50px;
}

.head-logo-mobile {
  width: 40px;
  height: 40px;
  margin: 5px 0 0 5px;
}

.search-box {
  margin-top: 10px;
  margin-right: 50px;
}

.search-box select {
  background-color: #999999;
  width: 80px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  text-align: center;
  text-align-last: center;
  text-align: -webkit-center;
  color: #fff;
}

.search-box input {
  width: 300px;
  font-size: 14px;
  height: 30px;
}

.search-box button {
  background-color: #999999;
  margin-left: 10px;
  width: 80px;
  color: #fff;
  line-height: 17px;
  height: 30px;
  border-radius: 5px;
}

.social-box, .mobile-function-box .mobile-function-social {
  margin-top: 8px;
}

.social-box div, .mobile-function-box .mobile-function-social div {
  width: 30px;
  display: inline-block;
  margin: 0 4px;
}

.social-box div img, .mobile-function-box .mobile-function-social div img {
  width: 100%;
  height: 100%;
}

.header-sidebox > div {
  margin: 8px 4px 0 4px;
  display: inline-block;
  color: #fff;
}

.header-sidebox i {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.header-sidebox button {
  padding: 0;
  margin: 10px 4px 0 4px;
  width: 60px;
  height: 30px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #4285F4;
  color: #fff;
  cursor: pointer;
}

.header-sidebox .hicon img {
  width: 30px;
  height: 30px;
  margin: 10px 10px 0 10px;
  border-radius: 20px;
}

/*.menu-box{
    color: #666666;
    height: 50px;
    >.main-container{
        height: 50px;
        width: 100%;
    }
    .dropdown{
        font-weight: bold;
        line-height: 50px;
        text-align: center;
        font-size: $standard_font_size;
        padding: 0 $dropdown_padding;
        height: 50px;
        background-color: $ansforce_background;
        cursor: pointer;
    }
    .dropdown:hover .dropdown-menu {    //dropdown hover trigger 效果
        display: block;
     }
    .dropdown-menu{

        padding: 0;
        margin:0;
        font-size: $standard_font_size;
    }
    .dropdown-item{
        margin-left: 15%;
        height: 40px;
        padding:0;
        width: 50%;
         line-height: 40px;
    }
}*/
.mobile-function-box {
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #e7e9ec;
}

.mobile-function-box .mobile-function {
  display: none;
}

.mobile-function-box .mobile-function-social {
  margin-top: 0;
  text-align: center;
}

.mobile-function-box .mobile-function-social div {
  margin: 5px 5%;
}

.mobile-function-box .mobile-function-search input {
  width: 100%;
  height: 50px;
  font-size: 14px;
}

.landing-box .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 100px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
}

.landing-box .carousel-caption h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  text-shadow: 2px 2px #333;
}

.landing-box .carousel-caption h4 {
  font-weight: bold;
  font-size: 20px;
  text-shadow: 2px 2px #333;
}

.landing-box .landing-button button {
  margin: 20px 10px;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  background-color: #00a1e6;
  border: none;
}

.landing-box .landing-button button:hover {
  background-color: #2e6da4;
}

/*landing page 裡面有一些東西的區塊*/
.intro-block, .info-block > div:nth-child(2) {
  min-height: 200px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  padding: 0 20px;
}

.intro-block img, .info-block > div:nth-child(2) img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.intro-block > div, .info-block > div:nth-child(2) > div {
  line-height: 30px;
  margin: 5px 0;
}

.intro-block > div > div, .info-block > div:nth-child(2) > div > div {
  font-weight: bold;
  padding: 5px 0;
}

.intro-box {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin: 30px 0;
}

.intro-box div:first-child {
  width: 100%;
  height: 60px;
  border-radius: 20px;
  color: white;
  background-color: #00a1e6;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}

.intro-box p:first-child {
  font-size: 28px;
  line-height: 50px;
  color: #00a1e6;
  font-weight: bold;
}

.info-block {
  height: 250px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 10px 0px;
}

.info-block > div:first-child {
  line-height: 50px;
  background-color: #00a1e6;
  color: white;
  font-weight: bold;
}

.info-block > div:nth-child(2) {
  padding-top: 10px;
  border: solid black 1px;
}

.person-block {
  margin: 20px 0;
}

.person-block div {
  display: inline-block;
}

.person-block > div:first-child img {
  border-radius: 99em;
  border: 2px solid black;
  height: 200px;
  width: 200px;
  margin-right: 10px;
}

.person-block > div:nth-child(2) {
  width: calc( 100% - 210px);
}

.person-block > div:nth-child(2) p:first-child, .person-block > div:nth-child(2) p:nth-child(2), .person-block > div:nth-child(2) p:nth-child(3) {
  border-radius: 99em;
  background-color: #00a1e6;
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
}

.person-block > div:nth-child(2) p:nth-child(5) {
  font-size: 20px;
  line-height: 50px;
  margin-top: 16px;
}

.person-block > div:nth-child(2) p:nth-child(6) {
  font-size: 16px;
  line-height: 22px;
}

footer {
  margin-top: 20px;
  padding: 0 0 20px 0;
  background-color: #4285F4;
  color: #fff;
  height: auto;
}

footer > div:first-of-type {
  height: 30px;
  background-color: #4285F4;
}

footer > .main-container a {
  text-decoration: none;
  color: white;
}

footer > .main-container div {
  font-size: 16px;
  max-height: 100%;
  display: inline-block;
}

footer > .main-container div > p:first-of-type {
  font-weight: bold !important;
  margin: 10px 0;
}

footer > .main-container div p {
  line-height: 24px;
  margin: 5px auto;
}

footer > .main-container > div:first-of-type {
  font-size: 32px;
  line-height: 50px;
  margin-top: 40px;
}

footer > .main-container > div:first-of-type span {
  display: block;
}

footer .footer-bot-block {
  text-align: center;
}

footer .footer-bot-block div {
  margin: 10px 0;
}

footer .footer-bot-block div span {
  margin: 0 10px;
}

footer .footer-bot-block a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 1200px) {
  .search-box {
    margin-right: 0;
  }
  .landing-box .carousel-caption {
    bottom: 15%;
  }
  .landing-box .carousel-caption h1 {
    font-size: 22px;
  }
  .landing-box .carousel-caption h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header-sidebox > div {
    margin: 10px 20px 0 20px;
  }
  .body-container {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .header-sidebox > div {
    margin: 10px 4px 0 4px;
  }
}

/******************_landing_page************/
.landing-block {
    height: 400px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
    color: #fff;
}
.landing-block h1 {
    color: #fff;
    font-size: 28px;
    margin: 10px 0;
    line-height: 50px;
    position: relative;
    top: 130px;
}
.landing-block h4 {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    top: 130px;
    margin: 0 auto;
    max-width: 70%;
}
.landing-page-button {
    margin:0 5px 10px 5px;
    position: relative;
    top: 140px;
}
.info-btn-autow {
    height: 40px;
    margin: 5px 10px;
    font-size: 16px;
    text-align: center;
    border: none;
}
header, .btn-primary, .footer_center_block {
    background-color: #4285F4;
    color: #fff;
}

.btn {
    border: none !important;
}