@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, header, footer, menu, nav, main, aside, article, p, a, ul, ol, li, table, tr, td, th, input, button, form, img, div, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: sans-serif;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.grid-1 {
  width: 8.3333333333%;
}

.grid-2 {
  width: 16.6666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-4 {
  width: 33.3333333333%;
}

.grid-5 {
  width: 41.6666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-7 {
  width: 58.3333333333%;
}

.grid-8 {
  width: 66.6666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-10 {
  width: 83.3333333333%;
}

.grid-11 {
  width: 91.6666666667%;
}

.grid-12 {
  width: 100%;
}

header .navbar-light .navbar-toggler {
  border: none;
}
header .container-fluid {
  display: flex;
  position: relative;
}
header .container-fluid .navbar-brand {
  margin-left: 0;
}
header .container-fluid img {
  width: 80%;
}
header .container-fluid .search-icon {
  display: none;
  width: 40px;
  height: 40px;
}
header .container-fluid .search-icon i {
  line-height: 40px;
  background: linear-gradient(150deg, rgb(24, 88, 150) 0%, rgb(91, 160, 207) 66%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
header .container-fluid .cart-icon {
  padding-top: 1px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 10px;
}
header .container-fluid .cart-icon i {
  width: 100%;
  line-height: 40px;
}
header .dropdown-item {
  font-size: 12px;
}

main {
  background-color: #dfdede;
  width: 100%;
}
main .service {
  position: relative;
  width: 100%;
  padding: 2em;
  background-image: url(../images/mainsidebg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-origin: border-box;
  background-size: 80%;
}
main .service img {
  width: 40%;
}
main .service .flexBox {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
}
main .service .flexBox .grid-11 {
  display: flex;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 30px;
  padding: 1em;
  float: left;
  overflow: hidden;
  align-items: center;
}
main .service .flexBox .grid-11 img {
  width: 45px;
  height: 50px;
  display: block;
}
main .service .flexBox .grid-11 .text {
  margin-left: 1em;
  width: 90%;
  float: right;
}
main .service .flexBox .grid-11 .text h5 {
  font-size: 13px;
}
main .service .flexBox .grid-11 .text p {
  color: gray;
  margin: 0;
  font-size: 11px;
}
main .about {
  width: 100%;
}
main .about .aboutPic img {
  width: 100%;
}
main .about .aboutContent {
  padding: 32px;
}
main .about .aboutContent img {
  width: 60%;
  padding-bottom: 1em;
}
main .about .aboutContent h4 {
  font-size: 14px;
  color: #036EAE;
}
main .about .aboutContent p {
  line-height: 2em;
  font-size: 12px;
}
main .about .aboutContent p span {
  color: #036EAE;
}
main .about .aboutContent .btn {
  width: 100%;
  font-size: 12px;
}
main .about .aboutContent .btn button {
  width: 7em;
  height: 3em;
  border-radius: 25px;
  color: white;
  border: none;
  background-color: #3E3A39;
}
main .about .aboutContent .btn button:hover {
  background-color: #0068AC;
}
main .process {
  width: 100%;
}
main .process .processContent {
  background-color: #155594;
  padding: 32px;
}
main .process .processContent img {
  max-width: 25%;
  display: block;
}
main .process .processContent .processstep {
  width: 100%;
  top: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
main .process .processContent .processstep img {
  width: 100%;
  display: block;
  position: relative;
  max-width: 100%;
}
main .process .processContent .processstep .processstepall .processstep1 {
  position: absolute;
  left: 12%;
  top: 25%;
}
main .process .processContent .processstep .processstepall .processstep2 {
  position: absolute;
  left: 65%;
  top: 25%;
}
main .process .processContent .processstep .processstepall .processstep3 {
  position: absolute;
  left: 12%;
  top: 80%;
}
main .process .processContent .processstep .processstepall .processstep4 {
  position: absolute;
  left: 65%;
  top: 80%;
}
main .process .processContent .processstep .processstepall h5 {
  font-size: 10px;
  line-height: 0.5em;
}
main .process .processbg img {
  width: 100%;
}
main .promise {
  width: 100%;
  padding: 32px;
  text-align: center;
  background-color: #fff;
}
main .promise h3 {
  color: #036EAE;
  font-weight: 900;
  font-size: 20px;
}
main .promise p {
  line-height: 2em;
  font-size: 12px;
}
main .promise .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .promise .flexBox .grid-4 {
  margin: 0 0.6em;
}
main .promise .flexBox .grid-4 img {
  transform: scale(0.9);
}
main .promise .flexBox .grid-4 p {
  font-size: 14px;
}
main .case {
  width: 100%;
}
main .case img {
  margin: 32px;
  width: 40%;
}
main .case .caseContent {
  padding: 0 60px 20px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
main .case .caseContent .casePic .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 150%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 1em;
}
main .case .caseContent .casePic .boximg img {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .case .caseContent h6 {
  color: #036EAE;
}
main .case .caseContent .owl-carousel {
  position: relative;
}
main .case .caseContent .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
}
main .case .caseContent .owl-nav .owl-prev, main .case .caseContent .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: gray;
  color: white;
  font-size: 20px;
}
main .case .caseContent .owl-nav .owl-next {
  right: 0;
}
main .case .caseContent .owl-nav .owl-prev:hover, main .case .caseContent .owl-nav .owl-next:hover {
  background-color: #036EAE;
}
main .case .btn {
  width: 100%;
}
main .case .btn button {
  width: 7em;
  height: 3em;
  border-radius: 25px;
  color: white;
  border: none;
  background-color: #0068AC;
}
main .case .btn button:hover {
  background-color: #3E3A39;
}
main .project {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 32px;
  margin-top: 10px;
  background-image: url(../images/contactbg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
main .project h3 {
  color: #036EAE;
  font-weight: 900;
  font-size: 18px;
}
main .project p, main .project h5 {
  line-height: 2em;
  font-size: 12px;
}
main .project h5 {
  font-size: 14px;
}
main .project .btn {
  width: 100%;
}
main .project .btn button {
  width: 7em;
  height: 3em;
  border-radius: 25px;
  color: #036EAE;
  border: 2px solid #036EAE;
  font-weight: 600;
}
main .project .btn button:hover {
  background-color: #036EAE;
  color: #FFF;
}
main .contact {
  padding: 32px;
  background-color: #036EAE;
  color: #fff;
  width: 100%;
}
main .contact .contLeft {
  line-height: 2em;
  max-width: 500px;
  margin: 0 auto;
}
main .contact .contLeft p {
  padding: 2em 0;
  margin: 0;
  font-size: 13px;
}
main .contact .contCenter {
  margin: 0 auto;
  margin-bottom: 2em;
  width: 500px;
}
main .contact .contCenter h5 {
  margin: 0;
}
main .contact .contCenter hr {
  border: 3px solid #ffcc00;
  width: 2.5em;
  border-radius: 2px;
  opacity: 1;
}
main .contact .contCenter p {
  line-height: 2em;
  margin: 0;
  font-size: 13px;
}
main .contact .contCenter p img {
  margin-right: 1em;
}
main .contact .contRight {
  margin: 0 auto;
  text-align: center;
}
main .contact .contRight img {
  width: 40%;
  max-width: 250px;
}

aside {
  display: flex;
  background-image: url(../images/asidebg.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  position: fixed;
  flex-direction: column;
  right: 8px;
  bottom: 100px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 3.5em;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 99;
}
aside a {
  width: 100%;
  height: 100%;
  color: #093D7C;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0.4em 0;
}
aside a p {
  margin: 0;
  font-weight: 800;
  font-size: 12px;
}
aside a i {
  color: white;
  font-size: 18px;
}
aside hr {
  margin: 0.5em;
  width: 2em;
  border: 1px solid white;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

footer {
  background-color: #333333;
  color: #fff;
  line-height: 3em;
  text-align: center;
  font-size: 14px;
}

section.news-area {
  margin: 0 auto;
  padding: 0 1.5em;
  width: 100%;
}
section.news-area .newsAll {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.news-area .newsAll .grid-12 {
  max-width: 400px;
}
section.news-area .newsAll .box-img {
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
}
section.news-area .newsAll .box-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.5s all;
}
section.news-area .newsAll h5 {
  margin: 0;
}
section.news-area .newsAll h5 a {
  text-decoration: none;
  color: #0071B4;
}

section.serviceproject h3 {
  margin: 1em 0 1em 4em;
}
section.serviceproject .h3P {
  margin-left: 5em;
}
section.serviceproject .processP {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.serviceproject .processP .processPsteps {
  width: 10em;
  height: 7em;
  margin: 0.5em;
  background-color: #0071B4;
  text-align: center;
  vertical-align: middle;
  border-radius: 1em;
}
section.serviceproject .processP .processPsteps p {
  color: #ffffff;
  margin: 1em 0;
  font-weight: 800;
}
section.serviceproject .projectPrice {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.serviceproject .projectPrice .prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto 1em;
  max-width: 300px;
}
section.serviceproject .projectPrice .prices .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
section.serviceproject .projectPrice .prices .boximg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.serviceproject .projectPrice .prices h6 {
  margin: 1em;
  margin-bottom: 0.5em;
}
section.serviceproject .projectPrice .prices a {
  text-decoration: none;
  color: #034D91;
  margin: 0.5em;
  border: 1px solid #034D91;
  width: 6em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 0.7em;
}
section.serviceproject .projectPrice .prices a:hover {
  background-color: #034D91;
  color: #fff;
}

section.priceAll {
  width: 100%;
}
section.priceAll h3 {
  margin: 1em auto;
  width: 4em;
}
section.priceAll h5 {
  margin: 1em auto;
  width: 80%;
  max-width: 17em;
}
section.priceAll hr {
  border: 1px solid #034D91;
  opacity: 1;
}
section.priceAll .prices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.priceAll .prices .priceContent {
  margin: 0.5em;
  padding: 1em;
  background-color: rgb(184, 210, 219);
  box-shadow: 3px 3px 3px gray;
  max-width: 380px;
  border-radius: 1.5em;
}
section.priceAll .prices .priceContent h6 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
section.priceAll .prices .priceContent p {
  margin-left: 1em;
}
section.priceAll .fancybox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.priceAll .fancybox .fancybox-wrapper a {
  max-width: 300px;
}
section.priceAll .fancybox .fancybox-wrapper a .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
section.priceAll .fancybox .fancybox-wrapper a .boximg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  vertical-align: top;
}
section.priceAll .fancybox p {
  text-align: center;
  font-size: 18px;
}

article {
  width: 100%;
}
article .articleup {
  background-image: url(../images/articleupbg.png);
  background-repeat: no-repeat;
  background-size: 100vw 150px;
  height: 150px;
}
article .articleup h4 {
  text-align: center;
  line-height: 150px;
  width: 100%;
  color: #fff;
  margin: 0;
}
article .container .breadcrumb a {
  text-decoration: none;
  color: #666666;
}
article .articleSort {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
article .articleSort .sidebar {
  margin: 0 10px;
}
article .articleSort .sidebar ul {
  width: 150px;
  padding: 0;
  margin: 1em 0 1em 2em;
}
article .articleSort .sidebar ul li {
  line-height: 32px;
  color: #666666;
}
article .articleSort .sidebar ul li.active {
  color: #034D91;
  font-weight: 600;
}
article .articleSort .sidebar ul hr {
  width: 9em;
  border: 1px solid #034D91;
  opacity: 1;
}
article .articleSort .articles {
  width: 80%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
article .articleSort .articles a {
  max-width: 300px;
  text-decoration: none;
}
article .articleSort .articles a .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 150%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 1em;
}
article .articleSort .articles a .boximg img {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .articleSort .articles a h6 {
  color: #034D91;
}
article .articleSort .articles a p {
  color: #000000;
}
article .hidden {
  display: none;
}
article .page {
  margin: 1em auto;
  width: 2em;
  height: 2em;
  color: #fff;
  background-color: #666666;
  text-align: center;
  line-height: 2em;
  cursor: pointer;
  font-size: 18px;
}
article .page:hover {
  background-color: #036EAE;
}

article .articleContent {
  margin: 0 auto;
  padding: 1.2em;
}
article .articleContent h3 {
  color: #0071B4;
}
article .articleContent hr {
  max-width: 500px;
}
article .articleContent p {
  font-size: 14px;
  line-height: 1.5em;
}
article .articleContent span {
  font-size: 32px;
}
article .articleContent h6 {
  font-weight: normal;
}
article .articleContent img {
  width: 80%;
  max-width: 400px;
}

article .product-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
article .product-container .product-sidebar {
  margin: 1em 10px 1em 2.5em;
}
article .product-container .product-sidebar hr {
  width: 9em;
  border: 1px solid #034D91;
  opacity: 1;
}
article .product-container .product-sidebar h3 {
  margin: 0.5em 0;
  color: #034D91;
}
article .product-container .product-sidebar ul li {
  line-height: 2em;
  cursor: pointer;
}
article .product-container .product-sidebar ul li i {
  padding-left: 1em;
}
article .product-container .product-sidebar ul li .dropdown-content {
  display: none;
}
article .product-container .product-sidebar ul .dropdown-toggle:hover ul {
  display: block;
}
article .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none; /* 或刪除整個這段 */
}
article .product-container .product-list {
  width: 100%;
  margin-top: 1em;
}
article .product-container .product-list .product-item {
  width: 90%;
  max-width: 300px;
  margin: 1em auto;
}
article .product-container .product-list .product-item a {
  text-decoration: none;
  color: #000000;
}
article .product-container .product-list .product-item .box-img {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
article .product-container .product-list .product-item .box-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .product-container .product-list .product-item h3 {
  margin-top: 1em;
  font-size: 18px;
}
article .product-container .product-list .product-item p {
  font-size: 14px;
}
article .product-container .product-list .product-item .prices {
  display: flex;
  position: relative;
}
article .product-container .product-list .product-item .prices img {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

main.saleMain {
  background-color: #fff;
}
main.saleMain .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
}
main.saleMain .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a .img-box-1-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  padding-bottom: 100%;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a .img-box-1-1 img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a .img-wrapper {
  display: none;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a:hover .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
main.saleMain a {
  text-decoration: none;
  color: var(--bs-body-color);
}
main.saleMain a:hover {
  color: #034D91;
}
main.saleMain .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
}
main.saleMain .product-info .type {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  background-color: #036EAE;
  color: #fff;
  margin-bottom: 0.75rem;
}
main.saleMain .product-info .price {
  font-weight: normal;
  width: 100%;
}
main.saleMain .product-info .price .onSale {
  padding-left: 40px;
  color: #f11717;
}
main.saleMain .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main.saleMain .product-info hr {
  border-top: 1px solid #808080;
  width: 100%;
}
main.saleMain .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 120px;
}
main.saleMain .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
main.saleMain .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
main.saleMain .product-info .add-number {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 70%;
}
main.saleMain .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
main.saleMain .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
main.saleMain .product-info .d-flex .btn {
  padding: 0.5rem 1.5rem;
}
main.saleMain .product-info .d-flex .btn-second {
  border-color: rgba(128, 128, 128, 0.2);
  background-color: rgba(128, 128, 128, 0.2);
}
main.saleMain .product-info .d-flex .btn-second:hover {
  border-color: #eba72b;
  background-color: #eba72b;
}
main.saleMain .product-info .d-flex .btn-primary {
  border-color: #036EAE;
  background-color: #036EAE;
}
main.saleMain .product-info .d-flex .btn-primary:hover {
  border-color: #eba72b;
  background-color: #eba72b;
}
main.saleMain .product-info .align-items-center {
  height: 2em;
}
main.saleMain .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
main.saleMain .col-lg-12 .area-title {
  border-bottom: 1px solid #036EAE;
  padding: 8px;
  font-size: 18px;
  margin-top: 20px;
  color: #036EAE;
}
main.saleMain .col-lg-12 .product-detail {
  margin-top: 1.5rem;
}
main.saleMain .col-lg-12 .product-detail img {
  display: block;
  margin: 1rem auto;
}

section.contactC {
  width: 100%;
}
section.contactC h3 {
  margin: 2em 0 1em 5em;
}
section.contactC .contactContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
  margin-bottom: 3em;
  justify-content: center;
}
section.contactC .contactContent .contactContentP {
  padding: 0 2em;
  margin: 1em 0.5em;
  width: 13em;
  height: 6em;
  text-align: center;
  line-height: 1.5em;
  background-color: #ececec;
  border-radius: 1.5em;
  cursor: pointer;
}
section.contactC .contactContent .contactContentP p {
  margin: 0;
  padding-top: 1.5em;
  color: #000;
}
section.contactC .contactContent .contactContentP p a {
  color: #000;
  text-decoration: none;
  margin: auto 0;
}
section.contactC .contactContent .contactContentP p a i {
  padding-right: 0.5em;
}
section.contactC .contactContent .contactContentP i {
  padding-right: 0.5em;
}
section.contactC .contactContent .contactContentP .noP {
  padding-top: 0.7em;
}
section.contactC .contactContent .contactContentP:hover {
  background-color: #0071B4;
}
section.contactC .contactContent .contactContentP:hover p, section.contactC .contactContent .contactContentP:hover a {
  color: #ececec;
}
section.contactC .formContent {
  width: 100%;
  padding: 1em;
  background-color: #d8e4eb;
}
section.contactC .formContent .formC {
  width: 80%;
  margin: 0 auto;
}
section.contactC .formContent .formC .formgroup label {
  margin-bottom: 0.5em;
  width: 10em;
}
section.contactC .formContent .formC .formgroup input {
  margin-bottom: 0.5em;
  width: 100%;
  height: 2em;
  max-width: 35em;
}
section.contactC .formContent .formC .formgroup select {
  width: 100%;
  height: 2em;
  margin-bottom: 0.5em;
  max-width: 35em;
}
section.contactC .formContent .formC .formgroup textarea {
  width: 100%;
  max-width: 35em;
}

@media only screen and (max-width: 348px) {
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  header .container-fluid .cart-icon {
    right: 20px;
  }
  main .promise .flexBox .grid-sm-5 {
    margin: 0 1em;
  }
  main .promise .flexBox .grid-sm-5 img {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 400px) {
  main .service .flexBox .grid-11 img {
    width: 65px;
    height: 70px;
  }
  main .service .flexBox .grid-11 .text h5 {
    font-size: 16px;
  }
  main .service .flexBox .grid-11 .text p {
    font-size: 14px;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 12px;
  }
  aside {
    transform: scale(1);
  }
}
@media only screen and (min-width: 500px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
  header .container-fluid {
    text-align: center;
  }
  header .container-fluid .navbar-brand {
    margin-left: 40px;
  }
  main .service img {
    width: 30%;
  }
  main .about .aboutContent h4 {
    font-size: 16px;
  }
  main .about .aboutContent p {
    font-size: 14px;
  }
  main .about .aboutContent .btn button {
    margin: 0 1em;
    font-size: 14px;
  }
  main .process .processContent .processstep {
    width: 90%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 14px;
    line-height: 14px;
  }
  main .case .caseContent {
    max-width: 1200px;
  }
  main .case .btn button {
    margin: 0 10px;
  }
  main .project .btn button {
    margin: 0 10px;
  }
  main .contact .contLeft p {
    font-size: 18px;
  }
  main .contact .contCenter p {
    font-size: 18px;
  }
  article .articleSort {
    display: flex;
  }
  article .articleSort .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  article .articleSort .articles a {
    width: 90%;
    max-width: 330px;
  }
  article .product-container {
    display: flex;
  }
  article .product-container .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) {
  main .project h3 {
    font-size: 20px;
  }
  main .project p {
    font-size: 16px;
  }
  main .project h5 {
    font-size: 18px;
  }
  main.saleMain .product-info .price {
    height: auto;
    text-align: left;
  }
  main.saleMain .product-info .price .onSale {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 600px) {
  main .process .processContent .processstep .processstepall h5 {
    font-size: 17px;
    line-height: 17px;
  }
  main .promise h3 {
    font-size: 22px;
  }
  main .promise p {
    font-size: 18px;
  }
  main .promise .flexBox .grid-4 p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) {
  main .process .processContent .processstep {
    width: 80%;
  }
  article .articleContent {
    margin: 0 auto;
    width: 700px;
  }
  section.contactC .contactContent p {
    font-size: 17px;
  }
  section.contactC .formContent .formC {
    width: 70%;
  }
  section.contactC .formContent .formC p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
  main .service {
    background-size: 60%;
  }
  main .service img {
    max-width: 20%;
  }
  main .service .flexBox .grid-md-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 1em;
  }
  main .service .flexBox .grid-md-5 img {
    margin-bottom: 1em;
    max-width: 100%;
    width: 85px;
    height: 90px;
  }
  main .service .flexBox .grid-md-5 .text {
    margin-left: 0;
  }
  main .service .flexBox .grid-md-5 .text h5 {
    font-size: 18px;
  }
  main .service .flexBox .grid-md-5 .text p {
    font-size: 16px;
  }
  main .about {
    display: flex;
  }
  main .about .aboutPic img {
    height: 100%;
  }
  main .about .aboutContent {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  main .about .aboutContent img {
    width: 80%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 20px;
    line-height: 20px;
  }
  main .promise .flexBox .grid-md-4 {
    margin: 0;
  }
  section.news-area .newsAll .grid-md-4 {
    margin: 0 2em;
    min-width: 280px;
    max-width: 800px;
  }
  article .articleSort .articles {
    display: flex;
    flex-wrap: wrap;
  }
  article .articleSort .articles a {
    padding: 0 1em;
  }
  main.saleMain .default-padding-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.serviceproject .projectPrice .grid-md-4 {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 1em;
  }
  header .container-fluid .cart-icon {
    right: 30px;
    top: 10px;
    width: 40px;
  }
  header .container-fluid .search-icon {
    position: absolute;
    display: block;
    right: 80px;
    top: 10px;
  }
  header .container-fluid .dropdown-menu {
    position: relative;
  }
  main .service {
    background-size: 40%;
  }
  main .service img {
    max-width: 160px;
  }
  main .service .flexBox {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1300px;
    margin: 1em auto;
  }
  main .service .flexBox .grid-lg-3 {
    margin: 0.5em;
  }
  main .about .aboutContent {
    padding: 20px;
  }
  main .about .aboutContent img {
    max-width: 65%;
  }
  main .about .aboutContent h4 {
    font-size: 20px;
  }
  main .about .aboutContent p {
    font-size: 16px;
  }
  main .about .aboutContent .btn {
    font-size: 16px;
  }
  main .process .processContent {
    background-image: url(../images/processbg-computer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  main .process .processContent img {
    width: 15%;
    display: block;
  }
  main .process .processContent .processstep {
    position: relative;
    display: inline-block;
    width: 50%;
  }
  main .process .processContent .processstep .processstepall .processstep1 {
    left: 12%;
    top: 23%;
  }
  main .process .processContent .processstep .processstepall .processstep2 {
    left: 65%;
    top: 23%;
  }
  main .process .processContent .processstep .processstepall .processstep3 {
    left: 12%;
    top: 77%;
  }
  main .process .processContent .processstep .processstepall .processstep4 {
    left: 65%;
    top: 77%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 14px;
    line-height: 1em;
  }
  main .process .processbg {
    display: none;
  }
  main .promise .flexBox .grid-lg-2 {
    margin: 0;
  }
  main .promise .flexBox .grid-lg-2 img {
    transform: scale(0.8);
  }
  main .contact {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  main .contact .contLeft {
    margin: 0;
  }
  main .contact .contLeft p {
    padding-bottom: 0;
  }
  main .contact .contCenter {
    margin: 0 0 0 2em;
    max-width: 380px;
  }
  main .contact .contRight {
    margin: 0;
  }
  main .contact .contRight img {
    width: 80%;
  }
  section.news-area .newsAll .grid-lg-3 {
    margin: 0 2em;
    min-width: 200px;
    max-width: 280px;
  }
  article .articleSort .articles a {
    padding: 0 1.5em;
  }
  main.saleMain .product-info .add-number {
    width: 50%;
  }
  section.contactC h3 {
    margin-left: 8em;
  }
  section.contactC .formContent .formC {
    width: 80%;
    margin: 0 auto;
  }
  section.contactC .formContent .formC .formgroup {
    width: 80%;
    display: flex;
    margin: 1em 0;
  }
  section.contactC .formContent .formC .formgroup input {
    text-align: center;
  }
  section.contactC .formContent .formC .formgroup label {
    margin: 0;
  }
  section.contactC .formContent .formC .formgroup br {
    display: none;
  }
  section.contactC .formContent .formC .formgroup textarea {
    height: 2em;
    box-sizing: border-box;
  }
  section.serviceproject h3 {
    margin-left: 8em;
  }
  section.serviceproject .h3P {
    margin-left: 9em;
  }
  section.serviceproject .processP .processPsteps {
    width: 13em;
    height: 8em;
    margin: 0.5em;
  }
  section.serviceproject .processP .processPsteps p {
    font-size: 20px;
  }
  section.serviceproject .projectPrice .grid-lg-3 {
    margin: 0 1em 1em;
  }
  section.priceAll .fancybox {
    justify-content: start;
    margin-left: 4em;
  }
  section.priceAll .fancybox .grid-lg-3 {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  main .service img {
    max-width: 200px;
  }
  main .about .aboutContent {
    padding-left: 30px;
    padding-right: 30px;
  }
  main .about .aboutContent img {
    max-width: 400px;
  }
  main .process .processContent {
    padding-left: 80px;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 18px;
    line-height: 1.3em;
  }
  main .case img {
    margin-left: 80px;
  }
  section.contactC .formContent .formC {
    width: 750px;
  }
}
@media only screen and (min-width: 1400px) {
  header .container-fluid {
    padding-left: 50px;
  }
  header .container-fluid .nav-item a {
    font-size: 18px;
  }
  header .container-fluid .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  main .service {
    padding-left: 100px;
    padding-right: 100px;
  }
  main .service img {
    width: 13%;
    max-width: 200px;
  }
  main .about .aboutContent {
    padding: 20px 60px;
    margin: 0 auto;
  }
  main .about .aboutContent img {
    width: 45%;
    max-width: 450px;
  }
  main .about .aboutContent h4 {
    font-size: 25px;
  }
  main .about .aboutContent p {
    font-size: 20px;
    line-height: 2em;
  }
  main .about .aboutContent .btn {
    font-size: 20px;
    max-width: 800px;
  }
  main .process .processContent {
    padding-left: 100px;
  }
  main .process .processContent img {
    max-width: 250px;
  }
  main .process .processContent .processstep {
    max-width: 40%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 18px;
  }
  main .case img {
    width: 230px;
  }
  main .contact .contLeft {
    max-width: 450px;
  }
  main .contact .contCenter {
    max-width: 400px;
    margin-right: 0;
  }
  article .articleSort {
    margin: 0 auto;
  }
  article .articleSort .articles {
    display: flex;
    justify-content: space-between;
    max-width: 990px;
  }
  article .articleSort .articles a {
    width: 100%;
  }
  article .product-container {
    max-width: 1210px;
    margin: 0 auto;
  }
  article .product-container .product-list {
    max-width: 1000px;
    margin: 1em;
    margin-right: 0;
  }
  article .product-container .product-list .product-item {
    margin: 1em;
  }
  main.saleMain .container {
    max-width: 1250px;
  }
  section.news-area {
    margin: 0;
  }
  section.contactC h3 {
    margin-left: 12em;
  }
  section.contactC .contactContent .contactContentP {
    margin: 0.5em;
  }
  section.serviceproject h3 {
    margin-left: 12em;
  }
  section.serviceproject .h3P {
    margin-left: 13em;
  }
  section.serviceproject .processP .processPsteps {
    width: 15em;
    margin: 1em;
  }
}
@media only screen and (min-width: 1700px) {
  main .service .flexBox .grid-lg-3 img {
    width: 100px;
    height: 105px;
  }
  main .service .flexBox .grid-lg-3 .text {
    margin-left: 0;
  }
  main .service .flexBox .grid-lg-3 .text h5 {
    font-size: 20px;
  }
  main .service .flexBox .grid-lg-3 .text p {
    font-size: 18px;
  }
  main .process .processContent {
    padding-left: 100px;
  }
  main .process .processContent .processstep {
    max-width: 40%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 21px;
  }
  article .articleSort {
    margin-left: 10%;
  }
  article .articleSort .articles {
    margin-left: 2%;
  }
  article .articleSort .articles a {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */