@charset "UTF-8";
.r10 {
  right: 20px !important;
}

.l10 {
  left: 20px !important;
}

.w-100 {
  width: 100%;
}

.p-sm--5 {
  padding: 0;
}

@media screen and (max-width: 2500px) {
  .br-793 {
    display: none;
  }
}

@media screen and (max-width: 793px) {
  .br-793 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pl-sm-5 {
    padding-left: 0;
  }
  .p-sm--5 {
    padding: 0 16px;
  }
}

.m-0-auto {
  margin: 0 auto;
}

.hr {
  height: 2px;
  background-color: darkgray;
}

.btn, .btn01 {
  padding: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn a, .btn button, .btn01 a, .btn01 button {
  padding: 7px 25px;
  background: #B40019;
  border-radius: 20px;
  color: #ffffff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.btn a:hover, .btn button:hover, .btn01 a:hover, .btn01 button:hover {
  background: #005CB8;
}

.bg01 {
  background: url(../images/01.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 150px;
}

.bg02 {
  background: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg03 {
  background: #f2f2f2;
  background-image: url(../images/02.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 150px;
}

.bg04 {
  background: url(../images/03.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 150px;
}

.bg05 {
  background: #F7F7F7;
}

.triangle_deco {
  position: relative;
  z-index: 1;
}

.triangle_deco::before {
  content: '';
  background-image: url(../images/up_triangle.png);
  background-size: contain;
  position: absolute;
  width: 70%;
  height: 90px;
  background-repeat: no-repeat;
  top: -6px;
  left: 0;
  z-index: -1;
}

.triangle_deco::after {
  content: '';
  background-image: url(../images/up_triangle.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 90px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(3.1395rad);
          transform: rotate(3.1395rad);
}

.c_triangle_deco {
  position: relative;
  z-index: 1;
}

.c_triangle_deco::before {
  content: '';
  background-image: url(../images/up_triangle.png);
  background-size: contain;
  position: absolute;
  top: -6px;
  width: 70%;
  height: 90px;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
}

.c_triangle_deco_2 {
  position: relative;
  z-index: 1;
}

.c_triangle_deco_2::after {
  content: '';
  background-image: url(../images/up_triangle.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 90px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(3.1395rad);
          transform: rotate(3.1395rad);
}

@media screen and (max-width: 414px) {
  .triangle_deco {
    position: relative;
    z-index: 1;
  }
  .triangle_deco::before {
    content: '';
    background-image: url(../images/up_triangle.png);
    background-size: contain;
    position: absolute;
    top: -4px;
    width: 70%;
    height: 90px;
    background-repeat: no-repeat;
    left: 0;
  }
  .triangle_deco::after {
    content: '';
    background-image: url(../images/up_triangle.png);
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 90px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(3.1395rad);
            transform: rotate(3.1395rad);
  }
}

.dots_deco {
  position: relative;
  z-index: 1;
}

.dots_deco::before {
  content: '';
  background-image: url(../images/about_b.png);
  background-size: contain;
  position: absolute;
  width: 70%;
  height: 145px;
  background-repeat: no-repeat;
  left: 0;
  bottom: 20%;
  z-index: -1;
}

.dots_deco::after {
  content: '';
  background-image: url(../images/about_a.png);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 415px;
  background-repeat: no-repeat;
  right: 0;
  top: 15%;
  z-index: -1;
  background-position-x: right;
}

@media screen and (max-width: 640px) {
  .dots_deco {
    position: relative;
    z-index: 1;
  }
  .dots_deco::before {
    display: none;
  }
  .dots_deco::after {
    display: none;
  }
}

.color {
  color: #B40019;
}

.color01 {
  color: #E8E8E8;
}

.color02 {
  color: #005CB8;
}

.font-w {
  font-weight: 900;
}

body:lang(en) .index-news .forms-group dl dd label {
  max-width: 27%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
}

body:lang(en) .index-news .forms-group dl dd a.cap_re_show.col-auto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.title, .title02 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #B40019;
}

.title::after, .title02::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8%;
  height: 2px;
  background: #B40019;
  z-index: -1;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
}

.title h1, .title h2, .title02 h1, .title02 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #B40019;
  margin: 0 auto;
}

.title03 {
  position: relative;
  z-index: 1;
  color: #B40019;
  font-weight: bold;
}

.title03::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15%;
  height: 2px;
  background: #B40019;
  z-index: -1;
  bottom: -5px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 990px) {
  .title03 {
    margin-top: 1rem;
  }
  .title03::after {
    width: 25%;
    margin: auto;
  }
}

.title02::after {
  background: #B40019;
}

.title02 h1, .title02 h2 {
  margin: 0 auto;
  color: #B40019;
}

.title04 {
  position: relative;
  z-index: 1;
  color: #B40019;
  font-weight: bold;
}

.title04 h1 {
  background-color: #fff;
  display: inline-block;
  padding-right: 35px;
}

.title04::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #B40019;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .title04, .title05 {
    margin-top: 3rem;
  }
}

.banner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 125px;
}

.banner img {
  width: 100%;
}

.banner .swiper-slide {
  height: 0;
  padding-bottom: 33%;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  font-size: 3rem;
  font-weight: bold;
  color: #707070;
}

@media screen and (max-width: 414px) {
  .banner {
    margin: 0 auto;
    padding-top: 85px;
  }
  .banner img {
    width: 100%;
  }
  .banner .swiper-slide {
    height: 0;
    padding-bottom: 33%;
  }
  .banner .swiper-slide img {
    width: 100%;
  }
  .banner .swiper-button-prev:after, .banner .swiper-button-next:after {
    font-size: 2rem;
    font-weight: bold;
    color: #707070;
  }
}

.index-about {
  position: relative;
  z-index: 2;
}

.index-about::before {
  content: '';
  background-image: url(../images/about_b.png);
  background-size: contain;
  position: absolute;
  width: 70%;
  height: 145px;
  background-repeat: no-repeat;
  left: 0;
  bottom: 20%;
  z-index: -1;
}

.index-about::after {
  content: '';
  background-image: url(../images/about_a.png);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 415px;
  background-repeat: no-repeat;
  right: 0;
  top: 15%;
  z-index: -1;
  background-position-x: right;
}

.index-about section {
  position: relative;
}

.index-about section::before {
  content: '';
  background-image: url(../images/up_triangle.png);
  background-size: contain;
  position: absolute;
  width: 70%;
  height: 90px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.work-item__intro {
  line-height: 1.8rem;
}

@media screen and (max-width: 768px) {
  .index-about::before {
    display: none;
  }
}

.imgbox {
  position: relative;
  z-index: 1;
}

.imgbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #005CB8;
  top: -15px;
  right: -15px;
  z-index: -1;
}

.imgbox .imgboxa {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
}

.imgbox .imgboxa img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.imgbox .imgboxa:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.index-about-title {
  margin-top: -25px;
}

.work-item__text {
  margin-top: 3rem;
}

.work-item__text .btn {
  margin-top: 6rem;
}

@media screen and (max-width: 1160px) {
  .work-item__text .btn {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 990px) {
  .index-about-title {
    margin-top: 1rem;
    text-align: center;
  }
  .work-item__text {
    margin-top: 1rem;
  }
  .work-item__text p {
    margin-bottom: 1rem;
  }
  .work-item__text .btn {
    margin: auto;
  }
}

.intro {
  background-color: #B40019;
  color: #ffffff;
  position: relative;
  text-align: center;
  padding: 2rem;
}

.intro::before {
  content: '';
  position: absolute;
  bottom: 46px;
  left: 0;
  height: 1px;
  width: 35%;
  background-color: #ffffff;
}

.intro::after {
  content: '';
  position: absolute;
  bottom: 46px;
  right: 0;
  height: 1px;
  width: 35%;
  background-color: #ffffff;
}

@media screen and (max-width: 1500px) {
  .intro {
    background-color: #B40019;
    color: #ffffff;
    position: relative;
  }
  .intro::before {
    width: 30%;
  }
  .intro::after {
    width: 30%;
  }
}

@media screen and (max-width: 1218px) {
  .intro {
    background-color: #B40019;
    color: #ffffff;
    position: relative;
  }
  .intro::before {
    width: 25%;
  }
  .intro::after {
    width: 25%;
  }
}

@media screen and (max-width: 987px) {
  .intro {
    background-color: #B40019;
    color: #ffffff;
    position: relative;
  }
  .intro::before {
    width: 20%;
  }
  .intro::after {
    width: 20%;
  }
}

@media screen and (max-width: 793px) {
  .intro {
    background-color: #B40019;
    color: #ffffff;
    position: relative;
  }
  .intro::before {
    display: none;
  }
  .intro::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .intro section h3 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .intro {
    background-color: #B40019;
    color: #ffffff;
    position: relative;
    padding: 0.8rem;
  }
  .intro::before {
    display: none;
  }
  .intro::after {
    display: none;
  }
  .intro section h3 {
    font-size: 0.8rem;
  }
}

.index-products {
  position: relative;
  z-index: 1;
}

.index-products::before {
  content: url(../images/pd_b.png);
  display: block;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: -1;
}

.index-products::after {
  content: url(../images/pad_a.png);
  display: block;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}

.index-product-1 .col-12 .swiper-container {
  padding-bottom: 10px;
}

@media screen and (max-width: 414px) {
  .index-products {
    position: relative;
    z-index: 1;
  }
  .index-products::before {
    display: none;
  }
  .index-products::after {
    display: none;
  }
  .index-product-1 .col-12 .swiper-container {
    padding-top: 70px !important;
    padding-bottom: 10px;
  }
}

.swiper-product {
  padding-top: 60px  !important;
}

.swiper-product .swiper-slide {
  width: 33.33%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 1px #cecece;
          box-shadow: 0px 0px 4px 1px #cecece;
  padding: 0;
  margin: 0;
  position: relative;
}

.swiper-product .swiper-slide::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #B40019;
}

.swiper-product .swiper-slide h3 {
  text-align: center;
  margin-top: -5px;
  padding-bottom: 30px;
}

.swiper-product .swiper-slide .imgdiv-padding {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 85%;
}

.swiper-product .swiper-slide .imgdiv-padding a .cord04-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 270px;
}

.swiper-product .swiper-slide .imgdiv-padding a .cord04-img img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.swiper-product .swiper-slide .imgdiv-padding:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
  top: 15px;
  background: #B40019;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.swiper-product .swiper-button-next:hover, .swiper-product .swiper-button-prev:hover {
  background-color: #005CB8;
}

.swiper-product .swiper-button-next:after, .swiper-product .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-product .swiper-button-prev {
  left: auto;
  right: 40px;
  background: #B40019;
}

.swiper-product .swiper-button-prev:hover {
  background-color: #005CB8;
}

.swiper-slide-thumb-active {
  border: solid 3px #B40019;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-img {
  display: none;
}

.products-img img {
  width: 100%;
}

.index-news {
  position: relative;
  z-index: 1;
  background: #a3c7df;
  background: -webkit-gradient(linear, left bottom, left top, from(#a3c7df), color-stop(50%, #eaf3f8), to(white));
  background: linear-gradient(360deg, #a3c7df 0%, #eaf3f8 50%, white 100%);
}

.index-news .down_deco {
  background-image: url(../images/down_deco.png);
  background-size: cover;
  background-position: center bottom;
  height: 200px;
  background-repeat: no-repeat;
  margin-top: -160px;
}

.swiper-project {
  padding-top: 60px  !important;
}

.swiper-project .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 33.33%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 1px #cecece;
          box-shadow: 0px 0px 4px 1px #cecece;
  padding: 0;
  margin: 0;
  position: relative;
}

.swiper-project .swiper-slide .project_text {
  padding: 1rem;
}

.swiper-project .swiper-slide .project_text h3 {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.swiper-project .swiper-slide .project_text a {
  display: block;
  text-align: right;
  padding-top: 60%;
}

.swiper-project .swiper-slide .imgdiv-padding {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 44%;
}

.swiper-project .swiper-slide .imgdiv-padding a {
  display: block;
  padding: 1rem;
}

.swiper-project .swiper-slide .imgdiv-padding a .cord04-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 200px;
}

.swiper-project .swiper-slide .imgdiv-padding a .cord04-img img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.swiper-project .swiper-slide .imgdiv-padding:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-project .swiper-button-next, .swiper-project .swiper-button-prev {
  top: 15px;
  background: #B40019;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.swiper-project .swiper-button-next:hover, .swiper-project .swiper-button-prev:hover {
  background-color: #005CB8;
}

.swiper-project .swiper-button-next:after, .swiper-project .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-project .swiper-button-prev {
  left: auto;
  right: 40px;
  background: #B40019;
}

.swiper-project .swiper-button-prev:hover {
  background-color: #005CB8;
}

.swiper-slide-thumb-active {
  border: solid 3px #B40019;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-img {
  display: none;
}

.products-img img {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .index-news {
    width: 100%;
  }
  .index-news .swiper-project {
    padding-top: 60px  !important;
  }
  .index-news .swiper-project .swiper-slide {
    display: block !important;
    width: 33.33%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px 1px #cecece;
            box-shadow: 0px 0px 4px 1px #cecece;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .index-news .swiper-project .swiper-slide .project_text {
    padding: 1rem;
  }
  .index-news .swiper-project .swiper-slide .project_text h3 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .index-news .swiper-project .swiper-slide .project_text a {
    display: block;
    padding-right: 2rem;
    padding-top: 10%;
  }
  .index-news .swiper-project .swiper-slide .imgdiv-padding {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .index-news .swiper-project .swiper-slide .imgdiv-padding a {
    display: block;
    padding: 1rem;
  }
  .index-news .swiper-project .swiper-slide .imgdiv-padding a .cord04-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
  }
  .index-news .swiper-project .swiper-slide .imgdiv-padding a .cord04-img img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  .index-news .swiper-project .swiper-slide .imgdiv-padding:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index-news .swiper-project .swiper-button-next, .index-news .swiper-project .swiper-button-prev {
    top: 15px;
    background: #B40019;
    outline: none;
    border-radius: 3px;
    width: 30px;
    height: 30px;
  }
  .index-news .swiper-project .swiper-button-next:hover, .index-news .swiper-project .swiper-button-prev:hover {
    background-color: #005CB8;
  }
  .index-news .swiper-project .swiper-button-next:after, .index-news .swiper-project .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  .index-news .swiper-project .swiper-button-prev {
    left: auto;
    right: 40px;
    background: #B40019;
  }
  .index-news .swiper-project .swiper-button-prev:hover {
    background-color: #005CB8;
  }
  .index-news .swiper-slide-thumb-active {
    border: solid 3px #B40019;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index-news .products-img {
    display: none;
  }
}

.card05 .card05-one img, .card05 .card05-two img {
  width: 100%;
}

.card05 .card05-one, .card05 .card05-two {
  margin: 15px 0;
  padding: 0;
}

.card05 .card05-one {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15PX 5px #eaeaea;
  box-shadow: 0px 0px 15PX 5px #eaeaea;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 30%;
}

.card05 .card05-one .card05-img {
  width: 100%;
  height: 0;
}

.card05 .card05-one .card05-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.card05 .card05-two {
  position: relative;
}

.card05 .card05-two .card05-two-div {
  width: 100%;
  height: 99.7%;
}

.card05 .card05-two .card05-two-div .card05-two-divs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card05 .card05-two .card05-two-div .card05-two-divs .card05-two-divsa {
  width: 100%;
}

.card05 .card05-two .card05-two-div .card05-two-divs .card05-two-divsa .card05-two-text, .card05 .card05-two .card05-two-div .card05-two-divs .card05-two-divsa .card05-two-text-editor, .card05 .card05-two .card05-two-div .card05-two-divs .card05-two-divsa .card05-two-text-button {
  width: 100%;
}

.card05 .card05-two .card05-two-div .card05-two-divs .card05-two-divsa .card05-two-text {
  margin: 10px 0;
}

.card05 .card05-two .card05-two-div .card05-two-divs .card05-two-divsa .card05-two-text h2 {
  font-weight: bold;
  color: #B40019;
  text-align-last: left;
  padding: 1rem;
}

.card05:nth-child(even) .card05-one {
  margin-left: 50%;
}

.card05:nth-child(even) .card05-two {
  margin-left: -100%;
}

@media screen and (max-width: 765px) {
  .card05:nth-child(even) .card05-one {
    margin-left: 0;
  }
  .card05:nth-child(even) .card05-two {
    margin-left: 0;
  }
}

@media screen and (max-width: 765px) {
  .card05 .card05-one {
    padding-bottom: 72%;
  }
}

.project-item {
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 1px #cecece;
  box-shadow: 0px 0px 4px 1px #cecece;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-item .imgdiv-padding {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
}

.project-item .imgdiv-padding a {
  display: block;
  padding: 1rem;
}

.project-item .imgdiv-padding a .cord04-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 182px;
}

.project-item .imgdiv-padding a .cord04-img img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.project-item .project-item-text {
  padding: 1rem;
}

.project-item .project-item-text h3 {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.project-item .project-item-text a {
  display: block;
  text-align: right;
  padding-top: 60%;
}

@media screen and (max-width: 1192px) {
  .project-item {
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px 1px #cecece;
    box-shadow: 0px 0px 4px 1px #cecece;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-item .imgdiv-padding {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
  }
  .project-item .imgdiv-padding a {
    display: block;
    padding: 1rem;
  }
  .project-item .imgdiv-padding a .cord04-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 182px;
  }
  .project-item .imgdiv-padding a .cord04-img img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  .project-item .project-item-text {
    padding: 1rem;
  }
  .project-item .project-item-text h3 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .project-item .project-item-text a {
    display: block;
    text-align: right;
    padding-top: 50%;
  }
}

@media screen and (max-width: 990px) {
  .project-item {
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px 1px #cecece;
    box-shadow: 0px 0px 4px 1px #cecece;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-item .imgdiv-padding {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 32%;
  }
  .project-item .imgdiv-padding a {
    display: block;
    padding: 1rem;
  }
  .project-item .imgdiv-padding a .cord04-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 182px;
  }
  .project-item .imgdiv-padding a .cord04-img img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  .project-item .project-item-text {
    padding: 1rem;
  }
  .project-item .project-item-text h3 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .project-item .project-item-text a {
    display: block;
    text-align: right;
    padding-top: 40%;
  }
}

@media screen and (max-width: 414px) {
  .project-item {
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px 1px #cecece;
    box-shadow: 0px 0px 4px 1px #cecece;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
  }
  .project-item .imgdiv-padding {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
  }
  .project-item .imgdiv-padding a {
    display: block;
    padding: 1rem;
  }
  .project-item .imgdiv-padding a .cord04-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 182px;
  }
  .project-item .imgdiv-padding a .cord04-img img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  .project-item .project-item-text {
    padding: 1rem;
  }
  .project-item .project-item-text h3 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .project-item .project-item-text a {
    display: block;
    text-align: right;
    padding-top: 15%;
  }
}

.album .imgdiv-padding {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 16%;
}

.album .imgdiv-padding a {
  display: block;
}

.album .imgdiv-padding a .cord04-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 200px;
}

.album .imgdiv-padding a .cord04-img img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .album .imgdiv-padding {
    padding-bottom: 56%;
  }
  .album .imgdiv-padding a .cord04-img {
    height: 400px;
  }
}

a.cap_re_show.col-auto {
  width: auto;
}

form.forms-group dl dd {
  margin-bottom: 1rem;
}

.forms-group dl dd label sup {
  color: red;
}

form.forms-group dl dd .wi50 {
  width: 50%;
}

form.forms-group input {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

body form.forms-group select, body form.forms-group textarea {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

form.forms-group input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

body form.forms-group select, body form.forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.form-check .form-check-label {
  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;
}

.form-check .form-check-label input {
  margin-top: 0;
  margin-right: 10px;
}

form.forms-group [type="checkbox"], form.forms-group [type="radio"], form.forms-group [type="checkbox"], form.forms-group [type="radio"] {
  width: auto !important;
}

form.forms-group input, form.forms-group select, form.forms-group textarea {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  background: #ffffff;
}

form.forms-group textarea {
  height: 150px;
}

form.forms-group input, form.forms-group select, form.forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

form.forms-group dl dd .boxwi .dsboxw {
  width: 33.33%;
  margin-right: 10px;
  position: relative;
}

form.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0px;
}

form.forms-group input:hover, form.forms-group select:hover, form.forms-group textarea:hover {
  border-color: #9FA1A4;
}

form.forms-group dl dd #xcode {
  width: 10rem;
}

img#imgcode {
  width: 140px;
  height: 40px;
  margin-left: 10px;
}

form.forms-group dl dd:last-of-type {
  text-align: center;
}

form.forms-group button:hover {
  background: #9FA1A4;
  color: #ffffff;
}

form.forms-group button.reset {
  background: #9FA1A4;
  color: #ffffff;
}

form.forms-group button.reset:hover {
  background: #9FA1A4;
  color: #ffffff;
}

form.forms-group button.submit {
  background: #B40019;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 25px;
}

form.forms-group button.submit:hover {
  background: #9FA1A4;
  color: #ffffff;
}

form.forms-group button.reset {
  border-radius: 5px;
  padding: 10px 25px;
}

.news01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px #d2d0d0;
          box-shadow: 0px 0px 14px #d2d0d0;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}

.news01 .news01-left {
  width: calc(100% - 100px);
  padding: 20px 0 20px 20px;
  position: relative;
  padding-right: 10px;
}

.news01 .news01-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 70px;
  background: #B40019;
}

.news01 .news01-left h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news01 .news01-left p {
  color: #9FA1A4;
  margin-top: 5px;
}

.news01 .news01-right {
  width: 100px;
  height: 80px;
  text-align: center;
  color: #ffffff;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.news01 .news01-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #E8E8E8;
  z-index: -1;
}

.news01 .news01-right .day {
  font-size: 2.7em;
  font-weight: bold;
  line-height: 37px;
}

.news01 .news01-right .yearmonth {
  font-size: 9px;
}

.news01 .news01-right .div-time {
  width: 100%;
}

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  overflow: hidden;
}

.rwd-table tr:nth-child(2n) td {
  background: #F1F1F1;
}

.rwd-table tr:nth-child(2n) td:before {
  background: #989898;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 100%;
  display: inline-block;
  background: #43454D;
  color: #fff;
  padding: 7px;
}

.rwd-table th, .rwd-table td {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rwd-table thead tr {
  background: #43454D;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.rwd-table thead tr span {
  display: block;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
    vertical-align: middle;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
    text-align: center;
  }
}

.rwd-table01 tbody tr:nth-child(2n) td {
  background: #Fff;
}

.rwd-table01 tbody tr:nth-child(2n+1) td {
  background: #F1F1F1;
}

.rwd-table01 td {
  width: 50%;
}

.rwd-table01 td p {
  display: block;
  width: 100%;
}

.products-box {
  margin: 20px 0;
}

.products-box .products-box-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}

.products-box .products-box-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 220px;
}

.products-box .products-box-img .products-box-imgs {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8e826f7a;
  opacity: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.products-box .products-box-img .products-box-imgs a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.products-box .products-box-img .products-box-imgs a i {
  border: solid 1px #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  margin-bottom: 10px;
}

.products-box .products-box-img .products-box-imgs a span {
  width: 100%;
}

.products-box .products-box-img:hover .products-box-imgs {
  opacity: 1;
}

@media screen and (max-width: 414px) {
  .products-box {
    height: 280px;
  }
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin-bottom: 30px;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .product-gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
  height: 400px !important;
}

.product__carousel .product-gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .product-gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .product-gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .product-gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .product-gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border .15s linear;
  transition: border .15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .product-gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

ul.product-tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 45px;
  border-bottom: 1px solid #9FA1A4;
  width: 100%;
}

ul.product-tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 8px 21px;
  height: 45px;
  line-height: 31px;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  background: #F1F1F1;
  border-bottom: 1px solid #9FA1A4;
}

ul.product-tabs li:hover {
  background-color: #ccc;
  color: #333;
}

ul.product-tabs li.active {
  background-color: #43454D;
  color: #fff;
  display: block;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 480px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}

.products-p .products-box {
  margin: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 1px #cecece;
  box-shadow: 0px 0px 4px 1px #cecece;
  position: relative;
  z-index: 1;
}

.products-p .products-box::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #B40019;
}

.products-p .products-box .products-box-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products-p .products-box .products-box-text h3 {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  display: table;
}

.table-row {
  display: table-row;
  background: #f6f6f6;
}

.table-row.table-header {
  font-weight: 900;
  color: #ffffff;
  background: #9FA1A4;
}

.cell {
  padding: 6px 12px;
  display: table-cell;
  text-align: center;
}

.download-div {
  margin: 10px 0;
}

.download-div:nth-child(2n+1) {
  background: #E8E8E8;
}

.download-div .download-div-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
}

.download-div .download-div-box .download-div-left {
  width: calc( 100% - 45px);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-div .download-div-box .download-div-right {
  width: 45px;
  height: 45px;
}

.download-div .download-div-box .download-div-right i {
  font-size: 2rem;
}

.download-div:hover {
  background: #E8E8E8;
  color: #B40019;
}

.download-div:hover a {
  color: #B40019;
}

.footer01 {
  padding-top: 25px;
}

.footer01 .footer-logo {
  width: 210px;
}

.footer01 h4 {
  margin-bottom: 10px;
}

.footer01 p {
  margin-bottom: 9px;
}

.footer01 .copyright {
  text-align: center;
  background: #B40019;
  color: #fff;
}

.footer01 .copyright p {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 10px;
}

@media screen and (max-width: 3800px) {
  .search-content .products-box .products-box-img img {
    height: 364px;
  }
}

@media screen and (max-width: 1200px) {
  .search-content .products-box .products-box-img img {
    height: 304px;
  }
}

@media screen and (max-width: 1024px) {
  /*表單 */
  form.forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  form.forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
  form.forms-group input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-top: 10px;
    display: block;
  }
  .bg01, .bg03, .bg04, .bg05 {
    background-size: 100px;
  }
  .products-box .products-box-img img {
    height: 220px;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    padding-top: 115px;
  }
  .search-content .products-box .products-box-img img {
    height: 164px;
  }
  .title .title02::after {
    left: 200px;
    width: calc(100% - 234px);
  }
  .products-box .products-box-img img {
    height: 165px;
  }
}

@media screen and (max-width: 768px) {
  .search-content .products-box .products-box-img img {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .search-content .products-box .products-box-img img {
    height: 254px;
  }
}

@media screen and (max-width: 667px) {
  .products-box .products-box-img img {
    height: 200px;
  }
  .title::after, .title02::after {
    width: calc(100% - 260px);
  }
  .title i, .title02 i {
    top: -14px;
    right: 27px;
  }
  .search-content .products-box .products-box-img img {
    height: 254px;
  }
  .banner {
    padding-top: 93px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .title01 h2, .title03 h2 {
    font-size: 20px;
  }
  .title01 h2 span, .title03 h2 span {
    font-size: 30px;
  }
  .title01 h2 span::after, .title03 h2 span::after {
    display: none;
  }
  .bg02 {
    background-position: 73% center;
    background-size: 900%;
  }
  .imgbox {
    width: 250px;
    margin: 10px auto;
  }
  .imgbox .imgboxa {
    margin-bottom: 15px;
  }
  .footer01 .footer-logo {
    width: 190px;
    margin-bottom: 20px;
  }
  .rwd-table thead {
    display: none;
  }
  .rwd-table tbody {
    border: solid 1px #43454D;
  }
  .rwd-table tbody tr:first-child {
    padding-top: .5em;
  }
  .rwd-table tbody tr:last-child {
    padding-bottom: .5em;
  }
  .rwd-table01 td {
    width: 100%;
  }
  /*表單 */
  form.forms-group dl dd .form-check {
    margin-top: 10px;
  }
  form.forms-group dl dd .boxwi .dsboxw {
    width: 100%;
  }
  .fancybox-content {
    padding: 40px 15px !important;
  }
  a.cap_re_show.col-auto {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .news01 {
    display: block;
    overflow: initial;
    height: auto;
  }
  .news01 .news01-left {
    width: 100%;
    height: auto;
  }
  .news01 .news01-left::after {
    display: none;
  }
  .news01 .news01-right {
    width: 100%;
    height: auto;
  }
  .news01 .news01-right::after {
    display: none;
  }
  .news01 .div-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news01 .news01-left {
    padding: 15px;
  }
  .news01 .news01-right {
    background: #fff;
    padding: 5px 15px;
    border-top: solid 1px #eeeeee;
  }
  .news01 .day, .news01 .yearmonth {
    font-size: 16px !important;
    font-weight: bold;
    color: #000;
  }
  .news01 .day {
    padding-left: 15px;
    position: relative;
    line-height: 19px  !important;
  }
  .news01 .day::after {
    content: "/";
    position: absolute;
    top: 0px;
    left: 4px;
  }
}

@media screen and (max-width: 580px) {
  .product__carousel .product-gallery-top {
    height: 250px !important;
  }
  .table {
    display: block;
  }
  .table-row {
    padding: 14px 0 7px;
    display: block;
  }
  .table-row:nth-of-type(odd) {
    background: #E8E8E8;
  }
  .table-row .cell {
    margin-bottom: 10px;
  }
  .table-row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
  .cell {
    padding: 2px 16px;
    display: block;
  }
  .table-row.table-header .cell {
    display: none;
  }
  .product__carousel .product-gallery-top {
    height: 250px !important;
  }
}

@media screen and (max-width: 536px) {
  .search-content .products-box .products-box-img img {
    height: 250px;
  }
}

@media screen and (max-width: 511px) {
  .search-content .products-box .products-box-img img {
    height: 240px;
  }
}

@media screen and (max-width: 496px) {
  .search-content.products-box .products-box-img img {
    height: 230px;
  }
}

@media screen and (max-width: 496px) {
  .search-content .products-box .products-box-img img {
    height: 230px;
  }
}

@media screen and (max-width: 471px) {
  .search-content .products-box .products-box-img img {
    height: 220px;
  }
}

@media screen and (max-width: 451px) {
  .search-content .products-box .products-box-img img {
    height: 200px;
  }
  .banner {
    padding-top: 90px;
  }
}

@media screen and (max-width: 401px) {
  .search-content .products-box .products-box-img img {
    height: 185px;
  }
}

@media screen and (max-width: 391px) {
  .search-content.products-box .products-box-img img {
    height: 170px;
  }
}

@media screen and (max-width: 380px) and (min-width: 321px) {
  .footer01 .copyright {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  .footer01 {
    padding-bottom: 30px;
  }
  .footer01 .copyright p {
    font-size: 9px;
  }
  .products-box .products-box-img img {
    height: 140px;
  }
  .search-content .products-box .products-box-img img {
    height: 144px;
  }
}
/*# sourceMappingURL=all.css.map */