@charset "UTF-8";
@import url(fonts.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:lang(vi-vn) body {
  font-family: Segoe UI, "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

::-webkit-search-cancel-button {
  display: none;
}

.btn {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: #444;
  display: inline-block;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.on-touch {
  color: white;
  background: #222;
  text-decoration: none;
}
.btn.btn-blue {
  background: #0D64CD;
}
.btn.btn-blue.on-touch {
  background: #033A7B;
}
.btn.btn-gray {
  background: #aaa;
}
.btn.btn-gray.on-touch {
  background: #888;
}
.btn.btn-green {
  background: #3C651C;
}
.btn.btn-green.on-touch {
  background: #2b4914;
}
.btn.btn-white {
  color: #676767;
  font-weight: bold;
  background: white;
}
.btn.btn-white.on-touch {
  color: white;
  background: #444;
}

/*頂部選單 start
-------------------------------------------------- */
.site-header {
  width: 100%;
  min-width: 1170px;
  position: relative;
  border-bottom: 1px solid #DCDCDC;
  background: #FFF;
  z-index: 11;
}
.site-header * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.site-header .container {
  width: 100%;
  max-width: 1170px;
  height: auto;
  min-height: 104px;
  padding: 24px 0;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .sf-title {
  color: #121212;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header .sf-title .st-logo {
  height: 54px;
}
.site-header .sf-title .st-logo img {
  height: 100%;
  display: block;
}
@media (max-width: 820px) {
  .site-header {
    min-width: 0;
  }
  .site-header .container {
    height: auto;
    min-height: 64px;
    padding: 12px 16px;
  }
  .site-header .sf-title {
    font-size: 22px;
  }
  .site-header .sf-title .st-logo {
    height: 40px;
  }
}
/*頂部選單 end -------------------------------------------------- */
/* Footer
-------------------------------------------------- */
.footer {
  width: 100%;
  min-width: 1170px;
  background-color: #303030;
  position: relative;
}
.footer a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  text-decoration: none;
}
.footer .footer-content {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  position: relative;
  z-index: 12;
}
.footer .footer-info {
  position: relative;
}
.footer .fi-cpr01 {
  width: 100%;
  display: block;
  text-align: left;
  color: #FFF;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 16px;
}
.footer .fi-cpr01 .fcp-txt {
  margin: 0 4px;
}
.footer .fi-cpr02 {
  width: 100%;
  display: block;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-size: 13px;
}
@media (max-width: 820px) {
  .footer {
    min-width: 0;
  }
  .footer .footer-content {
    padding: 24px 24px;
  }
}

/*footer end -------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 0;
}

input, select, textarea {
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

/*fake
-------------------------------------------------- */
[class^=fake-] {
  display: none;
}

/*fake end -------------------------------------------------- */
/*scrollToTop start
-------------------------------------------------- */
.scrollToTop {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: fixed;
  bottom: 100px;
  right: 30px;
  visibility: hidden;
  background: #000000;
  text-decoration: none;
  z-index: 99;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 2px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scrollToTop.visible {
  visibility: visible;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.scrollToTop.on-touch {
  color: #ffffff;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.scrollToTop:hover, .scrollToTop:focus {
  text-decoration: none;
  color: #ffffff;
}
.scrollToTop img {
  width: 100%;
}
.scrollToTop .t-icon {
  font-size: 25px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 17px;
}
@media (max-width: 820px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 40px;
    right: 20px;
  }
  .scrollToTop .t-icon {
    font-size: 22px;
    padding-top: 15px;
  }
  .scrollToTop .t-text {
    display: none;
  }
}

/*scrollToTop end -------------------------------------------------- */