@charset "UTF-8";
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體','Noto Serif TC', serif; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 120%; }

h4 {
  font-size: 133.33333%; }

h3 {
  font-size: 160%; }

h2 {
  font-size: 200%; }
  @media (max-width: 991px) {
    h2 {
      font-size: 146.66667%; } }

legend {
  font-size: 120%;
  margin: 0; }

em {
  font-size: 86.66667%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 100%; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #C59C60;
  font-size: 100%; }

.text-brown {
  color: #a26126; }

.text-blue {
  color: #1c4e7f; }

.text-fb-blue {
  color: #2657a2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: #e13134; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

.text-yellow {
  color: yellow; }

.text-white {
  color: #fff; }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.text0 {
  font-size: 0; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-45px {
  height: 45px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px; }

.number-items {
  counter-reset: num; }
  .number-items .number-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .number-items .number-list > li:before {
      counter-increment: num;
      content: counter(num) ".";
      font-size: 20px;
      font-style: italic;
      color: #dd5500;
      font-weight: bolder;
      position: absolute;
      top: -4px;
      left: 0; }

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }
  ul.square > li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    top: 9px;
    left: 0; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 35px; }
  ul.cjk > li {
    list-style-type: cjk-decimal;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #333; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.btn-line {
  background: #638c0b;
  border: 1px solid #638c0b;
  color: #fff;
  opacity: .8;
  border-radius: 5px; }
  .btn-line:hover {
    background: #638c0b;
    border: 1px solid #638c0b;
    color: #fff;
    opacity: 1; }

.btn-custom-w {
  background: #fff;
  color: #aaaaaa;
  border: 1px sold #aaaaaa;
  opacity: .8; }
  .btn-custom-w:hover, .btn-custom-w.active {
    color: red;
    opacity: 1; }

.btn-custom01 {
  background: #FF8E01;
  color: #fff;
  opacity: .8;
  padding: 10px 80px 10px 80px; }
  .btn-custom01:hover {
    color: #fff;
    opacity: 1; }

.btn-custom02 {
  background: #FF8E01;
  color: #fff;
  opacity: .8; }
  .btn-custom02:hover {
    color: #fff;
    opacity: 1; }

.btn-custom03 {
  background: #f9b047;
  color: #fff;
  opacity: .8; }
  .btn-custom03:hover {
    color: #fff;
    opacity: 1; }

.btn-facebook {
  background: #4064ac;
  color: #fff;
  opacity: .8; }
  .btn-facebook:hover {
    color: #fff;
    opacity: 1; }

.btn-custom-activity {
  background: #025e73;
  color: #fff;
  opacity: .8;
  border-radius: 20px;
  width: 100%; }
  .btn-custom-activity:hover {
    color: #fff;
    opacity: 1; }

.btn-custom-course {
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  opacity: .8;
  padding: .375rem 2.5rem;
  margin: 0 7.5px;
  border-radius: 20px; }
  .btn-custom-course:hover {
    border: 1px solid #183e63;
    background: #183e63;
    color: #fff;
    opacity: 1; }

.active .btn-custom-course {
  border: 1px solid #183e63;
  background: #183e63;
  color: #fff;
  opacity: 1; }

.btn-line {
  background: #1fc32e;
  color: #fff;
  opacity: .8; }
  .btn-line:hover {
    color: #fff;
    opacity: 1; }

.btn-google {
  background: #fff;
  border: #000 1px solid;
  color: #000;
  opacity: .8; }
  .btn-google:hover {
    color: #000;
    opacity: 1; }

.btn-cart2 {
  background: #115f6d;
  border: #115f6d 1px solid;
  color: #fff;
  opacity: .8;
  border-radius: 50px; }
  .btn-cart2:hover {
    color: #fff;
    opacity: 1; }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體','Noto Serif TC', serif; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 120%; }

h4 {
  font-size: 133.33333%; }

h3 {
  font-size: 160%; }

h2 {
  font-size: 200%; }
  @media (max-width: 991px) {
    h2 {
      font-size: 146.66667%; } }

legend {
  font-size: 120%;
  margin: 0; }

em {
  font-size: 86.66667%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 100%; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #C59C60;
  font-size: 100%; }

.text-brown {
  color: #a26126; }

.text-blue {
  color: #1c4e7f; }

.text-fb-blue {
  color: #2657a2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: #e13134; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

.text-yellow {
  color: yellow; }

.text-white {
  color: #fff; }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.text0 {
  font-size: 0; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-45px {
  height: 45px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px; }

.number-items {
  counter-reset: num; }
  .number-items .number-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .number-items .number-list > li:before {
      counter-increment: num;
      content: counter(num) ".";
      font-size: 20px;
      font-style: italic;
      color: #dd5500;
      font-weight: bolder;
      position: absolute;
      top: -4px;
      left: 0; }

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }
  ul.square > li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    top: 9px;
    left: 0; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 35px; }
  ul.cjk > li {
    list-style-type: cjk-decimal;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #333; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-48 {
  margin-left: 48px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-180 {
  margin-top: 180px !important; }

/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-7-5 {
  margin-bottom: 7.5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

/*------Padding all-------*/
.p-60 {
  padding: 60px !important; }

/*------Padding left-------*/
.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-100 {
  padding-left: 100px !important; }

/*------Padding right-------*/
.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-100 {
  padding-right: 100px !important; }

/*------Padding Left Right-------*/
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-140 {
  padding-top: 140px !important; }

/*------Padding-------*/
.p-15 {
  padding: 15px !important; }

.p-50 {
  padding: 50px !important; }

.p-48 {
  padding: 48px !important; }

.p-40 {
  padding: 40px !important; }

.p-38 {
  padding: 38px !important; }

.p-30 {
  padding: 30px !important; }

/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

/*------Padding  Top Bottom-------*/
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.ptb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.ptb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important; }

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.ptb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important; }

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.ptb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important; }

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.ptb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important; }

.ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.ptb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pl-md-30 {
    padding-left: 30px !important; } }

@media (max-width: 768px) {
  .pt-sm-30 {
    padding-top: 30px; }
  .mb-sm-30 {
    margin-bottom: 30px; } }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體','Noto Serif TC', serif; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 120%; }

h4 {
  font-size: 133.33333%; }

h3 {
  font-size: 160%; }

h2 {
  font-size: 200%; }
  @media (max-width: 991px) {
    h2 {
      font-size: 146.66667%; } }

legend {
  font-size: 120%;
  margin: 0; }

em {
  font-size: 86.66667%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 100%; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #C59C60;
  font-size: 100%; }

.text-brown {
  color: #a26126; }

.text-blue {
  color: #1c4e7f; }

.text-fb-blue {
  color: #2657a2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: #e13134; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

.text-yellow {
  color: yellow; }

.text-white {
  color: #fff; }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.text0 {
  font-size: 0; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-45px {
  height: 45px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px; }

.number-items {
  counter-reset: num; }
  .number-items .number-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .number-items .number-list > li:before {
      counter-increment: num;
      content: counter(num) ".";
      font-size: 20px;
      font-style: italic;
      color: #dd5500;
      font-weight: bolder;
      position: absolute;
      top: -4px;
      left: 0; }

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }
  ul.square > li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    top: 9px;
    left: 0; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 35px; }
  ul.cjk > li {
    list-style-type: cjk-decimal;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #333; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
    /*IE 8*/
    -moz-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
    /*IE 5.5-7*/ } }

.header .logo {
  font-size: 0;
  padding: 0; }
  .header .logo img {
    width: 100%; }
    @media (max-width: 991px) {
      .header .logo img {
        width: 115px; } }

.header .top-header {
  background: #fff; }
  @media (max-width: 991px) {
    .header .top-header {
      padding: 0px 15px; } }
  .header .top-header .top-menu {
    border-top: 1px solid #f8f8f8; }
    @media (max-width: 991px) {
      .header .top-header .top-menu {
        background: #fff;
        padding: 10px 0; } }
    .header .top-header .top-menu .navbar li {
      position: relative; }
      @media (max-width: 991px) {
        .header .top-header .top-menu .navbar li {
          width: 100%; } }
      .header .top-header .top-menu .navbar li .menu-link {
        padding: 30px 15px;
        color: #183e63;
        font-size: 18px;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        line-height: 20px;
        text-align: center; }
        @media (max-width: 991px) {
          .header .top-header .top-menu .navbar li .menu-link {
            padding: 30px;
            color: #fff;
            text-align: left; } }
      .header .top-header .top-menu .navbar li.active .menu-link, .header .top-header .top-menu .navbar li:hover .menu-link {
        color: #e27a12; }
      .header .top-header .top-menu .navbar li .sec-ul {
        position: absolute;
        z-index: 9;
        top: 80px;
        left: 0px;
        white-space: nowrap;
        background-color: #fff;
        border-top: 3px solid #e27a12;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s, opacity 0.2s linear;
        -o-transition: visibility 0s, opacity 0.2s linear;
        transition: visibility 0s, opacity 0.2s linear; }
        .header .top-header .top-menu .navbar li .sec-ul li {
          width: 100%;
          border: 1px solid #ddd; }
          .header .top-header .top-menu .navbar li .sec-ul li a {
            display: block;
            color: #333;
            line-height: 1.2em;
            padding: 12px 15px; }
            .header .top-header .top-menu .navbar li .sec-ul li a:hover {
              color: #e27a12;
              background-color: #f8f8f8; }
      .header .top-header .top-menu .navbar li:hover .sec-ul {
        visibility: visible;
        opacity: 1; }
    .header .top-header .top-menu .navbar .top-icon-list .top-icon-link a {
      position: relative;
      display: block;
      font-size: 18px;
      color: #fff; }
      .header .top-header .top-menu .navbar .top-icon-list .top-icon-link a .bag-number {
        position: absolute;
        min-width: 20px;
        height: 20px;
        background: red;
        color: #fff;
        left: 75px;
        bottom: 5px;
        border-radius: 20px;
        font-size: 12px;
        padding: 2px;
        text-align: center;
        line-height: 16px; }
    .header .top-header .top-menu .other-links {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .header .top-header .top-menu .other-links li a {
        display: inline-block;
        text-align: center;
        padding: 10px;
        font-size: 15px;
        color: #bda589; }
        .header .top-header .top-menu .other-links li a i {
          font-size: 24px; }
      .header .top-header .top-menu .other-links li:first-child {
        border-right: 1px solid #ddd;
        margin-right: 20px;
        padding-right: 20px; }
        .header .top-header .top-menu .other-links li:first-child a {
          border-radius: 5px;
          border: 1px solid #ddd;
          padding: 10px 25px;
          color: #c59c60; }
          .header .top-header .top-menu .other-links li:first-child a:hover {
            color: #fff;
            background: #c59c60;
            border: 1px solid #c59c60; }
      .header .top-header .top-menu .other-links li:hover a {
        color: #c59c60; }
        .header .top-header .top-menu .other-links li:hover a i {
          color: #c59c60; }
    .header .top-header .top-menu .share-list li {
      margin-right: 10px; }
      .header .top-header .top-menu .share-list li a {
        padding: 0 6px;
        color: #999; }
        .header .top-header .top-menu .share-list li a:hover {
          color: #e27a12; }

.header.stick {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
  /*IE 5.5-7*/ }
  .header.stick .sticker-n {
    display: none !important; }
  .header.stick .top-header {
    padding: 0; }

@media (max-width: 991px) {
  .header .top-header .top-menu .navbar-toggler {
    background: -moz-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 270deg, color-stop(15%, DB9C32), color-stop(85%, C58417));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
    /* IE10+ */
    z-index: 9999;
    top: -webkit-calc(50% - 18px);
    top: -moz-calc(50% - 18px);
    top: calc(50% - 18px); }
    .header .top-header .top-menu .navbar-toggler .icon-bar {
      background-color: #fff; }
    .header .top-header .top-menu .navbar-toggler.yes .icon-bar {
      background: 0 0; }
    .header .top-header .top-menu .navbar-toggler.yes .icon-bar:first-child,
    .header .top-header .top-menu .navbar-toggler.yes .icon-bar:last-child {
      background-color: #fff; }
  .header .top-header .top-menu .navbar-collapse .nav li {
    margin-right: 0px; }
    .header .top-header .top-menu .navbar-collapse .nav li a {
      display: block;
      padding: 20px 30px; }
    .header .top-header .top-menu .navbar-collapse .nav li .sec-ul {
      display: block;
      position: inherit;
      width: 100%;
      top: inherit;
      left: inherit; }
      .header .top-header .top-menu .navbar-collapse .nav li .sec-ul li {
        width: 100%;
        border: none; }
        .header .top-header .top-menu .navbar-collapse .nav li .sec-ul li a {
          padding: 10px 10px 10px 20px;
          display: block;
          color: #f4f4f4;
          background: #8b8b8b;
          border-bottom: 1px solid #ddd; }
          .header .top-header .top-menu .navbar-collapse .nav li .sec-ul li a:hover {
            color: #fff;
            background: -moz-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, 270deg, color-stop(15%, DB9C32), color-stop(85%, C58417));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
            /* IE10+ */ }
  .header .top-header .top-menu nav .navbar-collapse {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 -webkit-transform .35s 0s;
    -o-transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 -o-transform .35s 0s;
    -moz-transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 transform .35s 0s,
 -moz-transform .35s 0s;
    transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 -webkit-transform .35s 0s;
    -o-transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 transform .35s 0s;
    transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 transform .35s 0s;
    transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 transform .35s 0s,
 -webkit-transform .35s 0s;
    transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 transform .35s 0s,
 -webkit-transform .35s 0s,
 -moz-transform .35s 0s,
 -o-transform .35s 0s;
    z-index: 98; }
    .header .top-header .top-menu nav .navbar-collapse.show {
      top: 61px;
      right: 0;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      padding-bottom: 30px;
      -webkit-transition: top 0s, left 0s 0.35s, right 0s 0.35s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      -moz-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      -webkit-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01); }
  .header.stick .top-header {
    padding: 10px 15px; } }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體','Noto Serif TC', serif; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 120%; }

h4 {
  font-size: 133.33333%; }

h3 {
  font-size: 160%; }

h2 {
  font-size: 200%; }
  @media (max-width: 991px) {
    h2 {
      font-size: 146.66667%; } }

legend {
  font-size: 120%;
  margin: 0; }

em {
  font-size: 86.66667%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 100%; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #C59C60;
  font-size: 100%; }

.text-brown {
  color: #a26126; }

.text-blue {
  color: #1c4e7f; }

.text-fb-blue {
  color: #2657a2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: #e13134; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

.text-yellow {
  color: yellow; }

.text-white {
  color: #fff; }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.text0 {
  font-size: 0; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-45px {
  height: 45px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px; }

.number-items {
  counter-reset: num; }
  .number-items .number-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .number-items .number-list > li:before {
      counter-increment: num;
      content: counter(num) ".";
      font-size: 20px;
      font-style: italic;
      color: #dd5500;
      font-weight: bolder;
      position: absolute;
      top: -4px;
      left: 0; }

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }
  ul.square > li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    top: 9px;
    left: 0; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 35px; }
  ul.cjk > li {
    list-style-type: cjk-decimal;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #333; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.footer {
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom; }
  .footer .footer-body {
    padding: 15px 0; }
  .footer .footer-list li {
/*     border-right: 1px solid #666; */
    margin-right: 10px;
    padding-right: 10px; }
    .footer .footer-list li:last-child {
      border: none;
      margin: 0 0 5px 0;
      padding: 0; }
  @media (max-width: 991px) {
    .footer .footer-list li {
      width: 100%;
      border: none; } }
  .footer .cpyright {
    padding: 0 0 195px 0; }
    .footer .cpyright p {
      color: #333;
      font-size: 15px; }
  .footer p {
    margin-bottom: 0px; }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體','Noto Serif TC', serif; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 120%; }

h4 {
  font-size: 133.33333%; }

h3 {
  font-size: 160%; }

h2 {
  font-size: 200%; }
  @media (max-width: 991px) {
    h2 {
      font-size: 146.66667%; } }

legend {
  font-size: 120%;
  margin: 0; }

em {
  font-size: 86.66667%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 100%; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #C59C60;
  font-size: 100%; }

.text-brown {
  color: #a26126; }

.text-blue {
  color: #1c4e7f; }

.text-fb-blue {
  color: #2657a2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: #e13134; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

.text-yellow {
  color: yellow; }

.text-white {
  color: #fff; }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.text0 {
  font-size: 0; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-45px {
  height: 45px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px; }

.number-items {
  counter-reset: num; }
  .number-items .number-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .number-items .number-list > li:before {
      counter-increment: num;
      content: counter(num) ".";
      font-size: 20px;
      font-style: italic;
      color: #dd5500;
      font-weight: bolder;
      position: absolute;
      top: -4px;
      left: 0; }

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }
  ul.square > li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    top: 9px;
    left: 0; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 35px; }
  ul.cjk > li {
    list-style-type: cjk-decimal;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #333; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.inside-content {
  overflow-x: hidden; }
  @media (max-width: 768px) {
    .inside-content {
      padding-top: 60px; } }

.s5-item {
  display: block; }
  .s5-item .img-wrap .img-item {
    padding-top: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -wbkit-border-radius: 50%;
    overflow: hidden; }
    .s5-item .img-wrap .img-item img {
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .s5-item .text-item {
    padding: 10px 15px; }
    .s5-item .text-item h4 {
      color: #000; }
    .s5-item .text-item p {
      color: #333; }
  .s5-item:hover .img-wrap .img-item img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); }

.s6-item {
  display: block; }
  .s6-item .img-wrap .img-item {
    padding-top: 65%;
    overflow: hidden; }
    .s6-item .img-wrap .img-item img {
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .s6-item .text-item {
    padding: 10px 15px; }
    .s6-item .text-item h4 {
      color: #000; }
    .s6-item .text-item p {
      color: #333; }
  .s6-item:hover .img-wrap .img-item img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); }

.s7-item {
  display: block;
  position: relative;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .s7-item {
      padding: 0; } }
  .s7-item .img-wrap .img-item {
    padding-top: 150%;
    overflow: hidden; }
    .s7-item .img-wrap .img-item img {
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .s7-item .text-item {
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    left: 19px;
    bottom: -1px; }
    @media (max-width: 768px) {
      .s7-item .text-item {
        left: 0px; } }
    .s7-item .text-item h4 {
      color: #000; }
    .s7-item .text-item p {
      color: #333; }
  .s7-item:hover .img-wrap .img-item img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); }

.contactus-form .form-custom {
  height: 50px;
  background-color: #f5f5f5; }
  @media (min-width: 769px) {
    .contactus-form .form-custom {
      min-width: 200px; } }

.contactus-form textarea.form-custom {
  height: inherit; }

.section-kv {
  position: relative; }
  .section-kv .banner_slider-item {
    position: relative;
    position: relative; }
    .section-kv .banner_slider-item .img-wrap .img-item {
      padding-top: 35%; }
    .section-kv .banner_slider-item .text-item {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      left: 10%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#FFFFFF)";
      /*IE 8*/
      text-shadow: 1px 1px 3px #FFFFFF;
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#FFFFFF);
      /*IE 5.5-7*/ }

.ad-item {
  font-size: 0; }

.section-aboutus01 .text-item {
  width: 45%;
  padding: 20px;
  background-color: #F5F5F5; }
  @media (max-width: 768px) {
    .section-aboutus01 .text-item {
      width: 100%; } }

.section-aboutus01 .img-wrap {
  width: 55%; }
  @media (max-width: 768px) {
    .section-aboutus01 .img-wrap {
      width: 100%; } }
  .section-aboutus01 .img-wrap .img-item {
    padding-top: 75%; }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體','Noto Serif TC', serif; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 120%; }

h4 {
  font-size: 133.33333%; }

h3 {
  font-size: 160%; }

h2 {
  font-size: 200%; }
  @media (max-width: 991px) {
    h2 {
      font-size: 146.66667%; } }

legend {
  font-size: 120%;
  margin: 0; }

em {
  font-size: 86.66667%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 100%; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #C59C60;
  font-size: 100%; }

.text-brown {
  color: #a26126; }

.text-blue {
  color: #1c4e7f; }

.text-fb-blue {
  color: #2657a2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: #e13134; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

.text-yellow {
  color: yellow; }

.text-white {
  color: #fff; }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.text0 {
  font-size: 0; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-45px {
  height: 45px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px; }

.number-items {
  counter-reset: num; }
  .number-items .number-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .number-items .number-list > li:before {
      counter-increment: num;
      content: counter(num) ".";
      font-size: 20px;
      font-style: italic;
      color: #dd5500;
      font-weight: bolder;
      position: absolute;
      top: -4px;
      left: 0; }

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }
  ul.square > li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: red;
    top: 9px;
    left: 0; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 35px; }
  ul.cjk > li {
    list-style-type: cjk-decimal;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #333; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.inside_content {
  position: relative;
  z-index: 2; }

.container-custom {
  max-width: 800px; }

.inside-kv {
  position: relative; }
  .inside-kv:before {
    position: absolute;
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    background-image: url(../images/kv_bg.gif);
    background-size: 100% 100%;
    background-position: bottom right;
    bottom: -1px;
    right: 0;
    z-index: 1; }
  .inside-kv .img-wrap .img-item {
    padding-top: 35%; }

.section01-about {
  background-color: #fff;
  padding: 50px 0; }
  .section01-about .img-wrap {
    margin-bottom: 15px; }
    .section01-about .img-wrap .img-item {
      padding-top: 50%; }

.section03-about {
  padding: 50px 0;
  background-image: url(../images/aboutus-img02.jpg);
  background-size: cover;
  background-position: center; }

.section01-evaluation {
  padding: 50px 0;
  background-color: #f9f9f9; }

.section01-contactus {
  background-color: #fff;
  padding: 80px 0; }
  .section01-contactus .contactus-form {
    padding: 0 15px; }

.section01-news {
  padding: 50px 0; }

.section01-news-detail {
  padding: 50px 0; }
  .section01-news-detail .share-list {
    border-top: 1px solid #ddd;
    padding: 30px 0; }
    .section01-news-detail .share-list li {
      margin-right: 2rem; }
      .section01-news-detail .share-list li a {
        display: block; }
        .section01-news-detail .share-list li a i {
          font-size: 38px;
          line-height: 38px;
          opacity: .8; }
        .section01-news-detail .share-list li a:hover i {
          opacity: 1; }
      .section01-news-detail .share-list li.fb a {
        color: #1877f2; }
      .section01-news-detail .share-list li.twitter a {
        color: #1da1f2; }
      .section01-news-detail .share-list li.line a {
        color: #00b900; }
      .section01-news-detail .share-list li.copy a {
        color: #7a8092; }

.modal .modal-header {
  background-image: url(../images/popup-bg.png);
  background-size: cover;
  background-position: center;
  padding: 2rem;
  position: relative; }
  .modal .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -50px;
    opacity: 1; }
    .modal .modal-header .close i {
      color: #fff;
      font-size: 28px; }

.modal .modal-body {
  padding: 2rem 1rem; }

.ck-edit img {
  max-width: 100%; }

.white-arrow .slick-next {
  right: 20px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main_controls.png) -18.5px 0 no-repeat;
  opacity: .5; }
  .white-arrow .slick-next:focus, .white-arrow .slick-next:hover {
    opacity: 1;
    background: url(../images/main_controls.png) -18.5px 0 no-repeat; }

.white-arrow .slick-prev {
  left: 20px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main_controls.png) no-repeat;
  opacity: .5; }
  .white-arrow .slick-prev:focus, .white-arrow .slick-prev:hover {
    opacity: 1;
    background: url(../images/main_controls.png) no-repeat; }

.white-arrow .slick-dots {
  bottom: 20px; }

.black-arrow-top .slick-next {
  top: 25px;
  right: 15px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls.png) -18.5px 0 no-repeat;
  opacity: .5; }
  .black-arrow-top .slick-next:focus, .black-arrow-top .slick-next:hover {
    opacity: 1;
    background: url(../images/main2_controls.png) -18.5px 0 no-repeat; }

.black-arrow-top .slick-prev {
  top: 25px;
  right: 50px;
  left: inherit;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls.png) no-repeat;
  opacity: .5; }
  .black-arrow-top .slick-prev:focus, .black-arrow-top .slick-prev:hover {
    opacity: 1;
    background: url(../images/main2_controls.png) no-repeat; }

.black-arrow-top .slick-dots {
  bottom: 20px; }

.black-arrow .slick-next {
  right: -10px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls.png) -18.5px 0 no-repeat;
  opacity: .5; }
  .black-arrow .slick-next:focus, .black-arrow .slick-next:hover {
    opacity: 1;
    background: url(../images/main2_controls.png) -18.5px 0 no-repeat; }

.black-arrow .slick-prev {
  left: -10px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls.png) no-repeat;
  opacity: .5; }
  .black-arrow .slick-prev:focus, .black-arrow .slick-prev:hover {
    opacity: 1;
    background: url(../images/main2_controls.png) no-repeat; }

.black-arrow .slick-dots {
  bottom: 20px; }

.img_box_shadow {
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  -moz-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
  /*IE 5.5-7*/ }

.img-wrap .img-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .img-wrap .img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.brand-item ul {
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .brand-item ul li {
    width: 30%;
    margin-bottom: 3%; }
    .brand-item ul li .img-wrap .img-item {
      padding-top: 50%; }

.video-item {
  text-align: center; }
  .video-item .img-wrap {
    display: block;
    border: 10px solid #fff;
    margin: 15px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
    /*IE 8*/
    -moz-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
    /*IE 5.5-7*/
    position: relative; }
    .video-item .img-wrap:before {
      content: '';
      display: block;
      position: absolute; }
    .video-item .img-wrap .img-item {
      padding-top: 50%; }
      .video-item .img-wrap .img-item i {
        position: absolute;
        background-repeat: no-repeat;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        color: rgba(0, 0, 0, 0.6);
        font-size: 4rem; }
    .video-item .img-wrap:hover .img-item i {
      color: black; }
  .video-item .down-link {
    display: block; }
    .video-item .down-link:hover img {
      -webkit-animation: jump .5s;
      animation: jump .5s; }

.news-item {
  display: block;
  background-color: #fff; }
  .news-item .img-wrap .img-item {
    padding-top: 100%; }
  .news-item .text-item {
    padding: 10px 15px; }
    .news-item .text-item h3 {
      color: #000; }
    .news-item .text-item p {
      color: #333;
      margin: 0; }
  .news-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
    /*IE 8*/
    -moz-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
    /*IE 5.5-7*/ }

.book-item {
  display: block;
  background-color: #fff; }
  .book-item .img-wrap .img-item {
    padding-top: 150%;
    outline: 1px solid #999; }
  .book-item .text-item {
    padding: 10px 15px; }
    .book-item .text-item h4 {
      color: #000; }
    .book-item .text-item p {
      color: #333;
      margin: 0; }
  .book-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
    /*IE 8*/
    -moz-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
    /*IE 5.5-7*/ }

.breadcrumb-area {
  background: #fff; }
  .breadcrumb-area .breadcrumb {
    background: #fff;
    border-radius: 0;
    padding: .75rem 0rem;
    margin: 0; }
    .breadcrumb-area .breadcrumb li {
      position: relative;
      margin-right: 20px; }
      .breadcrumb-area .breadcrumb li a {
        color: #666;
        display: block; }
        .breadcrumb-area .breadcrumb li a:hover {
          color: #000; }
      .breadcrumb-area .breadcrumb li:before {
        content: '>';
        position: absolute;
        display: block;
        top: -1px;
        right: -15px;
        color: #000 !important; }
      .breadcrumb-area .breadcrumb li:last-child:before {
        display: none; }
      .breadcrumb-area .breadcrumb li.active a {
        color: #c68518; }

.form-control-custom {
  display: inline-block;
  padding: .175rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 7.5px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #105e6c;
  border-radius: 50px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.title-item-left {
  position: relative;
  margin-bottom: 30px; }
  .title-item-left h2 {
    position: relative;
    margin-bottom: 40px; }
    .title-item-left h2:before {
      content: '';
      display: block;
      background: #d24c4a;
      height: 3px;
      width: 100px;
      position: absolute;
      left: 0;
      bottom: -15px;
      z-index: 1; }
  .title-item-left span {
    display: block;
    color: #999; }

.title-item-top {
  position: relative;
  margin-bottom: 30px; }
  .title-item-top h2 {
    position: relative;
    z-index: 2; }
    .title-item-top h2:before {
      content: '';
      display: block;
      background: #d24c4a;
      height: 3px;
      width: 100px;
      position: absolute;
      left: 0;
      bottom: -15px;
      z-index: 1; }
  .title-item-top span {
    display: block;
    color: #999; }

.title-item-center {
  margin-bottom: 30px;
  text-align: center; }
  .title-item-center h2 {
    position: relative;
    margin-bottom: 40px; }
    .title-item-center h2:before {
      content: '';
      display: block;
      background: #d24c4a;
      height: 3px;
      width: 100px;
      position: absolute;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      bottom: -15px;
      z-index: 1; }
  .title-item-center span {
    display: block;
    color: #999; }

.more {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  opacity: .8;
  padding: 10px 35px; }
  .more:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    opacity: 1; }

.row75 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px; }
  .row75 [class^=col] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.nav.nav-tabs {
  border: none; }
  .nav.nav-tabs .nav-link {
    color: #000;
    border: 1px solid #ddd;
    background-color: #ddd;
    border-radius: 50px;
    margin: 0 15px;
    padding: .25rem 1.5rem; }
    .nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link.active {
      color: #fff;
      border: 1px solid #C59C60;
      background-color: #C59C60; }

.article-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .article-list li {
    margin-right: 10px;
    margin-bottom: 10px; }
    .article-list li i {
      color: #d99a2f; }

@media (min-width: 992px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 991px) {
  .col-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 769px) {
  .banner_slider_mo {
    display: none; } }

@media (max-width: 768px) {
  .banner_slider {
    display: none; }
  img {
    max-width: 100% !important; } }
