@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Nunito 字體（英文） */
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito"), url("./fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito Italic"), url("./fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Nunito Local", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
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.1rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.2rem;
  }
}
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: #0169b7;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.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-since, .b-why, .b-global, .b-team, .b-prods {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .b-since, .b-why, .b-global, .b-team, .b-prods {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .b-since, .b-why, .b-global, .b-team, .b-prods {
    padding: 4em 0;
  }
}

.b-why .why-box, .cta, .inq-prods, .btn-play {
  border-radius: 15px;
}

.b-why .why-box .icon {
  filter: invert(76%) sepia(90%) saturate(944%) hue-rotate(162deg) brightness(92%) contrast(91%);
}

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

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

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

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.block-title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-title.txt-light {
  color: white;
}
.block-title.txt-light:before {
  background-color: white;
  left: 0;
  transform: none;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.15em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3em;
  }
}

.block-title2 {
  font-size: 1.65em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 3.25em;
  }
}

.block-title3 {
  font-size: 1.45em;
  font-weight: 700;
  margin-bottom: 0.85em;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
.block-title3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #0169b7;
  border-right: 12px solid transparent;
  border-radius: 5px;
}
html[dir=rtl] .block-title3 {
  position: relative;
  padding-right: 30px;
  padding-left: auto;
}
html[dir=rtl] .block-title3::before {
  position: absolute;
  left: auto;
  right: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #0169b7;
  border-left: 12px solid transparent;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 1.8em;
  }
}

.block-title4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1;
  color: #5ac4e0;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 0.85em 1.4em;
  font-size: 0.8em;
  font-weight: 800;
  border-radius: 45px !important;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  z-index: 99;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn i {
  transform: scaleX(-1);
}
.btn i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.85em 1.45em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.9em 1.6em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.2em 0.85em !important;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
html[dir=rtl] .btn-sm i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.15em 1em !important;
    font-size: 0.85em;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.15em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 38px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 40px;
  content: "";
  background-color: #5ac4e0;
  color: white;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #0169b7;
  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-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #0169b7 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary i {
  font-size: 1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-primary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-primary i {
    font-size: 1.3em;
  }
}

.btn-secondary {
  border: 0 !important;
  color: white !important;
  background-color: #5ac4e0 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary i {
  font-size: 1em;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-secondary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-secondary i {
    font-size: 1.3em;
  }
}

.btn-light {
  border: 0 !important;
  color: #999 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light i {
  font-size: 1em;
  color: #0169b7;
  background-color: white;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: #0169b7 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i {
  color: white;
  background-color: #0169b7;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #5ac4e0 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #0169b7;
  color: #0169b7;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-primary i {
  background-color: #0169b7;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #0169b7 !important;
  border: 1px solid #0169b7 !important;
  color: white !important;
}
.btn-outline-primary:hover i, .btn-outline-primary:active i, .btn-outline-primary:focus i {
  background-color: white;
  color: #0169b7;
}

.btn-outline-secondary {
  border: 1px solid #5ac4e0;
  color: #5ac4e0;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-secondary i {
  background-color: #5ac4e0;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-secondary:hover i, .btn-outline-secondary:active i, .btn-outline-secondary:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-outline-light {
  border: 1px solid white;
  color: white;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-light i {
  background-color: white;
  color: #5ac4e0;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-light:hover i, .btn-outline-light:active i, .btn-outline-light:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-send {
  background-color: #0169b7;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  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: #5ac4e0;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

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

.b-since {
  padding-top: 0;
}

.b-why {
  background-image: url(../images/bg-about.jpg);
  background-size: 140% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}
.b-why .why-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  height: 100%;
}
.b-why .why-box .icon {
  width: 65px;
  height: auto;
  display: flex;
  margin: 1em auto;
}
.b-why .why-box .title {
  font-size: 1.35em;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
}
@media (min-width: 992px) {
  .b-why .why-box {
    padding: 40px;
  }
  .b-why .why-box .icon {
    width: 80px;
  }
}
@media (min-width: 1680px) {
  .b-why .why-box {
    padding: 50px;
  }
  .b-why .why-box .icon {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .b-why {
    background-color: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}

.b-global {
  padding-top: 0;
}
.b-global .map-nav {
  position: relative;
  z-index: 1;
  margin: 0 40px 30px 40px;
}
@media (min-width: 769px) {
  .b-global .map-nav {
    margin: 0 0 30px 0;
  }
}
.b-global .map-nav .slick-track {
  display: flex;
  align-items: stretch;
  align-items: center;
}
.b-global .map-nav .slick-slide {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.b-global .map-nav .slick-list {
  margin: 0 -5px;
}
@media (min-width: 1200px) {
  .b-global .map-nav .slick-list {
    margin: 0 -15px;
  }
}
.b-global .map-nav .slider-wrap {
  margin: 0 5px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .b-global .map-nav .slider-wrap {
    margin: 0 15px;
  }
}
.b-global .map-nav .slider-wrap .area {
  border-radius: 50px;
  border: 1px solid #cccccc;
  font-size: 1em;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: all 0.3s linear;
}
.b-global .map-nav .slider-wrap .area:hover {
  background-color: #0169b7;
  border: 1px solid #0169b7;
  color: white;
}
.b-global .map-nav .slider-wrap.slick-current.slick-active .area {
  background-color: #0169b7;
  border: 1px solid #0169b7;
  color: white;
}
.b-global .map-country {
  position: relative;
  z-index: 1;
}
.b-global .map-country .slick-list {
  margin: 0 -5px;
}
@media (min-width: 1200px) {
  .b-global .map-country .slick-list {
    margin: 0 -15px;
  }
}
.b-global .map-country .slider-wrap {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .b-global .map-country .slider-wrap {
    margin: 0 -15px;
  }
}
.b-global .map-country .slider-wrap ul {
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  margin: 0;
}
@media (min-width: 1200px) {
  .b-global .map-country .slider-wrap ul {
    margin: 0 30px;
  }
}
.b-global .map-country .slider-wrap ul li {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0.25em;
  font-size: 0.9em;
  line-height: 1.3;
}
.b-global .map-country .slider-wrap ul li:before {
  background-color: #666 !important;
}
html[dir=rtl] .b-global .map-country .slider-wrap ul li {
  text-align: right;
  justify-content: flex-end;
}
.b-global .map-img {
  position: relative;
  z-index: 0;
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.b-global .map-img .slider-wrap img {
  -webkit-mask: radial-gradient(ellipse 95% 65% at center, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  mask: radial-gradient(ellipse 95% 65% at center, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1680px) {
  .b-global .map-img .slider-wrap img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

.b-prods {
  background-image: url(../images/bg-about-prods.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: White;
}
@media (min-width: 1200px) {
  .b-prods {
    background-attachment: fixed;
  }
}
.b-prods ul li:before {
  background-color: white !important;
}
@media (min-width: 1200px) {
  .b-prods ul {
    flex-direction: row;
  }
  .b-prods ul li {
    display: inline-flex;
    width: 50% !important;
  }
}

.cta {
  background-image: url(../images/bg-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .cta:hover a .logo {
    transform: scale(1.05);
  }
  .cta:hover a .btn-outline-light {
    background-color: #0169b7 !important;
    border: 1px solid #0169b7;
    color: white !important;
  }
  .cta:hover a .btn-outline-light i {
    color: #0169b7;
  }
}
.cta a {
  display: block;
  padding: 90px 50px;
  color: white;
}
.cta a .title {
  font-size: 1.6em;
  font-weight: 700;
}
.cta a .logo {
  width: 200px;
  height: auto;
}
@media (min-width: 992px) {
  .cta a .title {
    font-size: 1.7em;
  }
  .cta a .logo {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .cta a .title {
    font-size: 2em;
  }
  .cta a .logo {
    width: 280px;
  }
}
@media (min-width: 1680px) {
  .cta a .title {
    font-size: 2.4em;
  }
  .cta a .logo {
    width: 360px;
  }
}

.inq-prods .prods-list {
  color: #666;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1em;
}
.inq-prods .prods-list .p-title {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
}
.inq-prods .prods-list .p-title a {
  color: #333;
}
.inq-prods .prods-list .form-control {
  padding: 0.4em 1em !important;
  text-align: center;
  border: 0 !important;
  max-width: 150px;
  background-color: #f6f6f6;
}
.inq-prods .prods-list .form-control::placeholder {
  color: #5ac4e0;
}
.inq-prods .prods-list .btn-delete {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
  font-size: 1em;
  color: #666;
}
@media (min-width: 769px) {
  .inq-prods {
    padding: 35px;
  }
  .inq-prods .prods-list {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .inq-prods .prods-list .form-control {
    background-color: white;
  }
  .inq-prods {
    background-color: #f6f6f6;
  }
}
@media (min-width: 992px) {
  .inq-prods {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .inq-prods {
    padding: 60px;
  }
  .inq-prods .prods-list .p-title {
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .inq-prods {
    padding: 80px;
  }
  .inq-prods .prods-list .p-title {
    font-size: 1.2em;
  }
}

.contact-form {
  margin-top: 4.5em;
}
@media (min-width: 992px) {
  .contact-form {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .contact-form {
    padding: 0 60px;
  }
}
@media (min-width: 1680px) {
  .contact-form {
    padding: 0 80px;
  }
}

.cmy-info {
  margin-top: 4.5em;
}
.cmy-info address dl {
  color: #333;
}
.cmy-info address dl dt {
  font-size: 1.2em;
  font-weight: normal;
}
.cmy-info address dl dd {
  font-size: 1em;
}
.cmy-info address dl dd a {
  color: #333;
}/*# sourceMappingURL=about.css.map */