@charset "UTF-8";
.customer-btn,
.return-custom-btn {
  background: #e62e04 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
  border-radius: 4px; }

.btn-custom01 {
  background: #aed5da;
  opacity: .8; }
  .btn-custom01:hover {
    color: #000;
    opacity: 1; }
  @media (max-width: 767px) {
    .btn-custom01 {
      width: 100% !important; } }

.btn-custom02 {
  background: #fff;
  opacity: .8; }
  .btn-custom02:hover {
    color: #000;
    opacity: 1; }

.btn-search01 {
  background-color: #6fb1f1;
  color: #fff;
  opacity: .8; }
  .btn-search01:hover {
    color: #fff;
    opacity: 1; }

.btn-search02 {
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  padding: .5rem .75rem;
  opacity: .8; }
  .btn-search02:hover {
    color: #fff;
    opacity: 1; }

.check_custom {
  zoom: 0.3;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto; }
  .check_custom .check_custom_input {
    display: none; }
  .check_custom label {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #03f6cc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 10px #62ffe4;
    box-shadow: 0 7px 10px #62ffe4;
    cursor: pointer;
    -webkit-transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    -o-transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1; }
  .check_custom label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-box-shadow: inset 0 7px 10px #62ffe4;
    box-shadow: inset 0 7px 10px #62ffe4;
    -webkit-transition: 0.2s ease width, 0.2s ease height;
    -o-transition: 0.2s ease width, 0.2s ease height;
    transition: 0.2s ease width, 0.2s ease height; }
  .check_custom label:hover:before {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: inset 0 7px 10px #62ffe4;
    box-shadow: inset 0 7px 10px #62ffe4; }
  .check_custom label:active {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9); }
  .check_custom .tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-left: 14px;
    -webkit-transform: rotateZ(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotateZ(-40deg); }
  .check_custom .tick_mark:before,
  .check_custom .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: 0.2s ease transform, 0.2s ease opacity;
    -o-transition: 0.2s ease transform, 0.2s ease opacity;
    transition: 0.2s ease transform, 0.2s ease opacity; }
  .check_custom .tick_mark:before {
    left: 0;
    bottom: 0;
    width: 10px;
    height: 30px;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-68px);
    -ms-transform: translateY(-68px);
    transform: translateY(-68px); }
  .check_custom .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateX(78px);
    -ms-transform: translateX(78px);
    transform: translateX(78px); }
  .check_custom .check_custom_input:checked + label {
    background-color: #62ffe4;
    -webkit-box-shadow: 0 7px 10px #62ffe4;
    box-shadow: 0 7px 10px #62ffe4; }
  .check_custom .check_custom_input:checked + label:before {
    width: 0;
    height: 0; }
  .check_custom .check_custom_input:checked + label .tick_mark:before,
  .check_custom .check_custom_input:checked + label .tick_mark:after {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1; }

.check_custom_star {
  display: block;
  text-align: center; }
  .check_custom_star .check_custom_input {
    display: none; }
  .check_custom_star label {
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 100%; }
    .check_custom_star label:before {
      content: "\f006";
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.2s ease width, 0.2s ease height;
      -o-transition: 0.2s ease width, 0.2s ease height;
      transition: 0.2s ease width, 0.2s ease height;
      font-size: 28px;
      cursor: pointer;
      color: #fde53d; }
    .check_custom_star label:hover:before {
      content: "\f005"; }
    .check_custom_star label:active {
      -webkit-transform: translateY(-50%) scale(0.9);
      -ms-transform: translateY(-50%) scale(0.9);
      transform: translateY(-50%) scale(0.9); }
  .check_custom_star .check_custom_input:checked + label:before {
    content: "\f005"; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體' !important; }

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 100%;
  color: #ddd; }

h4 {
  font-size: 107.14286%; }

h3 {
  font-size: 128.57143%; }

h2 {
  font-size: 157.14286%; }

legend {
  font-size: 128.57143%;
  margin: 0; }

em {
  font-size: 92.85714%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249; }

.text-blue {
  color: #1877f2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: red; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.bg-gray {
  background: #f8f8f8; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.bg-custom {
  background: -moz-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(50%, 105E6C), color-stop(0, fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* 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%, #105E6C), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #105E6C 50%, #fff 0);
  background: -o-linear-gradient(top, #105E6C 50%, #fff 0);
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */ }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-36px {
  height: 36px !important; }

.h-45px {
  height: 45px !important; }

.h-46px {
  height: 46px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.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.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 5px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 5px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 5px; }
    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: 20px; }
  ul.cjk > li {
    list-style-type: cjk-ideographic;
    margin-bottom: 5px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-48 {
  margin-left: 48px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

/*------Margin right left-------*/
.mlr-0 {
  margin-left: 0px !important;
  margin-right: 0px !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; }

/*------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; } }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體' !important; }

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 100%;
  color: #ddd; }

h4 {
  font-size: 107.14286%; }

h3 {
  font-size: 128.57143%; }

h2 {
  font-size: 157.14286%; }

legend {
  font-size: 128.57143%;
  margin: 0; }

em {
  font-size: 92.85714%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249; }

.text-blue {
  color: #1877f2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: red; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.bg-gray {
  background: #f8f8f8; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.bg-custom {
  background: -moz-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(50%, 105E6C), color-stop(0, fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* 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%, #105E6C), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #105E6C 50%, #fff 0);
  background: -o-linear-gradient(top, #105E6C 50%, #fff 0);
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */ }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-36px {
  height: 36px !important; }

.h-45px {
  height: 45px !important; }

.h-46px {
  height: 46px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.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.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 5px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 5px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 5px; }
    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: 20px; }
  ul.cjk > li {
    list-style-type: cjk-ideographic;
    margin-bottom: 5px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-green01 {
  background: #8be9db; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.style-red .header .top-title {
  background-color: #f3f3f3; }

.style-red .header .first-menu .navbar {
  border-bottom: 1px solid #f7f7f7; }
  .style-red .header .first-menu .navbar .nav-item .nav_mb_ul li a {
    color: #333;
    font-size: 14px;
    padding: 10px; }
    .style-red .header .first-menu .navbar .nav-item .nav_mb_ul li a:hover {
      background-color: #e8889a;
      color: #fff; }

.style-red .header .first-menu .search-item .custom-form-control {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.style-red .header .first-menu .search-item .custom-btn-right {
  border: 1px solid #ddd; }

.style-red .header .first-menu .cart-btn_nav_ul li:nth-last-child(2) {
  background: #e8889a; }

.style-red .header .first-menu .cart-btn_nav_ul li:last-child {
  background: #fff; }

.style-red .header .sec-menu {
  background-color: #e8889a; }
  .style-red .header .sec-menu .nav-item .nav-link {
    background-color: #e8889a; }
  .style-red .header .sec-menu .nav-item .nav_sec_menu {
    border: 2px solid #e8889a; }
    .style-red .header .sec-menu .nav-item .nav_sec_menu .nav_sec_nav_item .nav_sec_nav_link:hover {
      font-weight: bolder; }
  .style-red .header .sec-menu .nav-item.active .nav-link, .style-red .header .sec-menu .nav-item:hover .nav-link {
    color: #fff;
    background-color: #f5627d; }

.style-red .left-sidebar {
  margin-bottom: 30px; }
  .style-red .left-sidebar h3 {
    background: #ff7500;
    color: #fff;
    padding: 5px 10px;
    margin: 0; }
  .style-red .left-sidebar .left-sidebar-item {
    padding: 10px 5px;
    border-left: 1px solid #ff7500;
    border-right: 1px solid #ff7500;
    border-bottom: 1px solid #ff7500; }
    .style-red .left-sidebar .left-sidebar-item h4 {
      color: #ff7500;
      padding: 5px;
      margin: 0;
      border-bottom: 1px solid #ddd; }
      .style-red .left-sidebar .left-sidebar-item h4.collapsed {
        cursor: pointer; }
    .style-red .left-sidebar .left-sidebar-item .left-sidebar-title {
      color: #ff7500; }
      .style-red .left-sidebar .left-sidebar-item .left-sidebar-title:hover {
        background: #ff7500; }
    .style-red .left-sidebar .left-sidebar-item ul li.left-sidebar_cont .left-sidebar_item_top.more:hover {
      background: #ff7500; }
    .style-red .left-sidebar .left-sidebar-item ul li.left-sidebar-link:hover a, .style-red .left-sidebar .left-sidebar-item ul li.left-sidebar-link.active a {
      background: #ff7500; }
    .style-red .left-sidebar .left-sidebar-item .square-item {
      margin-right: -5px;
      margin-left: -5px;
      padding: 5px; }
      .style-red .left-sidebar .left-sidebar-item .square-item .col-2 {
        padding-right: 5px;
        padding-left: 5px;
        height: 30.5px; }
        .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color {
          display: inline-block;
          width: 100%;
          height: 30.5px;
          border: 2px solid #fff;
          cursor: pointer; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color:hover {
            border: 2px solid #000; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color01 {
            background: #cf5d5d; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color02 {
            background: #c9459f; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color03 {
            background: #689dd4; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color04 {
            background: #68d4aa; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color05 {
            background: #a8d468; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color06 {
            background: #d4c368; }
        .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-size {
          display: inline-block;
          width: 100%;
          height: 30.5px;
          line-height: 26px;
          text-align: center;
          border: 2px solid #ddd;
          cursor: pointer; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-size:hover {
            border: 2px solid #000; }
        .style-red .left-sidebar .left-sidebar-item .square-item .col-2.active .square-item-size, .style-red .left-sidebar .left-sidebar-item .square-item .col-2.active .square-item-color {
          border: 2px solid #000; }
    .style-red .left-sidebar .left-sidebar-item .range-item {
      margin: 10px 0; }
    .style-red .left-sidebar .left-sidebar-item.filter-item h4 {
      position: relative; }
      .style-red .left-sidebar .left-sidebar-item.filter-item h4: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: 5px;
        right: 5px; }
    .style-red .left-sidebar .left-sidebar-item.filter-item.active h4:before {
      content: '\f067'; }
    .style-red .left-sidebar .left-sidebar-item.filter-item.active ul {
      display: block;
      opacity: 1; }

.style-red .btn-custom01 {
  background-color: #e8889a;
  color: #fff;
  min-width: 110px; }
  .style-red .btn-custom01:hover {
    background-color: #f04b69;
    color: #fff; }

.style-red .btn-custom02 {
  background-color: #e8889a;
  color: #fff;
  min-width: 110px; }
  .style-red .btn-custom02:hover {
    background-color: #f04b69;
    color: #fff; }

.style-red .finish-item-table .title {
  background-color: #ff7500; }

.style-red .cart-title-tabs .nav-tabs .nav-link {
  background-color: #e8889a; }
  .style-red .cart-title-tabs .nav-tabs .nav-link:hover, .style-red .cart-title-tabs .nav-tabs .nav-link.active {
    background-color: #f5627d; }

.style-red .cart-list .cart-title {
  background-color: #f5627d; }

.style-red .footer .footer-header .col-md-3 i {
  color: #e8889a; }

.style-red .modal .modal-header {
  background-color: #e8889a; }

.style-red .pagination > li > a:focus,
.style-red .pagination > li > a:hover,
.style-red .pagination > li > span:focus,
.style-red .pagination > li > span:hover {
  z-index: 0;
  color: #fff;
  background-color: #ff7500;
  border-color: transparent; }

.style-red .pagination .page-item.active .page-link {
  background-color: #ff7500;
  border-color: #ff7500; }

.style-green .header .top-title {
  background-color: #fff; }

.style-green .header .first-menu {
  background-image: url(../images/style-green-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .style-green .header .first-menu .navbar .nav-item .nav_mb_ul li a {
    color: #333;
    font-size: 14px;
    padding: 10px;
    background-color: #fff; }
    .style-green .header .first-menu .navbar .nav-item .nav_mb_ul li a:hover {
      background-color: #8be9db;
      color: #000; }
  .style-green .header .first-menu .navbar .nav-item .nav_mb_ul_notice li a:hover {
    background-color: #8be9db;
    color: #000; }
  .style-green .header .first-menu .search-item .custom-form-control {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .style-green .header .first-menu .search-item .custom-btn-right {
    border: 1px solid #ddd; }
  .style-green .header .first-menu .cart-btn_nav_ul li:nth-last-child(2) {
    background: #aef0e6; }
  .style-green .header .first-menu .cart-btn_nav_ul li:last-child {
    background: #fff; }

.style-green .header .sec-menu {
  background-color: #8be9db; }
  .style-green .header .sec-menu .nav-item .nav-link {
    color: #333;
    background-color: #8be9db; }
    .style-green .header .sec-menu .nav-item .nav-link:hover {
      background-color: #aef0e6;
      color: #000; }
  .style-green .header .sec-menu .nav-item .nav_sec_menu {
    border: 2px solid #8be9db; }
    .style-green .header .sec-menu .nav-item .nav_sec_menu .nav_sec_nav_item .nav_sec_nav_link:hover {
      font-weight: bolder; }
  .style-green .header .sec-menu .nav-item.active .nav-link, .style-green .header .sec-menu .nav-item:hover .nav-link {
    color: #000;
    background-color: #aef0e6; }

.style-green .left-sidebar {
  margin-bottom: 30px; }
  .style-green .left-sidebar h3 {
    background: #7aadf4; }
  .style-green .left-sidebar .left-sidebar-item {
    border-left: 1px solid #7aadf4;
    border-right: 1px solid #7aadf4;
    border-bottom: 1px solid #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item h4 {
      color: #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item .left-sidebar-title {
      color: #7aadf4; }
      .style-green .left-sidebar .left-sidebar-item .left-sidebar-title:hover {
        background: #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item ul li.left-sidebar_cont .left-sidebar_item_top.more:hover {
      background: #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item ul li.left-sidebar-link:hover a, .style-green .left-sidebar .left-sidebar-item ul li.left-sidebar-link.active a {
      background: #7aadf4; }

.style-green .btn-custom01 {
  background-color: #8be9db;
  color: #000;
  min-width: 110px; }
  .style-green .btn-custom01:hover {
    background-color: #5ad0be;
    color: #000; }

.style-green .btn-custom02 {
  background-color: #8be9db;
  color: #000;
  min-width: 110px; }
  .style-green .btn-custom02:hover {
    background-color: #5ad0be;
    color: #000; }

.style-green .finish-item-table .title {
  background-color: #7aadf4; }

.style-green .cart-title-tabs .nav-tabs .nav-link {
  background-color: #aef0e6; }
  .style-green .cart-title-tabs .nav-tabs .nav-link:hover, .style-green .cart-title-tabs .nav-tabs .nav-link.active {
    background-color: #8be9db; }

.style-green .cart-list .cart-title {
  background-color: #8be9db; }

.style-green .footer .footer-header .col-md-3 i {
  color: #8be9db; }

.style-green .modal .modal-header {
  background-color: #8be9db; }

.style-green .pagination > li > a:focus,
.style-green .pagination > li > a:hover,
.style-green .pagination > li > span:focus,
.style-green .pagination > li > span:hover {
  z-index: 0;
  color: #fff;
  background-color: #7aadf4;
  border-color: transparent; }

.style-green .pagination .page-item.active .page-link {
  background-color: #7aadf4;
  border-color: #7aadf4; }

.header {
  background: #3288da; }
  @media (max-width: 768px) {
    .header .header-top_list {
      display: none; } }
  .header .header-list {
    background: #f9f9fa; }
    .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link {
      padding: 15px 25px; }
      .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link .mo-icon {
        display: none; }
      @media (min-width: 991px) {
        .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
          background: #ebebf2; } }
    @media (max-width: 768px) {
      .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px;
        text-align: left; }
        .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link .mo-icon {
          display: block;
          margin-right: 5px; }
          .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link .mo-icon img {
            width: 23px; }
        .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link i {
          margin-right: 13px; }
        .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link.nav-link-sec {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav-link.nav-link-sec.collapsed .fa-minus::before {
            content: '\f067'; }
      .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav_mb_ul {
        text-align: left;
        padding-left: 60px; }
        .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav_mb_ul li {
          position: relative; }
          .header .header-list .navbar-expand-lg .navbar-nav .nav-item .nav_mb_ul li::before {
            content: '-';
            display: block;
            position: absolute;
            left: -15px;
            top: -1px; } }
    .header .header-list .logo-m, .header .header-list .member-profile {
      display: none; }
    @media (max-width: 768px) {
      .header .header-list {
        background: #3288da;
        padding: 15px 0 15px 60px; }
        .header .header-list .member-profile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 20px; }
          .header .header-list .member-profile .member-img {
            margin-right: 20px;
            width: 80px; }
            .header .header-list .member-profile .member-img .img-item {
              border: 2px solid #333;
              border-radius: 50%; }
          .header .header-list .member-profile .member-neme {
            text-align: left; }
            .header .header-list .member-profile .member-neme p {
              margin: 0; }
        .header .header-list .logo-m {
          display: block; }
          .header .header-list .logo-m img {
            width: 60%; } }
  .header .header nav .nav li a.active,
  .header .header nav .nav li a.active span,
  .header .header nav .nav li a:hover,
  .header .header nav .nav li a:hover span {
    background: #ebebf2;
    color: #000; }

@media (min-width: 991px) {
  .header nav .nav .nav-item .nav_mb_ul {
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    min-width: 170px;
    float: none;
    background: rgba(255, 255, 255, 0.7);
    top: 53px;
    display: none; }
    .header nav .nav .nav-item .nav_mb_ul li a {
      color: #333;
      padding: 10px 5px;
      display: block;
      border-bottom: 1px solid #ccc;
      font-size: 16px; }
      .header nav .nav .nav-item .nav_mb_ul li a:hover {
        background: #ebebf2;
        color: #000; }
    .header nav .nav .nav-item .nav_mb_ul li:last-child a {
      border: none; }
  .header nav .nav .nav-item:hover .nav_mb_ul {
    display: block; } }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體' !important; }

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 100%;
  color: #ddd; }

h4 {
  font-size: 107.14286%; }

h3 {
  font-size: 128.57143%; }

h2 {
  font-size: 157.14286%; }

legend {
  font-size: 128.57143%;
  margin: 0; }

em {
  font-size: 92.85714%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249; }

.text-blue {
  color: #1877f2; }

.text-green2 {
  color: #4da6a0; }

.text-red {
  color: red; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-bold {
  font-weight: bold; }

.bg-gray {
  background: #f8f8f8; }

.bg-red {
  background: red; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.bg-custom {
  background: -moz-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(50%, 105E6C), color-stop(0, fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* 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%, #105E6C), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #105E6C 50%, #fff 0);
  background: -o-linear-gradient(top, #105E6C 50%, #fff 0);
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */ }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text13 {
  font-size: 13px !important; }

.text14 {
  font-size: 14px !important; }

.text16 {
  font-size: 16px !important; }

.text18 {
  font-size: 18px !important; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.text100 {
  font-size: 100px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-36px {
  height: 36px !important; }

.h-45px {
  height: 45px !important; }

.h-46px {
  height: 46px !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.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.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 5px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 5px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 5px; }
    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: 20px; }
  ul.cjk > li {
    list-style-type: cjk-ideographic;
    margin-bottom: 5px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px;
    font-size: inherit;
    font-weight: inherit; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.bg-gray {
  background: #f6f6f6; }

.bg-red {
  background: red; }

.bg-green01 {
  background: #8be9db; }

.bg-orange {
  background: #ff6000; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.style-red .header .top-title {
  background-color: #f3f3f3; }

.style-red .header .first-menu .navbar {
  border-bottom: 1px solid #f7f7f7; }
  .style-red .header .first-menu .navbar .nav-item .nav_mb_ul li a {
    color: #333;
    font-size: 14px;
    padding: 10px; }
    .style-red .header .first-menu .navbar .nav-item .nav_mb_ul li a:hover {
      background-color: #e8889a;
      color: #fff; }

.style-red .header .first-menu .search-item .custom-form-control {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.style-red .header .first-menu .search-item .custom-btn-right {
  border: 1px solid #ddd; }

.style-red .header .first-menu .cart-btn_nav_ul li:nth-last-child(2) {
  background: #e8889a; }

.style-red .header .first-menu .cart-btn_nav_ul li:last-child {
  background: #fff; }

.style-red .header .sec-menu {
  background-color: #e8889a; }
  .style-red .header .sec-menu .nav-item .nav-link {
    background-color: #e8889a; }
  .style-red .header .sec-menu .nav-item .nav_sec_menu {
    border: 2px solid #e8889a; }
    .style-red .header .sec-menu .nav-item .nav_sec_menu .nav_sec_nav_item .nav_sec_nav_link:hover {
      font-weight: bolder; }
  .style-red .header .sec-menu .nav-item.active .nav-link, .style-red .header .sec-menu .nav-item:hover .nav-link {
    color: #fff;
    background-color: #f5627d; }

.style-red .left-sidebar {
  margin-bottom: 30px; }
  .style-red .left-sidebar h3 {
    background: #ff7500;
    color: #fff;
    padding: 5px 10px;
    margin: 0; }
  .style-red .left-sidebar .left-sidebar-item {
    padding: 10px 5px;
    border-left: 1px solid #ff7500;
    border-right: 1px solid #ff7500;
    border-bottom: 1px solid #ff7500; }
    .style-red .left-sidebar .left-sidebar-item h4 {
      color: #ff7500;
      padding: 5px;
      margin: 0;
      border-bottom: 1px solid #ddd; }
      .style-red .left-sidebar .left-sidebar-item h4.collapsed {
        cursor: pointer; }
    .style-red .left-sidebar .left-sidebar-item .left-sidebar-title {
      color: #ff7500; }
      .style-red .left-sidebar .left-sidebar-item .left-sidebar-title:hover {
        background: #ff7500; }
    .style-red .left-sidebar .left-sidebar-item ul li.left-sidebar_cont .left-sidebar_item_top.more:hover {
      background: #ff7500; }
    .style-red .left-sidebar .left-sidebar-item ul li.left-sidebar-link:hover a, .style-red .left-sidebar .left-sidebar-item ul li.left-sidebar-link.active a {
      background: #ff7500; }
    .style-red .left-sidebar .left-sidebar-item .square-item {
      margin-right: -5px;
      margin-left: -5px;
      padding: 5px; }
      .style-red .left-sidebar .left-sidebar-item .square-item .col-2 {
        padding-right: 5px;
        padding-left: 5px;
        height: 30.5px; }
        .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color {
          display: inline-block;
          width: 100%;
          height: 30.5px;
          border: 2px solid #fff;
          cursor: pointer; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color:hover {
            border: 2px solid #000; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color01 {
            background: #cf5d5d; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color02 {
            background: #c9459f; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color03 {
            background: #689dd4; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color04 {
            background: #68d4aa; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color05 {
            background: #a8d468; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-color06 {
            background: #d4c368; }
        .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-size {
          display: inline-block;
          width: 100%;
          height: 30.5px;
          line-height: 26px;
          text-align: center;
          border: 2px solid #ddd;
          cursor: pointer; }
          .style-red .left-sidebar .left-sidebar-item .square-item .col-2 .square-item-size:hover {
            border: 2px solid #000; }
        .style-red .left-sidebar .left-sidebar-item .square-item .col-2.active .square-item-size, .style-red .left-sidebar .left-sidebar-item .square-item .col-2.active .square-item-color {
          border: 2px solid #000; }
    .style-red .left-sidebar .left-sidebar-item .range-item {
      margin: 10px 0; }
    .style-red .left-sidebar .left-sidebar-item.filter-item h4 {
      position: relative; }
      .style-red .left-sidebar .left-sidebar-item.filter-item h4: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: 5px;
        right: 5px; }
    .style-red .left-sidebar .left-sidebar-item.filter-item.active h4:before {
      content: '\f067'; }
    .style-red .left-sidebar .left-sidebar-item.filter-item.active ul {
      display: block;
      opacity: 1; }

.style-red .btn-custom01 {
  background-color: #e8889a;
  color: #fff;
  min-width: 110px; }
  .style-red .btn-custom01:hover {
    background-color: #f04b69;
    color: #fff; }

.style-red .btn-custom02 {
  background-color: #e8889a;
  color: #fff;
  min-width: 110px; }
  .style-red .btn-custom02:hover {
    background-color: #f04b69;
    color: #fff; }

.style-red .finish-item-table .title {
  background-color: #ff7500; }

.style-red .cart-title-tabs .nav-tabs .nav-link {
  background-color: #e8889a; }
  .style-red .cart-title-tabs .nav-tabs .nav-link:hover, .style-red .cart-title-tabs .nav-tabs .nav-link.active {
    background-color: #f5627d; }

.style-red .cart-list .cart-title {
  background-color: #f5627d; }

.style-red .footer .footer-header .col-md-3 i {
  color: #e8889a; }

.style-red .modal .modal-header {
  background-color: #e8889a; }

.style-red .pagination > li > a:focus,
.style-red .pagination > li > a:hover,
.style-red .pagination > li > span:focus,
.style-red .pagination > li > span:hover {
  z-index: 0;
  color: #fff;
  background-color: #ff7500;
  border-color: transparent; }

.style-red .pagination .page-item.active .page-link {
  background-color: #ff7500;
  border-color: #ff7500; }

.style-green .header .top-title {
  background-color: #fff; }

.style-green .header .first-menu {
  background-image: url(../images/style-green-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .style-green .header .first-menu .navbar .nav-item .nav_mb_ul li a {
    color: #333;
    font-size: 14px;
    padding: 10px;
    background-color: #fff; }
    .style-green .header .first-menu .navbar .nav-item .nav_mb_ul li a:hover {
      background-color: #8be9db;
      color: #000; }
  .style-green .header .first-menu .navbar .nav-item .nav_mb_ul_notice li a:hover {
    background-color: #8be9db;
    color: #000; }
  .style-green .header .first-menu .search-item .custom-form-control {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .style-green .header .first-menu .search-item .custom-btn-right {
    border: 1px solid #ddd; }
  .style-green .header .first-menu .cart-btn_nav_ul li:nth-last-child(2) {
    background: #aef0e6; }
  .style-green .header .first-menu .cart-btn_nav_ul li:last-child {
    background: #fff; }

.style-green .header .sec-menu {
  background-color: #8be9db; }
  .style-green .header .sec-menu .nav-item .nav-link {
    color: #333;
    background-color: #8be9db; }
    .style-green .header .sec-menu .nav-item .nav-link:hover {
      background-color: #aef0e6;
      color: #000; }
  .style-green .header .sec-menu .nav-item .nav_sec_menu {
    border: 2px solid #8be9db; }
    .style-green .header .sec-menu .nav-item .nav_sec_menu .nav_sec_nav_item .nav_sec_nav_link:hover {
      font-weight: bolder; }
  .style-green .header .sec-menu .nav-item.active .nav-link, .style-green .header .sec-menu .nav-item:hover .nav-link {
    color: #000;
    background-color: #aef0e6; }

.style-green .left-sidebar {
  margin-bottom: 30px; }
  .style-green .left-sidebar h3 {
    background: #7aadf4; }
  .style-green .left-sidebar .left-sidebar-item {
    border-left: 1px solid #7aadf4;
    border-right: 1px solid #7aadf4;
    border-bottom: 1px solid #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item h4 {
      color: #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item .left-sidebar-title {
      color: #7aadf4; }
      .style-green .left-sidebar .left-sidebar-item .left-sidebar-title:hover {
        background: #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item ul li.left-sidebar_cont .left-sidebar_item_top.more:hover {
      background: #7aadf4; }
    .style-green .left-sidebar .left-sidebar-item ul li.left-sidebar-link:hover a, .style-green .left-sidebar .left-sidebar-item ul li.left-sidebar-link.active a {
      background: #7aadf4; }

.style-green .btn-custom01 {
  background-color: #8be9db;
  color: #000;
  min-width: 110px; }
  .style-green .btn-custom01:hover {
    background-color: #5ad0be;
    color: #000; }

.style-green .btn-custom02 {
  background-color: #8be9db;
  color: #000;
  min-width: 110px; }
  .style-green .btn-custom02:hover {
    background-color: #5ad0be;
    color: #000; }

.style-green .finish-item-table .title {
  background-color: #7aadf4; }

.style-green .cart-title-tabs .nav-tabs .nav-link {
  background-color: #aef0e6; }
  .style-green .cart-title-tabs .nav-tabs .nav-link:hover, .style-green .cart-title-tabs .nav-tabs .nav-link.active {
    background-color: #8be9db; }

.style-green .cart-list .cart-title {
  background-color: #8be9db; }

.style-green .footer .footer-header .col-md-3 i {
  color: #8be9db; }

.style-green .modal .modal-header {
  background-color: #8be9db; }

.style-green .pagination > li > a:focus,
.style-green .pagination > li > a:hover,
.style-green .pagination > li > span:focus,
.style-green .pagination > li > span:hover {
  z-index: 0;
  color: #fff;
  background-color: #7aadf4;
  border-color: transparent; }

.style-green .pagination .page-item.active .page-link {
  background-color: #7aadf4;
  border-color: #7aadf4; }

.footer {
  background: #f6f6f6;
  padding: 15px 0; }
  .footer p {
    margin-bottom: 0px; }

@media (max-width: 767px) {
  .footer-mo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dcefff;
    padding: 7.5px;
    z-index: 99; }
    .footer-mo ul {
      width: 100%; }
      .footer-mo ul li {
        margin: 0 15px; }
        .footer-mo ul li a {
          text-align: center;
          font-size: 18px;
          color: #575757; }
          .footer-mo ul li a i {
            display: block;
            font-size: 27px; } }

.loading-start {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 56.3%;
  border-radius: 10px; }
  .loading-start .loader {
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

*:focus {
  border: none; }

.bg-blue {
  background: #4ac4fa; }

.cus-int {
  border: 2px solid #4ac4fa;
  padding: 7.5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -wbkit-border-radius: 3px; }

.cus-btn {
  background: #4ac4fa;
  color: #fff;
  border: 2px solid #4ac4fa;
  padding: 7.5px 10px; }
  .cus-btn:hover {
    background: #339bc9;
    border: 2px solid #339bc9;
    color: #fff; }

.btn-cart i, .btn-fav i {
  color: #777; }
  .btn-cart i:hover, .btn-fav i:hover {
    color: red; }

.del-btn {
  color: #666;
  cursor: pointer; }
  .del-btn:hover {
    color: red; }

.img-wrap .img-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .img-wrap .img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.breadcrumb {
  position: relative;
  background: #f6f6f6;
  border-radius: 5px;
  margin: 40px 0; }
  @media (max-width: 767px) {
    .breadcrumb {
      background: #fff;
      margin: 0 0 40px 0;
      padding: .75rem 1rem .75rem 2.5rem; } }
  .breadcrumb li {
    position: relative;
    margin-right: 20px; }
    .breadcrumb li a {
      color: #666;
      display: block; }
      .breadcrumb li a:hover {
        color: #000; }
    .breadcrumb li:before {
      content: '>';
      position: absolute;
      display: block;
      top: -1px;
      right: -14px;
      color: #000 !important; }
    .breadcrumb li:last-child:before {
      display: none; }
    .breadcrumb li.active a {
      color: #e6801e; }
  .breadcrumb .mo_back {
    display: none; }
    .breadcrumb .mo_back i {
      color: #000; }
    @media (max-width: 767px) {
      .breadcrumb .mo_back {
        position: absolute;
        display: block;
        color: #fff;
        top: 11px;
        left: 11px; } }

.form-custom {
  padding: .375rem 1rem;
  border-radius: 20px; }

.aiot-content {
  padding-top: 109.75px;
  min-height: 56vw;
  background: #fff; }
  @media (max-width: 767px) {
    .aiot-content {
      padding-top: 20px;
      padding-bottom: 65px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      min-height: 150vw; } }
  .aiot-content .kv {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .aiot-content .kv {
        padding-top: 0px;
        margin-bottom: 30px; } }
  .aiot-content .index_section1 .col-md-8 a {
    display: block;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px; }
    .aiot-content .index_section1 .col-md-8 a p {
      font-size: 18px;
      font-weight: bold; }
    .aiot-content .index_section1 .col-md-8 a:hover p {
      color: #ff8bbd; }
    .aiot-content .index_section1 .col-md-8 a:hover img {
      -webkit-filter: hue-rotate(-220deg);
      filter: hue-rotate(-220deg); }
  @media (max-width: 767px) {
    .aiot-content .index_section2 {
      margin: 0;
      padding-bottom: 40px; }
      .aiot-content .index_section2 .index_news_items {
        margin: 0 15px; } }
  .aiot-content .login_section1 {
    margin: 8vw 0 11vw; }
    .aiot-content .login_section1 .input-group .input-group-prepend .form-custom {
      padding: .375rem 1rem;
      border-radius: 20px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .aiot-content .login_section1 .input-group .form-custom {
      border-radius: 20px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    @media (min-width: 1920px) {
      .aiot-content .login_section1 {
        margin: 10.6vw 0 11vw; } }
  .aiot-content .control-wrap {
    margin-bottom: 40px; }
    .aiot-content .control-wrap .control-inner1 {
      padding: 12.5px 15px;
      border: 1px solid #ddd;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .aiot-content .control-wrap .control-inner1 {
          margin-bottom: 10px;
          width: 100%; } }
      .aiot-content .control-wrap .control-inner1 ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 767px) {
          .aiot-content .control-wrap .control-inner1 ul {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        .aiot-content .control-wrap .control-inner1 ul li {
          margin: 0 10px; }
          .aiot-content .control-wrap .control-inner1 ul li .control-item {
            -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), to(#e9e9e9));
            background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
            background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
            background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
            background-color: #f9f9f9;
            border-radius: 5px;
            border: 1px solid #dcdcdc;
            display: inline-block;
            cursor: pointer;
            padding: 10px;
            text-shadow: 0px 1px 0px #ffffff; }
            .aiot-content .control-wrap .control-inner1 ul li .control-item i {
              color: #6a747e;
              font-size: 32px; }
            .aiot-content .control-wrap .control-inner1 ul li .control-item:hover, .aiot-content .control-wrap .control-inner1 ul li .control-item.active {
              background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), to(#f9f9f9));
              background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
              background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
              background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
              background-color: #e9e9e9; }
              .aiot-content .control-wrap .control-inner1 ul li .control-item:hover i, .aiot-content .control-wrap .control-inner1 ul li .control-item.active i {
                color: red; }
            .aiot-content .control-wrap .control-inner1 ul li .control-item:active {
              position: relative;
              top: 1px; }
            .aiot-content .control-wrap .control-inner1 ul li .control-item:focus {
              outline: none; }
          .aiot-content .control-wrap .control-inner1 ul li .range-item {
            position: relative; }
            .aiot-content .control-wrap .control-inner1 ul li .range-item #output {
              position: absolute;
              top: -20px;
              position: absolute;
              left: 50%;
              -webkit-transform: translate(-50%, 0%);
              -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
            .aiot-content .control-wrap .control-inner1 ul li .range-item .range02 {
              position: absolute;
              left: 0;
              bottom: -18px; }
            .aiot-content .control-wrap .control-inner1 ul li .range-item .range03 {
              position: absolute;
              right: 0;
              bottom: -18px; }
          @media (max-width: 767px) {
            .aiot-content .control-wrap .control-inner1 ul li {
              margin: 0 5px; }
              .aiot-content .control-wrap .control-inner1 ul li:nth-child(1), .aiot-content .control-wrap .control-inner1 ul li:nth-child(2), .aiot-content .control-wrap .control-inner1 ul li:nth-child(3) {
                width: 33%;
                margin: 0;
                text-align: center;
                margin-bottom: 10px; } }
    .aiot-content .control-wrap .control-inner2 .control-item {
      -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
      box-shadow: inset 0px 1px 0px 0px #ffffff;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), to(#e9e9e9));
      background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
      background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
      background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
      background-color: #f9f9f9;
      border-radius: 5px;
      border: 1px solid #dcdcdc;
      display: inline-block;
      cursor: pointer;
      padding: 15px;
      text-shadow: 0px 1px 0px #ffffff; }
      .aiot-content .control-wrap .control-inner2 .control-item.min60 i {
        min-width: 60px;
        color: #adb5bd;
        font-size: 50px; }
        @media (max-width: 768px) {
          .aiot-content .control-wrap .control-inner2 .control-item.min60 i {
            min-width: 40px;
            color: #adb5bd;
            font-size: 40px; } }
      .aiot-content .control-wrap .control-inner2 .control-item.min60 p {
        margin-bottom: 0; }
      .aiot-content .control-wrap .control-inner2 .control-item:hover, .aiot-content .control-wrap .control-inner2 .control-item.active {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), to(#f9f9f9));
        background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        background-color: #e9e9e9; }
        .aiot-content .control-wrap .control-inner2 .control-item:hover i, .aiot-content .control-wrap .control-inner2 .control-item.active i {
          color: red; }
      .aiot-content .control-wrap .control-inner2 .control-item:active {
        position: relative;
        top: 1px; }
      .aiot-content .control-wrap .control-inner2 .control-item:focus {
        outline: none; }
      .aiot-content .control-wrap .control-inner2 .control-item:disabled, .aiot-content .control-wrap .control-inner2 .control-item[disabled] {
        border: 1px solid #e8e8e8;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e4e4e4), to(#eaeaea));
        background: -webkit-linear-gradient(top, #e4e4e4 5%, #eaeaea 100%);
        background: -o-linear-gradient(top, #e4e4e4 5%, #eaeaea 100%);
        background: linear-gradient(to bottom, #e4e4e4 5%, #eaeaea 100%);
        color: #989898;
        cursor: no-drop; }
        .aiot-content .control-wrap .control-inner2 .control-item:disabled:hover, .aiot-content .control-wrap .control-inner2 .control-item[disabled]:hover {
          border: 1px solid #e8e8e8;
          -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
          box-shadow: inset 0px 1px 0px 0px #ffffff;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e4e4e4), to(#eaeaea));
          background: -webkit-linear-gradient(top, #e4e4e4 5%, #eaeaea 100%);
          background: -o-linear-gradient(top, #e4e4e4 5%, #eaeaea 100%);
          background: linear-gradient(to bottom, #e4e4e4 5%, #eaeaea 100%);
          color: #989898;
          cursor: no-drop; }
          .aiot-content .control-wrap .control-inner2 .control-item:disabled:hover i, .aiot-content .control-wrap .control-inner2 .control-item[disabled]:hover i {
            color: #adb5bd; }
  .aiot-content .camera-section {
    margin-bottom: 15px;
    font-size: 0;
    position: relative; }
    .aiot-content .camera-section .camera-item-nologin {
      background: #a7a7a7;
      border-radius: 15px;
      padding: 18% 0;
      text-align: center;
      color: #fff; }
      .aiot-content .camera-section .camera-item-nologin i {
        font-size: 72px;
        margin-bottom: 15px; }
    .aiot-content .camera-section img {
      width: 100%; }
  .aiot-content .list-section {
    margin-bottom: 80px; }
    .aiot-content .list-section .step-title {
      position: relative;
      text-align: center;
      margin-bottom: 60px; }
      .aiot-content .list-section .step-title span {
        position: absolute;
        top: 45px; }
        .aiot-content .list-section .step-title span:nth-child(1) {
          left: 22%; }
        .aiot-content .list-section .step-title span:nth-child(2) {
          right: 19.5%; }
      @media (max-width: 767px) {
        .aiot-content .list-section .step-title {
          display: none; } }
    .aiot-content .list-section .link-step-title {
      position: relative;
      text-align: center;
      margin-bottom: 60px; }
      .aiot-content .list-section .link-step-title .step-title-word {
        width: 865px;
        position: relative;
        margin: 0 auto; }
        .aiot-content .list-section .link-step-title .step-title-word span {
          position: absolute;
          top: 0px; }
          .aiot-content .list-section .link-step-title .step-title-word span:nth-child(1) {
            left: 3%; }
          .aiot-content .list-section .link-step-title .step-title-word span:nth-child(2) {
            left: 43%; }
          .aiot-content .list-section .link-step-title .step-title-word span:nth-child(3) {
            right: 3%; }
      @media (max-width: 767px) {
        .aiot-content .list-section .link-step-title {
          display: none; } }
    .aiot-content .list-section .list-style .list-title {
      border: 2px solid #ddd;
      border-radius: 5px;
      width: 100%;
      display: block;
      padding: 15px;
      font-size: 18px; }
      .aiot-content .list-section .list-style .list-title i {
        font-size: 24px;
        position: relative;
        top: 2px; }
      .aiot-content .list-section .list-style .list-title:hover {
        background: #f5f5f5; }
      .aiot-content .list-section .list-style .list-title.collapsed {
        color: #575757; }
        .aiot-content .list-section .list-style .list-title.collapsed i:before {
          content: "\f0fe"; }
    .aiot-content .list-section .list-style .list-content {
      border: 2px solid #ddd;
      border-radius: 5px; }
      .aiot-content .list-section .list-style .list-content .list-item {
        border-bottom: 2px solid #ddd; }
        .aiot-content .list-section .list-style .list-content .list-item a, .aiot-content .list-section .list-style .list-content .list-item p {
          padding: 15px;
          font-size: 18px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0; }
        .aiot-content .list-section .list-style .list-content .list-item a:hover {
          background: #f5f5f5; }
        .aiot-content .list-section .list-style .list-content .list-item p:hover {
          background: #fff; }
        .aiot-content .list-section .list-style .list-content .list-item:last-child {
          border-bottom: none; }
        .aiot-content .list-section .list-style .list-content .list-item i {
          font-size: 18px; }
        .aiot-content .list-section .list-style .list-content .list-item.active {
          position: relative;
          background: #e1ffff; }
          .aiot-content .list-section .list-style .list-content .list-item.active:before {
            content: '\f071';
            position: absolute;
            display: block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            right: 35px;
            top: 12px;
            color: #3288da;
            font-size: 12px;
            zoom: .9; }
        .aiot-content .list-section .list-style .list-content .list-item:hover {
          background: #e1ffff; }
    .aiot-content .list-section .list-style .list-content2 .list-item {
      padding: 15px;
      border-bottom: 2px solid #ddd; }
      .aiot-content .list-section .list-style .list-content2 .list-item .list-cog {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: right; }
        .aiot-content .list-section .list-style .list-content2 .list-item .list-cog i {
          font-size: 18px;
          color: #959595; }
      .aiot-content .list-section .list-style .list-content2 .list-item.active {
        position: relative;
        background: #e1ffff; }
        .aiot-content .list-section .list-style .list-content2 .list-item.active:before {
          content: '\f071';
          position: absolute;
          display: block;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          right: 45px;
          top: 17px;
          color: #3288da;
          font-size: 12px;
          zoom: .9; }
          @media (max-width: 767px) {
            .aiot-content .list-section .list-style .list-content2 .list-item.active:before {
              right: 16%;
              top: 32%; } }
      .aiot-content .list-section .list-style .list-content2 .list-item:hover {
        background: #e1ffff; }
    .aiot-content .list-section .list-style .list-content3 .list-item {
      padding: 15px;
      border-bottom: 2px solid #ddd;
      background: #e1ffff; }
      .aiot-content .list-section .list-style .list-content3 .list-item .list-cog {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: right; }
        .aiot-content .list-section .list-style .list-content3 .list-item .list-cog i {
          font-size: 18px;
          color: #959595; }
    .aiot-content .list-section .list-style2 .list-title {
      border: 2px solid #ddd;
      border-radius: 5px;
      width: 100%;
      display: block;
      padding: 15px;
      font-size: 18px;
      margin-bottom: 15px; }
      .aiot-content .list-section .list-style2 .list-title i {
        font-size: 24px;
        position: relative;
        top: 2px; }
    .aiot-content .list-section .list-style2 .list-content {
      border: 2px solid #ddd;
      border-radius: 5px; }
      .aiot-content .list-section .list-style2 .list-content .list-item {
        border-bottom: 2px solid #ddd; }
        .aiot-content .list-section .list-style2 .list-content .list-item a, .aiot-content .list-section .list-style2 .list-content .list-item p {
          padding: 15px;
          font-size: 18px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0; }
        .aiot-content .list-section .list-style2 .list-content .list-item a:hover {
          background: #f5f5f5; }
        .aiot-content .list-section .list-style2 .list-content .list-item p:hover {
          background: #fff; }
        .aiot-content .list-section .list-style2 .list-content .list-item:last-child {
          border-bottom: none; }
        .aiot-content .list-section .list-style2 .list-content .list-item i {
          font-size: 18px; }
        .aiot-content .list-section .list-style2 .list-content .list-item.active {
          position: relative;
          background: #e1ffff; }
          .aiot-content .list-section .list-style2 .list-content .list-item.active:before {
            content: '\f071';
            position: absolute;
            display: block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            right: 35px;
            top: 12px;
            color: #3288da;
            font-size: 12px;
            zoom: .9; }
    .aiot-content .list-section .list-style2 .list-content2 .list-item {
      padding: 15px;
      border-bottom: 2px solid #ddd; }
      .aiot-content .list-section .list-style2 .list-content2 .list-item .list-cog {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: right; }
        .aiot-content .list-section .list-style2 .list-content2 .list-item .list-cog i {
          font-size: 18px;
          color: #959595; }
      .aiot-content .list-section .list-style2 .list-content2 .list-item.active {
        position: relative;
        background: #e1ffff; }
        .aiot-content .list-section .list-style2 .list-content2 .list-item.active:before {
          content: '\f071';
          position: absolute;
          display: block;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          right: 45px;
          top: 17px;
          color: #3288da;
          font-size: 12px;
          zoom: .9; }
          @media (max-width: 767px) {
            .aiot-content .list-section .list-style2 .list-content2 .list-item.active:before {
              right: 16%;
              top: 32%; } }
    .aiot-content .list-section .list-style2 .list-content3 {
      margin-bottom: 15px; }
      .aiot-content .list-section .list-style2 .list-content3 .list-item {
        padding: 15px;
        border-bottom: 2px solid #ddd;
        background: #e1ffff; }
        .aiot-content .list-section .list-style2 .list-content3 .list-item .list-cog {
          width: 40px;
          height: 40px;
          line-height: 40px; }
          .aiot-content .list-section .list-style2 .list-content3 .list-item .list-cog i {
            font-size: 18px;
            color: #3288da; }
    .aiot-content .list-section .link-item.active {
      position: relative; }
      .aiot-content .list-section .link-item.active:before {
        content: '\f071';
        position: absolute;
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        right: 15px;
        top: 18px;
        color: #3288da;
        font-size: 24px; }
    .aiot-content .list-section .choose-item {
      cursor: pointer;
      padding: 0 25px;
      margin-bottom: 15px; }
      .aiot-content .list-section .choose-item:hover {
        background-color: #bedde1; }
  .aiot-content .list-search-section .list-search [class^=row] {
    border-bottom: 1px solid #ddd; }
    .aiot-content .list-search-section .list-search [class^=row]:last-child {
      border: none; }

.pagination_wp {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .pagination_wp {
      display: none; } }
  .pagination_wp .page-link {
    margin: 0 10px;
    border-radius: 50% !important;
    border: none; }
  .pagination_wp .page-item.active .page-link, .pagination_wp .page-item:hover .page-link {
    background: #aed5da;
    color: #000; }

.range-item {
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
  how to remove the virtical space around the range input in IE*/ }
  .range-item input[type=range] {
    width: 100%;
    margin: 8.55px 0;
    background-color: transparent;
    -webkit-appearance: none; }
  .range-item input[type=range]:focus {
    outline: none; }
  .range-item input[type=range]::-webkit-slider-runnable-track {
    background: #eeeeee;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 2.9px;
    cursor: pointer; }
  .range-item input[type=range]::-webkit-slider-thumb {
    margin-top: -8.75px;
    width: 7px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    -webkit-appearance: none; }
  .range-item input[type=range]:focus::-webkit-slider-runnable-track {
    background: #fbfbfb; }
  .range-item input[type=range]::-moz-range-track {
    background: #eeeeee;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 2.9px;
    cursor: pointer; }
  .range-item input[type=range]::-moz-range-thumb {
    width: 7px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #000000;
    cursor: pointer; }
  .range-item input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 8.55px 0;
    color: transparent;
    width: 100%;
    height: 2.9px;
    cursor: pointer; }
  .range-item input[type=range]::-ms-fill-lower {
    background: #e1e1e1;
    border: 0.2px solid #010101;
    border-radius: 2.6px; }
  .range-item input[type=range]::-ms-fill-upper {
    background: #eeeeee;
    border: 0.2px solid #010101;
    border-radius: 2.6px; }
  .range-item input[type=range]::-ms-thumb {
    width: 7px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/ }
  .range-item input[type=range]:focus::-ms-fill-lower {
    background: #eeeeee; }
  .range-item input[type=range]:focus::-ms-fill-upper {
    background: #fbfbfb; }
  @supports (-ms-ime-align: auto) {
    .range-item {
      /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */ }
      .range-item input[type=range] {
        margin: 0;
        /*Edge starts the margin from the thumb, not the track as other browsers do*/ } }

@media (max-width: 767px) {
  img {
    max-width: 100% !important; }
  .mb_Sign_in {
    background: #3288da;
    padding-top: 70.75px; }
  .ov-hidden .mb_Sign_in {
    position: relative; }
    .ov-hidden .mb_Sign_in:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      z-index: 887;
      position: absolute;
      background: rgba(0, 0, 0, 0.7); } }
