@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: "微軟正黑體", sans-serif;
  letter-spacing: 1.5px;
}

.other-font {
  font-family: "Noto Serif TC", serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  letter-spacing: 1.5px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
    line-height: 30px;
  }
}

h4 {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

h3 {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h2 {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

legend {
  font-size: 18px;
}

em {
  font-size: 14px;
}

a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  color: #666;
  font-size: 15px;
}
a:hover {
  color: #000;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #333;
}

.line-height-normal {
  line-height: normal;
}

img {
  max-width: 100%;
}

.text-color {
  color: #212d3a !important;
}
.text-color2 {
  color: #e0b956 !important;
}
.text-color3 {
  color: #b28023 !important;
}
.text-blue {
  color: #1c4e7f !important;
}
.text-fb-blue {
  color: #2657a2;
}
.text-black {
  color: #333;
}
.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;
}
.text-bigword {
  text-transform: uppercase;
}

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

.color-circle {
  padding-left: 20px;
}
.color-circle li {
  position: relative;
  margin-bottom: 15px;
}
.color-circle li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e0b956;
  position: absolute;
  top: 7px;
  left: -18px;
}

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: #212d3a;
  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;
  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;
}
s .border-b {
  border-bottom: 1px solid #999;
}
.border-2b {
  border-bottom: 2px solid #999;
}
.border-3b {
  border-bottom: 3px solid #999;
}
.border-3b-w {
  border-bottom: 3px solid #fff;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #212d3a;
}
@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 !important;
}

.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) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  left: 0;
  opacity: 1;
  color: #212d3a;
  text-align: center;
}

.slick-dots li,
.slick-dots li button {
  height: 13px;
  width: 13px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-dots li button {
  font-size: 0;
}

.slick-dots {
  list-style: none;
  z-index: 5;
  bottom: 25px;
}

.slick-dots li button:before {
  top: 0;
  width: 13px;
  height: 13px;
  content: "•";
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.slick-dots li button:hover:before {
  content: "";
  background: #ececec;
}

.slick-dots li.slick-active button:before {
  top: 0;
  width: 13px;
  height: 13px;
  content: "•";
  border: 2px solid #212d3a;
  background: #212d3a;
  border-radius: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.slick-next:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  content: "";
}

.slick-loading .slick-list {
  background-image: none;
}

.slide-overlay {
  visibility: hidden;
}

.slide-overlay.active-slide {
  visibility: visible;
}

.slick-next,
.slick-next:focus,
.slick-next:hover {
  right: 5vw;
  outline: 0;
  width: 50px;
  height: 80px;
  z-index: 2;
  background: url(../images/main_controls.png) -51px 0 no-repeat;
  opacity: 0.5;
}

.slick-next:focus:hover,
.slick-next:hover,
.slick-next:hover:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-dots {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .slick-dots {
    bottom: 8px;
  }
}
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  left: 5vw;
  outline: 0;
  width: 50px;
  height: 80px;
  z-index: 2;
  background: url(../images/main_controls.png) no-repeat;
  opacity: 0.5;
}

.slick-prev:focus:hover,
.slick-prev:hover,
.slick-prev:hover:hover {
  opacity: 1;
}

.cd-top {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  visibility: hidden;
  background-color: #000;
  color: #fff;
  z-index: 777;
}

.cd-top.cd-fade-out {
  visibility: visible;
  opacity: 0.8;
}

.cd-top.cd-fade-out:hover {
  opacity: 1;
}

.index-title1 {
  background-size: cover;
  padding: 25vw 0;
  text-align: center;
}
.index-title1 h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-text-stroke: 0.1px #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff)";
  /*IE 8*/
  text-shadow: 2px 2px 3px #000000;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff);
  /*IE 5.5-7*/
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .index-title1 h2 {
    font-size: 1.75rem;
    margin-bottom: 50px;
  }
}
.index-title1 p {
  color: #fff;
  font-size: 1.65rem;
  line-height: 2.5rem;
  font-weight: 600;
  -webkit-text-stroke: 0.1px #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff)";
  text-shadow: 2px 2px 3px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff);
}
@media (max-width: 991px) {
  .index-title1 p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.index-title1.index-title {
  background-image: url(../images/index-title.jpg);
}
.index-title1.about-title {
  background-image: url(../images/about-title.png);
}
.index-title1.building-title {
  background-image: url(../images/building-title.jpg);
}
.index-title1.service-title {
  background-image: url(../images/service-title.png);
}
.index-title1.contactus-title {
  background-image: url(../images/contactus-title.jpg);
}

@media (max-width: 991px) {
  .index-title1 {
    margin-top: 55px;
  }
}
.index-title2 {
  padding-top: 170px;
}

.index_cont.wbg {
  background: #fff;
  padding: 70px 0;
}

.index_cont-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}

.index_cont-title-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.index_cont-title-left ul li a,
.index_cont-title-left ul li span {
  padding: 15px;
  font-size: 18px;
  color: #000;
  display: inline-block;
}
.index_cont-title-left ul li.active a, .index_cont-title-left ul li:hover a {
  color: #d30000;
}

.index_cont-title-right {
  font-size: 16px;
  color: #000000;
}
.index_cont-title-right input {
  max-width: 91px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  text-align: center;
}

@media (max-width: 767px) {
  .index_cont-title {
    margin-bottom: 30px;
  }
  .index_cont-title-left ul li a,
  .index_cont-title-left ul li span {
    padding: 8px;
    font-size: 14px;
  }
  .index_cont-title-right {
    font-size: 14px;
  }
  .index_cont-title-right input {
    max-width: 51px;
  }
}
.index_cont-item {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 70px;
}

.index_cont-item-img {
  cursor: pointer;
}
.index_cont-item-img img {
  width: 100%;
}

.index_cont-item-text {
  padding: 20px 15px;
}
.index_cont-item-text h4 {
  font-size: 15px;
  color: #267ff3;
  margin-bottom: 18px;
}
.index_cont-item-text p {
  font-size: 18px;
  color: #333333;
}
.index_cont-item-text span {
  display: block;
  font-size: 15px;
  color: #666666;
}

@media (max-width: 767px) {
  .index_cont-item {
    margin-bottom: 30px;
  }
  .index_cont-item-text {
    padding: 15px 8px;
  }
  .index_cont-item-text h4 {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .index_cont-item-text p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 13px;
  }
  .index_cont-item-text span {
    font-size: 13px;
  }
}
.index_cont .text-b {
  color: #b28023;
}
.index_cont .text-red {
  color: red;
}
.index_cont .table thead {
  background: #87c8ff;
  text-align: center;
}
.index_cont .table tbody {
  background: #fff;
}
.index_cont .table tbody tr:nth-child(1) {
  background: #daeeff;
}
.index_cont .table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.index_cont .table tbody .table-title {
  width: 125px;
}
.index_cont h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
.index_cont h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.index_cont .about-item-title {
  padding-left: 25px;
  position: relative;
  margin-bottom: 1rem;
}
.index_cont .about-item-title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #b28023;
  top: 0;
  left: 0;
}
.index_cont .about-item ul.custom-ul {
  padding-left: 20px;
}
.index_cont .about-item ul.custom-ul > li {
  position: relative;
  margin-bottom: 5px;
  list-style-type: none;
}
.index_cont .about-item ul.custom-ul > li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #aaaaaa;
  top: 6px;
  left: -20px;
}
.index_cont .about-item2 {
  -webkit-box-shadow: 0 3px 13px 3px rgba(114, 199, 249, 0.22);
  box-shadow: 0 3px 13px 3px rgba(114, 199, 249, 0.22);
  padding: 15px;
  height: 100%;
}
.index_cont .about-item2 h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.index_cont .contactus-form .form-control {
  height: calc(1.5em + 0.75rem + 10px);
}
.index_cont .contactus-form textarea.form-control {
  height: auto;
}
.index_cont .email {
  padding: 10px;
  border: 2px solid red;
}

@media (max-width: 991px) {
  .index_cont .table tbody .table-title {
    width: 90px;
  }
}
.sectione01 {
  padding: 80px 0 500px;
  background-image: url(../images/s1-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 991px) {
  .sectione01 {
    padding: 80px 0;
  }
}
.sectione01 .sectione01-item {
  position: absolute;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
}
.sectione01 .sectione01-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: -25px;
  background-position: center;
  background-repeat: no-repeat;
}
.sectione01 .sectione01-item01 {
  top: 25%;
  left: 10%;
}
.sectione01 .sectione01-item01:before {
  background-image: url(../images/s1-bg02.png);
}
.sectione01 .sectione01-item02 {
  top: 25%;
  right: 10%;
}
.sectione01 .sectione01-item02:before {
  background-image: url(../images/s1-bg03.png);
}
.sectione01 .sectione01-item03 {
  bottom: 25%;
  left: 10%;
}
.sectione01 .sectione01-item03:before {
  background-image: url(../images/s1-bg02.png);
}
.sectione01 .sectione01-item04 {
  bottom: 25%;
  right: 10%;
}
.sectione01 .sectione01-item04:before {
  background-image: url(../images/s1-bg03.png);
}
@media (max-width: 991px) {
  .sectione01 .sectione01-item {
    position: relative;
    margin-bottom: 30px;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff)";
    /*IE 8*/
    text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff);
    /*IE 5.5-7*/
  }
}

.sectione02 {
  padding: 80px 0 500px;
  background-image: url(../images/s2-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.sectione02:before {
  content: "";
  display: block;
  width: 30px;
  height: 70px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: url(../images/s2-bg01.png);
  top: -35px;
}
@media (max-width: 991px) {
  .sectione02 {
    padding: 80px 0;
  }
}
.sectione02 .sectione02-item {
  position: absolute;
  color: #000;
  font-size: 20px;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26%;
}
@media (max-width: 991px) {
  .sectione02 .sectione02-item {
    width: 100%;
  }
}
.sectione02 .sectione02-item .img-wrap {
  width: 35%;
  margin-right: 15px;
}
.sectione02 .sectione02-item .text-item {
  width: calc(65% - 15px);
}
.sectione02 .sectione02-item .text-item h5 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 1px 1px 2px #ffffff;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
}
.sectione02 .sectione02-item .text-item p {
  font-weight: bolder;
  margin-bottom: 0;
}
.sectione02 .sectione02-item01 {
  top: 40%;
  left: 10%;
}
.sectione02 .sectione02-item02 {
  top: 40%;
  right: 10%;
}
.sectione02 .sectione02-item02 .img-wrap {
  margin-left: 10px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .sectione02 .sectione02-item02 .img-wrap {
    margin-left: 0px;
    margin-right: 10px;
  }
}
.sectione02 .sectione02-item03 {
  bottom: 15%;
  left: 10%;
}
.sectione02 .sectione02-item04 {
  bottom: 15%;
  right: 10%;
}
.sectione02 .sectione02-item04 .img-wrap {
  margin-left: 10px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .sectione02 .sectione02-item04 .img-wrap {
    margin-left: 0px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .sectione02 .sectione02-item {
    position: relative;
    margin-bottom: 30px;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff)";
    /*IE 8*/
    text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#ffffff);
    /*IE 5.5-7*/
  }
}

.sectione03 {
  padding: 80px 0;
  background-image: url(../images/s3-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.sectione03 .sectione03-item {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
}
.sectione03 .sectione03-item .img-wrap .img-item {
  padding-top: 140%;
}
.sectione03 .sectione03-item .text-item {
  padding: 10px;
  background-color: #fff;
}
.sectione03 .sectione03-item .text-item p {
  margin-bottom: 0;
  font-weight: bolder;
}

.sectione04 {
  padding: 80px 0;
  background-image: url(../images/s4-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.sectione04 .sectione04-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.sectione04 .sectione04-item img {
  margin-bottom: 10px;
}
.sectione04 .sectione04-item h5 {
  margin-bottom: 0;
}

.sectione05 {
  padding: 150px 0;
  background-image: url(../images/s5-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-section01 {
  padding: 50px 0;
  background-image: url(../images/about-bg01.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-section02 {
  background-color: #f8f9fb;
  padding: 50px 0;
}
.about-section02 .about-section02-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  border-radius: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.about-section02 .about-section02-item:before {
  content: "";
  display: block;
  background-image: url(../images/about-arrow.png);
  width: 18px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -55px;
}
.about-section02 .about-section02-item:last-child:before {
  display: none;
}
.about-section02 .about-section02-item .img-item {
  width: 25%;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .about-section02 .about-section02-item .img-item {
    width: 100%;
    margin-right: 0;
  }
  .about-section02 .about-section02-item .img-item img {
    width: 100%;
  }
}
.about-section02 .about-section02-item .text-item {
  width: calc(75% - 15px);
}
@media (max-width: 991px) {
  .about-section02 .about-section02-item .text-item {
    width: 100%;
  }
}

.about-section03 {
  padding: 120px 0;
  background-image: url(../images/about-bg02.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 991px) {
  .about-section03 {
    background-position: right;
  }
}
.about-section03 .about-section03-item {
  padding-left: 50px;
  width: 70%;
}
@media (max-width: 991px) {
  .about-section03 .about-section03-item {
    padding: 0px 25px;
    width: 100%;
  }
}
.about-section03 .about-section03-item h5 {
  font-size: 24px;
  line-height: 42px;
  position: relative;
}
@media (max-width: 991px) {
  .about-section03 .about-section03-item h5 {
    font-size: 20px;
    line-height: 32px;
    text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
  }
}
.about-section03 .about-section03-item h5:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/q1.png);
  width: 21px;
  height: 16px;
  top: 0;
  left: -40px;
}
@media (max-width: 991px) {
  .about-section03 .about-section03-item h5:before {
    left: -30px;
  }
}
.about-section03 .about-section03-item h5:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/q2.png);
  width: 21px;
  height: 16px;
  bottom: 0;
  right: 0px;
}

.service-section01 {
  background-color: #fff;
  padding: 50px 0;
}

.service-section02 {
  background-color: #f8f9fb;
  padding: 50px 0;
}
.service-section02 ul li {
  margin-bottom: 10px;
}

.service-section03 {
  background-color: #f8f9fb;
  padding: 50px 0;
}

.qa-section {
  padding: 80px 0;
  background-image: url(../images/qa-bg.png);
  background-size: cover;
  background-position: center;
}

.d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ck-edit img {
  max-width: 100%;
}

.prev-price {
  font-size: 14px;
  text-decoration: line-through;
}

.price {
  color: red;
  font-size: 18px;
}

.tip-item {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  text-transform: uppercase;
}
.tip-item .hot-tip {
  width: 55px;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  background: red;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  font-weight: bold;
}
.tip-item .hot-tip:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  border-color: red transparent transparent transparent;
  border-style: solid solid solid solid;
  border-width: 30px 20px 0px 0px;
  height: 0px;
  width: 0px;
}
.tip-item .new-tip {
  width: 55px;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  background: #00b898;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  font-weight: bold;
}
.tip-item .new-tip:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  border-color: #00b898 transparent transparent transparent;
  border-style: solid solid solid solid;
  border-width: 30px 20px 0px 0px;
  height: 0px;
  width: 0px;
}

.tip-item2 {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 3;
}
.tip-item2 .hot-tip {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: red;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}
.tip-item2 .new-tip {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffb400;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: none;
}

.share-list {
  padding: 15px 0 5px 0;
}
.share-list li a {
  padding: 0 6px;
  display: block;
}
.share-list li a i {
  font-size: 23px;
  color: #bbb;
}
.share-list li a i:hover {
  color: #212d3a;
}

.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: -25px;
  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: -25px;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.img_hov_shadow {
  display: block;
}
.img_hov_shadow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*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;
}

.bg-item {
  display: block;
}
.bg-item .img-wrap .img-item img {
  transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -webkit-transition: all 1.3s ease;
}
.bg-item:hover .img-item img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.bg-item2 {
  display: block;
}
.bg-item2 img {
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}
.bg-item2:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.brand-item {
  position: relative;
  margin: 0 10px;
}
.brand-item .img-wrap .img-item {
  padding-top: 56.25%;
}
.brand-item .img-wrap .img-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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;
}
.list-item .img-wrap .img-item {
  padding-top: 56.25%;
}
.list-item .text-item {
  padding: 10px 0px;
}
.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=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*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: 55%;
  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: calc(45% - 30px);
}
@media (max-width: 991px) {
  .list-item2 .text-item {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
.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=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*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=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
.list-item3:hover .text-item p {
  color: #000;
}

.section_product_items {
  color: #999;
  position: relative;
  display: block;
}
.section_product_items .img-wrap {
  border: 1px solid #ddd;
}
.section_product_items .img-wrap .img-item {
  padding-top: 75%;
}
.section_product_items .img-wrap .img-item .add-cart {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  width: 100%;
  height: 45px;
  background: #f5af48;
  display: none;
  opacity: 0;
  z-index: 4;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.section_product_items .img-wrap .img-item .add-cart .btn-cart {
  color: #fff;
  font-size: 18px;
}
.section_product_items .img-wrap .img-item .add-cart:hover, .section_product_items .img-wrap .img-item .add-cart.active {
  background: #ffc46d;
}
.section_product_items .img-wrap .img-item .add-cart:hover .btn-cart, .section_product_items .img-wrap .img-item .add-cart.active .btn-cart {
  color: #fff;
}
.section_product_items .img-wrap .img-item img {
  transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -webkit-transition: all 1.3s ease;
}
.section_product_items .img-wrap .img-item:hover .add-cart {
  display: block;
  opacity: 1;
}
.section_product_items:hover {
  color: #000;
}
.section_product_items:hover .img-item img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.section_product_items p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.breadcrumb-area {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.breadcrumb-area .breadcrumb {
  background: #fff;
  border-radius: 0;
  padding: 0.75rem 0rem;
  margin: 0;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb > a {
    display: none !important;
  }
}
.breadcrumb-area .breadcrumb li {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb-area .breadcrumb li a {
  color: #666;
  display: block;
}
.breadcrumb-area .breadcrumb li a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb li a {
    font-size: 12px;
  }
}
.breadcrumb-area .breadcrumb li:before {
  content: "/";
  position: absolute;
  display: block;
  top: 0px;
  right: -15px;
  color: #000 !important;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb li:before {
    top: 0px;
    right: -15px;
  }
}
.breadcrumb-area .breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb-area .breadcrumb li.active a {
  color: #c68518;
}

.form-control-custom {
  display: inline-block;
  padding: 0.175rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 7.5px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #105e6c;
  border-radius: 50px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
}
.section-title h4 {
  color: #212d3a;
  text-transform: uppercase;
}
.section-title h2 {
  color: #212d3a;
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 28px;
  }
}
.section-title p {
  color: #666;
  line-height: 28px;
}

.section-title-center {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.section-title-center h4 {
  color: #212d3a;
  text-transform: uppercase;
}
.section-title-center h2 {
  position: relative;
}
@media (max-width: 991px) {
  .section-title-center h2 {
    font-size: 28px;
  }
}

.more {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(212, 175, 55)), to(rgb(184, 134, 12)));
  background: linear-gradient(to right, rgb(212, 175, 55) 0%, rgb(184, 134, 12) 100%);
  border: none;
  padding: 10px 30px;
  border-radius: 15px;
  color: #fff;
  opacity: 0.8;
}
.more:hover {
  border: none;
  color: #fff;
  opacity: 1;
}

.more-arrow {
  position: relative;
  display: inline-block;
  border: none;
  padding: 10px 50px 10px 30px;
  border-radius: 25px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(212, 175, 55)), to(rgb(184, 134, 12)));
  background: linear-gradient(to right, rgb(212, 175, 55) 0%, rgb(184, 134, 12) 100%);
  opacity: 0.8;
}
.more-arrow i {
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #fff;
  top: 15px;
  right: 25px;
}
.more-arrow:hover {
  color: #fff;
  background-color: #212d3a;
  border: none;
  opacity: 1;
}
.more-arrow:hover i {
  color: #fff;
  right: 15px;
}

.more-w {
  position: relative;
  display: inline-block;
  padding: 7.5px 30px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 7.5px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.8;
}
.more-w:hover {
  color: #333;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}

.row75 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row75 [class^=col] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

@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-web {
    display: none !important;
  }
  img {
    max-width: 100% !important;
  }
}
.pc_show {
  display: block !important;
}

.mb_show {
  display: none !important;
}

@media (max-width: 768px) {
  .mb_show {
    display: block !important;
  }
  .pc_show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  summary {
    display: list-item;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .panel-title {
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    border-bottom: 0.5px solid #ccc;
    height: 40px;
    position: relative;
    top: 1px;
  }
  .panel-body {
    padding: 5px 15px;
  }
  .panel-body .ec-list {
    padding: 7.5px 15px;
    position: relative;
  }
  .panel-body .ec-list:before {
    content: "-";
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
  }
}