@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 !important;
}

.other-font {
  font-family: "Noto Serif TC", serif;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #4c88d1;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-color {
  color: #4c88d1;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-blue {
  color: #1c4e7f !important;
}
.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;
}

.text48 {
  font-size: 48px;
}

.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;
  min-height: 69px;
}
.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.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4c88d1;
  top: 7.5px;
  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;
}
.border-t-2b {
  border-top: 2px solid #4c88d1;
}
@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;
  }
}
.search-btn {
  color: #666;
  opacity: 0.8;
}
.search-btn:hover {
  color: #4c88d1;
  opacity: 1;
}

.btn-line {
  border: 1px solid #ddd;
  color: #666;
  opacity: 0.8;
  border-radius: 5px;
}
.btn-line:hover {
  color: #fff;
  border: 1px solid #e27a12;
  background-color: #e27a12;
  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: #FF8E01;
  color: #fff;
  opacity: 0.8;
  padding: 10px 80px 10px 80px;
}
.btn-custom01:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom02 {
  background: #FF8E01;
  color: #fff;
  opacity: 0.8;
}
.btn-custom02:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom03 {
  background: #4c88d1;
  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-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;
}

.other-font {
  font-family: "Noto Serif TC", serif;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #4c88d1;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-color {
  color: #4c88d1;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-blue {
  color: #1c4e7f !important;
}
.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;
}

.text48 {
  font-size: 48px;
}

.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;
  min-height: 69px;
}
.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.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4c88d1;
  top: 7.5px;
  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;
}
.border-t-2b {
  border-top: 2px solid #4c88d1;
}
@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;
}

.other-font {
  font-family: "Noto Serif TC", serif;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #4c88d1;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-color {
  color: #4c88d1;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-blue {
  color: #1c4e7f !important;
}
.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;
}

.text48 {
  font-size: 48px;
}

.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;
  min-height: 69px;
}
.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.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4c88d1;
  top: 7.5px;
  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;
}
.border-t-2b {
  border-top: 2px solid #4c88d1;
}
@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;
  }
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
.header .logo {
  display: block;
  font-size: 0;
  padding: 0;
  width: 214px;
  position: relative;
  top: -15px;
}
@media (max-width: 991px) {
  .header .logo {
    top: 0;
    width: 120px;
  }
}
.header .logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .header .logo img {
    width: 180px;
    position: relative;
    top: 0;
  }
}
.header .header-top {
  background: #fff;
  padding: 7.5px 15px;
  position: relative;
}
@media (max-width: 991px) {
  .header .header-top {
    padding: 0;
  }
}
.header .header-top .nav li {
  color: #777;
  padding: 0 10px;
  border-right: 1px solid #777;
}
.header .header-top .nav li:last-child {
  border: none;
}
.header .header-top:before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 1px;
  bottom: -1px;
  right: 0;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #FFFFFF 0, #666 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1");
  /* for IE */
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), to(#666));
  background: linear-gradient(90deg, #FFFFFF 0, #666 100%);
  /* W3C */
}
@media (max-width: 991px) {
  .header .header-top:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .header-menu {
    background: #fff;
    padding: 10px 0;
  }
}
.header .header-menu .navbar li {
  position: relative;
}
@media (max-width: 991px) {
  .header .header-menu .navbar li {
    width: 100%;
  }
}
.header .header-menu .navbar li .menu-link {
  padding: 20px 15px;
  color: #183e63;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 20px;
  text-align: center;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 991px) {
  .header .header-menu .navbar li .menu-link {
    padding: 30px;
    color: #fff;
    text-align: left;
  }
}
.header .header-menu .navbar li.active .menu-link, .header .header-menu .navbar li:hover .menu-link {
  color: #273c7d;
}
.header .header-menu .navbar li .sec-ul {
  position: absolute;
  z-index: 9;
  top: 60px;
  left: 0px;
  white-space: nowrap;
  background-color: #fff;
  border-top: 3px solid #273c7d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
}
@media (max-width: 991px) {
  .header .header-menu .navbar li .sec-ul {
    visibility: visible;
    opacity: 1;
  }
}
.header .header-menu .navbar li .sec-ul li {
  width: 100%;
  border: 1px solid #ddd;
}
.header .header-menu .navbar li .sec-ul li a {
  display: block;
  color: #333;
  line-height: 1.2em;
  padding: 12px 15px;
}
.header .header-menu .navbar li .sec-ul li a:hover {
  color: #fff;
  background-color: #273c7d;
}
.header .header-menu .navbar li:hover .sec-ul {
  visibility: visible;
  opacity: 1;
}
.header .header-menu .navbar #search-input {
  position: absolute;
  width: 250px;
  top: 55px;
  right: 0px;
  z-index: 2;
  border-radius: 12.5px;
  -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*/
}
.header .header-menu .navbar #search-input .form-control {
  border-radius: 12.5px;
  padding: 0.375rem 1rem;
}
.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 .logo {
  width: 120px;
  top: 0;
}
.header.stick .header-top {
  display: none;
}

@media (max-width: 991px) {
  .header .header-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 .header-menu .navbar-toggler .icon-bar {
    background-color: #fff;
  }
  .header .header-menu .navbar-toggler.yes .icon-bar {
    background: 0 0;
  }
  .header .header-menu .navbar-toggler.yes .icon-bar:first-child,
.header .header-menu .navbar-toggler.yes .icon-bar:last-child {
    background-color: #fff;
  }
  .header .header-menu .navbar-collapse .nav {
    margin-bottom: 120px;
  }
  .header .header-menu .navbar-collapse .nav li {
    margin-right: 0px;
  }
  .header .header-menu .navbar-collapse .nav li .input-group {
    padding: 20px 30px;
  }
  .header .header-menu .navbar-collapse .nav li a {
    display: block;
    padding: 20px 30px;
  }
  .header .header-menu .navbar-collapse .nav li .sec-ul {
    display: block;
    position: inherit;
    width: 100%;
    top: inherit;
    left: inherit;
  }
  .header .header-menu .navbar-collapse .nav li .sec-ul li {
    width: 100%;
    border: none;
  }
  .header .header-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 .header-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 .header-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: 56px;
    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 .header-menu nav .navbar-collapse.show {
    top: 56px;
    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: 3px 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;
}

.other-font {
  font-family: "Noto Serif TC", serif;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #4c88d1;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-color {
  color: #4c88d1;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-blue {
  color: #1c4e7f !important;
}
.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;
}

.text48 {
  font-size: 48px;
}

.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;
  min-height: 69px;
}
.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.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4c88d1;
  top: 7.5px;
  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;
}
.border-t-2b {
  border-top: 2px solid #4c88d1;
}
@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 .footer-body {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.footer .footer-body .share-list {
  padding: 30px 0;
}
.footer .footer-body .share-list li {
  margin: 0 10px;
}
.footer .footer-body .share-list li a {
  font-size: 23px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #666;
  border-radius: 50%;
  display: block;
}
.footer .footer-body .share-list li a:hover {
  background-color: #e27a12;
}
.footer .footer-body h5 {
  font-weight: bold;
}
.footer .cpyright {
  background-color: #477eca;
  padding: 15px 0;
}
.footer .cpyright p {
  color: #fff;
  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;
}

.other-font {
  font-family: "Noto Serif TC", serif;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #4c88d1;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-color {
  color: #4c88d1;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-blue {
  color: #1c4e7f !important;
}
.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;
}

.text48 {
  font-size: 48px;
}

.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;
  min-height: 69px;
}
.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.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4c88d1;
  top: 7.5px;
  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;
}
.border-t-2b {
  border-top: 2px solid #4c88d1;
}
@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 {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .content {
    padding-top: 56px;
  }
}

.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: 43%;
}
.section-kv .banner_slider-item .text-item {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 15px;
  width: 100%;
  left: 0%;
  bottom: 5%;
}

.section01 {
  padding: 80px 0;
  background-image: url(../images/index/s1-bg.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section01 {
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
}
.section01 p {
  line-height: 1.75rem;
}

.section02 {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
}
.section02:before {
  content: "";
  display: block;
  position: absolute;
  width: 1200px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #ddd;
  bottom: -20px;
}
@media (max-width: 768px) {
  .section02:before {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section02 .section02_slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section02 .section02_slick .section02_slick-item {
  display: block;
  text-align: center;
  margin: 15px;
  border-radius: 10px;
  font-size: 0;
}
@media (min-width: 992px) {
  .section02 .section02_slick .section02_slick-item {
    width: calc(33% - 30px);
  }
}
.section02 .section02_slick .section02_slick-item img {
  width: 100%;
}
.section02 .section02_slick .section02_slick-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*/
}
.section02 .slick-dots {
  bottom: -20px;
}

.section03 {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
}
.section03:before {
  content: "";
  display: block;
  position: absolute;
  width: 1200px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #ddd;
  bottom: -20px;
}
@media (max-width: 768px) {
  .section03:before {
    width: 100%;
  }
}

.section04 {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
}
.section04:before {
  content: "";
  display: block;
  position: absolute;
  width: 1200px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #ddd;
  bottom: -40px;
}
@media (max-width: 768px) {
  .section04:before {
    width: 100%;
  }
}

.section05 {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
}
.section05:before {
  content: "";
  display: block;
  position: absolute;
  width: 1200px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #ddd;
  bottom: -40px;
}
@media (max-width: 768px) {
  .section05:before {
    width: 100%;
  }
}
.section05 .text-item {
  padding: 10px 15px;
}
.section05 .section05_slick .section05-item {
  padding: 15px;
  display: block;
  margin: 20px;
}
.section05 .section05_slick .section05-item h4 {
  color: #666;
}
.section05 .section05_slick .slick-dots {
  bottom: -10px;
}
.section06 {
  padding: 80px 0;
  background-image: url(../images/index/s6-bg.png);
  background-color: #ebf4f7;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section06 {
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: top center;
  }
}

@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;
}

.other-font {
  font-family: "Noto Serif TC", serif;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #4c88d1;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-color {
  color: #4c88d1;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-blue {
  color: #1c4e7f !important;
}
.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;
}

.text48 {
  font-size: 48px;
}

.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;
  min-height: 69px;
}
.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.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4c88d1;
  top: 7.5px;
  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;
}
.border-t-2b {
  border-top: 2px solid #4c88d1;
}
@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;
}
@media (max-width: 768px) {
  .inside_content {
    padding-top: 56px;
  }
}

.container-custom {
  max-width: 800px;
}

.contactus-form {
  padding: 50px;
  -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*/
}
@media (max-width: 991px) {
  .contactus-form {
    padding: 15px;
  }
}

.section-tab .section-tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.section-tab .section-tab-row .section-tab-btn {
  margin: 0 20px;
  position: relative;
  cursor: pointer;
}
.section-tab .section-tab-row .section-tab-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 6px;
  left: -15px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.section-tab .section-tab-row .section-tab-btn.active:before, .section-tab .section-tab-row .section-tab-btn:hover:before {
  background-color: #8c6e4b;
}

.section-banner {
  background-position: top center;
  background-size: cover;
  padding: 7.5% 0;
  margin-bottom: 80px;
}
.section-banner h2 {
  color: #243c7a;
}
.section-banner h4 {
  color: #999;
}
.section-banner.section-banner-aboutus {
  background-image: url(../images/inside-banner/aboutus-banner.png);
}
.section-banner.section-banner-performance {
  background-image: url(../images/inside-banner/performance-banner.png);
}
.section-banner.section-banner-contactus {
  background-image: url(../images/inside-banner/contactus-banner.png);
}

.section-about-list {
  padding: 50px 0;
}
.section-about-list ul li a {
  border: 1px solid #999;
  color: #999;
  padding: 10px 15px;
  display: block;
  margin: 10px;
}
.section-about-list ul li:hover a, .section-about-list ul li.active a {
  border: 1px solid #4c88d1;
  color: #4c88d1;
}

.section-about01 img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .section-about01 img {
    width: 100%;
  }
}
.section-about01 .section-about01-item01 {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #FFFFFF 50%, #F3F5F8 50%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1");
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, #F3F5F8));
  background: linear-gradient(180deg, #FFFFFF 50%, #F3F5F8 50%);
  /* W3C */
  margin-bottom: 80px;
  padding: 10px 0 30px 0;
}
.section-about01 .section-about01-item02 {
  margin-bottom: 80px;
}
.section-about01 .section-about01-item02 .row [class^=col] {
  padding: 15px;
  border-bottom: 1px solid #999;
}
.section-about01 .section-about01-item03 {
  margin-bottom: 80px;
  padding: 40px 0;
  background-image: url(../images/aboutus-bg03.png);
  background-size: cover;
  background-position: center top;
}
.section-about01 .section-about01-item04 {
  margin-bottom: 80px;
}
.section-about01 .section-about01-item04 img {
  width: 100%;
}
.section-about01 .section-about01-item05 {
  padding: 80px 0;
  background-image: url(../images/aboutus-bg05.png);
  background-size: cover;
  text-align: center;
  background-position: center bottom;
}
.section-about01 .section-about01-item05 p {
  text-align: justify;
}
@media (min-width: 769px) {
  .section-about01 .section-about01-item05 p {
    width: 500px;
    margin: 0 auto;
  }
}

.section-about02 .section-about02-item {
  margin: 50px 0;
}
.section-about02 .section-about02-item .row {
  position: relative;
}
.section-about02 .section-about02-item .timeline {
  width: 1px;
  margin: 0 auto;
  min-height: 250px;
  background-color: #4c88d1;
  position: relative;
}
.section-about02 .section-about02-item .timeline:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  background-color: #4c88d1;
}
.section-about02 .section-about02-item .timeline:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: -5px;
  left: -5px;
  border-radius: 50%;
  background-color: #4c88d1;
}
@media (max-width: 768px) {
  .section-about02 .section-about02-item .timeline {
    display: none;
  }
}
.section-about02 .section-about02-item .img-wrap .img-item {
  padding-top: 75%;
}

.section-performance01 {
  margin-bottom: 50px;
}

.section-performance02 {
  margin-bottom: 50px;
}
.section-performance02 .section-performance02-table {
  margin-bottom: 80px;
}
.section-performance02 .section-performance02-table .table thead th {
  background-color: #eee;
  border-bottom: 3px solid #4c88d1;
  text-align: center;
  white-space: nowrap;
}
.section-performance02 .section-performance02-table .table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.section-performance02 .section-performance02-table .table tbody td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.section-performance02 .section-performance02-table .table tbody td:first-child {
  text-align: left;
}

.contactus-item h1 {
  color: #999;
}
.contactus-item p {
  font-size: 18px;
}

.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;
}

.product_detail_img-item {
  margin: 0 0 10px 0;
}

.product_detail_img-nav-item {
  border: 2px solid #fff;
}
.product_detail_img-nav-item.slick-current {
  border: 2px solid red;
}

.nav-tabs02 {
  border: none;
  margin-bottom: 15px;
}
.nav-tabs02 .nav-link {
  padding: 5px 0;
  margin-right: 15px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #fff;
  color: #999;
}
.nav-tabs02 .nav-link.active {
  border-bottom: 2px solid #dd5500;
}

.qa-inner {
  margin-bottom: 40px;
}

.qa-inner .qa-tab_cont {
  padding: 15px;
  border-bottom: 1px dashed #000;
}

.qa-inner .qa-tab_cont .qa-tab_item_top {
  cursor: pointer;
  position: relative;
  font-size: 1.2rem;
  display: block;
}

.qa-inner .qa-tab_cont .qa-tab_item_top:after {
  position: absolute;
  content: "\f067";
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 4px;
  right: 15px;
}

.qa-inner .qa-tab_cont .qa-tab_item_top > i {
  font-size: 1.5rem;
  color: #feb03e;
}

.qa-inner .qa-tab_cont .qa-tab_item_bottom {
  margin-top: 20px;
  font-size: 1.2rem;
  display: none;
}

.qa-inner .qa-tab_cont.opened .qa-tab_item_top:after {
  content: "\f068";
}

.qa-inner .qa-tab_cont.opened .qa-tab_item_bottom {
  display: block;
}

.inside-content .sidebar-menu ul li {
  position: relative;
}

.inside-content .sidebar-menu ul li a {
  display: block;
  padding: 10px 10px;
  color: #666;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.inside-content .sidebar-menu ul li a .sidebar-right {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: absolute;
  top: 10px;
  right: 10px;
}

.inside-content .sidebar-menu ul li .sidebar-menu-sec {
  display: none;
  position: absolute;
  top: 0;
  right: -270px;
  width: 100%;
  background: #fff;
  z-index: 3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.inside-content .sidebar-menu ul li .sidebar-menu-sec li {
  margin: 0;
}

.inside-content .sidebar-menu ul li .sidebar-menu-sec li a {
  border: none;
  color: #666;
  background: #fff;
}

.inside-content .sidebar-menu ul li .sidebar-menu-sec li a:hover {
  color: #fff;
  background: #4c88d1;
}

.inside-content .sidebar-menu ul li:hover .sidebar-menu-sec {
  display: block;
}

.inside-content .sidebar-menu ul li.active a,
.inside-content .sidebar-menu ul li:hover a {
  background-color: #4c88d1;
  color: #fff;
}

.inside-content .sidebar-menu ul li.active a .sidebar-right,
.inside-content .sidebar-menu ul li:hover a .sidebar-right {
  right: 5px;
}

.index-banner .index-banner-product {
  background: #fff;
}

.index-banner .index-banner-product a {
  display: inline-block;
}

.index-banner .index-banner-product a p {
  padding: 10px 10px 0 10px;
  font-size: 14px;
  line-height: 18px;
}

.index-banner .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  top: -39px;
  border: 1px solid #cbcbcb;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
}

.index-banner .owl-nav div.owl-next {
  left: auto;
  right: 5px;
}

.index-banner .owl-nav div:hover {
  color: #E62E04;
  border-color: #e62e04;
}

.arrow-around .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.arrow-around .owl-nav div {
  background: #cfcfcf none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  border: none;
  top: -39px;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
  opacity: 0.7;
}

.arrow-around .owl-nav div:hover {
  background: #000;
  color: #fff;
}

.arrow-around .owl-nav div.owl-prev {
  left: 0;
  right: inherit;
}

.arrow-around .owl-nav div.owl-prev .lnr-arrow-left {
  position: relative;
  left: -1px;
}

.arrow-around .owl-nav div.owl-prev .lnr-arrow-left:before {
  content: "\e875";
}

.arrow-around .owl-nav div.owl-next {
  right: 0;
  left: inherit;
}

.arrow-around .owl-nav div.owl-next .lnr-arrow-right {
  position: relative;
  left: 2px;
}

.arrow-around .owl-nav div.owl-next .lnr-arrow-right:before {
  content: "\e876";
}

.arrow-around2 .owl-nav {
  position: absolute;
  top: 60px;
  width: 100%;
}

.arrow-around2 .owl-nav div {
  background: #cfcfcf none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  border: none;
  top: -39px;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
  opacity: 0.7;
}

.arrow-around2 .owl-nav div:hover {
  background: #000;
  color: #fff;
}

.arrow-around2 .owl-nav div.owl-prev {
  left: -20px;
  right: inherit;
}

.arrow-around2 .owl-nav div.owl-prev .lnr-arrow-left {
  position: relative;
  left: -1px;
}

.arrow-around2 .owl-nav div.owl-prev .lnr-arrow-left:before {
  content: "\e875";
}

.arrow-around2 .owl-nav div.owl-next {
  right: -20px;
  left: inherit;
}

.arrow-around2 .owl-nav div.owl-next .lnr-arrow-right {
  position: relative;
  left: 2px;
}

.arrow-around2 .owl-nav div.owl-next .lnr-arrow-right:before {
  content: "\e876";
}

.hot-deal-active3 .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  top: -45px;
  border: none;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
}

.hot-deal-active3 .owl-nav div.owl-next {
  left: auto;
  right: 5px;
}

.hot-deal-active3 .owl-nav div:hover {
  color: #E62E04;
  border-color: #e62e04;
}

.hot-deal-active3 .owl-nav div.owl-prev .lnr-arrow-left {
  position: relative;
  left: -1px;
}

.hot-deal-active3 .owl-nav div.owl-prev .lnr-arrow-left:before {
  content: "\e875";
}

.hot-deal-active3 .owl-nav div.owl-next .lnr-arrow-right {
  position: relative;
  left: 2px;
}

.hot-deal-active3 .owl-nav div.owl-next .lnr-arrow-right:before {
  content: "\e876";
}

.active-tab {
  padding: 20px 0 0 0;
}

.active-tab .active-tab-inner {
  padding: 0 20px;
  margin-bottom: 20px;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow,
.active-tab .active-tab-inner.active .active-tab-cssarrow {
  border: 5px solid #fff;
  background: #e62e04;
  outline: 1px solid #e62e04;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow:after,
.active-tab .active-tab-inner.active .active-tab-cssarrow:after {
  border-top-color: #e62e04;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow:before,
.active-tab .active-tab-inner.active .active-tab-cssarrow:before {
  border-top-color: #FFFFFF;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow a,
.active-tab .active-tab-inner.active .active-tab-cssarrow a {
  color: #fff;
}

.active-tab .active-tab-inner .active-tab-cssarrow {
  position: relative;
  background: #FFFFFF;
  border: 5px solid #e62e04;
}

.active-tab .active-tab-inner .active-tab-cssarrow:after,
.active-tab .active-tab-inner .active-tab-cssarrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.active-tab .active-tab-inner .active-tab-cssarrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}

.active-tab .active-tab-inner .active-tab-cssarrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #e62e04;
  border-width: 16px;
  margin-left: -16px;
}

.active-tab .active-tab-inner .active-tab-cssarrow a {
  display: block;
  color: #e62e04;
  width: 100%;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}

.hot-deal-products {
  background: #fff;
}

.hot-deal-products .nav-tabs .nav-item.show .nav-link,
.hot-deal-products .nav-tabs .nav-link.active {
  background: #fff;
}

.blog-area {
  background: #ddd;
}

.blog-area2 {
  background: #dd80a2;
}

@media (max-width: 768px) {
  .active-tab {
    padding: 15px 0 0 0;
  }

  .active-tab .active-tab-inner {
    padding: 0 20px;
    margin-bottom: 15px;
  }

  .active-tab .active-tab-inner:hover .active-tab-cssarrow,
.active-tab .active-tab-inner.active .active-tab-cssarrow {
    border: 5px solid #fff;
    background: #e62e04;
    outline: 1px solid #e62e04;
  }

  .active-tab .active-tab-inner:hover .active-tab-cssarrow:after,
.active-tab .active-tab-inner.active .active-tab-cssarrow:after {
    border-top-color: #e62e04;
  }

  .active-tab .active-tab-inner:hover .active-tab-cssarrow:before,
.active-tab .active-tab-inner.active .active-tab-cssarrow:before {
    border-top-color: #FFFFFF;
  }

  .active-tab .active-tab-inner:hover .active-tab-cssarrow a,
.active-tab .active-tab-inner.active .active-tab-cssarrow a {
    color: #fff;
  }

  .active-tab .active-tab-inner .active-tab-cssarrow {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #e62e04;
  }

  .active-tab .active-tab-inner .active-tab-cssarrow:after,
.active-tab .active-tab-inner .active-tab-cssarrow:before,
.active-tab .active-tab-inner .active-tab-cssarrow:after,
.active-tab .active-tab-inner .active-tab-cssarrow:before {
    content: none;
  }

  .active-tab .active-tab-inner .active-tab-cssarrow a {
    display: block;
    color: #e62e04;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .sticky .active-tab {
    padding: 55px 0 0 0;
    position: fixed;
    right: 0;
    width: 150px;
  }

  .sticky .active-tab .active-tab-inner {
    margin-bottom: 10px;
  }

  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow {
    border: 2px solid #fff;
    background: #e62e04;
    outline: none;
  }

  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow:after,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow:after {
    border-top-color: #e62e04;
  }

  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow:before,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow:before {
    border-top-color: #FFFFFF;
  }

  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow a,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow a {
    color: #fff;
  }

  .sticky .active-tab .active-tab-inner .active-tab-cssarrow {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #e62e04;
  }

  .sticky .active-tab .active-tab-inner .active-tab-cssarrow:after,
.sticky .active-tab .active-tab-inner .active-tab-cssarrow:before,
.sticky .active-tab .active-tab-inner .active-tab-cssarrow:after,
.sticky .active-tab .active-tab-inner .active-tab-cssarrow:before {
    content: none;
  }

  .sticky .active-tab .active-tab-inner .active-tab-cssarrow a {
    display: block;
    color: #e62e04;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.pro-content {
  min-height: 60px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
}

.pro-content h4 a {
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pro-content h4 a:hover {
  color: #E62E04;
}

.pro-content .product-rating {
  margin-bottom: 13px;
}

.grid-list-view .tabs-area {
  border-bottom: none;
}

.grid-list-view .tabs-area li a {
  color: #2c2c2c;
  font-size: 24px;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  position: relative;
}

.grid-list-view .tabs-area li a.active:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #0f51a3;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.grid-list-view .tabs-area > li {
  margin-left: 0;
  margin-right: 10px;
}

.grid-list-view .tabs-area02 {
  border-bottom: none;
}

.grid-list-view .tabs-area02 li {
  position: relative;
}

.grid-list-view .tabs-area02 li.bg01 {
  background: #f6bc1a;
}

.grid-list-view .tabs-area02 li.bg02 {
  background: #28b255;
}

.grid-list-view .tabs-area02 li.bg03 {
  background: #ddb089;
}

.grid-list-view .tabs-area02 li.bg04 {
  background: #889093;
}

.grid-list-view .tabs-area02 li:first-child {
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 25px;
}

.grid-list-view .tabs-area02 li:last-child:before {
  display: none;
}

.grid-list-view .tabs-area02 li:before {
  content: "/";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -1px;
}

.grid-list-view .tabs-area02 li a {
  color: #2c2c2c;
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  position: relative;
}

.grid-list-view .tabs-area02 li a.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #0f51a3;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.grid-list-view .tabs-area02 > li {
  margin-left: 0;
  margin-right: 10px;
}

.single-product {
  background: transparent none repeat scroll 0 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  margin: 10px 0;
  padding: 15px;
}

.single-product:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.single-product:hover .pro-actions,
.single-product:hover .actions-secondary a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.single-product:hover .pro-info {
  opacity: 0;
}

.single-product:hover .quick_view {
  opacity: 1;
}

.single-product .pro-info {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.single-product02 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 325px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.double-product .single-product {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.double-product .single-product:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.grid-list-top .tabs-area > li span,
.toolbar-sorter label {
  color: #3e3e3e;
  font-size: 13px;
}

.member-list ul {
  margin: 0;
  padding: 0;
}

.member-list ul:after {
  content: "";
  display: block;
  clear: both;
}

.member-list ul li {
  float: left;
  padding-left: 20px;
}

.member-list ul li .nav_item .cart span {
  padding-top: 20px;
}

.member-list ul li .nav_item a {
  font-size: 18px;
  display: inline-block;
}

.member-list ul li .nav_item i {
  font-size: 42px;
  display: inline-block;
}

.member-list ul li .nav_item span {
  display: inline-block;
}

.mark {
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
}

.mark:nth-child(2) {
  top: 5px;
  right: 5px;
}

.mark:nth-child(3) {
  top: 36px;
  right: 5px;
}

.mark:nth-child(4) {
  top: 67px;
  right: 5px;
}

.mark.car-mark,
.mark.new-mark,
.mark.hot-mark {
  background: #e76667;
}

.section-ttitle {
  width: 100%;
}

.section-ttitle h2 {
  width: 49%;
  display: inline-block;
}

.section-ttitle h2.has-icon {
  padding-left: 85px;
  position: relative;
}

.section-ttitle h2.has-icon:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/new-icon.png);
  width: 73px;
  height: 73px;
  top: -22px;
  left: 0;
}

.section-ttitle a {
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #969696;
  display: inline-block;
}

.section-ttitle a:hover {
  color: #000;
  text-decoration: underline;
}

#list-view .pro-content {
  border: none;
}

.well {
  background-color: #fff;
  padding: 20px 0;
}

.well.h407 {
  min-height: 407px;
}

.well h5 {
  color: #0f51a3;
}

.well a.google {
  color: #eb5b4c;
}

.well a.google:hover {
  color: #de3220;
}

.well .new-customer {
  line-height: 473px;
}

.well .new-customer img {
  width: 100%;
}

.qa_icon .qa_content_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #0f51a3;
}

.qa_icon .qa_content_wrap.opened .fa-plus:before {
  content: "\f068";
}

.qa_icon .qa_content_wrap:before {
  content: "";
  display: inline-block;
  background: url(../img/more_light_r.png);
  width: 25px;
  height: 25px;
  right: 12px;
  top: 12px;
  position: absolute;
  pointer-events: none;
  background-size: 100% 100%;
  background-position: center;
}

.qa_icon .qa_content_wrap .qa_q {
  width: 100%;
  padding: 15px 15px 15px 50px;
  color: #008bc9;
  display: block;
  cursor: pointer;
  position: relative;
}

.qa_icon .qa_content_wrap .qa_q:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/Q.png);
  width: 37px;
  height: 39px;
  top: 8px;
  left: 0;
}

.qa_icon .qa_content_wrap .qa_q .fa {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 35px;
  background: #ffffff;
  color: #008bc9;
  position: absolute;
  right: 2%;
  top: 13px;
  font-size: 18px;
  border: 1px solid;
}

.qa_icon .qa_content_wrap .qa_q_on {
  text-decoration: underline;
  cursor: pointer;
}

.qa_icon .qa_content_wrap .qa_content {
  padding: 15px 15px 15px 50px;
  display: none;
  position: relative;
}

.qa_icon .qa_content_wrap .qa_content:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/A.png);
  width: 37px;
  height: 39px;
  top: 8px;
  left: 0;
}

.qa_icon p {
  line-height: 34px;
}

.shop-cart-qa .qa_content_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  background: #ffe493;
}

.shop-cart-qa .qa_content_wrap.opened .fa-plus:before {
  content: "\f068";
}

.shop-cart-qa .qa_content_wrap:before {
  content: "";
  display: inline-block;
  background: url(../img/more_light_r.png);
  width: 25px;
  height: 25px;
  right: 12px;
  top: 12px;
  position: absolute;
  pointer-events: none;
  background-size: 100% 100%;
  background-position: center;
}

.shop-cart-qa .qa_content_wrap .qa_q {
  width: 100%;
  padding: 15px;
  color: #000;
  display: block;
  cursor: pointer;
  position: relative;
}

.shop-cart-qa .qa_content_wrap .qa_q .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  position: absolute;
  right: 2%;
  top: 18px;
  font-size: 12px;
  border: 1px solid #000;
}

.shop-cart-qa .qa_content_wrap .qa_q_on {
  text-decoration: underline;
  cursor: pointer;
}

.shop-cart-qa .qa_content_wrap .qa_content {
  padding: 15px;
  display: none;
}

.shop-cart-qa p {
  line-height: 34px;
}

.left-sidebar .pro-img {
  display: block;
  padding: 7.5px;
  margin-top: 3px;
}

.left-sidebar .pro-img .secondary-img {
  padding: 7.5px;
}

.left-sidebar .pro-content {
  border: none;
  padding: 20px 5px;
}

.left-sidebar .owl-nav div {
  top: -45px;
}

.pro-ref {
  border: 2px solid #f19ec2;
}

.pro-ref p {
  padding: 5px 10px;
}

.profile_file {
  background: #00b856 none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
  border-radius: 4px;
}

.profile_file p {
  color: #ffffff;
}

.profile_file:hover {
  background: #014c24;
}

#profile_file_label {
  display: none;
}

.shop-cart {
  background-color: #fff;
  border-radius: 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.shop-cart h4 {
  padding-left: 15px;
  color: #fff;
  line-height: 45px;
  background: #f50;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.shop-cart .form-register {
  padding: 0 15px;
}

.joinus {
  background: #fff;
  padding: 20px 15px;
}

.joinus h4 {
  color: #ff5800;
}

.joinus .photo-inner {
  border: 1px solid #efefef;
  padding: 20px;
}

.joinus .photo-inner .photo {
  position: relative;
  background: url(../img/user_male2-512.png);
  display: block;
  width: 100%;
  padding-top: 90%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.joinus .photo-inner .photo .change-photo-file {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.joinus .photo-inner .photo .change-photo-file p {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
}

.joinus .photo-inner .photo #change-photo-label {
  display: none;
}

.map {
  background: #fff;
  padding: 20px 80px;
}

.map h5 {
  color: #333;
}

.map ul {
  list-style-type: disc;
  color: #666;
  padding: 20px;
}

.map ul li {
  padding: 5px 0;
}

.map ul li:hover {
  color: #007bff;
}

.map ul li a {
  color: #666;
}

.map ul li a:hover {
  color: #007bff;
}

.mobile-menu .mobile-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 25px;
  text-align: center;
}

.mobile-menu .mobile-logo img {
  width: 55%;
}

.mobile-menu .mobile-search {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 22px;
}

.mobile-menu .search-form {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 65px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  transition-property: height;
  height: 0;
  z-index: 9999;
}

.mobile-menu .search-form.open {
  display: block;
  position: absolute;
  height: 50px;
}

.mobile-menu02 {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.mobile-menu02 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mobile-menu02 ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  margin: 10px 0;
}

.mobile-menu02 ul li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #333;
  font-size: 14px;
}

.right-sidebar {
  position: fixed;
  right: 22px;
  bottom: 137px;
  z-index: 999;
}

.hot-deal-active3 .well {
  padding: 0px 25px;
}

.hot-deal-active3 .well > div {
  margin-top: 15px;
}

.hot-deal-active3 .well > div:first-child {
  border-bottom: 1px solid #ececec;
}

/*----------------------------------------*/
/*running CSS
/*----------------------------------------*/
.running {
  margin: 10px 0;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  background: #76be52;
}

/*----------------------------------------*/
/*table-div CSS
/*----------------------------------------*/
.table-content table {
  background: #ffffff none repeat scroll 0 0;
  text-align: center;
  width: 100%;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  width: 120px;
}

.table-content table th {
  background: #f0f0f0;
}

.table-content table thead th,
.table-content table tbody td {
  border-bottom: 1px solid #e5e5e5;
}

.table-content > table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}

.table-content > table th {
  border-top: medium none;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}

.table-content.pic-table th:first-child {
  padding: 0 20px 22px 10px;
}

.table-content.pic-table td:nth-child(1) {
  padding: 0 10px 22px 0px;
}

.table-content.pic-table td:nth-child(2) {
  padding: 10px;
}

.table-content.pic-table td:nth-child(2) img {
  width: 100px;
  height: 100px;
}

.table-content .add-icon {
  font-size: 22px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.table-content .div-table {
  margin: 0;
  padding: 0;
}

.table-content .div-table td {
  padding: 0;
  border-right: 0;
}

.table-content .div-table table tr:last-child td {
  border-bottom: none;
}

.table-content .div-table table .div-tr .table-inner {
  line-height: 61px;
  height: 61px;
  float: left;
}

.table-content .div-table table .div-tr .table-inner:nth-child(1) {
  width: 71.6%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(2) {
  width: 14.9%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(3) {
  width: 13.5%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(2),
.table-content .div-table table .div-tr .table-inner:nth-child(3) {
  /* border-left: 1px solid #e5e5e5;*/
}

.table-content .div-table table .div-tr .table-inner:after {
  content: "";
  display: block;
  clear: both;
}

.table-content .coupon-content {
  /*border: 1px solid #e5e5e5;*/
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}

.table-content .coupon-content.active {
  height: auto;
  display: table-row;
}

/*----------------------------------------*/
/*qty CSS
/*----------------------------------------*/
.qty > * {
  border: 1px solid #eaeaea;
  float: left;
  height: 38px;
  text-align: center;
  background: #fff;
}

.qty > *:first-child {
  border-radius: 3px 0 0 3px;
}

.qty > *:last-child {
  border-radius: 0 3px 3px 0;
}

.qty > input[type=text] {
  width: calc(100% - 56px);
  border-left: none;
  border-right: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
}

.qty button {
  width: 28px;
  padding: 0;
  color: inherit;
}

/*----------------------------------------*/
/*thumbnails CSS
/*----------------------------------------*/
.single_product .image_preview_container {
  width: 100%;
  margin-bottom: 30px;
}

.single_product .image_preview_container img {
  width: 100%;
}

.single_product .product_preview a {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  padding: 2px;
}

.single_product .product_preview a.active {
  border: 1px solid #f00;
}

@media (min-width: 1200px) {
  .fast-link {
    width: 900px;
    margin: 0 auto;
  }

  .row75 .row {
    margin: 0;
  }

  .row75 .row [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .row75 .row [class*=col-] a img {
    width: 100%;
  }

  .row325 .row {
    margin: -3.25px;
  }

  .row325 .row [class*=col-] {
    padding-right: 3.25px;
    padding-left: 3.25px;
    margin: 3.25px 0;
  }

  .row325 .row [class*=col-] a img {
    width: 100%;
  }

  .row.productlist > div {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }

  .lg-pl-0 {
    padding-left: 0 !important;
  }

  .lg-pr-0 {
    padding-right: 0 !important;
  }

  .text-lg-right {
    text-align: right;
  }

  .float-r-lg {
    float: right;
  }
}
@media (max-width: 768px) {
  .sm-pl-40 {
    padding-left: 40px;
  }

  .grid-list-view .tabs-area {
    overflow-x: auto;
    width: 100%;
  }

  .grid-list-view .tabs-area li {
    white-space: nowrap;
  }

  .grid-list-view .tabs-area li a.active {
    background: #0f51a3;
    color: #fff;
  }

  .grid-list-view .tabs-area li a.active:before {
    display: none;
  }

  .row325 .row .col-6 {
    margin-bottom: 15px;
  }
}
.wrapCarouselFull {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px;
  background: #fff;
}

.wrapCarouselThumbs {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}

.none-enter {
  cursor: pointer;
  display: inline-block;
  /* padding-bottom: 10px; */
  /* padding-left: 10px; */
  /* padding-top: 10px; */
  position: relative;
}

.road-area {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.road {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.road ul > li {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  position: relative;
}

.road ul > li > a {
  color: #ffffff;
  font-size: 14px;
}

.road ul > li span {
  color: #ffffff;
  font-size: 14px;
}

.road ul > li span:hover {
  color: #3c98e7;
}

.road ul > li > a:hover {
  color: #3c98e7;
}

.road ul li a img {
  margin-right: 5px;
}

.road ul li a i {
  font-size: 14px;
  margin-left: 5px;
}

.road ul span {
  color: #a5d6f7;
  font-size: 13px;
}

.road ul.ht-dropdown {
  left: auto;
  right: 0px;
}

.funtion-box {
  border-left: 1.5px solid rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.funtion-box ul > li {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.funtion-box ul > li > a,
.funtion-box ul > li span {
  color: #666666;
  font-size: 12px;
}

.funtion-box span:hover {
  background-color: #0f51a3;
}

.funtion-box ul li a img {
  margin-right: 5px;
}

.funtion-box ul li a i {
  font-size: 17px;
  margin-left: 5px;
}

.funtion-box ul span {
  color: #a5d6f7;
  font-size: 15px;
  width: 18px;
  height: 18px;
  /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5); */
  position: absolute;
  top: 13px;
  right: 5px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.funtion-box ul.ht-dropdown {
  left: auto;
  right: 0px;
}

.menu_padding-1 {
  margin: 0px 15px 0px 0px;
}

.login_windows {
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 0px 30px 0px 30px;
}

.dash01 {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  display: -webkit-box;
}

.dash02 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  display: -webkit-box;
}

.re-code {
  font-size: 12px;
  color: #3c1a6d !important;
}

a.re-code:hover {
  text-decoration: underline;
}

.login_button {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  border-radius: 2px;
  background-color: #e76667;
  width: 60%;
  padding: 5px 50px 5px 50px;
  border-radius: 1px;
}

.login_bt-font {
  color: #ffffff;
}

.login_bt-font a:hover {
  color: #999999;
}

.dash03 {
  border-left: 1px solid white;
}

.p-danger {
  color: #ff0000;
}

.p-content,
.code-font02 {
  color: #777777;
}

.top-line {
  margin-top: 25px;
}

.wishlist_products_counter_number {
  color: #a5d6f7;
  font-size: 13px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5); */
  position: absolute;
  top: 13px;
  right: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #e76667;
}

.angle-text {
  font-size: 16px;
}

.angle-long {
  width: 55px !important;
}

.icon-background {
  width: 15px;
  height: 15px;
  background-color: #666666;
}

.plus-icon {
  color: #878787;
}

.footer-sticky-color {
  color: #999999;
}

.single-product09 {
  background: transparent none repeat scroll 0 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  margin: 10px 0;
  padding: 10px;
}

.single-product09:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.single-product09:hover .pro-actions,
.single-product09:hover .actions-secondary a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.single-product09:hover .pro-info {
  opacity: 0;
}

.single-product09:hover .quick_view {
  opacity: 1;
}

.single-product09 .pro-info {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

@media only screen and (max-width: 992px) {
  .single-product09 {
    width: 50%;
  }
}
.mat-3 {
  margin-top: 3px;
}

.no-padding {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.one-line {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media screen and (min-width: 991px) {
  .x-pc {
    display: block !important;
  }

  .x-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .x-pc {
    display: none !important;
  }

  .x-mobile {
    display: block !important;
  }
}
label.error {
  color: red;
}

.add-follow.MyFollow,
.del-follow {
  color: #e62e04;
}

.nice-select .list {
  max-height: 300px;
  overflow-y: auto;
}

.cart-tips-list {
  padding: 20px 30px;
  background: #f7f7f7;
  margin-bottom: 50px;
}

.cart-title-tabs .nav-tabs .nav-link {
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 15px;
  margin: 0 5px;
  border: none;
}

.cart-title-tabs .nav-tabs .nav-link:hover,
.cart-title-tabs .nav-tabs .nav-link.active {
  color: #000;
}

.cart-list {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.cart-list .form-group {
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-list .img-wrap {
  border: 1px solid #000;
}

.cart-list ul li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 18px;
}

.cart-list label {
  font-size: 13px;
  margin: 0;
}

.cart-list p {
  font-size: 13px;
  margin-bottom: 0.25rem;
}

.cart-list [class^=col] {
  font-size: 14px;
  line-height: 14px;
}

.cart-list .label-tips {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}

.cart-list .cart-title {
  padding: 15px;
}

.cart-list .cart-item01 + .cart-item01,
.cart-list .cart-item01 + .cart-item05,
.cart-list .cart-item01 + .cart-item02,
.cart-list .cart-item05 + .cart-item02 {
  border-top: 1px solid #ddd;
}

.cart-list .cart-item01,
.cart-list .cart-item02,
.cart-list .cart-item03,
.cart-list .cart-item04,
.cart-list .cart-item05 {
  padding: 15px;
}

.cart-list .ohter-title {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.cart-list .ohter-add-title {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
}

.cart-list .ohter-add-title-btn {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-list02 {
  margin-bottom: 30px;
}

.cart-list02 .list02-ohter-add-title {
  font-size: 16px;
  color: red;
  border-bottom: 1px solid ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  position: relative;
}

.cart-list02 .list02-ohter-add-title div:first-child {
  padding: 10px 20px;
}

.cart-list02 .list02-ohter-add-title .cart-add-detail {
  position: absolute;
  top: 5px;
  right: 45px;
  z-index: 9;
}

.cart-list02 .list02-ohter-add-title .m-add-detail:before {
  position: absolute;
  content: "\f068";
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 15px;
  right: 15px;
}

.cart-list02 .list02-ohter-add-title .m-add-detail.collapsed:before {
  content: "\f067";
}

.cart-list02 .list02-cart-item {
  padding: 15px;
  border: 1px solid #ddd;
}

.cart-end {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 30px;
}

.cart-end [class^=col] {
  font-size: 14px;
  line-height: 14px;
}

.user-detail {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.user-detail .user-detail-list {
  padding: 5px;
}

.user-detail .user-detail-list .user-detail-title {
  padding: 15px;
  background: #e4e4e4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-detail .user-detail-list .user-detail-content {
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link {
  padding: 10px 15px;
  border: none;
}

.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link:hover,
.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link.active {
  background: #f7f7f7;
}

.user-detail .user-detail-list .user-detail-content .tab-pane {
  background: #f7f7f7;
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .check-item li {
  padding: 10px 15px 10px 0;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-title {
  background: #ccc;
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content {
  border: 1px solid #ccc;
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content .nav-link:hover,
.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content .nav-link.active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  border-radius: 0.25rem !important;
}

.user-detail .card-check {
  background: #f7f7f7;
  padding: 10px;
}

.user-detail .card-check .form-check-input {
  top: 22px;
  left: 22px;
  margin: 0;
}

.ck-edit img {
  max-width: 100%;
}

.share-list {
  padding: 15px 0 5px 0;
}
.share-list li a {
  font-size: 23px;
  padding: 0 6px;
  color: #bbb;
}
.share-list li a:hover {
  color: #e27a12;
}

.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;
}

.big-black-arrow .slick-next {
  right: 15px;
  outline: 0;
  width: 50px;
  height: 80px;
  z-index: 2;
  background: url(../images/main_controls2.png) -50px 0 no-repeat;
  opacity: 0.5;
}
.big-black-arrow .slick-next:focus, .big-black-arrow .slick-next:hover {
  opacity: 1;
  background: url(../images/main_controls2.png) -50px 0 no-repeat;
}
.big-black-arrow .slick-prev {
  left: 15px;
  outline: 0;
  width: 50px;
  height: 80px;
  z-index: 2;
  background: url(../images/main_controls2.png) no-repeat;
  opacity: 0.5;
}
.big-black-arrow .slick-prev:focus, .big-black-arrow .slick-prev:hover {
  opacity: 1;
  background: url(../images/main_controls2.png) no-repeat;
}

.black-arrow .slick-next {
  right: -5px;
  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: -5px;
  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-arrow2 .slick-next {
  right: 5px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls2.png) -18.5px 0 no-repeat;
  opacity: 0.5;
}
.black-arrow2 .slick-next:focus, .black-arrow2 .slick-next:hover {
  opacity: 1;
  background: url(../images/main2_controls2.png) -18.5px 0 no-repeat;
}
.black-arrow2 .slick-prev {
  left: 5px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls2.png) no-repeat;
  opacity: 0.5;
}
.black-arrow2 .slick-prev:focus, .black-arrow2 .slick-prev:hover {
  opacity: 1;
  background: url(../images/main2_controls2.png) no-repeat;
}

.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;
}

.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%;
}

.choose-item {
  text-align: center;
}
.choose-item .img-wrap {
  margin-bottom: 15px;
}
.choose-item .img-wrap .img-item {
  padding-top: 60%;
}
.choose-item .img-wrap .img-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.choose-item .text-item {
  color: #666;
}
.choose-item:hover .img-item:before {
  background: rgba(255, 255, 255, 0.2);
}
.choose-item:hover .text-item {
  color: #000;
}

.list-item {
  display: block;
  background-color: #fff;
}
.list-item .img-wrap .img-item {
  padding-top: 70%;
}
.list-item .text-item {
  padding: 10px 15px;
}
.list-item .text-item h4 {
  color: #000;
}
.list-item .text-item p {
  color: #666;
  margin: 0;
}
.list-item:hover .img-wrap {
  -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*/
}
.list-item:hover .text-item p {
  color: #000;
}

.list-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
  .list-item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-item2 .img-wrap {
  width: 48%;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .list-item2 .img-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.list-item2 .img-wrap .img-item {
  padding-top: 75%;
}
.list-item2 .text-item {
  width: 48%;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .list-item2 .text-item {
    width: 100%;
    text-align: center;
  }
}
.list-item2 .text-item h4 {
  color: #000;
}
.list-item2 .text-item p {
  color: #666;
  margin: 0;
}
.list-item2 .more {
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #064162;
  color: #fff !important;
}
.list-item2: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*/
}
.list-item2:hover .text-item p {
  color: #000;
}

.list-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
  .list-item3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-item3 .img-wrap {
  width: 15%;
  margin: 15px 30px;
}
@media (max-width: 991px) {
  .list-item3 .img-wrap {
    margin: 15px auto;
  }
}
.list-item3 .img-wrap .img-item {
  padding-top: 100%;
}
.list-item3 .text-item {
  width: 70%;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .list-item3 .text-item {
    width: 100%;
    text-align: center;
  }
}
.list-item3 .text-item h4 {
  color: #000;
}
.list-item3 .text-item p {
  color: #666;
  margin: 0;
}
.list-item3 .more {
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #064162;
  color: #fff !important;
}
.list-item3: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*/
}
.list-item3:hover .text-item p {
  color: #000;
}

.breadcrumb-area {
  background: #fff;
  margin-bottom: 50px;
}
.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;
}

.input-group .form-control {
  border-radius: 0;
}

.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;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
}
.section-title:before {
  content: "";
  display: block;
  background: #4c88d1;
  height: 3px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.section-title h2 {
  color: #4c88d1;
}
.section-title h5 {
  color: #999;
}

.section-title-center {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.section-title-center:before {
  content: "";
  display: block;
  background: #4c88d1;
  height: 3px;
  width: 60px;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -15px;
  z-index: 1;
}
.section-title-center h2 {
  color: #4c88d1;
}
.section-title-center h5 {
  color: #999;
}

.more {
  display: inline-block;
  color: #fff;
  padding: 10px 65px;
  position: relative;
  font-weight: bolder;
  border: 1px solid #4c88d1;
  border-radius: 5px;
  background-color: #4c88d1;
  opacity: 0.8;
}
.more i {
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  top: 14px;
  right: 15px;
}
.more:hover {
  color: #fff;
  opacity: 1;
}
.more:hover i {
  right: 10px;
}

.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;
}

.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;
  }
}