@charset "utf-8";

@font-face {
  font-family: "HanaMinA";
  src: url(./fonts/HanaMinA.ttf);
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "sf";
  src: url(./fonts/SetoFont.ttf);
}

@font-face {
  font-family: "my";
  src: url(./fonts/MYuenHK-Xbold.ttf);
}

body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #222;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: #222;
}

a,
input,
button {
  outline: none !important;
}

ul {
  list-style-type: none;
}

.hana {
  font-family: "HanaMinA", Arial, Helvetica, sans-serif;
}

.yssff {
  font-family: "yssf" !important;
}

.header {
  padding: 10px 0;
}

.logo {
  display: block;
  padding: 0;
}

.logo img {
  width: auto;
  height: 60px;
}

@media (min-width: 768px) {
  .logo {
    padding: 10px 0;
  }

  .logo img {
    height: 80px;
  }
}

.nav-link {
  font-size: 16px;
  color: #333;
  text-align: center;
}

@media (min-width: 992px) {
  .nav-link {
    padding: 8px 4px !important;
  }
}

@media (min-width: 1200px) {
  .nav-link {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .nav-link {
    padding: 8px 20px !important;
  }
}

.nav-link:hover,
.nav-link.active {
  color: #e30413 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f4f4f4;
  color: #e30413;
}

.share i {
  font-size: 18px;
  transition: all 0.4s;
}

.share i:hover {
  color: #e30413;
}

.lang a {
  color: #666;
}

.lang a.active {
  color: #e30413;
}

.icon img {
  width: 18px;
  height: auto;
  color: #000;
}

.langbtn {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #000 !important;
}

.dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  min-width: 100px;
  top: 100%;
  transform: translate(-10px, 26px) !important;
}

.dropdown-menu li {
  margin: 0 5px;
}

.dropdown-menu .dropdown-item {
  text-align: center;
  border-radius: 10px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e30413;
  color: #fff;
}

.carousel {
  height: 26vh;
  overflow: hidden;
}

@media (min-width: 576px) {
  .carousel {
    height: 440px;
  }
}

@media (min-width: 992px) {
  .carousel {
    height: 650px;
  }
}

.swiper-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 5px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 54px;
    height: 54px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(227, 4, 19, 0.6);
}

.index-next,
.index-prev {
  position: inherit !important;
}

.swiper-slide-active .swiper-text h4 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.swiper-slide-active .swiper-text .ani1 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.swiper-slide-active .swiper-text .ani2 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.swiper-bottom {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  bottom: 10%;
}

.carousel .swiper-slide {
  position: relative;
}

.carousel .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)); */
}

.swiper-text {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .swiper-text {
    top: 25%;
  }
}

.swiper-text h2,
.swiper-text h4,
.swiper-text p {
  display: inline-table;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.swiper-text h2 {
  display: block;
  font-size: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
  text-align: center;
}

/* .swiper-text h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background: url(../images/path.svg) no-repeat center;
    background-size: 100%;
} */

.swiper-text h4 {
  display: block;
  font-size: 30px;
  margin: 10px 0;
  text-align: center;
}

.swiper-text p {
  font-size: 18px;
  min-width: 300px;
}

@media (min-width: 992px) {
  .swiper-text h2 {
    font-size: 60px;
  }

  .swiper-text h4 {
    font-size: 60px;
    margin: 10px 0 20px;
  }

  .swiper-text p {
    /* font-size: 20px; */
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .swiper-text h2 {
    font-size: 90px;
  }

  .swiper-text h4 {
    font-size: 60px;
    margin: 20px 0 30px;
  }

  .swiper-text p {
    font-size: 22px;
  }
}

.main {
  min-height: 98vh;
}

.pice {
  /* overflow: hidden; */
  padding: 50px 0;
}

@media (min-width: 992px) {
  .pice {
    padding: 100px 0;
  }
}

.title-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}

.title-h2 span {
  color: #e30413;
}

.text-style p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .title-h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .text-style p {
    font-size: 18px;
    line-height: 2;
  }
}

.more {
  margin-top: 40px;
}

.more-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  color: #fff !important;
  font-size: 17px;
  background-color: #e30413;
  border-radius: 100px;
}

.about-img {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .about-img {
    padding-right: 20px;
  }
}

.about-img::after,
.about-img::before {
  content: "";
  position: absolute;
  width: 94%;
  right: 0px;
  z-index: -1;
}

.about-img::after {
  top: -20px;
  height: 100%;
  box-shadow: inset 0 0 0 1px #ececec;
  z-index: -2;
}

.about-img::before {
  bottom: -40px;
  height: 80px;
  background-color: #e30413;
}

@media (max-width: 991px) {
  .about-img::after,
  .about-img::before {
    display: none;
  }
}

.about-img {
  width: 100%;
}

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

@media (min-width: 768px) {
  .p-left {
    padding-right: 24px;
  }
}

.mb-box {
  margin-bottom: 24px;
  padding: 0 12px;
}

@media (max-width: 575px) {
  .mb-box3 .item-img {
    height: auto;
  }
}

.item-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.item-img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all.3s ease-in-out;
}

.item-img-box:hover .item-img img {
  transform: scale(1.1);
}

.item-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}

/* .item-caption::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    transform: scale(0.8);
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: -1;
} */

.item-img-box:hover .item-caption::after {
  transform: none;
  opacity: 1;
}

.item-caption-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-caption-info h5 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  color: #222;
  transform: translate3d(0, -50px, 0);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.item-img-box:hover .item-caption-info h5 {
  opacity: 1;
  transform: none;
}

.item-caption-info p {
  text-align: center;
  font-size: 20px;
  font-family: serif;
  color: #e30413;
  margin-top: 10px;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease-in-out;
}

.item-img-box:hover .item-caption-info p {
  opacity: 1;
  transform: none;
}

.more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #e30413;
  border-radius: 100px;
  margin-top: 24px;
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
}

.item-img-box:hover .more-icon {
  opacity: 1;
  transform: none;
}

.more-icon i {
  color: #fff;
}

@media (min-width: 1200px) {
  .serve-box {
    width: 55%;
    height: 100%;
  }

  .serve-box:nth-child(1) {
    left: 0;
  }

  .serve-box:nth-child(2) {
    position: absolute !important;
    width: 57%;
    top: 0;
    right: 0;
  }

  .serve-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .serve-box:nth-child(2) .serve-img::before {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url(../images/plant-2048x1357.png) !important;
  }

  .serve-img img {
    width: auto !important;
    height: 100% !important;
    object-fit: initial !important;
  }
}

@media (min-width: 1800px) {
  .serve-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: initial !important;
  }

  .serve-box:nth-child(2) .serve-img::before {
    background-image: url(../images/plant-2048x1357.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.serve-info {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .sright,
  .sleft {
    position: absolute;
    padding: 0;
    width: 55%;
    height: 444px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }

  .sleft {
    background-image: url(../images/left1-1.png);
    left: 0;
  }

  .sleft:hover {
    background-image: url(../images/left1.png);
  }

  .sright {
    background-image: url(../images/right1-1.png);
    right: 0;
  }

  .sright:hover {
    background-image: url(../images/right1.png);
  }
}

.serve-info {
  display: flex;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: 24px;
}

@media (min-width: 769px) {
  .serve-info {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .serve-info {
    width: 450px;
    margin-left: 100px;
  }
}

@media (min-width: 1600px) {
  .serve-info {
    margin-left: 180px;
  }
}

@media (min-width: 1920px) {
  .serve-info {
    margin-left: 240px;
  }
}

.serve-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #e30413;
  background-color: rgba(0, 0, 0, 0);
}

.serve-info span img {
  width: 28px;
  height: 28px;
}

@media (min-width: 992px) {
  .serve-info span {
    width: 66px;
    height: 66px;
  }

  .serve-info span img {
    width: 34px;
    height: 34px;
  }
}

.serve-info h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .serve-info h4 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .serve-info h4 {
    font-size: 32px;
    margin-top: 6px;
  }
}

@media (min-width: 1600px) {
  .serve-info h4 {
    font-size: 40px;
  }
}

.serve-box:hover .serve-info h4 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.serve-info h4::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 80px;
  height: 4px;
  background-color: #e30413;
  display: none;
}

.serve-box:hover .serve-info h4::before {
  display: block;
}

.serve-info p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .serve-info p {
    margin-top: 20px;
  }
}

@media (min-width: 1600px) {
  .serve-info p {
    font-size: 18px;
  }
}

.serve-box:hover .serve-info p {
  opacity: 0;
}

.serve-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.serve-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serve-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.5);
}

.serve-box:hover .serve-img::before {
  opacity: 0;
}

@media (max-width: 768px) {
  .serve-box {
    height: 400px;
  }
}

.equipment-item {
  cursor: context-menu;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .equipment-item {
    width: 50%;
    margin-bottom: 24px;
  }
}

.equipment-item:hover {
  transform: translate3d(0, -10px, 0);
}

.equipment-item:nth-child(2n) {
  padding-right: 0;
}

.equipment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #e30413;
  box-shadow: 0 4px 10px rgba(227, 4, 19, 0.6);
}

.equipment-icon img {
  width: 28px;
  height: 28px;
}

.equipment-title {
  font-size: 20px;
  color: #333;
}

.equipment-text {
  font-size: 16px;
  color: #454545;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .equipment-item {
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .equipment-item {
    padding-right: 30px;
  }

  .equipment-icon {
    width: 60px;
    height: 60px;
  }

  .equipment-icon img {
    width: 36px;
    height: 36px;
  }

  .equipment-title {
    font-size: 24px;
  }

  .equipment-text {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .equipment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .equipment-item {
    position: absolute;
    width: 390px;
    padding-right: 0;
    margin-bottom: 0;
  }

  .equipment-icon {
    margin: 0 15px;
  }

  .equipment-text {
    width: 300px;
  }

  .equipment-item:nth-child(1) {
    left: 0;
    top: 100px;
  }

  .equipment-item:nth-child(2) {
    left: 0;
    top: 260px;
  }

  .equipment-item:nth-child(3) {
    left: 0;
    top: 450px;
  }

  .equipment-item:nth-child(4) {
    right: 0;
    top: 100px;
  }

  .equipment-item:nth-child(5) {
    right: 0;
    top: 260px;
  }

  .equipment-item:nth-child(6) {
    right: 0;
    top: 450px;
  }

  .equipment-item:nth-child(1) .equipment-title,
  .equipment-item:nth-child(1) .equipment-text,
  .equipment-item:nth-child(2) .equipment-title,
  .equipment-item:nth-child(2) .equipment-text,
  .equipment-item:nth-child(3) .equipment-title,
  .equipment-item:nth-child(3) .equipment-text {
    text-align: end;
  }
}

.news-pice {
  background-image: url(../images/new-bj.png);
  background-position: center;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: cover;
}

.card {
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.card:hover {
  border-radius: 14px;
  box-shadow: none;
  transform: translate3d(0, -5px, 0);
}

.card-img {
  overflow: hidden;
  border-radius: 0;
}

.card-img img {
  transform: scale(1.09);
  transition: all 0.4s ease-in-out;
}

.card:hover .card-img img {
  transform: scale(1);
}

.card-body {
  padding: 24px 30px;
}

.card-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-text {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card:hover .card-title {
  color: #e30413;
}

.iso-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .iso-text p {
    padding: 0 120px;
  }
}

.isoimg {
  margin: 5px 15px;
}

.footer {
  background-color: #282728;
  padding: 40px 0 30px;
}

.footer-tit {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .footer-tit {
    margin-bottom: 30px;
  }
}

.footer-tit h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .footer-tit h4 {
    font-size: 24px;
  }
}

.footer-tit span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #e30413;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .footer-tit span {
    margin-top: 15px;
  }
}

.footernav {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
}

.footernav li {
  width: 120px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.footernav li a {
  color: #fff;
  font-size: 17px;
}

.footernav li a:hover {
  color: #e30413;
}

ul.footercon > li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}

@media (max-width: 1199px) {
  ul.footercon > li:nth-child(1) {
    margin-bottom: 35px;
  }
}

ul.footercon > li a.footercon-text {
  display: inline-block;
  color: #fff !important;
  font-size: 17px;
}

.footercon-text {
  display: inline-flex;
  color: #fff !important;
  font-size: 17px;
}

.footercon li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.footercon li span:nth-child(2) {
  margin-right: 0;
  display: inline-block;
  width: calc(100% - 24px);
}

ul.footercon > li .fa {
  font-size: 18px;
  color: #e30413;
}

.subscribe span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.subscribe input {
  background-color: rgba(0, 0, 0, 0);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.subscribe input::placeholder {
  font-size: 14px;
}

.btn1 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 120px;
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 10px;
}

.btn1:hover {
  background-color: #e30413;
  border: 1px solid #e30413;
}

.copy {
  padding: 10px 0;
  background-color: #e30413;
}

.footer-text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.more-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.more-btn::after,
.more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  background-color: #282728;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.more-btn::after {
  left: 0;
}

.more-btn::before {
  right: 0;
}

.more-btn:hover {
  color: #fff !important;
}

.more-btn:hover::after,
.more-btn:hover::before {
  width: 0;
}

.more-btn1::after,
.more-btn1::before {
  content: "";
  width: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.swiper-pagination-bullet-active {
  background-color: #e30413;
}

#back-to-top {
  display: none;
}

#back-to-top.show {
  display: block;
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #e30413;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.back-to-top .fa {
  color: #fff;
  font-size: 18px;
}

.fix_wa {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 999;
}

.fix_box {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #3ac34c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fix_box svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  animation: Shining 1.5s ease-in-out infinite;
}

@keyframes Shining {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.fix_box,
.fix_box svg {
  transition: all 0.4s ease-in-out;
}

/* inner style */
.inner-banner {
  background-image: url(../images/inner/in-banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.inner-banner::before,
.inner-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  height: 200px;
}

.inner-banner::before {
  background-image: url(../images/inner/in-banner-left.png);
  left: 0;
  width: 283px;
  background-size: 100%;
}

.inner-banner::after {
  background-image: url(../images/inner/in-banner-right.png);
  right: 0;
  width: 258px;
  background-size: 100%;
}

@media (max-width: 767px) {
  .inner-banner::before {
    width: 144px;
    height: 100px;
  }

  .inner-banner::after {
    width: 110px;
    height: 100px;
    top: 0;
    bottom: auto;
  }
}

.inner-banner-title {
  font-size: 26px;
  color: #333;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .inner-banner-title {
    font-size: 36px;
  }
}

.bg-color {
  background-color: #fafafa;
}

.inner-title {
  color: #333;
  font-size: 24px;
}

@media (min-width: 992px) {
  .inner-title {
    font-size: 32px;
  }
}

.nav-pills {
  border-bottom: 1px solid #eee;
  justify-content: center;
}

.nav-pills .nav-link {
  border-radius: 0;
  font-size: 18px;
}

.nav-pills .nav-link svg.icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  fill: #222;
  margin-top: -5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e30413;
  font-weight: bold;
}

.nav-pills .nav-link:hover {
  color: #666 !important;
}

.nav-pills .nav-link.active {
  color: #e30413 !important;
}

.nav-pills .nav-link:hover svg.icon {
  fill: #666;
}

.nav-pills .nav-link.active svg.icon {
  fill: #e30413;
}

@media (min-width: 992px) {
  .nav-pills .nav-item {
    margin: 0 10px;
  }

  .nav-pills .nav-link {
    font-size: 20px;
  }

  .nav-pills .nav-link svg.icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
}

.title-h4 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.small-text p {
  font-size: 16px;
  color: #444;
  line-height: 30px;
}

.small-text p strong {
  font-size: 24px;
}

.service-type-box .small-text p span {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 2px;
}

.small-text p tt {
  font-size: 18px;
  font-weight: bold;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.small-text p tt i {
  padding: 4px;
  font-style: normal;
  text-decoration: underline;
}

.colorp p {
  color: #666 !important;
}

@media (min-width: 992px) {
  .small-text {
    margin-top: 15px;
  }

  .small-text p {
    font-size: 18px;
  }

  .service-type-box .small-text p span {
    font-size: 21px;
  }

  .small-text p tt {
    font-size: 21px;
  }

  .border-ps {
    border-left: 1px solid #eee;
    height: 100%;
  }
}

.service-type-box .small-text p span:nth-child(1) {
  color: blueviolet;
}

.service-type-box .small-text p span:nth-child(2) {
  color: tomato;
}

.service-type-box .small-text p span:nth-child(3) {
  color: teal;
}

.service-type-box .small-text p span:nth-child(4) {
  color: skyblue;
}

.service-type-box .small-text p span:nth-child(5) {
  color: red;
}

.small-text p tt i:nth-child(1) {
  color: #fd7e14;
}

.small-text p tt i:nth-child(2) {
  color: #0d6efd;
}

.small-text p tt i:nth-child(3) {
  color: #d63384;
}

.small-text p tt i:nth-child(4) {
  color: #20c997;
}

.small-text p tt i:nth-child(5) {
  color: #6f42c1;
}

@media (max-width: 500px) {
  .small-text p tt {
    display: block;
    width: 254px !important;
  }
}

.card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.card-title-service {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 6px;
  margin-top: 14px;
}

@media (min-width: 992px) {
  .card-box {
    padding: 30px;
  }

  .card-title-service {
    font-size: 34px;
    margin-top: 0;
  }
}

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

.news-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
}

.times {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #666;
}

.news-info {
  padding: 20px;
}

.news-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.news-text {
  height: 84px;
}

.news-text p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}

.link {
  position: absolute;
  bottom: 12px;
  left: 20px;
  font-size: 16px;
  color: #333;
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
}

.news-item:hover .card-img img {
  transform: scale(1);
}

.news-item:hover .news-title {
  color: #e30413;
}

.news-item:hover .news-text p {
  -webkit-line-clamp: 2;
}

.news-item:hover .link {
  transform: translateY(0);
  color: #e30413;
}

.news-item .link:hover {
  text-decoration: underline !important;
}

.page-item {
  margin: 0 5px;
}

.page-item .page-link {
  border-radius: 4px !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.active > .page-link,
.page-link.active,
.active > .page-link,
.page-link:hover {
  background-color: #e30413;
  border-color: #e30413;
  color: #fff;
}

@media (min-width: 768px) {
  .news-title-1 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .news-title-1 {
    font-size: 36px;
  }

  /* .w-style {
        width: 85%;
    } */
}

.btn-primary {
  background-color: #e30413 !important;
  border-color: #e30413 !important;
  padding: 8px 20px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.class-nav li {
  margin: 0 5px;
}

.class-item {
  display: block;
  font-size: 18px;
  color: #666;
  padding: 0 2px 12px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.class-item.active {
  color: #e30413;
  font-weight: bold;
  border-color: #e30413;
}

.class-item:hover {
  color: #e30413;
}

@media (min-width: 768px) {
  .class-nav li {
    margin: 0 12px;
  }

  .sort {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
}

.btnDefault {
  min-width: 140px;
  color: #333 !important;
  border: 1px solid #ccc !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.in-item-img-box {
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .in-item-img-box {
    padding: 20px;
  }
}

.in-item-info-title {
  transform: translate(0);
  transition: all 0.3s ease-in-out;
}

.in-item-info-title h5 {
  font-size: 20px;
  text-align: center;
}

.in-item-info-title span {
  font-size: 16px;
  color: #e30413;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {
  .in-item-info-title span {
    font-size: 14px;
  }
}

.in-item-img-box:hover {
  padding: 5px;
  box-shadow: none;
}

.in-item-img-box:hover .in-item-info-title {
  transform: translateY(30px);
}

@media (max-width: 767px) {
  .in-item-img-box:hover .in-item-info-title {
    transform: translateY(15px);
  }
}

.in-item-img-box:hover .in-item-info-title h5 {
  color: #222;
}

.in-item-img-box:hover .in-item-info-title span {
  opacity: 0;
}

.inner-info-style h3 {
  font-size: 24px;
  color: #333;
}

.inner-info-style .price {
  font-weight: bold;
  color: #e30413;
  font-size: 26px;
  margin: 14px 0 20px;
}

@media (min-width: 576px) {
  .inner-info-style h3 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .inner-info-style h3 {
    font-size: 36px;
  }
}

.product-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.product-swiper .swiper-pagination-bullet-active {
  background-color: #e30413;
}

.description div.title {
  font-size: 20px;
  font-weight: bold;
  color: #e30413;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 6px;
  border-bottom: 3px solid #ddd;
  position: relative;
}

.description div.title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #e30413;
}

.table td,
.table th {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.table thead {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table-span {
  font-size: 17px;
  color: #565656;
}

.form-control {
  border-color: #eee;
  padding: 8px 12px;
}

.form-control::placeholder {
  color: #666;
}

.title1 {
  font-size: 22px;
  color: #333;
  padding-bottom: 12px;
  position: relative;
  display: flex;
  justify-content: center;
}

.tetx1 {
  color: #444;
  font-size: 16px;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  background-size: 100%;
}

.isoimg1 img {
  width: 150px;
  height: 150px;
}

.text-style b {
  color: #333;
}

.info-tit,
.info-txt {
  display: inline-block;
  font-size: 17px;
}

.info-tit {
  width: 25%;
  color: #333;
}

.info-txt {
  width: 75%;
}

.table > thead {
  background-color: #f6f7f9;
}

.table > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #474b52;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.fa-icon {
  margin-right: 6px;
}

.table-span1:hover {
  color: red;
  cursor: pointer;
}

.bg {
  background-image: url(../images/inner/bgbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  object-fit: cover;
}

.down-btn {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  /* animation: udown 1.5s infinite; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

@keyframes udown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.down-btn span {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../images/inner/down1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 auto;
}

.down-btn i {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-style: normal;
  color: #f7af00;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .down-btn {
    width: 120px;
    height: 120px;
  }

  .down-btn span {
    width: 50px;
    height: 50px;
  }

  .down-btn i {
    font-size: 18px;
    font-weight: bold;
  }
}

.down-btn-con {
  padding-bottom: 4px;
}

.down-btn-con::before {
  content: "";
  bottom: 0px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.down-btn-con:hover::before {
  opacity: 1;
}

.down-btn:hover span {
  background-image: url(../images/inner/down.svg);
}

.down-btn:hover {
  animation: udown 1.5s infinite;
  background-color: #f7af00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.down-btn:hover i {
  color: #fff;
}

.conitem {
  padding: 50px 20px 20px;
  background-color: #fff;
  height: 100%;
}

.icon-style {
  position: absolute;
  top: -20px;
  background-color: #e30413;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
}

.icon-style::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #e30413;
  opacity: 0.1;
}

@media (min-width: 992px) {
  .submit-btn {
    padding: 10px;
    width: calc(40%);
    font-size: 20px;
    font-weight: bold;
  }
}

.inner-banner {
  height: 210px;
}

@media (min-width: 576px) {
  .inner-banner {
    height: 300px;
  }
}

.about-banner {
  background-image: url(../images/inner/inner-about-banner.png);
}

@media (max-width: 575px) {
  .about-banner {
    background-image: url(../images/inner/aboutM.png);
  }
}

.inner-banner::after,
.inner-banner::before {
  display: none;
}

.inner-banner .inner-banner-title,
.inner-banner .breadcrumb-item a {
  color: #fff;
}

.inner-banner .breadcrumb-item,
.inner-banner .breadcrumb-item::before {
  color: #fff;
}

.inser-icon {
  margin-bottom: 10px;
}

.inser-icon span {
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  letter-spacing: 2px;
}

.inser-icon img {
  width: 24px;
  height: 24px;
}

.line-style {
  width: 70px;
  height: 2px;
  background-color: #e30413;
  margin-bottom: 10px;
}

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

.dis-content {
  background-color: #fff;
  padding: 20px 10px;
  height: 100%;
}

@media (min-width: 768px) {
  .dis-content {
    padding: 20px 30px;
  }
}

.dis-text-content h5 {
  font-size: 30px;
  font-weight: bold;
  color: #e30413;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dis-text-content span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #e30413;
  border-radius: 100%;
  font-family: sans-serif;
  font-size: 16px;
  /* font-weight: bold; */
  color: #fff;
  margin-left: 5px;
}

.dis-text-content p {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}

.dis-img {
  width: 200px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .dis-img {
    width: 120px;
    height: 80px;
  }
}

.dis-img img {
  width: 100%;
  height: auto;
}

.dis-name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

@media (max-width: 767px) {
  .dis-name {
    font-size: 14px;
  }
}

.dis-price span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.dis-price span i {
  text-decoration: line-through;
  font-weight: normal;
  font-style: normal;
}

.pri2 {
  color: #e30413 !important;
}

.dis-time {
  font-size: 20px;
  color: #333;
}

.bg-box {
  position: relative;
  overflow: hidden;
  background-color: #eef1f3;
  /* background-color: #000; */
}

@media (min-width: 992px) {
  .about-pos {
    width: 96%;
  }

  .left-padd {
    margin-top: 120px;
  }
}

.about-pice {
  background-image: url(../images/menu_bg_4.png);
  background-position: center;
  background-size: 80%;
  background-color: #fdfcfc;
}

.about-pos strong {
  position: relative;
  padding: 4px 4px;
  display: inline-block;
}

@media (min-width: 992px) {
  .about-pos strong {
    font-size: 20px;
  }
}

.about-pos strong::after,
.about-pos strong::before {
  content: "";
  position: absolute;
}

.about-pos strong::after {
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #f7af00;
  border-radius: 10px;
}

.about-pos strong::before {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 3px;
  background-color: #e30413;
  border-radius: 10px;
}

/* .about-pos strong::after {
  top: -6px;
  left: 0;
  background: url(../images/shapeL.png) no-repeat center center;
  background-size: 100%;
  width: 29px;
  height: 38px;
}

.about-pos strong::before {
  bottom: -11px;
  right: 0px;
  background: url(../images/shapeR.png) no-repeat center center;
  background-size: 100%;
  width: 118px;
  height: 36px;
} */

.about-txt p:nth-child(1) {
  font-size: 20px;
}

@media (min-width: 992px) {
  .about-txt p:nth-child(1) {
    font-size: 22px;
  }

  .inner-pice {
    padding: 60px 0;
  }
}

.master-banner {
  background-image: url(../images/inner/teamM.png);
}

@media (min-width: 768px) {
  .master-banner {
    background-image: url(../images/inner/team.png);
  }
}

.product-banner {
  background-image: url(../images/inner/product.png);
}

@media (max-width: 767px) {
  .product-banner {
    background-image: url(../images/inner/productM.png);
  }
}

.yh-banner {
  background-image: url(../images/inner/yh.png);
}

.contact-banner {
  background-image: url(../images/inner/contact.png);
}

@media (max-width: 575px) {
  .contact-banner {
    background-image: url(../images/inner/contactM.png);
  }
}

.service-banner {
  background-image: url(../images/inner/service.png);
}

@media (max-width: 767px) {
  .service-banner {
    background-image: url(../images/inner/servicem.png);
  }
}

@media (max-width: 575px) {
  .mb-box {
    padding: 0 6px;
    margin-bottom: 12px;
  }
}

@media (max-width: 430px) {
  .in-item-img-box {
    padding: 5px;
  }
  .in-item-info-title h5 {
    font-size: 16px;
  }

  .swiper-text h2 {
    font-size: 30px;
  }
}

.shadow-style {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.shadow-style:hover {
  box-shadow: none;
  transform: translateY(-5px);
}

.decorate {
  position: relative;
}

.decorate::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 0;
  animation: dec-anim 3s ease-in-out infinite;
}

.decorate::before {
  content: "";
  animation: dec-anim 3s ease-in-out infinite;
}

@keyframes dec-anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.small-dec::after {
  bottom: -150px;
  width: 350px;
  height: 300px;
  background: url(../images/04.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .small-dec::after {
    bottom: -100px;
    width: 250px;
    height: 200px;
  }
}

@media (max-width: 1440px) {
  .small-dec::after {
    left: auto;
    right: 0;
    bottom: -70px;
    width: 200px;
    height: 150px;
  }
}

.small-dec2::after {
  top: calc(100% / 2);
  bottom: auto;
  right: 0px;
  left: auto;
  width: 347px;
  height: 232px;
  background: url(../images/02.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
  transform: rotate(180deg);
  z-index: -1;
}

@media (max-width: 1440px) {
  .small-dec2::after {
    width: 247px;
    height: 142px;
  }
}

.small-dec3::after {
  bottom: auto;
  top: -100px;
  width: 250px;
  height: 250px;
  background: url(../images/06.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .small-dec3::after {
    top: -20px;
    width: 150px;
    height: 150px;
  }
}

.small-dec4::after {
  bottom: -150px;
  width: 340px;
  height: 300px;
  background: url(../images/05.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 1600px) {
  .small-dec4::after {
    width: 240px;
    height: 200px;
    bottom: -100 px;
  }
}

@media (max-width: 1400px) {
  .small-dec4::after {
    width: 140px;
    height: 100px;
    bottom: -50px;
  }
}

.small-dec5::after {
  bottom: 0px;
  left: auto;
  right: 0;
  width: 300px;
  height: 300px;
  background: url(../images/07.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 1440px) {
  .small-dec5::after {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1200px) {
  .small-dec6::after {
    content: "";
    top: 30px;
    bottom: auto;
    left: auto;
    right: 0;
    width: 200px;
    height: 200px;
    background: url(../images/07.png) no-repeat center;
    background-size: 100% auto;
    object-fit: cover;
    z-index: 1;
  }
}

@media (min-width: 1441px) {
  .small-dec6::after {
    content: "";
    top: -150px;
    width: 300px;
    height: 300px;
  }
}

.small-in-dec::after {
  width: 300px;
  height: 300px;
  background: url(../images/ss5.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .small-in-dec::after {
    width: 180px;
    height: 180px;
    left: 0;
    right: auto;
  }
}

@media (max-width: 1400px) {
  .small-in-dec::after {
    width: 120px;
    height: 120px;
    left: auto;
    right: 0;
  }
}

.small-in-dec1::after {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  width: 300px;
  height: 300px;
  background: url(../images/01.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .small-in-dec1::after {
    width: 200px;
    height: 200px;
    top: 100px;
  }
}

@media (max-width: 1440px) {
  .small-in-dec1::after {
    width: 100px;
    height: 100px;
    top: 0;
  }
}

.small-in-dec2::after {
  width: 247px;
  height: 132px;
  z-index: 1;
}

.small-in-dec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 200px;
  height: 200px;
  background: url(../images/06.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

.small-in-dec3::after {
  left: auto;
  right: 0;
  bottom: -100px;
  width: 240px;
  height: 240px;
  background: url(../images/ss2.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .small-in-dec3::after {
    width: 180px;
    height: 180px;
    bottom: -80px;
  }
}

@media (max-width: 1400px) {
  .small-in-dec3::after {
    width: 100px;
    height: 100px;
    bottom: -40px;
  }
}

.small-in-dec4::after {
  top: 0;
  bottom: auto;
  width: 300px;
  height: 300px;
  background: url(../images/ss9.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

.small-in-dec4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 300px;
  height: 300px;
  top: calc(100% / 2);
  left: auto;
  right: 0;
  bottom: auto;
  width: 240px;
  height: 240px;
  background: url(../images/ss6.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .small-in-dec4::after {
    width: 100px;
    height: 100px;
  }
  .small-in-dec4::before {
    display: none;
  }
}

.small-in-dec5::after {
  top: 0;
  bottom: auto;
  width: 300px;
  height: 300px;
  background: url(../images/ss8.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
  animation: none;
}

@media (max-width: 1440px) {
  .small-in-dec5::after {
    width: 140px;
    height: 140px;
    top: -30px;
    left: -20px;
  }
}

.small-in-dec6::after {
  top: -33px;
  width: 320px;
  height: 280px;
  background: url(../images/ss4.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
  z-index: 0;
  animation: none;
}

@media (max-width: 500px) {
  .small-in-dec6::after {
    top: -30px;
  }
}

.small-in-dec6::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 220px;
  height: 220px;
  background: url(../images/ss6.png) no-repeat center;
  background-size: 100% auto;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .small-in-dec6::after {
    width: 180px;
    height: 180px;
  }
  .small-in-dec6::before {
    bottom: 0px;
    width: 120px;
    height: 120px;
  }
}

.product-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .product-item {
    padding: 15px;
  }
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.product-item-img {
  width: 40%;
  overflow: hidden;
}

.product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
@media(max-width:1440px){
    .product-item-img img {
      object-fit: contain;
    }
}

.product-item-content {
  width: 60%;
  padding-left: 10px;
}

.product-item-text {
  margin: 10px 0 20px;
}

@media (min-width: 992px) {

  .product-item-img {
    width: 40%;
  }

  .product-item-content {
    width: 60%;
    padding: 0 20px;
  }

  .product-item-text {
    margin: 20px 0 40px;
  }
}

.product-item-title {
  font-size: 18px;
}

.product-item-text span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
}

@media (min-width: 768px) {
  .product-item-title {
    font-size: 24px;
  }
  .product-item-text span {
    font-size: 16px;
  }
}

.lj_btn {
  background-color: #333 !important;
  color: #fff !important;
  border: none;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .lj_btn {
    font-size: 16px;
    padding: 8px 20px;
  }
}

.lj_btn:hover {
  background-color: #e30413 !important;
}

@media (max-width: 565px) {
  .bj-mobile {
    background-image: url(../images/mobile-about-bj.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
  }

  /* .bj-mobile .title-h2,
  .bj-mobile .inner-title,
  .bj-mobile .text-style p {
    color: #fff !important; 
  }

  .bj-mobile .more-btn {
    border-color: #fff !important;
    color: #333 !important;
  }

  .bj-mobile .more-btn:hover {
    color: #fff !important;
    border-color: #e30413 !important;
  }

  .bj-mobile .more-btn::after, 
  .bj-mobile .more-btn::before{
    background-color: #fff;
  } */
}

.breadcrumb {
  margin: 0;
}







.page-item .page-link {
    width: 42px;
    height: 42px;
}
.back-btn {
  margin-bottom: 15px;
}

.back-btn a {
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.back-btn a:hover {
  color: #e30413;
}

.page-link {
    font-size:0.85rem;
}
