@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, a, li, span {
  font-family: "微軟正黑體" !important;
}

a {
  opacity: 0.9;
}

a:hover, a:focus {
  text-decoration: none;
  opacity: 1;
}

img {
  max-width: 100%;
}

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

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.border-tb-g {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #fff;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.underline {
  text-decoration: underline;
}

.text-red {
  color: #e76667;
}

.text-blue {
  color: #4f7ab2;
}

.text-green {
  color: #82c460;
}

.text-orange {
  color: #f50;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #666;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 8rem;
}

.text12 {
  font-size: 12px;
}

.text14 {
  font-size: 14px;
}

.text16, .text18 {
  font-size: 18px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.ck-img {
  text-align: center;
}
.ck-img img {
  width: 100%;
}

@media (max-width: 991px) {
  img {
    width: initial;
    max-width: 100% !important;
  }
}
.cancel-btn {
  color: #ff0000;
}

header .header-sticky {
  background: #fff;
}
header .header-sticky.sticky {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1049;
}
header .header-sticky .header-top {
  padding: 0.25px 0;
}
header .header-sticky .header-top .cart-btn {
  position: relative;
  color: #333;
  padding-right: 30px;
  font-weight: bold;
}
header .header-sticky .header-top .cart-btn i {
  color: #77b7e5;
  margin-right: 5px;
  font-size: 18px;
}
header .header-sticky .header-top .cart-btn .wishlist_products_counter_number {
  color: #a5d6f7;
  font-size: 13px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #77b7e5;
}
header .header-sticky .header-inner {
  background: #f8f8f8;
}
header .header-sticky .header-inner ul li {
  margin: 0 10px;
}
header .header-sticky .header-inner ul li a {
  color: #4a8ab8;
  display: block;
  padding: 15px 0;
}
header .header-sticky .header-inner ul li a.logo {
  width: 250px;
  margin-right: 15px;
}
header .header-sticky .header-inner ul li .text-wrap {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  font-weight: bold;
}
header .header-sticky .header-inner ul li .text-wrap:after {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #48b7dd;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
header .header-sticky .header-inner ul li .text-wrap i {
  font-size: 14px;
  position: relative;
  top: -3px;
}
header .header-sticky .header-inner ul li.active .text-wrap, header .header-sticky .header-inner ul li:hover .text-wrap {
  position: relative;
  font-weight: bold;
}
header .header-sticky .header-inner ul li.active .text-wrap:after, header .header-sticky .header-inner ul li:hover .text-wrap:after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header .header-sticky .header-inner .logo_m img {
  width: 30%;
}
header .header-bottom.header-sticky.sticky .categorie-title {
  display: none;
}
header .header-bottom-list > li > ul.ht-dropdown {
  width: 200px;
}
header .ht-dropdown {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 10px 0px;
  position: absolute;
  top: 100%;
  -webkiit-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  width: 165px;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
header .header-top ul > li > ul.ht-dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .header-top ul > li ul.ht-dropdown li a {
  color: #2c2c2c;
  display: block;
  font-size: 13px;
  line-height: 30px;
  padding: 5px 20px;
}
header .header-top ul > li ul.ht-dropdown li a:hover {
  color: #E62E04;
}

.footer-sticky.sticky {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  -webkit-box-shadow: -3px -4px 10px -6px rgba(0, 0, 0, 0.4);
  box-shadow: -3px -4px 10px -6px rgba(0, 0, 0, 0.4);
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #fff;
}
.footer-sticky li {
  width: 20%;
  text-align: center;
  padding: 0px;
}
.footer-sticky li.active a {
  color: #0f51a3;
}
.footer-sticky li i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
.footer-sticky li span {
  font-size: 12px;
}

.footer {
  background: #26699c;
}
.footer .footer-title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
.footer .footer-content {
  color: #fff;
}
.footer .footer-content .footer-list {
  list-style-type: none;
  padding: 0;
}
.footer .copyright {
  color: #fff;
}

#scrollUp {
  background: #f6f8f7 none repeat scroll 0 0;
  bottom: 80px;
  color: #0f51a3;
  cursor: pointer;
  font-weight: 600;
  height: 54px;
  position: fixed;
  right: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 54px;
  z-index: 999;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
#scrollUp:hover {
  background: #0f51a3;
  color: #ffffff;
}
#scrollUp i {
  font-size: 34px;
  line-height: 55px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.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-50 {
  padding: 50px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-38 {
  padding: 38px !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: 1200px) {
  .pr-lg-0 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: "微軟正黑體" !important;
}

a {
  opacity: 0.9;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: 1;
}

img {
  max-width: 100%;
}

.black-arrow .slick-next {
  right: -50px;
  outline: 0;
  -webkit-transform: inherit;
          transform: inherit;
  width: 41px;
  height: 41px;
  z-index: 2;
  background: url(../images/main2_controls.png) -42px 0 no-repeat;
  opacity: 0.8;
}
.black-arrow .slick-next:focus, .black-arrow .slick-next:hover {
  opacity: 1;
  background: url(../images/main2_controls.png) -42px 0 no-repeat;
}
.black-arrow .slick-next:before {
  display: none;
}
.black-arrow .slick-prev {
  left: -50px;
  outline: 0;
  -webkit-transform: inherit;
          transform: inherit;
  outline: 0;
  width: 41px;
  height: 41px;
  z-index: 2;
  background: url(../images/main2_controls.png) no-repeat;
  opacity: 0.8;
}
.black-arrow .slick-prev:focus, .black-arrow .slick-prev:hover {
  opacity: 1;
  background: url(../images/main2_controls.png) no-repeat;
}
.black-arrow .slick-prev:before {
  display: none;
}

#scrollUp {
  background: #f6f8f7 none repeat scroll 0 0;
  bottom: 80px;
  color: #0f51a3;
  cursor: pointer;
  font-weight: 600;
  height: 54px;
  position: fixed;
  right: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 54px;
  z-index: 999;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
#scrollUp:hover {
  background: #0f51a3;
  color: #ffffff;
}
#scrollUp i {
  font-size: 34px;
  line-height: 55px;
}

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

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

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quantity i {
  margin: 0 5px;
}

.kv_slider_m {
  font-size: 0;
}
.kv_slider_m img {
  width: 100% !important;
}

.section {
  position: relative;
}

.section01 {
  background-image: url(../images/bg-1.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #20220f;
  padding: 27vw 0;
  position: relative;
}
@media (max-width: 991px) {
  .section01 {
    padding: 52vw 0;
    background-image: url(../images/bg-1-m.jpg);
  }
}

.video-item {
  position: absolute;
  width: 35%;
  top: 14.5vw;
  right: 17vw;
}
@media (max-width: 991px) {
  .video-item {
    display: none;
  }
}

.video-item-m {
  display: none;
}
@media (max-width: 991px) {
  .video-item-m {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}

.ck-con h3 {
  color: #fff;
  font-size: 28px;
  text-shadow: 0px 0px 4px #333;
  font-weight: bold;
}
.ck-con p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 3px #333;
  line-height: 1.5em;
  margin-bottom: 0px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .ck-con {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .ck-con h3 {
    font-size: 20px;
  }
  .ck-con p {
    white-space: unset;
    font-size: 14px;
    font-weight: normal;
  }
}
.ser-table {
  border: 1px solid #666;
  background-color: #fff;
  padding: 40px 75px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .ser-table {
    padding: 15px;
  }
  .s2-r {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s2-ti h2 {
  font-size: 50px;
  color: #041F63;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
}
.s2-ti h4 {
  font-size: 20px;
  color: #38383B;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  line-height: 45px;
}
.s2-ti h4 .img img {
  width: 20px;
  position: relative;
  top: -3px;
  left: -2px;
}

.in-dorw {
  width: 10em;
  margin-right: 15px;
  border-color: #000;
  border-radius: unset;
  font-size: 16px;
  height: 45px;
}
.in-dorw .list {
  width: 10em;
  font-size: 16px;
}

.in-text {
  border-color: #000;
  margin-right: 15px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-cus {
  color: #fff;
  background-color: #041F63;
  border-radius: 0px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  font-size: 20px;
}
.btn-cus + .btn-cus {
  margin-left: 15px;
}

.btn-group123 {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .in-dorw {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0px;
  }
  .in-dorw .list {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0px;
  }
  .input-group .in-text,
  .input-group .btn-cus,
  .input-group .input-group-append {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .btn-group123 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btn-group123 .btn-cus {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
  }
  .btn-cus + .btn-cus {
    margin-left: 0px;
  }
}
.section02 {
  background-image: url(../images/s2-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.input-group {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .input-group {
    margin-bottom: 10px;
  }
}
.ser-rus {
  width: 100%;
}
.ser-rus .ser-rus-r {
  width: 100%;
  padding: 5px 15px;
  border-bottom: 1px #ccc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ser-rus .ser-rus-r:last-child {
  border-bottom: unset;
}
.ser-rus .ser-rus-r div {
  float: left;
  font-weight: bold;
}
.ser-rus .ser-rus-r .ser-icon {
  -webkit-transform: translate(-30px, -1px);
          transform: translate(-30px, -1px);
  position: absolute;
  display: none;
}
.ser-rus .ser-rus-r .ser-icon img {
  width: 22px;
}
.ser-rus .ser-rus-r .ser-f {
  width: 35%;
}
.ser-rus .ser-rus-r .ser-t {
  width: 35%;
  text-align: left;
}
.ser-rus .ser-rus-r .ser-s {
  width: 30%;
}

@media (max-width: 991px) {
  .ser-rus .ser-rus-r {
    display: block;
  }
  .ser-rus .ser-rus-r .ser-f,
  .ser-rus .ser-rus-r .ser-s,
  .ser-rus .ser-rus-r .ser-t {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    float: unset;
  }
  .ser-rus .ser-rus-r .ser-t {
    margin-bottom: 0;
  }
}
.section03 {
  padding: 50px;
}
@media (max-width: 991px) {
  .section03 {
    padding: 40px 0 30px;
  }
}
.section03 .section03-web {
  display: block;
}
@media (max-width: 991px) {
  .section03 .section03-web {
    display: none;
  }
}
.section03 .section03-web .more-video {
  display: none;
}
.section03 .section03-web .more-video.active {
  display: block;
}
.section03 .section03-web.active .more {
  display: none;
}
.section03 .section03-mobile {
  display: none;
}
@media (max-width: 991px) {
  .section03 .section03-mobile {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.section03 .shoot-video .shoot-video-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
}
.section03 .shoot-video .shoot-video-item:before {
  content: "";
  display: block;
  padding-top: 177.7%;
}
.section03 .shoot-video .shoot-video-item iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.section03 .shoot-video .text-item {
  margin-top: 10px;
  padding: 0 10px;
  min-height: 48px;
}
.section03 .more {
  display: inline-block;
  background-color: #041F63;
  color: #fff;
  padding: 10px 35px;
  opacity: 1;
}
.section03 .more:hover {
  background-color: #041F63;
  color: #fff;
  opacity: 1;
}