@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: 106.6666666667%;
}

h4 {
  font-size: 120%;
}

h3 {
  font-size: 133.3333333333%;
}

h2 {
  font-size: 186.6666666667%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
    line-height: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.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;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  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;
  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%);
  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: 0.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: 0.8;
}
.btn-custom-w:hover, .btn-custom-w.active {
  color: red;
  opacity: 1;
}

.btn-custom01 {
  background: #1c4e7f;
  color: #fff;
  opacity: 0.8;
}
.btn-custom01:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom02 {
  background: #ff4d4d;
  color: #fff;
  border-radius: 20px;
  opacity: 0.8;
}
.btn-custom02:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom03 {
  background: #f9b047;
  color: #fff;
  opacity: 0.8;
}
.btn-custom03:hover {
  color: #fff;
  opacity: 1;
}

.btn-facebook {
  background: #4064ac;
  color: #fff;
  opacity: 0.8;
}
.btn-facebook:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom-activity {
  background: #025e73;
  color: #fff;
  opacity: 0.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: 0.8;
  padding: 0.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: 0.8;
}
.btn-line:hover {
  color: #fff;
  opacity: 1;
}

.btn-google {
  background: #fff;
  border: #000 1px solid;
  color: #000;
  opacity: 0.8;
}
.btn-google:hover {
  color: #000;
  opacity: 1;
}

.btn-cart2 {
  background: #115f6d;
  border: #115f6d 1px solid;
  color: #fff;
  opacity: 0.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: 106.6666666667%;
}

h4 {
  font-size: 120%;
}

h3 {
  font-size: 133.3333333333%;
}

h2 {
  font-size: 186.6666666667%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
    line-height: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.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;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  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;
  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%);
  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: 106.6666666667%;
}

h4 {
  font-size: 120%;
}

h3 {
  font-size: 133.3333333333%;
}

h2 {
  font-size: 186.6666666667%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
    line-height: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.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;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  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;
  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%);
  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;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .logo {
  font-size: 0;
  padding: 0;
  padding: 0 15px;
}
.header .logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .header .logo img {
    width: 180px;
  }
}
.header .top-header {
  background: #fff;
}
@media (max-width: 991px) {
  .header .top-header {
    padding: 10px 15px;
  }
}
.header .top-header .top-logo {
  padding: 10px 0;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 991px) {
  .header .top-header .top-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .top-header .top-menu {
    background: #fff;
    padding: 10px 0;
  }
}
.header .top-header .top-menu .navbar {
  width: 100%;
}
.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: 15px 30px;
  color: #183e63;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  line-height: 20px;
  outline: 1px solid #cecece;
  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: #fff;
  background: #f3be66;
}
.header .top-header .top-menu .navbar li .sec-ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0px;
  white-space: nowrap;
  width: 100%;
}
.header .top-header .top-menu .navbar li .sec-ul li {
  border: 1px solid #ddd;
}
.header .top-header .top-menu .navbar li .sec-ul li a {
  padding: 15px 30px;
  display: block;
  color: #fff;
  background: #f3be66;
  opacity: 0.8;
}
.header .top-header .top-menu .navbar li .sec-ul li a:hover {
  color: #fff;
  opacity: 1;
}
.header .top-header .top-menu .navbar li:hover .sec-ul {
  display: block;
}
.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.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*/
  /*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 {
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
    /* IE10+ */
    z-index: 9999;
    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;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* 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%);
    transform: translateX(-150%);
    -webkit-transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, -webkit-transform 0.35s 0s;
    transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, -webkit-transform 0.35s 0s;
    transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, transform 0.35s 0s;
    transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, transform 0.35s 0s, -webkit-transform 0.35s 0s;
    z-index: 98;
  }
  .header .top-header .top-menu nav .navbar-collapse.show {
    top: 61px;
    right: 0;
    opacity: 1;
    -webkit-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);
    -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);
    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);
  }
  .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: 106.6666666667%;
}

h4 {
  font-size: 120%;
}

h3 {
  font-size: 133.3333333333%;
}

h2 {
  font-size: 186.6666666667%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
    line-height: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.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;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  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;
  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%);
  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: #fff;
}
.footer .footer-body {
  padding: 35px 0;
}
@media (max-width: 991px) {
  .footer .footer-body .footer-link {
    width: 100%;
  }
}
.footer .footer-body .footer-link a {
  color: #eee;
  display: block;
  padding: 0 15px;
}
.footer .footer-body .footer-link a:hover {
  color: #000;
}
.footer .cpyright {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.footer .cpyright p {
  color: #999;
  font-size: 15px;
}
.footer p {
  margin-bottom: 0px;
}

.fixed-list {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 999;
}
.fixed-list li a {
  display: block;
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px #0d0409;
          box-shadow: 0px 2px 4px #0d0409;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fixed-list li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 2px 6px #0d0409;
          box-shadow: 0px 2px 6px #0d0409;
}

@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: 106.6666666667%;
}

h4 {
  font-size: 120%;
}

h3 {
  font-size: 133.3333333333%;
}

h2 {
  font-size: 186.6666666667%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
    line-height: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.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;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  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;
  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%);
  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;
  }
}
.content {
  padding-top: 119px;
}
@media (max-width: 768px) {
  .content {
    padding-top: 60px;
  }
}

.banner_slider,
.banner_slider_mo {
  position: relative;
}
.banner_slider .img-wrap .img-item,
.banner_slider_mo .img-wrap .img-item {
  padding-top: 35%;
}
.banner_slider .text-item,
.banner_slider_mo .text-item {
  left: 15vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.banner_slider .text-item h2,
.banner_slider .text-item h3,
.banner_slider_mo .text-item h2,
.banner_slider_mo .text-item h3 {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
  /*IE 8*/
  text-shadow: 0 0 1px #000000;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.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*/
  /*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%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: rgba(0, 0, 0, 0.6);
  font-size: 4rem;
}
.video-item .img-wrap:hover .img-item i {
  color: rgb(0, 0, 0);
}
.video-item .down-link {
  display: block;
}
.video-item .down-link:hover img {
  -webkit-animation: jump 0.5s;
          animation: jump 0.5s;
}

.news-item {
  display: block;
  background-color: #fff;
}
.news-item .img-wrap .img-item {
  padding-top: 50%;
}
.news-item .text-item {
  padding: 10px 15px;
}
.news-item .text-item h3 {
  color: #000;
}
.news-item .text-item p {
  color: #999;
}
.news-item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*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*/
}

.contactus-form .form-custom {
  height: 50px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .contactus-form .form-custom {
    min-width: 200px;
  }
}
.contactus-form textarea.form-custom {
  height: inherit;
}

.section01 {
  background-color: #f7f7f7;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section01 {
    padding: 30px 0;
  }
}
.section01 .s1-img {
  margin-right: 11px;
}
.section01 .s1-text {
  width: calc(100% - 65px);
}

.section02 {
  background-color: #f7f7f7;
  padding: 80px 0;
  position: relative;
}
.section02:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 220px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #FFFFFF 70%, #F7F7F7 70%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1");
  /* for IE */
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #FFFFFF), color-stop(70%, #F7F7F7));
  background: linear-gradient(90deg, #FFFFFF 70%, #F7F7F7 70%);
  /* W3C */
  top: 50px;
  left: 0;
}
.section02 .section02-item {
  margin: 0 1%;
}
.section02 .section02-item .img-wrap .img-item {
  padding-top: 50%;
}

.section03 {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}
.section03:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #FFFFFF 15%, #F7F7F7 15%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1");
  /* for IE */
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #FFFFFF), color-stop(15%, #F7F7F7));
  background: linear-gradient(90deg, #FFFFFF 15%, #F7F7F7 15%);
  /* W3C */
  top: 50px;
  left: 0;
}

.section04 {
  padding-top: 50px;
  background-image: url(../images/index-s4-img01.jpg);
  background-size: cover;
}
@media (max-width: 991px) {
  .section04 {
    background-image: url(../images/index-s4-img01-mo.jpg);
  }
}

@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: 106.6666666667%;
}

h4 {
  font-size: 120%;
}

h3 {
  font-size: 133.3333333333%;
}

h2 {
  font-size: 186.6666666667%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
    line-height: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.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;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  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;
  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%);
  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;
}
.inside_content.course_bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 724px;
  height: 303px;
  background: url(../images/course_bg.png);
  top: 100px;
  right: 0;
  z-index: 1;
}

.container-custom {
  max-width: 800px;
}

.section01-about {
  background-image: url(../images/aboutus-bg.jpg);
  padding: 50px 0;
  background-size: cover;
  background-position: center;
}

.section02-about {
  background-color: #fff;
  padding: 50px 0;
}
.section02-about .img-wrap {
  margin-bottom: 15px;
}
.section02-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-contactus {
  background-color: #fff;
  padding: 80px 0;
}
.section01-contactus .contactus-form {
  padding: 0 15px;
}

.section01-license {
  background-color: #fff;
  padding: 80px 0;
}
.section01-license .fancybox-item {
  display: block;
}
.section01-license .fancybox-item .text-item {
  padding: 0 15px 15px 15px;
}
.section01-license .fancybox-item .text-item h4, .section01-license .fancybox-item .text-item p {
  color: #666;
}
.section01-license .fancybox-item .text-item p {
  margin: 0;
}
.section01-license .fancybox-item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*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*/
}
.section01-license .fancybox-item:hover h4, .section01-license .fancybox-item:hover p {
  color: #000;
}

.section01-maintenance {
  background-image: url(../images/maintenance-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.section01-maintenance .maintenance-item {
  padding: 20px 15px;
  min-height: 88px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*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*/
}
.section01-maintenance .col-md:nth-child(4) .maintenance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section01-news {
  padding: 50px 0;
}
.section01-news .big-news-img .img-wrap {
  margin-bottom: 15px;
}
.section01-news .big-news-img .img-wrap .img-item {
  padding-top: 75%;
}
.section01-news .nav.news-list li a {
  display: block;
  color: #000;
  border-bottom: 2px solid #fff;
  margin: 0 15px;
  padding: 0.5rem 1.5rem;
}
.section01-news .nav.news-list li.active a, .section01-news .nav.news-list li:hover a {
  border-bottom: 2px solid #d24c4a;
}

.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: 0.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;
}

.section01-recruit {
  padding: 50px 0;
}

.section02-recruit {
  padding: 50px 0;
}
.section02-recruit table tr td:first-child {
  padding-right: 10px;
  color: #C59C60;
}

.section03-recruit {
  border-top: 1px solid #ddd;
  padding: 50px 0 80px;
}

.modal .modal-header {
  padding: 1rem;
  position: relative;
}
.modal .modal-header .modal-title {
  color: #000;
}
.modal .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: -50px;
  opacity: 1;
}
.modal .modal-header .close i {
  color: #000;
  font-size: 28px;
}
.modal .modal-body {
  padding: 2rem 1rem;
}

.ck-edit img {
  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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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*/
  /*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%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-area {
  background: #fff;
}
.breadcrumb-area .breadcrumb {
  background: #fff;
  border-radius: 0;
  padding: 0.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: 0.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 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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%);
  transform: translate(-50%, 0%);
  bottom: -15px;
  z-index: 1;
}
.title-item-center span {
  display: block;
  color: #999;
}

.more {
  display: inline-block;
  color: #000;
  padding: 5px 45px 5px 0px;
  position: relative;
  font-weight: bolder;
}
.more i {
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  top: 8px;
  right: 15px;
}
.more:hover {
  color: #C59C60;
}
.more:hover i {
  right: 0px;
}

.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: 0.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;
  }
}