*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
body img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #f5a21d;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.b-related {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .b-related {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .b-related {
    padding: 5em 0;
  }
}

.text-primary {
  color: #f5a21d !important;
}

.text-secondary {
  color: #d58300 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #999;
}
.block-title:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  margin-left: 0.7em;
  width: 30px;
  height: 1px;
  background-color: #f5a21d;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.55em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 1.85em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2em;
  }
}

.block-title2 {
  color: #f5a21d;
  font-size: 2.4em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2.7em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.8em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 3em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 4em;
  }
}
.block-title2.t-sm {
  font-size: 1.7em;
}
@media (min-width: 769px) {
  .block-title2.t-sm {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .block-title2.t-sm {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2.t-sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2.t-sm {
    font-size: 2em;
  }
}

.block-title3 {
  font-size: 1.45em;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #999;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.33em;
  }
}

.block-title5 {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2em;
  }
}

.img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-wrap:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn {
  position: relative;
  padding: 0.8em 1.5em;
  font-size: 0.95em;
  border-radius: 0 !important;
  letter-spacing: 0.1em !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1.3em 2em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.7em 3em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.8em 1.5em !important;
  font-size: 0.9em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.4em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #f5a21d !important;
}

.btn-circle2 {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #cccccc !important;
  margin-right: 1em;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #f5a21d !important;
  font-size: 1em;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #f5a21d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: #f5a21d;
  color: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 75px;
    height: 75px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  content: "";
  background-color: rgba(245, 162, 29, 0.5);
  color: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  -webkit-box-shadow: 0 0 8px rgba(245, 162, 29, 0.5);
          box-shadow: 0 0 8px rgba(245, 162, 29, 0.5);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.btn-link {
  color: #f5a21d;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #f5a21d !important;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)));
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
          mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)));
          mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #f5a21d !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-light {
  position: relative;
  border: 0 !important;
  color: #d58300;
  background-color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #d58300 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-outline-primary {
  border: 1px solid #f5a21d;
  color: #f5a21d;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #f5a21d !important;
  border: 1px solid #f5a21d !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #f5a21d !important;
  color: #f5a21d !important;
}

.btn-send {
  background-color: #f5a21d;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #d58300;
  color: White;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-cat {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
  background-image: none;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  margin-bottom: 4.5em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-cat:last-child {
  margin-bottom: 0;
}
.p-cat:before {
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: calc(3.5em + 35px);
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#f5a21d));
  background: linear-gradient(to right, transparent, #f5a21d);
  z-index: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-cat:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(3.5em + 35px);
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#f6f6f6));
  background: linear-gradient(to right, transparent, #f6f6f6);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-cat img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.p-cat .p-name {
  font-size: 2.6em;
  font-weight: 600;
  color: #333;
  text-align: end;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .p-cat .p-name {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .p-cat .p-name {
    font-size: 3.4em;
  }
}
@media (min-width: 1200px) {
  .p-cat .p-name {
    font-size: 4em;
  }
}
@media (min-width: 1680px) {
  .p-cat .p-name {
    font-size: 5em;
  }
}
.p-cat .btn-link {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .p-cat:hover, .p-cat:active, .p-cat:focus {
    background-image: url(../images/bg-plist-hover.jpg);
  }
  .p-cat:hover:before, .p-cat:active:before, .p-cat:focus:before {
    right: 0;
  }
  .p-cat:hover .p-name, .p-cat:active .p-name, .p-cat:focus .p-name {
    color: #f5a21d;
  }
  .p-cat:hover .btn-link, .p-cat:active .btn-link, .p-cat:focus .btn-link {
    color: white;
  }
}

.p-list,
.p-list2 {
  display: block;
  padding: 1.5em;
}
.p-list img,
.p-list2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.p-list .p-name,
.p-list2 .p-name {
  position: relative;
  font-size: 1.2em;
  color: #333;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}
@media (min-width: 992px) {
  .p-list .p-name,
  .p-list2 .p-name {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .p-list .p-name,
  .p-list2 .p-name {
    font-size: 1.35em;
  }
}
.p-list:hover img,
.p-list2:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-list:hover .p-name,
.p-list2:hover .p-name {
  color: #f5a21d;
}

.p-basic {
  margin-top: 0.5em;
  position: relative;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-basic .p-title {
  position: relative;
  color: #f5a21d;
  padding: 0.5em 0;
  font-size: 2em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-basic .p-title {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .p-basic .p-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .p-basic .p-title {
    font-size: 2.75em;
  }
}
@media (min-width: 1680px) {
  .p-basic .p-title {
    font-size: 3.3em;
  }
}
.p-basic .p-slider {
  margin-top: 1em;
  padding: 45px;
  background-color: white;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.p-basic .p-slider img {
  width: 100%;
  height: auto;
}
.p-basic .b-features {
  color: #999;
}
.p-basic .b-features ul li {
  color: #999;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.p-basic .slick-dots {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 45px;
  -webkit-transform: none;
          transform: none;
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-basic .slick-dots li {
  width: 50px !important;
  height: 20px !important;
}
.p-basic .slick-dots li button:before {
  background-color: #cccccc;
  width: 30px;
  height: 4px;
}
.p-basic .slick-dots li button:before .p-title {
  font-size: 1.9em;
  font-weight: 600;
  color: #f5a21d;
  padding: 1em 0;
  position: relative;
}
.p-basic .slick-dots li button:before .p-title:after {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* neutralize Bootstrap .row negative gutters when using grid/layout changes */
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  top: 0;
  width: 350%;
  height: 100%;
  content: "";
  background-color: #f5a21d;
  z-index: -1;
  display: none;
}
@media (min-width: 769px) {
  .p-basic .slick-dots li button:before .p-title {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .p-basic .slick-dots li button:before .p-title {
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) {
  .p-basic .slick-dots li button:before .p-title {
    font-size: 2.8em;
  }
}
@media (min-width: 1680px) {
  .p-basic .slick-dots li button:before .p-title {
    font-size: 3.33em;
  }
}
.p-basic .slick-dots li button:before .b-features {
  color: #999;
}
.p-basic .slick-dots li button:before .b-features ul li {
  color: #999;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.p-basic .slick-dots li.slick-active button:before {
  background-color: #f5a21d;
  width: 50px;
}
@media (min-width: 992px) {
  .p-basic {
    margin-top: 4.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-basic .col-title {
    padding-right: 41.66666667%;
  }
  .p-basic .col-title .p-title {
    color: white;
  }
  .p-basic .col-title .p-title:after {
    display: block;
    position: absolute;
    left: -4.5em;
    top: 50%;
    width: 300%;
    height: 100%;
    content: "";
    background-color: #f5a21d;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .p-basic .col-slider .p-slider {
    margin-top: -3em;
  }
}
@media (min-width: 1680px) {
  .p-basic .col-title {
    padding-right: 33.33333333%;
  }
  .p-basic .col-slider .p-slider {
    margin-top: -3em;
  }
}

.p-block-title {
  font-size: 2em;
  color: #666;
  margin: 2em 0 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-block-title:after {
  margin-left: 0.5em;
  content: "";
  height: 1px;
  background-color: #f5a21d;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 30px;
}

.b-related {
  padding-top: 0;
}
.b-related .related-slider {
  padding: 0 60px;
}
.b-related .related-slider .slick-list {
  margin: 0 -30px;
}
.b-related .related-slider .slider-wrap {
  margin: 0 30px;
}
.b-related .related-slider .slider-wrap .p-related img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b-related .related-slider .slider-wrap .p-related .prods-name {
  font-size: 1em;
  color: #333;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b-related .related-slider .slider-wrap .p-related:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.b-related .related-slider .slider-wrap .p-related:hover .prods-name {
  color: #f5a21d;
}
@media (min-width: 992px) {
  .b-related .related-slider {
    padding: 0 100px;
  }
}

.search-title {
  font-size: 1.2em;
}/*# sourceMappingURL=prods.css.map */