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

*::-webkit-scrollbar-thumb {
  background-color: #354c8b;
  border: 1px solid #f2f2f2;
  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;
  counter-reset: benefit workflow;
}
@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;
}
@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;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #354c8b;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.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) * 4) !important;
    padding-left: calc(var(--bs-gutter-x) * 4) !important;
  }
}

.p-list .list-wrap .p-name, .p-list2 .list-wrap .p-name, .p-list2 .list-wrap .p-name2, .quick-search .title, .series .series-title, .series .series-con .col-12:first-child, .top-info .basic .industry .title, .details .box-name, .details .subtitle, .details .table thead th, .details .table tbody th, .btn-others, .btn, .block-title3, .block-title2, .block-subtitle, .block-title {
  font-family: "Titillium Web", Arial, "Noto Sans TC", sans-serif !important;
}

.block-title {
  font-size: 1.85em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
  color: #354c8b;
}

.block-subtitle {
  font-size: 1.33em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 3em;
  color: #999;
}

.block-title2 {
  font-size: 1.65em;
  line-height: 1.3;
  margin-bottom: 1.3em;
  font-weight: bold;
  color: #354c8b;
  text-transform: uppercase;
}

.block-title3 {
  font-size: 1.65em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-weight: bold;
  color: #354c8b;
}

.block-title4 {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #00ccff;
  text-transform: uppercase;
}

.block-title5 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #999;
  font-style: italic;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .block-title {
    font-size: 2.45em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.1em;
  }
  .block-title3 {
    font-size: 1.6em;
  }
  .block-title5 {
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.7em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.2em;
  }
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 4em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.67em;
  }
  .block-title3 {
    font-size: 2em;
  }
}
.p-list .list-wrap, .p-list2 .list-wrap, .btn-play {
  border-radius: 8px;
}
@media (min-width: 769px) {
  .p-list .list-wrap, .p-list2 .list-wrap, .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .p-list .list-wrap, .p-list2 .list-wrap, .btn-play {
    border-radius: 18px;
  }
}
@media (min-width: 1680px) {
  .p-list .list-wrap, .p-list2 .list-wrap, .btn-play {
    border-radius: 26px;
  }
}

.quick-search, .quick-search .btn-search-circle {
  border-radius: 3px;
}
@media (min-width: 992px) {
  .quick-search, .quick-search .btn-search-circle {
    border-radius: 7px;
  }
}
@media (min-width: 1680px) {
  .quick-search, .quick-search .btn-search-circle {
    border-radius: 10px;
  }
}

.btn {
  border-radius: 50px !important;
  padding: 0.6em 1.3em 0.6em 0.6em !important;
  border: 0 !important;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1.6em;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.4em 0.9em !important;
  font-size: 0.9em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.5em 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.6em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #666 !important;
  font-size: 1em;
  text-transform: capitalize;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #354c8b !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  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: #354c8b;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(53, 76, 139, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-others {
  background-color: white;
  border: 1px solid #cccccc;
  color: #999;
  padding: 0.6em 1.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  min-width: 160px;
  transition: all 0.3s linear;
}
.btn-others:after {
  display: inline-flex;
  content: "\f282";
  font-family: "Bootstrap-icons";
  border: 0;
  font-size: 0.7em;
  margin-left: 1em;
}
.btn-others:hover {
  color: #354c8b;
}

.btn-dark {
  border: 0;
  color: white;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #00ccff !important;
  border: 1px solid #00ccff !important;
}

.btn-light {
  border: 0;
  color: #354c8b;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i, .btn-light.show i {
  color: white !important;
}
.btn-light:hover:after, .btn-light:active:after, .btn-light:focus:after, .btn-light.show:after {
  left: 0;
}

.btn-primary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #354c8b;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-primary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-primary:hover i, .btn-primary:active i, .btn-primary:focus i, .btn-primary.show i {
  color: white !important;
}
.btn-primary:hover:after, .btn-primary:active:after, .btn-primary:focus:after, .btn-primary.show:after {
  left: 0;
}

.btn-secondary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-secondary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-secondary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #999;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-secondary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #354c8b;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-secondary:hover i, .btn-secondary:active i, .btn-secondary:focus i, .btn-secondary.show i {
  color: white !important;
}
.btn-secondary:hover:after, .btn-secondary:active:after, .btn-secondary:focus:after, .btn-secondary.show:after {
  left: 0;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.btn-more {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 1.5em !important;
}
.btn-more i {
  font-size: 1em;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-more-sm {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  padding: 0.25em 0.8em !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  text-transform: uppercase;
}
.btn-more-sm i {
  font-size: 1em;
}
.btn-more-sm:hover, .btn-more-sm:active, .btn-more-sm:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6em 1em;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #354c8b !important;
}

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

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

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

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html[dir=rtl] .force-ltr-slider .slick-track {
  direction: ltr !important;
}
html[dir=rtl] .force-ltr-slider .slick-slide {
  float: left !important;
}

html[dir=rtl] .slick-dots {
  direction: ltr;
}

.p-list .list-wrap {
  background-color: white;
  padding: 2.5em;
  display: block;
  height: 100%;
}
.p-list .list-wrap img {
  width: 100%;
  height: auto;
  padding: 0;
}
.p-list .list-wrap .p-name {
  color: #354c8b;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s linear;
}
.p-list .list-wrap .btn {
  transition: all 0.3s linear;
}
@media (min-width: 576px) {
  .p-list .list-wrap .p-name {
    font-size: 1.45em;
  }
}
@media (min-width: 769px) {
  .p-list .list-wrap .p-name {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .p-list .list-wrap {
    padding: 3.5em;
  }
  .p-list .list-wrap .p-name {
    font-size: 1.7em;
  }
  .p-list .list-wrap:hover img {
    transform: scale(1.1);
  }
  .p-list .list-wrap:hover .p-name {
    color: #333;
    transform: translateX(15px);
  }
  .p-list .list-wrap:hover .btn {
    transform: translateX(15px);
  }
}
@media (min-width: 1200px) {
  .p-list .list-wrap .p-name {
    font-size: 1.9em;
  }
  .p-list .list-wrap img {
    padding: 0 3em;
  }
}
@media (min-width: 1680px) {
  .p-list .list-wrap .p-name {
    font-size: 2.67em;
  }
}
@media (min-width: 992px) {
  .p-list:nth-child(3n+3) {
    width: 100%;
  }
  .p-list:nth-child(3n+3) .list-wrap .row {
    flex-direction: row-reverse;
  }
  .p-list:nth-child(3n+3) .list-wrap .row .col-md-12 {
    width: 50%;
  }
  .p-list:nth-child(3n+3) .list-wrap .row .col-md-12:last-child {
    align-content: center;
  }
}

.p-list2 {
  text-align: left;
}
.p-list2 .list-wrap {
  background-color: #f2f2f2;
  padding: 2em;
  display: flex;
  height: 100%;
  align-items: stretch;
}
.p-list2 .list-wrap img {
  width: 100%;
  height: auto;
}
.p-list2 .list-wrap .p-name {
  color: #333;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  transition: all 0.3s linear;
}
.p-list2 .list-wrap .p-name mark {
  color: #00ccff !important;
}
.p-list2 .list-wrap .p-name2 {
  color: #333;
  font-size: 1em;
  line-height: 1.3;
  transition: all 0.3s linear;
}
.p-list2 .list-wrap .btn {
  transition: all 0.3s linear;
}
@media (min-width: 576px) {
  .p-list2 .list-wrap .p-name {
    font-size: 1.65em;
  }
}
@media (min-width: 769px) {
  .p-list2 {
    text-align: center;
  }
  .p-list2 .list-wrap .p-name {
    font-size: 1.5em;
  }
  .p-list2 .list-wrap .btn {
    position: absolute;
    height: 44px;
    left: 50%;
    bottom: calc(-2em - 22px);
    transform: translateX(-50%);
    min-width: 200px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .p-list2 {
    margin-bottom: 1em;
  }
  .p-list2 .list-wrap {
    padding: 2.5em;
  }
  .p-list2 .list-wrap .p-name {
    font-size: 1.6em;
  }
  .p-list2 .list-wrap img {
    margin-bottom: 1em;
  }
  .p-list2 .list-wrap .btn {
    position: absolute;
    height: 44px;
    left: 50%;
    bottom: calc(-2.5em - 22px);
    transform: translateX(-50%);
    min-width: 200px;
    justify-content: space-between;
    font-size: 0.88em;
  }
  .p-list2 .list-wrap:hover img {
    transform: scale(1.1);
  }
  .p-list2 .list-wrap:hover .p-name {
    color: #00ccff;
  }
  .p-list2 .list-wrap:hover .btn-primary:after {
    left: 0;
    background: linear-gradient(to right, rgba(0, 204, 255, 0.75) 0, rgba(53, 76, 139, 0.85) 60%);
  }
}
@media (min-width: 1200px) {
  .p-list2 .list-wrap .p-name {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .p-list2 .list-wrap .p-name {
    font-size: 2em;
  }
}

.quick-search {
  align-items: center;
  background-color: white;
  padding: 1.5em;
  margin-bottom: 2.5em !important;
}
.quick-search .title {
  display: flex;
  align-content: center;
  font-size: 1.45em;
  font-weight: bold;
  text-transform: uppercase;
  color: #354c8b;
  background-color: transparent;
  padding: 0.25em 0.5em 0.25em 2.5em;
  letter-spacing: 0.05em;
  position: relative;
}
.quick-search .title:before {
  position: absolute;
  left: -0.25em;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/icon-search.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.quick-search .btn-search-circle {
  color: white;
  font-size: 1.2em;
  background-color: #354c8b;
  width: 100%;
  height: 40px;
  border: 0;
}
@media (min-width: 769px) {
  .quick-search .btn-search-circle {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .quick-search {
    background-color: transparent;
    padding: 0;
    margin-bottom: 4em !important;
  }
  .quick-search .title {
    font-size: 1.15em;
    color: white;
    background-color: #354c8b;
    border-radius: 45px;
    padding: 0.25em 1.5em;
  }
  .quick-search .title:before {
    display: none;
  }
  .quick-search .title:after {
    position: absolute;
    right: -0.25em;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/icon-search.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .quick-search .btn-search-circle {
    color: white;
    font-size: 1.15em;
    background-color: #354c8b;
    width: 50px;
    height: 50px;
    border-radius: 45px;
    border: 0;
  }
}
@media (min-width: 1680px) {
  .quick-search .title {
    font-size: 1.3em;
  }
}
.quick-search form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.quick-search form .items {
  width: 100%;
}
.quick-search form .items .form-select {
  background-color: #f2f2f2;
  font-size: 1em;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 0;
  color: #666;
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e) !important;
  border-radius: 3px;
}
.quick-search form .items .form-select:hover {
  cursor: pointer;
}
.quick-search form .items select option {
  background: white;
  color: #333;
  font-size: 0.9em;
  padding: 0.3em 1em;
}
@media (min-width: 769px) {
  .quick-search form {
    flex-direction: row;
    align-items: center;
  }
  .quick-search form .items {
    width: calc(100% - 50px);
  }
}
@media (min-width: 992px) {
  .quick-search form .items {
    width: calc(100% - 60px);
  }
}

.intro {
  margin-bottom: 4em;
  position: relative;
}
.intro .txt-more {
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}
.intro .txt-more .fade-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgb(255, 255, 255) 75%);
  pointer-events: none;
}
.intro .txt-more .fade-mask.hidden {
  display: none;
}

.series .series-title {
  background-color: #354c8b;
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1.3;
}
.series .series-title .col {
  border-right: 1px solid white;
  padding: 1em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.series .series-title .col:last-child {
  border-right: 0;
}
.series .series-con {
  border-bottom: 1px solid #cccccc;
  display: block;
  padding-bottom: 0.5em;
}
.series .series-con .col-12 {
  border-right: 0;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  font-size: 1em;
  color: #666;
  line-height: 1.3;
  transition: all 0.3s linear;
}
.series .series-con .col-12 div {
  font-weight: bold;
  color: #333;
}
.series .series-con .col-12:first-child {
  background-color: #f2f2f2;
  color: #354c8b;
  font-size: 1.7em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding: 8px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.series .series-con .col-12:first-child .btn {
  font-size: 0.85rem !important;
}
.series .series-con .col-12:last-child {
  border-right: 0;
  text-align: start;
}
@media (min-width: 576px) {
  .series .series-con .col-12:first-child {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .series {
    padding-bottom: 0;
  }
  .series .series-con {
    padding-bottom: 0;
  }
  .series .series-con .col-12 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #354c8b;
    padding: 0.8em 1.5em;
  }
  .series .series-con .col-12:first-child {
    margin-bottom: 0;
    font-size: 1.2em;
    justify-content: center;
  }
  .series .series-con .col-12 div {
    display: none;
  }
  .series .series-con:hover .col-12 {
    background-color: #00ccff !important;
    color: White !important;
  }
}
@media (min-width: 1200px) {
  .series .series-con .col-12 {
    font-size: 1em;
  }
  .series .series-con .col-12:first-child {
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .series .series-title {
    font-size: 1.16em;
  }
  .series .series-con .col-12 {
    font-size: 1.15em;
  }
  .series .series-con .col-12:first-child {
    font-size: 1.33em;
  }
}

.top-info {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .top-info {
    flex-direction: row;
  }
}
.top-info .img-slider {
  padding-bottom: 3.5em;
}
@media (min-width: 1200px) {
  .top-info .img-slider {
    padding-right: 4em;
  }
}
.top-info .basic {
  text-align: center;
}
@media (max-width: 992px) {
  .top-info .basic .block-title2 {
    font-size: 2.4em !important;
  }
}
.top-info .basic .block-subtitle {
  margin-bottom: 1.5em !important;
}
.top-info .basic .block-subtitle a {
  color: #999;
}
.top-info .basic .industry {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: start;
}
.top-info .basic .industry .title {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #666;
  width: 100%;
}
.top-info .basic .industry a {
  display: inline-flex;
  padding: 0.1em 1em;
  font-size: 0.8em;
  color: White;
  border-radius: 20px;
  margin: 0 8px 8px 0;
  font-weight: bold;
}
.top-info .basic .basic-con {
  font-size: 1em;
  color: #666 !important;
  text-align: left;
}
.top-info .basic .btn-primary {
  justify-content: space-between;
  min-width: 160px;
  padding: 0.4em 1.3em 0.4em 0.5em !important;
  align-items: center;
}
.top-info .basic .btn-primary i {
  color: #354c8b !important;
  font-size: 1.1em;
}
.top-info .basic .btn-primary i:before {
  width: 34px;
  height: 34px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-info .basic .btn-secondary {
  justify-content: space-between;
  min-width: 160px;
  padding: 0.4em 1.3em 0.4em 0.5em !important;
  align-items: center;
}
.top-info .basic .btn-secondary i {
  color: #999 !important;
  font-size: 1.1em;
}
.top-info .basic .btn-secondary i:before {
  width: 34px;
  height: 34px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .top-info .basic {
    text-align: left;
  }
  .top-info .basic .industry {
    justify-content: start;
  }
  .top-info .basic .industry .title {
    display: inline-flex;
    margin-right: 1em;
    margin-bottom: 0;
    width: auto;
    font-size: 1em;
  }
}

.details {
  color: #666;
}
.details #box-features,
.details #box-specifications,
.details #box-specialty,
.details #box-accessories {
  scroll-margin-top: 170px;
}
.details .box-name {
  position: relative;
  color: #354c8b;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.details .box-name:before {
  position: absolute;
  left: -10px;
  top: -5px;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/bg-box-name.png");
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 992px) {
  .details .box-name {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .details .box-name {
    font-size: 1.35em;
  }
}
@media (min-width: 1680px) {
  .details .box-name {
    font-size: 1.67em;
  }
}
.details .subtitle {
  font-size: 1.33em;
  color: #666;
  margin-bottom: 1em;
  font-weight: bold;
}
.details .table thead th {
  font-size: 0.95em;
  text-transform: none;
  min-width: 120px;
  align-content: center;
  padding: 0.5em 1em;
  border-right: 1px solid white;
}
.details .table thead th:first-child {
  border-top-left-radius: 5px;
}
.details .table thead th:last-child {
  border-top-right-radius: 5px;
  border-right: 0;
}
.details .table tbody th {
  font-size: 0.9em;
  text-transform: none;
  min-width: 120px;
  align-content: center;
  border-right: 1px solid #354c8b;
  border-bottom: 1px solid #cccccc;
  background-color: #f2f2f2 !important;
  color: #354c8b;
  padding: 0.5em 1em;
}
.details .table tbody td {
  font-size: 0.9em;
  text-transform: none;
  min-width: 120px;
  align-content: center;
  border-right: 1px solid #354c8b;
  background-color: white !important;
  border-bottom: 1px solid #cccccc;
  color: #666;
  padding: 0.5em 1em;
}
.details .table tbody tr td:last-child {
  border-right: 0;
}
.details .table tbody tr:nth-child(even) th {
  background-color: #f2f2f2 !important;
}
.details .table tbody tr:nth-child(even) td {
  background-color: white !important;
}

/*Search*/
.tips {
  font-size: 1.1em;
}
.tips .keywords {
  font-weight: bold;
  font-size: 1.2em;
  color: #00ccff;
  margin: 0 0.3em;
}
.tips mark,
.tips .mark {
  color: #999 !important;
  font-size: 1.2em;
  margin: 0 0.3em;
}/*# sourceMappingURL=prods.css.map */