@charset "UTF-8";
@import url(fonts.css);
.footer .footer-content, .footer .footer_link, .dff-photo {
  zoom: 1; }

.footer .footer-content:after, .footer .footer_link:after, .dff-photo:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.dff-link li .dfl-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

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 Unicode MS',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html:lang(vi-vn) body {
  font-family: Segoe UI,'微軟正黑體',Tahoma,'新細明體','Arial Unicode MS',Arial,Helvetica,sans-serif; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-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-box {
  width: 100%;
  position: relative;
  text-align: center; }
  .btn-box.bbx-right {
    width: auto;
    float: right; }
    .btn-box.bbx-right .btn {
      min-width: 80px;
      margin-right: 0px; }
  .btn-box.bbx-left {
    width: auto;
    float: left; }
    .btn-box.bbx-left .btn {
      min-width: 80px;
      margin-left: 0px; }
  .btn-box .bb-icon {
    margin-right: 3px; }

.btn {
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  margin: 0 7px;
  text-align: center;
  font-size: 15px;
  color: #222;
  background: #f7f7f7;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.on-touch, .btn:active {
    background: #eaeaea;
    text-decoration: none; }
  .btn.btn-yellow {
    color: #FFF;
    background: #d68000;
    border-color: #d68000; }
    .btn.btn-yellow.on-touch, .btn.btn-yellow:active {
      background: #a36100; }
  .btn.btn-blue {
    color: white;
    background: #2a93d4;
    border-color: #2a93d4; }
    .btn.btn-blue.on-touch, .btn.btn-blue:active {
      background: #2275a9; }
  .btn.btn-red {
    color: white;
    background: #f85766;
    border-color: #f85766; }
    .btn.btn-red.on-touch, .btn.btn-red:active {
      background: #f62639; }
  .btn.btn-green {
    color: white;
    background: #68a54b;
    border-color: #3b6e22; }
    .btn.btn-green.on-touch, .btn.btn-green:active {
      background: #52823b; }
  .btn.btn-green2 {
    color: white;
    background: #497a37;
    border-color: #3b6e22; }
    .btn.btn-green2.on-touch, .btn.btn-green2:active {
      background: #345727; }
  .btn.btn-gray-border {
    color: #666;
    background: white;
    border-color: #bbb; }
    .btn.btn-gray-border.on-touch, .btn.btn-gray-border:active {
      color: #333333;
      border-color: #888888; }
  .btn.disabled {
    color: #a9a9a9;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    cursor: default; }
    .btn.disabled.on-touch, .btn.disabled:active {
      background: #e9e9e9; }

/*頂部選單 start
-------------------------------------------------- */
.site-header {
  width: 100%;
  position: relative;
  background: white;
  z-index: 10;
  -webkit-box-shadow: 0 1px 6px 0px rgba(200, 200, 200, 0.7);
  -moz-box-shadow: 0 1px 6px 0px rgba(200, 200, 200, 0.7);
  box-shadow: 0 1px 6px 0px rgba(200, 200, 200, 0.7); }
  .site-header {
    zoom: 1; }
  .site-header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .site-header * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .site-header .container {
    max-width: 1170px;
    height: 100px;
    margin: 0 auto;
    padding: 24px 15px 0;
    position: relative;
    text-align: center; }
    .site-header .container {
      zoom: 1; }
    .site-header .container:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .site-header .logo {
    display: inline-block;
    width: 174px; }
    .site-header .logo img {
      width: 100%;
      vertical-align: bottom; }
  @media (max-width: 768px) {
    .site-header .container {
      height: 60px;
      padding-top: 12px; }
    .site-header .logo {
      width: 120px; } }

/*頂部選單 end -------------------------------------------------- */
/* Footer
-------------------------------------------------- */
.footer {
  width: 100%;
  background-color: #292929;
  position: relative; }
  .footer a {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .footer .footer-content {
    max-width: 1170px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
    position: relative; }
  .footer .footer-logo {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 16px; }
    .footer .footer-logo img {
      width: 160px; }
  .footer .footer_link {
    float: left;
    width: 40%;
    position: relative;
  }
  .footer .footer_link:last-child {
    width: 20%;
  }
  .footer .footer_link:last-child dl {
    width: 100%;
  }
    .footer .footer_link dl {
      width: 50%;
      height: auto;
      float: left;
      line-height: 1.4;
      padding: 0 15px 15px;
      text-align: left;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .footer .footer_link dt {
      color: #888;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 8px; }
    .footer .footer_link dd {
      color: #ddd;
      font-size: 14px;
      margin-bottom: 5px;
      word-wrap: break-word; }
      .footer .footer_link dd span {
        display: none; }
      .footer .footer_link dd a {
        color: #ddd;
        font-size: 14px;
        text-decoration: none; }
        .footer .footer_link dd a:hover {
          color: #588c3F;
          text-decoration: underline; }
  .footer .social-icon {
    background-color: #2a2a2a;
    padding: 10px 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer .social-icon img {
      padding: 15px 10px 10px; }
    .footer .social-icon .ecpay-logo, .footer .social-icon .si-certified {
      display: inline-block;
      vertical-align: middle; }
    .footer .social-icon .ecpay-logo {
      width: 200px; }
      .footer .social-icon .ecpay-logo img {
        width: 100%;
        vertical-align: top;
        padding: 30px 10px 10px; }
    .footer .social-icon .si-certified img {
      border: 0;
      padding: 0 10px; }
    .footer .social-icon .si-certified .sic-txt {
      color: #77BAE4;
      font-size: 12px; }
  .footer .copyright {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #7d7d7d;
    line-height: 1.5;
    font-size: 13px;
    text-align: center;
    padding: 15px 0; }
  @media (max-width: 768px) {
    .footer .footer-content {
      width: 100%;
      padding: 25px 15px; }
    .footer .footer_link {
      width: 100%;
    }
    .footer .footer_link:last-child {
      width: 50%;
    }
    .footer .footer_link:last-child dl {
      width: 100%;
    }

      .footer .footer_link.onfocus dt {
        position: relative; }
        .footer .footer_link.onfocus dt:after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .footer .footer_link.onfocus dd {
        display: block; }
      .footer .footer_link dl {
        width: 50%; }
      .footer .footer_link dt {
        position: relative;
        cursor: pointer; }
        .footer .footer_link dt:after {
          content: '';
          background: url("../images/arrow_drop.svg") no-repeat center center scroll transparent;
          background-content: contain;
          width: 16px;
          height: 16px;
          margin-top: -8px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .footer .footer_link dd {
        display: none; }
    .footer .social-icon img {
      padding: 15px 0 10px; } }

/*footer end -------------------------------------------------- */
/*-- 表單定義 --*/
input, select, textarea {
  font-family: '微軟正黑體',Tahoma,'新細明體','Arial Unicode MS',Arial,Helvetica,sans-serif; }

input {
  border: 1px solid #CCC;
  padding: 6px 8px;
  font-size: 15px;
  color: #555;
  background: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }
  input:focus, input:hover {
    border-color: #588C3F; }
  input:focus {
    -webkit-box-shadow: 0 0px 6px 0px rgba(88, 140, 63, 0.7);
    -moz-box-shadow: 0 0px 6px 0px rgba(88, 140, 63, 0.7);
    box-shadow: 0 0px 6px 0px rgba(88, 140, 63, 0.7); }
  input:disabled {
    color: #afc0c1;
    background: #ececec; }

::-webkit-input-placeholder {
  color: #9a9a9a;
  opacity: .9; }

:-moz-placeholder {
  color: #9a9a9a;
  opacity: .9; }

::-moz-placeholder {
  color: #9a9a9a;
  opacity: .9; }

:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: .9; }

input[type='checkbox'] {
  width: 18px;
  height: 18px; }
  input[type='checkbox']:disabled {
    background: #f5f5f5; }

input[type='radio'] {
  width: 18px;
  height: 18px; }
  input[type='radio']:disabled {
    background: #f5f5f5; }

textarea {
  border: 1px solid #CCC;
  padding: 10px 10px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  background: white;
  resize: vertical;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }
  textarea:focus, textarea:hover {
    border-color: #588C3F; }
  textarea:focus {
    -webkit-box-shadow: 0 0px 6px 0px rgba(88, 140, 63, 0.7);
    -moz-box-shadow: 0 0px 6px 0px rgba(88, 140, 63, 0.7);
    box-shadow: 0 0px 6px 0px rgba(88, 140, 63, 0.7); }
  textarea:disabled {
    color: #afc0c1;
    background: #f5f5f5; }

select {
  border: 1px solid #CCC;
  padding: 6px 8px;
  font-size: 15px;
  cursor: pointer;
  background: white;
  color: #555;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  select:disabled {
    color: #afc0c1;
    background: #f5f5f5; }

input[type='submit'] {
  cursor: pointer; }

.input-error {
  border: 1px solid #f85766; }

.input-error-txt {
  color: #f85766;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-top: 8px;
  padding: 5px 8px 4px;
  border: 1px solid #f85766;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .input-error-txt:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/ap-w-15-cancel.svg") center center/contain no-repeat;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px; }

.input-tip-txt {
  color: #2a93d4;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-top: 8px;
  padding: 5px 8px 4px;
  border: 1px solid #2a93d4;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .input-tip-txt:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/ap-icon-w-20-input-tip.svg") center center/contain no-repeat;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px; }

.input-tip-txt2 {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px; }

.inp-required {
  color: #f85766;
  font-size: 13px;
  font-weight: bold;
  margin-left: 2px;
  vertical-align: top; }

.inp-forgot-pw {
  font-size: 12px;
  color: #588c3f;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 43px; }

.input-tip-box {
  width: 100%;
  margin-top: 15px; }
  .input-tip-box .itb-title {
    color: #2a93d4;
    font-size: 14px; }
    .input-tip-box .itb-title + .input-tip-list {
      margin-top: 3px; }

.input-tip-list {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 19px;
  margin-top: 10px;
  list-style-type: decimal; }
  .input-tip-list.itl-disc {
    list-style-type: disc; }
  .input-tip-list li {
    margin-top: 4px; }

.input-btn-box {
  width: 100%;
  text-align: right;
  margin-top: 20px; }
  .input-btn-box.inb-padding {
    padding: 0 50px; }
  .input-btn-box .btn {
    min-width: 140px;
    margin: 0 0 0 10px; }

.def-select {
  position: relative;
  line-height: 1.5;
  display: block;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
  .def-select:before {
    content: '';
    right: 4px;
    top: 2px;
    width: 25px;
    height: 36px;
    background: white;
    position: absolute;
    pointer-events: none;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .def-select:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #787878;
    border-left: none;
    border-top: none;
    right: 12px;
    top: 12px;
    position: absolute;
    pointer-events: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .def-select.disabled:before {
    background: #f5f5f5; }
  .def-select select {
    height: 40px;
    width: 100%;
    font-size: 15px;
    border-color: #CCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .def-select select:disabled {
      color: #ececec;
      background: #f5f5f5; }
  .def-select:focus:before, .def-select:focus select, .def-select:hover:before, .def-select:hover select {
    border-color: #588C3F; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .def-select select {
      padding-right: 30px; } }

.def-check {
  text-align: left;
  margin-bottom: 15px; }
  .def-check input[type="checkbox"] {
    display: none; }
  .def-check .checkbox {
    cursor: pointer;
    overflow: visible;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin: 2.5px 15px 2.5px 0;
    text-align: left;
    line-height: 1.2;
    font-size: 15px; }
  .def-check label.checkbox:before {
    background: white;
    border: 2px solid #CCC;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .def-check label.checkbox:after {
    opacity: 0;
    content: '';
    position: absolute;
    background: transparent;
    top: 4.5px;
    left: 4px;
    width: 8px;
    height: 4px;
    border: 3px solid #92ae44;
    border-top: none;
    border-right: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .def-check input[type=checkbox]:checked + label:after {
    opacity: 1; }

.def-radio {
  text-align: left; }
  .def-radio input[type="radio"] {
    display: none; }
  .def-radio .radio {
    cursor: pointer;
    text-indent: 27px;
    font-size: 15px;
    line-height: 1.3;
    overflow: visible;
    display: inline-block;
    position: relative;
    margin: 0px 15px 0px 0; }
  .def-radio label.radio:before {
    background: white;
    border: 1px solid #CCC;
    content: '';
    position: absolute;
    top: 0.5px;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em; }
  .def-radio label.radio:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4.5px;
    left: 4px;
    background: #92ae44;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em; }
  .def-radio input[type=radio]:checked + label:after {
    opacity: 1; }

.def-number {
  display: block;
  position: relative; }
  .def-number input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .def-number input[type=number]::-webkit-inner-spin-button,
  .def-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .def-number .num-btn {
    width: 16px;
    height: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 20; }
    .def-number .num-btn:before {
      content: '';
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-style: solid;
      border-width: 0 3px 6px 3px;
      border-color: transparent transparent #888 transparent; }
    .def-number .num-btn.minus {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: auto;
      bottom: 7px; }

.def-file {
  height: 40px;
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-left: 150px; }

.dff-no-file, .dff-txt {
  font-size: 14px;
  color: #3b3f40;
  padding-top: 10px; }

.dff-btn {
  min-width: 140px;
  margin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.dff-photo {
  width: 100%;
  margin-top: 18px; }
  .dff-photo.dp-nomargin {
    margin-top: 0px; }
  .dff-photo li {
    float: left;
    width: 120px;
    margin-right: 20px;
    position: relative; }
    .dff-photo li:last-child {
      margin-right: 0; }
  .dff-photo .dfp-holder {
    width: 100%;
    height: 0;
    padding-top: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #CCC; }
    .dff-photo .dfp-holder img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      vertical-align: top; }
  .dff-photo .dfp-close {
    position: absolute;
    top: -8px;
    right: -5px;
    z-index: 12;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #ef3030;
    cursor: pointer;
    background: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em; }

.dff-link {
  width: 100%;
  margin-top: 15px; }
  .dff-link li {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    position: relative; }
    .dff-link li:last-child {
      margin-bottom: 0; }
    .dff-link li .dfl-name, .dff-link li .dfl-delete {
      display: inline-block;
      vertical-align: middle; }
    .dff-link li .dfl-name {
      width: 200px;
      padding-right: 10px;
      text-decoration: underline; }
    .dff-link li .dfl-delete {
      font-size: 14px;
      color: #fee5e8; }
      .dff-link li .dfl-delete:before {
        content: '\e948';
        font-family: 'icomoon';
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 3px; }
      .dff-link li .dfl-delete:before, .dff-link li .dfl-delete span {
        display: inline-block;
        vertical-align: middle; }

.dff-regular-box {
  width: 100%;
  min-height: 36px;
  border: 1px solid #dbdbdb;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background: #f5f5f5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/*scrollToTop start
-------------------------------------------------- */
.scroll-top {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: fixed;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
  background: #000000;
  text-decoration: none;
  padding: 21px 0px 0 0;
  z-index: 99;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .scroll-top.visible {
    visibility: visible;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }
  .scroll-top.on-touch {
    color: #ffffff;
    opacity: 0.95;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95); }
  .scroll-top:hover, .scroll-top:focus {
    text-decoration: none;
    color: #ffffff; }
  .scroll-top img {
    width: 100%; }
  .scroll-top .st-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #FFF;
    border-left: none;
    border-bottom: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media (max-width: 768px) {
    .scroll-top {
      bottom: 70px; } }
  @media (max-width: 568px) {
    .scroll-top {
      width: 30px;
      height: 30px;
      bottom: 85px;
      right: 20px;
      padding: 7px 0px 0 0; }
      .scroll-top .t-icon {
        font-size: 18px; }
      .scroll-top .t-text {
        display: none; } }

/*scrollToTop end -------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 0;
  background: #292929; }

.site-body {
  width: 100%;
  min-height: 650px;
  padding-bottom: 30px;
  position: relative;
  background: #F3f3f3; }
  .site-body.no-pd {
    padding-bottom: 0px;
    background: white; }
    .site-body.no-pd .site-content {
      max-width: 100%;
      margin-bottom: 0;
      padding: 40px 15px 50px;
      top: 0;
      border: none;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  @media (max-width: 768px) {
    .site-body {
      padding-bottom: 0px; } }

.site-content-wrapper {
  width: 100%;
  position: relative; }

.none {
  display: none; }
