/*inpage all banner css images*/
.services_bg {
  background-image: url(../images/serbg.jpg);
  background: -webkit-image-set(url(../images/serbg.webp) 1x, url(../images/serbg-min.webp) 2x, url(../images/serbg-min.webp) 3x);
  background: image-set(url(../images/serbg.webp) 1x, url(../images/serbg-min.webp) 2x, url(../images/serbg-min.webp) 3x);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.inquiry_bg {
  background: url(../images/inquiry_bg.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.contactus_bg {
  background: url(../images/contactbg.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.products_bg {
  background-image: url(../images/productsbg.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.auto-header {
  max-width: 90%;
  margin: 0 auto;
}
.nav {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 1px 0 6px 2px rgba(21, 21, 21, 0.1);
}
@media screen and (max-width: 1024px) {
  .top_submit_search::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .logo {
    position: absolute;
  }
}
.logo {
  width: 260px;
  border: 0px;
  z-index: 9999;
  padding: 5px;
}
/*search-css*/
#goodcover {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 5000px;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin-top: -45px;
  overflow: hidden;
}
#code {
  width: 1000px;
  height: auto;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  display: none;
  left: 45%;
  z-index: 1002;
  text-align: center;
}
.close1 {
  width: 100%;
  height: 60px;
}
#closebt {
  float: right;
}
.close1 a {
  text-decoration: none;
}
#closebt:before {
  content: "\e93f";
  font-family: "icomoon";
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 2px #fff solid;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/*input*/
.submit_search {
  text-decoration: none;
  border: 0px red solid;
  text-align: left;
}
.searchinput2 {
  height: 50px;
  line-height: 50px;
  outline: none;
  font-size: 14px;
  border: 1px var(--main-color) solid;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  border-radius: 30px;
  padding-left: 30px;
  min-width: 86%;
}
.submit_search a {
  text-decoration: none;
  float: right;
  background: var(--main-color);
  padding: 0 10px;
  font-size: 18px;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
  width: 12%;
  text-align: center;
  margin-top: 20px;
  border: 0px #fff solid;
}
.submit_search a:hover {
  background: #333;
  transition: background-color 0.3s;
  cursor: pointer;
}
.submit_search a:before {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.submit_search label {
  color: #fff;
  font-size: 1rem;
}

.submit_search-bottom {
  text-decoration: none;
  background: var(--main-color);
  padding: 0 10px;
  font-size: 18px;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
  text-align: center;
  border: 0px #fff solid;
  aspect-ratio: 1;
}
.submit_search-bottom:hover {
  background: #333;
  transition: background-color 0.3s;
  cursor: pointer;
}
.submit_search-bottom:before {
  content: "\e98a";
  font-family: icomoon;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.top_submit_search a {
  text-decoration: none;
  float: right;
  margin: 0;
  position: relative;
  cursor: pointer;
  background: var(--main-color);
  border-radius: 100%;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  z-index: 999;
}
.top_submit_search a:before {
  content: "\e989";
  font-family: icomoon;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

/*menu 2*/
.fixed > .auto-header > .menu > ul > li a {
  text-decoration: none;
  padding: 1em;
  color: var(--blue-color);
  display: inline-block;
}
.fixed > .auto-header > .menu > ul > .menu-dropdown-icon a:before {
  content: "\e921";
  font-family: "icomoon";
  cursor: pointer;
  float: right;
  padding: 0px 0 0 10px;
  color: var(--blue-color);
  display: block;
  font-size: 1rem;
}
.fixed > .auto-header > .menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 0.5em 0;
  font-weight: normal;
  color: #444;
}
.fixed > .auto-header > .menu > ul > li > ul.normal-sub > li a:before {
  content: "";
}
.fixed > .auto-header > .menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  display: inline-block;
}

.fixed > .auto-header > .menu > ul > li > ul > li a {
  padding: 0.4em 0 0.4em 0;
  width: 95%;
  border-bottom: 1px solid #ccc;
  color: #3b5998;
  font-size: 1rem;
}
.fixed > .auto-header > .menu > ul > li > ul.navi-menu-2 > li a:before {
  content: "";
}
.fixed > .auto-header > .menu > ul > li > ul > li a span {
  float: right;
  text-align: right;
}

.fixed > .auto-header > .menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-weight: normal;
}

.fixed > .auto-header > .menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

.fixed > .auto-header > .menu > ul > li > ul > li > ul > li a {
  border: 0;
  color: #444;
  width: auto;
}
.fixed > .auto-header > .menu > ul > li > ul > li > ul > li a:hover {
  border: 0;
  color: #195ea3;
}

/***************************************mainBanner*******************************************/
.mainBanner {
  position: relative;
  background-image: url("../images/banner-1-2.jpg");
  /*   background: -webkit-image-set(
    url(../images/banner-1.webp) 1x,
    url(../images/banner-1.webp) 2x,
    url(../images/banner-1-min.webp) 3x
  );
  background: image-set(
    url(../images/banner-1.webp) 1x,
    url(../images/banner-1.webp) 2x,
    url(../images/banner-1-min.webp) 3x
  ); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  width: 100%;
}
.mainBanner .main-bannerMess {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  left: 0;
  top: 0;
  color: var(--white-color);
}
.mainBanner .main-bannerMess > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.mainBanner .main-bannerMess .banner-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2em;
  padding: 3em;
  backdrop-filter: blur(4px);
  width: 70%;
}
.mainBanner .main-bannerMess > div h1 {
  position: relative;
  text-align: center;
}
.mainBanner .main-bannerMess > div h1 span {
  font-weight: 100;
  font-family: "OpenSans";
}
.mainBanner .main-bannerMess > div p {
  margin: 30px 0;
  text-align: center;
  line-height: 2em;
}
.mainBanner .btn {
  color: var(--main-color);
  border-color: var(--main-color);
}
.mainBanner .btn:hover {
  color: #fff;
  background-color: var(--main-color);
}
@media screen and (min-width: 1081px) {
  .mainBanner .main-bannerMess > div {
    height: 90%;
  }
  .mainBanner .main-bannerMess h1 {
    font-size: 2.2em;
  }

  .bannerLittle {
    font-size: 1.2em;
    font-weight: bold;
  }
  .mainBanner img {
    height: 100%;
  }
}

@media screen and (min-width: 1081px) {
  .mainBanner {
    height: calc(100vh - 76px);
  }
}
/* @media screen and (max-width: 1680px) and (min-width: 1441px) {
  .mainBanner {
    height: 90vh;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1101px) {
  .mainBanner {
    height: 100vh;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1081px) {
  .mainBanner {
    height: 100vh;
  }
} */
@media screen and (max-width: 1080px) {
  .mainBanner {
    height: 100vh;
  }
  .mainBanner img {
    max-width: unset;
  }
}

/***************************************mainBanner*******************************************/
.btnWord {
  outline: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 30px;
  /*height: 40px;*/
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
  border: 2px solid var(--white-color);
}
.btnWord:hover {
  border: 2px solid var(--main-color);
  background: var(--main-color);
  color: var(--white-color);
}
/*************************************bannerCarousel**************************************/
.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* height: 600px;*/
  --y: -1;
}
.banner-carousel a {
  text-decoration: none;
}
.banner-carousel ul {
  list-style-type: none;
}
.banner-carousel .operate {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100px;
  background: none;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 1.4em;
  --backColor: none;
  --borderColor: var(--white-color);
}
.banner-carousel .operate span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
}
.banner-carousel .operate span::after {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--borderColor);
  width: 40px;
  height: 40px;
  background: var(--backColor);
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.banner-carousel .operate.left {
  left: 100px;
}
.banner-carousel .operate.right {
  right: 100px;
}

@media screen and (max-width: 1601px) {
  .banner-carousel .operate.left {
    left: 0;
  }
  .banner-carousel .operate.right {
    right: 0;
  }
  .banner-carousel .operate span::after {
    width: 40px;
    height: 40px;
  }
}
.banner-carousel .operate:hover {
  --backColor: rgba(17, 150, 203, 0.6);
  --borderColor: var(--light-green-color);
}

.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--dark-blue--color);
  padding: 0;
  margin: 0;
}
.banner-carousel ul.carousel-content li {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  --imgSrc: "";
}
.banner-carousel ul.carousel-content li .imgData {
  position: relative;
  height: calc(100vh);
  background-image: var(--imgSrc);
  background-repeat: no-repeat;
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.banner-carousel ul.carousel-content li img {
  vertical-align: top;
}
.banner-carousel ul.carousel-content li .carousel-contentMess {
  position: absolute;
  /* width:88%;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /*z-index: 10;*/
  /*  left: 0;*/
  top: 0;
  color: white;
  /* max-width: 1320px;*/
}

.banner-carousel ul.carousel-content li .carousel-contentMess {
  align-items: center;
}
.banner-carousel ul.carousel-content li .carousel-contentMess > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-carousel ul.carousel-content li .carousel-contentMess > div > h1 span {
  font-weight: 100;
  font-family: "OpenSans";
}
.banner-carousel ul.carousel-content li .carousel-contentMess > div > p {
  margin: 30px 0;
  text-align: center;
  line-height: 2em;
}
.banner-carousel ul.carousel-content li.show_ {
  opacity: 1;
  /* position: relative;*/
  z-index: 1;
}
.banner-carousel ul.carousel-content li.current {
  animation: simpleAn 0.6s ease forwards;
  z-index: 2;
  /*    position: relative;*/
}
.banner-carousel ul.carousel-content li:first-child {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: calc(100vh);
  width: 100%;
}
.banner-carousel ul.carousel-content li h2,
.banner-carousel ul.carousel-content li h1 {
  font-weight: bold;
  margin: 10px 0;
  font-size: 2em;
  text-align: center;
  line-height: 1.2em;
}
.banner-carousel ul.carousel-content li p {
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 1081px) {
  .banner-carousel ul.carousel-content li h2,
  .banner-carousel ul.carousel-content li h1 {
    font-size: 3em;
    /*  text-align: center;*/
    margin: 60px 0;
  }
  .banner-carousel ul.carousel-content li p {
    max-width: 60%;
    font-size: 1.1em;
  }
}
/*.banner-carousel ul.carousel-content li:nth-child(3) p,.banner-carousel ul.carousel-content li:nth-child(4) p
{
    font-family: "georgia";
}*/
.titleCurrent {
  animation: simpleAn 3.6s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}
.imgCurrent {
  animation: simpleAn 2s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}
@-webkit-keyframes simpleAn {
  0% {
    -webkit-transform: translateX(calc(100% * var(--y)));
    -moz-transform: translateX(calc(100% * var(--y)));
    -ms-transform: translateX(calc(100% * var(--y)));
    -o-transform: translateX(calc(100% * var(--y)));
    transform: translateX(calc(100% * var(--y)));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.banner-carousel ul.carousel-content li.after {
  -webkit-animation: simplyAn 0.6s ease forwards;
  -o-animation: simplyAn 0.6s ease forwards;
  animation: simplyAn 0.6s ease forwards;
  /* position: relative;*/
}
@-webkit-keyframes simplyAn {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-100% * var(--y)));
    -moz-transform: translateX(calc(-100% * var(--y)));
    -ms-transform: translateX(calc(-100% * var(--y)));
    -o-transform: translateX(calc(-100% * var(--y)));
    transform: translateX(calc(-100% * var(--y)));
    opacity: 1;
  }
}
.banner-carousel ul.scroll {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*    background:rgba(88,88,88,0.8);*/
  z-index: 10;
}
.banner-carousel ul.scroll li {
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white;
  margin: 10px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
}
.banner-carousel ul.scroll li.current {
  background: rgba(255, 255, 255, 0.6);
  width: 30px;
}
.banner-carousel ul.scroll li:hover {
  background: var(--main-color);
}
.banner-carousel .btnWord {
  padding: 5px 60px;
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  .banner-carousel ul.scroll {
    bottom: 10px;
  }
}

.sideCarousel .operate {
  display: none;
}
.sideCarousel h2 {
  font-size: 1.4em;
}

.sideCarousel.banner-carousel ul.carousel-content li:first-child {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: auto;
  width: 100%;
}

.sideCarousel.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  padding-left: 0;
  height: auto;
  border: 1px solid rgba(233, 233, 233, 1);
  padding-top: 40px;
  background: #f3f7fa;
}

.sideCarousel.banner-carousel ul.scroll {
  display: none;
  bottom: 5px;
}
.sideCarousel.banner-carousel ul.scroll > li {
  --color: #444;
  border: 1px solid var(--color);
}
.sideCarousel.banner-carousel ul.scroll > li:hover {
  --color: var(--main-color);
}

.sideCarousel {
  margin-top: 20px;
}

.sideCarousel ul.carousel-content li {
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 20px;
}
.sideCarousel ul.carousel-content li p {
  font-size: 1rem;
  max-width: 90%;
}
.sideCarousel ul.carousel-content li .title {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-size: 1.4rem;
  margin: 15px 0 0 0;
}
.sideCarousel ul.carousel-content li .title > a {
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.sideCarousel ul.carousel-content li .title > a:hover {
  color: #ff9800;
}

.resourceList {
  position: relative;
  margin: 60px auto;
  padding: 0;
}
.resourceList li {
  position: relative;
  list-style-type: none;
  border-top: 1px solid rgba(21, 21, 21, 0.2);
  padding-bottom: 10px;
}
.resourceList li img {
  margin-bottom: 30px;
  border-radius: 8px;
  display: block;
}
.resourceList li h4 {
  margin: 10px 0;
  padding-right: 20px;
}
.resourceList li a {
  text-decoration: none;
  color: #22addf;
}
.resourceList li span {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1.6em;
  color: rgba(21, 21, 21, 0.5);
  z-index: 100;
  cursor: pointer;
}
.resourceList li div {
  position: relative;
  display: none;
}
.resourceList li p {
  margin: 0;
}
@media screen and (min-width: 1081px) {
  .resourceList {
    display: grid;

    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
  }
}
/*************************************bannerCarousel**************************************/

/*index products*/
.titlebg {
  background-image: url(../images/titlebg.webp);
  background-repeat: repeat-x;
  border: 0px red solid;
  background-position: center;
  margin: 80px auto;
  width: 60%;
  text-align: center;
  font-family: "Avenir";
}
.titlebg h2 {
  background: #fff;
  font-size: 2rem;
  padding: 0 30px;
  font-family: "Avenir Black";
  color: #143645;
  display: inline-block;
}

.titlebg1 {
  background-image: url(../images/titlebg.webp);
  background-repeat: repeat-x;
  border: 0px red solid;
  background-position: center;
  margin: 80px auto;
  width: 50%;
  text-align: center;
  font-family: "Avenir";
}
.titlebg1 h2 {
  background: #fff;
  font-size: 2rem;
  padding: 0 30px;
  font-family: "Avenir Black";
  color: #143645 !important;
  display: inline-block;
}

.titlebg-inquiry {
  background-image: url(../images/titlebg.webp);
  background-repeat: repeat-x;
  border: 0px red solid;
  background-position: center;
  margin: 100px auto 50px auto;
  width: 50%;
  text-align: center;
  font-family: "Avenir";
}
.titlebg-inquiry span {
  background: #fff;
  font-size: 2rem;
  padding: 0 30px;
  font-family: "Avenir Black";
  color: #143645;
}

.title-bottom {
  font-size: 2rem;
  padding: 0 30px;
  font-family: "Avenir Black";
  color: #143645;
  text-align: center;
  margin: 80px auto 50px auto;
}

.titlebg-contact {
  background-image: url(../images/titlebg.webp);
  background-repeat: repeat-x;
  border: 0px red solid;
  background-position: center;
  margin: 80px auto;
  width: 50%;
  text-align: center;
  font-family: "Avenir";
}
.titlebg-contact span {
  background: #fff;
  font-size: 2rem;
  padding: 0 30px;
  font-family: "Avenir Black";
  color: #143645;
}

.titlebg-about {
  background-image: url(../images/titlebg.webp);
  background-repeat: repeat-x;
  border: 0px red solid;
  background-position: center;
  margin: 80px auto;
  width: 80%;
  text-align: center;
  font-family: "Avenir";
}
.titlebg-about span {
  background: #fff;
  font-size: 2rem;
  padding: 0 30px;
  font-family: "Avenir Black";
  color: #143645;
}

.titlebg-left-contact {
  background-image: url(../images/titlebg.webp);
  background-repeat: repeat-x;
  border: 0px red solid;
  background-position: center;
  margin: 20px auto;
  width: 80%;
  text-align: center;
  font-family: "Avenir";
}
.titlebg-left-contact span {
  background: #fff;
  font-size: 1.2rem;
  padding: 0 10px;
  font-family: "Avenir Black";
  color: #143645;
}

.myscroll {
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.myscroll li {
  height: 60px;
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}

.jjd-box a.no-link {
  cursor: unset;
}
.jjd-box a:hover .jjd-content {
  color: #333;
}
.jjd-box p {
  display: table;
  margin: 0;
  padding: 5px 0;
}
.jjd-box .jjd-title {
  display: table-cell;
  width: 80px;
  color: #333;
  font-size: 1rem;
  font-family: "Avenir";
}

.jjd-box a {
  text-decoration: none;
  font-size: 1rem;
  color: var(--main-color);
  display: block;
  font-family: "Avenir Black";
}
.jjd-box {
  margin-bottom: 20px;
}

.jjd-box .jjd-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.jjd-box {
  margin-bottom: 0;
  min-height: 60px;
  border: 0px red solid;
}

.container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 50px auto 0 auto;
}

.index_container p {
  line-height: 2em;
  font-size: 1rem;
}
/*.index_container h2{color: #fff; text-align: center; font-size: 28px; line-height: 52px;}*/
.index_container p a {
  color: var(--main-color);
  text-decoration: none;
}
.index_container p a:hover {
  color: #f84949;
}
.index_container li > a[href],
.index_containert p > a[href],
.index_container a[href] {
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.index_container li > a[href]:hover,
.index_container p > a[href]:hover,
.index_container a[href]:hover {
  color: #f84949;
}
.index_container h3 a {
  color: var(--green-color);
  text-decoration: none;
}
.index_container h3 a:hover {
  color: #f84949;
}

.index-pro {
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  overflow: hidden;
}
.index-pro > div > a {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
  --scal: 1;
}
.index-pro > div > a:hover {
  --scal: 1.05;
}
.index-pro > div > a h3 {
  position: absolute;
  bottom: 1em;
  right: 1em;
  text-shadow: 1px 0 6px rgba(21, 21, 21, 0.5);
}
.grid-styl1 > div {
  width: 100%;
}
@media screen and (min-width: 1081px) {
  .grid-styl1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-styl1 > div:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.index-pro > .col-md-3 {
  padding: 0;
  margin: 0;
}
.index-pro > .col-md-6 {
  padding: 0;
  margin: 0;
}
.index-pro-box {
  position: relative;
  height: 240px;
}
@media screen and (max-width: 1080px) {
  .indexaboutimg {
    height: 400px;
  }
}
.index-pro-box1 {
  position: relative;
  height: 100%;
}
.index-pro-box::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(21, 21, 21, 0);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-pro-box:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.index-pro-box1::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-pro-box1:hover::after {
  background-color: rgba(0, 0, 0, 0);
}
.new-style1 {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(21, 21, 21, 0.2);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-pro .img {
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 2; */
  position: relative;
  overflow: hidden;
}
.index-pro .img > div {
  transition: all ease-in-out 0.3s;
  transform: scale3d(var(--scal), var(--scal), 1);
}
.index-pro-box h3 {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0 30px 0 0;
  z-index: 2;
  color: #fff;
  font-family: "Avenir Black";
  font-size: 1rem;
}
.index-pro-box1 h3 {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0 30px 0 0;
  z-index: 2;
  color: #fff;
  font-family: "Avenir Black";
  font-size: 1.2rem;
}

.index_pro_01 {
  background-image: url(../images/index-pro-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_02 {
  background-image: url(../images/index-pro-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_03 {
  background-image: url(../images/index-pro-03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_04 {
  background-image: url(../images/index-pro-04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_05 {
  background-image: url(../images/index-pro-05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_06 {
  background-image: url(../images/index-pro-06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_07 {
  background-image: url(../images/index-pro-07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_08 {
  background-image: url(../images/index-pro-08.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_09 {
  background-image: url(../images/index-pro-09.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_10 {
  background-image: url(../images/index-pro-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_11 {
  background-image: url(../images/index-pro-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_12 {
  background-image: url(../images/index-pro-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_13 {
  background-image: url(../images/index-pro-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_14 {
  background-image: url(../images/index-pro-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_15 {
  background-image: url(../images/index-pro-15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_16 {
  background-image: url(../images/index-pro-16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index_pro_17 {
  background-image: url(../images/index-pro-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contagion-block-one {
  position: relative;
  border: 10px solid #fff;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 15px;
  min-height: 460px;
  transition: all ease-in-out 0.3s;
}
.contagion-block-one:hover {
  transform: translateY(-5px);
}

.contagion-block-one .icon-box img {
  width: 65px;
}
.contagion-block-one h3 {
  margin-top: 10px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #143645;
  font-family: "Avenir Black";
  font-size: 1.4rem;
}
.contagion-block-one:hover h3 {
  color: var(--main-color);
}
.contagion-block-one:hover .text {
  color: var(--main-color);
}
.alink a {
  text-decoration: none;
}
.contagion-block-one .text {
  line-height: 28px;
  color: #143645;
  font-size: 1rem;
  margin-top: 80px;
}

.icon_01 {
  background: url(../images/c1.svg) no-repeat;
  background-size: 80px;
  background-position: right 10px;
}
.icon_01:hover {
  background: url(../images/c1-1-1.svg) no-repeat;
  border-width: 5px;
  background-size: 80px;
  background-position: right 10px;
}

.icon_02 {
  background: url(../images/c2.svg) no-repeat;
  background-size: 80px;
  background-position: right 10px;
}
.icon_02:hover {
  background: url(../images/c2-1-1.svg) no-repeat;
  border-width: 5px;
  background-size: 80px;
  background-position: right 10px;
}

.icon_03 {
  background: url(../images/c3.svg) no-repeat;
  background-size: 80px;
  background-position: right 10px;
}
.icon_03:hover {
  background: url(../images/c3-1-1.svg) no-repeat;
  border-width: 5px;
  background-size: 80px;
  background-position: right 10px;
}

.contagion-block-one .btn-1 {
  color: var(--main-color);
  border-radius: 40px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 160px;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  font-size: 1rem;
  padding-bottom: 5px;
  cursor: pointer;
  border: 1px var(--main-color) solid;
  bottom: 30px;
  right: 30px;
}

.contagion-block-one:hover .btn-1 {
  color: #fff;
  border: 1px #fff solid;
  background-color: var(--main-color);
  -webkit-transition: background-color 0.5s;
}

.index-aboutbg {
  padding: 80px 0 80px 0;
  background: -webkit-image-set(url(../images/indexaboutbg.webp) 1x, url(../images/indexaboutbg-min.webp) 2x, url(../images/indexaboutbg-min.webp) 3x);
  background: image-set(url(../images/indexaboutbg.webp) 1x, url(../images/indexaboutbg-min.webp) 2x, url(../images/indexaboutbg-min.webp) 3x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}
.index-about-left {
  border-top: 1px #e5e5e5 solid;
  padding: 0 5% !important;
  margin-top: 50px !important;
}
.index-about-left hr {
  height: 6px;
  background: var(--main-color);
  border: 0;
  width: 100px;
  margin: 0;
}
.index-about-title {
  font-family: "Avenir Black";
  font-size: 2.2rem;
  color: #2c4530;
  margin: 50px 0;
}
.index-about-title a {
  color: #2c4530;
  text-decoration: none;
}
.index-about-left p {
  line-height: 28px;
  font-size: 1rem;
}
.index-about-left > .row > .col-md-4 p {
  text-align: center;
  margin: 0;
}
.index-about-left > .row > .col-md-4 p img {
  text-align: center;
  margin: 0;
  width: 100px;
}
.linkimg {
  width: 100%;
  margin: 0 auto 80px auto;
  text-align: center;
}
.linkimg img {
  width: 170px;
  margin: 0 25px;
}
.about-margin-top {
  margin-top: 60px;
}
.aboutlinkimg img {
  max-width: 100%;
  border: 1px #d2d2d2 solid;
  padding: 20px;
  width: 170px;
  height: 90px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
}

/*contact Us index*/
.contact_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: #2c4530;
  color: #fff;
}
.contact_container .title {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Avenir Black";
}
.contact_container p {
  text-decoration: none;
  line-height: 28px;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.contact_top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: var(--main-color);
}
.contact-bottom-title {
  position: relative;
}
.contact-bottom-title .title {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-family: "Avenir Black";
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 55px;
  padding-top: 10px;
}
.contact-map .title {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  color: #143645;
  font-family: "Avenir Black";
  font-size: 1.4rem;
}
.contact-bottom-title span {
  display: inline-block;
  font-size: 2.6rem;
  position: absolute;
  color: #f3b015;
}

.contact_top > .contact_container > .row > .col-md-4 p {
  color: #fff;
}
.contact_top > .contact_container > .row > .col-md-4 p a {
  color: #fff;
  text-decoration: none;
}

.social-icon-two {
  padding-top: 10px;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}
.social-icon-two li {
  margin-right: 15px;
  margin-left: 0px;
  display: inline-block;
}
.social-icon-two li a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}
.social-icon-two li a:hover {
  color: var(--yellow-color);
}

.footer-item p {
  display: inline-block;
  width: 32%;
}
.footer-item p a {
  color: #cee1e9;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
}
.footer-item p a:hover {
  color: var(--yellow-color);
  margin-left: 10px;
  transition: margin-left 0.5s;
}
.footer-item p a:before {
  content: "\e9b3";
  font-family: "icomoon";
  cursor: pointer;
  text-align: left;
  padding-right: 5px;
  color: #cee1e9;
}
.footer-item p a:hover:before {
  color: var(--yellow-color);
}

/*in page css */
.banner_inpage {
  width: 100%;
  min-height: 360px;
  margin: 0 auto;
  position: relative;
}

.bread-crumb {
  position: relative;
  font-size: 1rem;
  max-width: 1400px;
  padding: 35px 0;
  border: 0px red solid;
  margin: 0 auto;
}
.bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 16px;
  color: var(--white-color);
  line-height: 24px;
  padding-left: 10px;
}
.bread-crumb li:last-child {
  margin-right: 0px;
}
.bread-crumb li:after {
  content: "/";
  font-family: "FontAwesome";
  position: absolute;
  width: 20px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.bread-crumb li:last-child:after {
  display: none;
}
.bread-crumb li a {
  color: #ffffff !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
  padding: 0 10px;
}
.bread-crumb li a:hover {
  color: #e69607 !important;
}

.bread-center {
  border-top: 1px #8e8982 solid;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.inpage_container {
  width: 100%;
  margin: 0 auto 40px auto;
  padding-bottom: 40px;
  height: auto;
  overflow: hidden;
}

.border-right-line {
  border-right: 1px #b3d7e7 solid;
}

/*inpage right*/

.inpagetitle h2 {
  color: #143645;
  font-family: "Avenir Black";
  font-size: 2rem;
  text-align: left;
  margin: 40px 0;
}
.left-border {
  margin-top: 50px;
  padding-right: 0 !important;
}
.left-border h3,
.left-border h2 {
  color: #fff;
  font-family: "Avenir Black";
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  background: var(--main-color);
  padding: 10px 20px;
  line-height: unset;
  margin-bottom: 20px;
}
.left-border-1 p {
  color: #143645;
  font-size: 0.82rem;
  padding: 0 20px 20px;
  margin: 0;
}
.left-border-1 span {
  color: #143645;
  padding: 20px 20px 10px 20px;
  display: block;
  line-height: 24px;
}

.left-contact-list {
  margin: 20px;
}
.left-contact-list h3 {
  text-align: left;
  color: #143645;
  font-family: "Avenir Black";
  font-size: 1.2rem;
  padding-bottom: 10px;
  border-bottom: 2px #143645 solid;
}
.left-contact-list p {
  font-family: "Avenir" !important;
}
.leftbtn {
  background: var(--main-color);
  color: #fff !important;
  border-radius: 30px;
  padding: 12px 25px;
}
.leftbtnmartn {
  margin-top: 50px;
}
.left-icon img {
  width: 60px;
  height: auto;
}
.left-icon {
  margin: 20px 5px !important;
  height: auto;
  overflow: hidden;
}
.left-icon p {
  margin: 0;
  font-family: "Avenir Black";
}
.font-name {
  font-family: "Avenir Black";
  width: 30%;
}

.addtocart {
  color: #fff;
  font-family: "Avenir Black";
  background: #fb5630;
  border-radius: 0 30px 30px 0;
  text-decoration: none;
  padding: 15px 50px 20px 15px;
  position: relative;
}
.request-btn {
  color: #fff;
  font-family: "Avenir Black";
  background: var(--main-color);
  border-radius: 30px 30px 30px 0;
  text-decoration: none;
  padding: 15px 50px 20px 15px;
  position: relative;
  margin-left: 50px;
}
.addcenter {
  margin-top: 80px;
}

.addtocart:before {
  content: "\e900";
  font-family: "icomoon";
  text-align: right;
  padding-right: 20px;
  color: #fff;
  right: 0;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
}

.request-btn:before {
  content: "\e98b";
  font-family: "icomoon";
  text-align: right;
  padding-right: 20px;
  color: #fff;
  right: 0;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
}

.product-tag {
  margin-right: 20px;
  border: 1px var(--main-color) solid;
  color: var(--main-color);
  border-radius: 30px;
  padding: 10px 25px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

.products-title h2 {
  font-family: "Avenir Black";
}
.products-title h1 {
  color: #143645;
  font-family: "Avenir Black";
  font-size: 2rem;
  text-align: left;
  margin: 40px 0;
  padding-right: 140px;
}
.products-title {
  padding-right: 50px !important;
}
.products-list-border {
  border: 1px #eeeeee solid;
  border-radius: 10px 10px 0 0;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0 !important;
}
.products-name-title {
  font-family: "Avenir Black";
  font-size: 1rem;
  padding: 20px 0;
}
.products-name-title a {
  text-decoration: none;
  color: var(--main-color);
}

.products-inquiry-btn {
  color: var(--main-color);
  text-decoration: none;
  -webkit-box-shadow: 0 0 8px 0 #bde8fa;
  box-shadow: 0 0 8px 0 #bde8fa;
  transition: 0.5s all ease;
  padding: 15px 30px;
  border-radius: 30px;
}

.products-inquiry-btn:before {
  content: "\e95f";
  font-family: "icomoon";
  cursor: pointer;
  color: var(--main-color);
  text-align: left;
  font-size: 1.12rem;
  padding-right: 10px;
}

.row-margin-bottom {
  height: auto;
  overflow: hidden;
}
.col-border {
  border: 1px #eeeeee solid;
  margin-left: 20px !important;
  width: 48% !important;
  min-height: 400px !important;
  padding: 20px;
}
.contact-map-01-bg {
  background: url(../images/map-01.png) no-repeat;
  background-position: bottom right;
}
.contact-map-02-bg {
  background: url(../images/map-02.png) no-repeat;
  background-position: bottom right;
}
.col-border h3 {
  color: #143645;
  font-family: "Avenir Black";
  font-size: 1.4rem;
}

.about-01 {
  background: var(--main-color);
  padding: 20px;
  min-height: 194px;
  margin-bottom: 20px;
}
.about-01 p {
  color: #fff;
  font-size: 1.125rem;
}
.aboutimg {
  max-width: 100%;
  margin-bottom: 20px;
}

.aboutcenter {
  background: url(../images/aboutus-img-04.jpg) no-repeat;
  min-height: 425px;
  padding: 40px;
  margin-bottom: 50px;
}
.aboutcenter p {
  width: 50%;
  display: block;
  color: #fff;
  font-size: 1.125rem;
}

.inquiry_form {
  width: 100%;
  margin: 0 auto 20px auto;
}
.inquiry_form ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
.inquiry_form li {
  position: relative;
  width: 100%;
  display: inline-block;
}
.inquiry_form label {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 30px 0 15px 0;
  font-size: 1rem;
  color: #000;
  font-family: "Avenir Black";
}
.inquiry_form input,
.inquiry_form select {
  height: 46px;
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 10px;
  outline: none;
  color: #444;
  font-size: 1rem;
  margin-bottom: 10px;
}
.inquiry_form textarea {
  padding-left: 10px;
  width: 100%;
  outline: none;
  border: 1px solid #ddd;
  font-size: 1rem;
}
.inquiry_form .btn-sub {
  text-align: center;
  padding: 1em 5.5em;
  clear: both;
  color: #fff;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  margin: 20px 0;
  background: var(--main-color);
  font-size: 1rem;
}
.inquiry_form .btn-sub:hover {
  background: #143645;
  color: #fff;
  transition: background-color 0.3s;
}
.inquiry_form textarea {
  font-family: "Avenir", sans-serif;
  padding-top: 10px;
  margin-bottom: 10px;
}

.hot {
  position: absolute;
  top: 3px;
  right: 0;
}
.hot:after {
  content: url(../images/hot.gif);
  margin-left: 5px;
}

.serviceshowpic,
.ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}
.serviceshowpic img {
  margin: auto;
}
.ServiceShowPic img {
  margin: auto;
}
.serviceshowleftpic,
.ServiceShowleftPic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.serviceshowrightpic,
.ServiceShowrightPic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}
.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}
.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}
.ServiceShowPic img {
  margin: auto;
}
.ServiceShowLeftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.ServiceShowRightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.ServiceShowPic,
.ServiceShowRightpic,
.ServiceShowLeftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}
.ServiceShowPic img,
.ServiceShowRightpic img,
.ServiceShowLeftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1081px) {
  .serviceshowrightpic,
  .ServiceShowrightPic {
    width: 100%;
  }
  .serviceshowpic,
  .serviceshowrightpic,
  .serviceshowleftpic {
    width: 100%;
  }
}

ul.accordion-menu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 20px auto;
  /*box-shadow: 0px 0px 10px #00000070;*/
  clear: both;
  display: table;
  background: #f3f7fa;
}
ul.accordion-menu .list {
  /* border-bottom: 1px solid #eee;*/
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: sub;
  /* background: #3e5165;*/
  clear: both;
  padding: 2px 10px 2px 20px;
}
ul.accordion-menu .list:after {
  content: "\e9af";
  font-family: icomoon;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 5px;
  color: var(--grey-color);
  font-weight: bold;
}
/*ul.accordion-menu .list:before {
  content: '\f07b';
	content: '\f055';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 17px;
  padding: 0px 5px;
  color:var(--grey-color);
}*/
ul.accordion-menu .list a {
  text-decoration: none;
  height: 100%;
  box-sizing: border-box;
}
ul.accordion-menu .list a:hover {
  /*background-color: #eee;*/
  transition: 300ms all;
  color: var(--main-color);
}
ul.accordion-menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.accordion-menu .list .items a {
}
ul.accordion-menu .list .items a:hover {
  /*background-color: #ccc;*/
  color: var(--main-color);
  transition: 300ms all;
}
ul.accordion-menu .list:last-child {
  border-bottom: none;
}
ul.accordion-menu .items li {
  position: relative;
}
ul.accordion-menu .items li .navi-submenu:before {
  position: absolute;
  right: 0;
  top: 17px;
}
ul.accordion-menu .active:after {
  content: "\e9b4";
  font-family: icomoon;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 5px;
  color: var(--main-color);
}
/*ul.accordion-menu .active:before {
 content: '\f07c';
	content: '\f056';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 17px;
  padding: 0px 5px;
  color:#780bd5;
}*/
ul.accordion-menu .active > .items {
  display: block;
  padding: 0px;
  height: auto;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}
ul.accordion-menu .active > .items li {
  list-style: none;
  padding-left: 20px;
}
ul.accordion-menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.accordion-menu .active > .items .active > .items {
  background-color: #fff;
}
ul.accordion-menu .active > a {
  color: var(--main-color);
  font-weight: bold;
}
ul.accordion-menu .active .list {
  background: #fff;
}
ul.accordion-menu .active .list a {
  padding: 17px 0px 17px 25px;
}
ul.accordion-menu .act > ul {
  display: block;
}
ul.accordion-menu .list .items a.shows {
  color: var(--green-color);
}
ul.accordion-menu .list.nochild > a {
  padding: 17px 0px 17px 0px;
}
ul.accordion-menu .list.nochild:after {
  content: none;
}
ul.accordion-menu .list.nochild:before {
  content: none;
}

.on {
  display: block !important;
  border: 1px #d9d9d9 solid;
  position: absolute;
  background: #fff;
  width: 100% !important;
  left: 98%;
  z-index: 99999;
  top: 0px;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) {
  .index_container {
    max-width: 1400px;
    margin: 0 auto 0 auto;
    height: auto;
  }
  .index_container-scrool {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden;
  }
  .contact_container {
    max-width: 90%;
    margin: 60px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .fixed {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .on {
    display: block !important;
    border: 1px #d9d9d9 solid;
    position: absolute;
    background: #fff;
    width: 100% !important;
    left: 98%;
    z-index: 99999;
    top: 0px;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .inquiryForm.index_container {
    max-width: 80%;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .index_container {
    max-width: 80%;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden;
  }
  .index_container-scrool {
    max-width: 90%;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden;
  }
  .contact_container {
    max-width: 90%;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .fixed {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
}

@media (max-width: 1023px) {
  .auto-header {
    max-width: 100%;
    margin: 0 auto;
  }
  .index_container {
    max-width: 95%;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden;
  }
  .index_container-scrool {
    max-width: 95%;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden;
  }
  .contact_container {
    max-width: 90%;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden;
  }

  .top_submit_search a {
    text-decoration: none;
    float: right;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    background: var(--main-color);
    border-radius: 100%;
    line-height: 38px;
    height: 38px;
    width: 38px;
    text-align: center;
    z-index: 999;
  }
  .top_submit_search a:before {
    content: "\e989";
    font-family: icomoon;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .fixed {
    position: relative;
  }
  .fixed > .auto-header > .menu > ul > li a {
    text-decoration: none;
    padding: 1em;
    color: #fff;
    display: inline-block;
  }

  #code {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    display: none;
    left: 0;
    z-index: 1002;
    text-align: center;
  }

  .titlebg {
    background-image: url(../images/titlebg.webp);
    background-repeat: repeat-x;
    background-position: center;
    margin: 50px auto;
    width: 100%;
    text-align: center;
    font-family: "Avenir";
  }
  .titlebg span {
    background: #fff;
    font-size: 1.4rem;
    padding: 0 10px;
    font-family: "Avenir Black";
    color: #143645;
  }

  .titlebg1 {
    background-image: url(../images/titlebg.webp);
    background-repeat: repeat-x;
    background-position: center;
    margin: 50px auto;
    width: 100%;
    text-align: center;
    font-family: "Avenir";
  }
  .titlebg1 span {
    background: #fff;
    font-size: 1.4rem;
    padding: 0 10px;
    font-family: "Avenir Black";
    color: #143645;
  }

  .titlebg-inquiry {
    background-image: url(../images/titlebg.webp);
    background-repeat: repeat-x;
    background-position: center;
    margin: 50px auto 20px auto;
    width: 100%;
    text-align: center;
    font-family: "Avenir";
  }
  .titlebg-inquiry span {
    background: #fff;
    font-size: 1.4rem;
    padding: 0 10px;
    font-family: "Avenir Black";
    color: #143645;
  }

  .title-bottom {
    font-size: 1.4rem;
    padding: 0 10px;
    font-family: "Avenir Black";
    color: #143645;
    text-align: center;
    margin: 80px auto 50px auto;
  }

  .titlebg-contact {
    background-image: url(../images/titlebg.webp);
    background-repeat: repeat-x;
    background-position: center;
    margin: 50px auto;
    width: 100%;
    text-align: center;
    font-family: "Avenir";
  }
  .titlebg-contact span {
    background: #fff;
    font-size: 1.4rem;
    padding: 0 10px;
    font-family: "Avenir Black";
    color: #143645;
  }

  .titlebg-about {
    background-image: url(../images/titlebg.webp);
    background-repeat: repeat-x;
    background-position: center;
    margin: 50px auto;
    width: 100%;
    text-align: center;
    font-family: "Avenir";
  }
  .titlebg-about span {
    background: #fff;
    font-size: 1.4rem;
    padding: 0 10px;
    font-family: "Avenir Black";
    color: #143645;
  }

  .titlebg-left-contact {
    background-image: url(../images/titlebg.webp);
    background-repeat: repeat-x;
    background-position: center;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-family: "Avenir";
  }
  .titlebg-left-contact span {
    background: #fff;
    font-size: 1.2rem;
    padding: 0 10px;
    font-family: "Avenir Black";
    color: #143645;
  }

  .myscroll li {
    height: 60px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .myscroll ul {
    margin: 0;
    padding: 0;
  }

  .icon_01 {
    background: url(../images/c1.svg) no-repeat;
    background-size: 80px;
    background-position: right 30px;
  }
  .icon_01:hover {
    background: url(../images/c1-1.svg) no-repeat var(--main-color);
    border: 10px solid var(--main-color);
    background-size: 80px;
    background-position: right 30px;
  }

  .icon_02 {
    background: url(../images/c2.svg) no-repeat;
    background-size: 80px;
    background-position: right 30px;
  }
  .icon_02:hover {
    background: url(../images/c2-1.svg) no-repeat var(--main-color);
    border: 10px solid var(--main-color);
    background-size: 80px;
    background-position: right 30px;
  }

  .icon_03 {
    background: url(../images/c3.svg) no-repeat;
    background-size: 80px;
    background-position: right 30px;
  }
  .icon_03:hover {
    background: url(../images/c3-1.svg) no-repeat var(--main-color);
    border: 10px solid var(--main-color);
    background-size: 80px;
    background-position: right 30px;
  }

  .contagion-block-one h4 {
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #143645;
    font-family: "Avenir Black";
    font-size: 1.2rem;
  }

  .contagion-block-one .text {
    line-height: 28px;
    color: #143645;
    font-size: 1rem;
    margin-top: 50px;
  }

  .contagion-block-one {
    position: relative;
    border: 10px solid #fff;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 4px 9px 16px 1px rgba(0, 0, 0, 0.04), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 15px;
    min-height: 400px;
  }

  .footer-item p {
    display: inline-block;
    width: 100%;
  }

  .aboutcenter p {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1rem;
  }

  .inpage_container {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-bottom: 40px;
    height: auto;
    overflow: hidden;
  }

  .tab-nav {
    border: 0px red solid;
    height: 96px !important;
  }
  .table_COA .tab-nav a {
    width: 100% !important;
  }

  .table_product .tab-nav {
    margin-top: 40px !important;
    margin-bottom: 80px;
  }
  .table_product .tab-nav a {
    width: 100%;
    margin-top: 10px;
  }

  .products-title {
    padding: 30px !important;
  }

  .addtocart {
    color: #fff;
    font-family: "Avenir Black";
    background: var(--main-color);
    border-radius: 0 30px 30px 0;
    text-decoration: none;
    padding: 15px 50px 20px 15px;
    position: relative;
    display: block;
  }
  .request-btn {
    color: #fff;
    font-family: "Avenir Black";
    background: #fb5630;
    border-radius: 30px 30px 30px 0;
    text-decoration: none;
    padding: 15px 50px 20px 15px;
    position: relative;
    margin-left: 0;
    display: block;
    margin-top: 30px;
  }
  .addcenter {
    margin-top: 50px;
  }

  .products-title h2 {
    font-size: 1.4rem;
    line-height: 32px;
  }
  .products-title h1 {
    font-size: 1.4rem;
    line-height: 32px;
  }
  .inpagetitle h2 {
    font-size: 1.4rem;
    line-height: 32px;
  }

  .index-about-left > .row > .col-md-4 p img {
    text-align: center;
    margin: 0;
    width: 80px;
    height: auto;
  }
  .about-margin-top {
    margin-top: 20px;
  }

  .contact-line:before {
    content: "";
    display: block;
    height: 100%;
    background: var(--main-color) !important;
    right: 30px;
    position: absolute;
    width: 1px;
  }
  .aboutlinkimg {
    text-align: center;
  }
}

.ad-close {
  position: absolute;
  right: 5%;
  top: 10px;
  font-size: 20px;
  color: #f9f9f9;
  cursor: pointer;
}

@media screen and (max-width: 1500px) and (min-width: 1280px) {
  .ad-close {
    right: 1%;
  }
}
.top-ad {
  /*   display: none;*/
  position: relative;
  padding-top: 10px;
  font-size: 0.95em;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.4em;
}

.top-ad a {
  color: #444;
}
@media screen and (min-width: 768px) {
  .top-ad {
    background-image: url(../images/top-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f9f9f9;
    padding-bottom: 10px;
  }
}

.top-ad strong {
  font-weight: bold;
  padding-right: 15px;
  display: inline-block;
  padding-top: 10px;
  font-size: 1.2em;
}
.mbottom10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .advertising2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .advertising3 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.banner-page > ul > li {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.sideData {
  background: #f3f7fa;
  padding-left: 0;
}
.sideData li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.sideData li img {
  width: 240px;
  height: auto;
}
.sideData li h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.sideData li a {
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.sideData li a:hover {
  color: #ff9800;
}

.inquiryBtn {
  position: absolute;
  right: 20px;
  top: 50px;
  padding: 12px 20px;
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  transition: all ease-in-out 0.4s;
  text-decoration: none;
  display: block;
  width: max-content;
}
.inquiryBtn:hover {
  color: var(--main-color);
  background: #fff;
}

.verCenter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}
.verCenter .inquiryBtn {
  position: relative;
  top: 0;
  right: 0;
  background: #fff !important;
  color: var(--main-color) !important;
  border-radius: 40px;
  margin-bottom: 10px;
  width: 90px;
  padding: 6px 20px;
}
.verCenter .inquiryBtn:hover {
  color: #fff !important;
  background: var(--main-color) !important;
}

.cartBtn {
  position: relative;
  border-radius: 40px;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  transition: all ease-in-out 0.4s;
  padding: 6px 20px;
  cursor: pointer;
  width: 90px;
  height: 33px;
}
.cartBtn:hover {
  color: var(--main-color);
  background: #fff;
}

.resource-list {
  position: relative;
  padding: 0;
  margin: 30px 0;
}
.resource-list li {
  position: relative;
  list-style-type: none;
  height: 280px;
  overflow: hidden;
}
.resource-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  height: 100%;
}
.resource-list li a div {
  position: relative;
  height: 100%;
}
.resource-list li a div img {
  vertical-align: top;
  transition: all ease-in-out 0.4s;
  height: 100%;
}
.resource-list li a div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(21, 21, 21, 0.5);
  z-index: 2;
}
.resource-list li a h2 {
  position: absolute;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 2;
}
.resource-list li a:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

@media screen and (min-width: 1081px) {
  .resource-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
}

.listBtnPc > a {
  background: var(--main-color);
  color: #fff !important;
  padding: 2px 25px;
  border: 1px solid var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  white-space: nowrap;
  transition: all ease-in-out 0.4s;
  display: inline-block;
  margin: 10px 0;
}
.listBtnPc > a:hover {
  color: var(--main-color) !important;
  background: var(--white-color);
  white-space: nowrap;
}

#January-Promo-BOC-Sciences {
  position: relative;
}
#January-Promo-BOC-Sciences::before {
  position: absolute;
  content: "";
  left: 0;
  top: -130px;
  width: 240px;
  height: 130px;
  background-image: url("../images/2023-January-Promotion-500.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.index_container {
}
@media (min-width: 576px) {
  .container-sm,
  .container,
  .index_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .index_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .index_container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .index_container {
    max-width: 1100px;
  }
}
@media (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .index_container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .index_container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .index_container {
    max-width: 1400px;
  }
}

.sideList {
  position: relative;
  padding-left: 0;
  margin: 0;
}
.sideList > li {
  position: relative;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  list-style-type: none;
  padding: 15px 10px 15px 20px;
}
.sideList > li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.sideListTitle {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  position: relative;
  color: #ec9929;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  margin-bottom: 0;
}
.title-h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.2em !important;
  font-size: 1.2rem !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--main-color);
}
.title-h4 a {
  display: inline-block;
  padding-left: 10px;
  background: var(--main-color);
  color: #fff !important;
  text-decoration: none;
  padding: 15px 20px;
}
.position-r {
  position: relative;
}
.position-a {
  position: absolute;
}
.float-left,
.floatL {
  float: left !important;
}
.float-right,
.floatR {
  float: right !important;
}
.Btn {
  display: inline-block;
  height: 30px;
  min-width: 60px;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
}
/*products card*/
.sales-dl .sales-hover {
  display: none;
}
.single-menu-detail-con {
  display: flex;
  margin-bottom: 30px;
}

.sales-dl {
  margin: 0 0.5% 1%;
  padding: 6px;
  width: 24%;
  border: 1px solid #eee;
  border-radius: 4px;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  color: #444;
}
.sales-dl a {
  outline: none;
  text-decoration: none;
}
.sales-dl .menu-detail-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.sales-dl .menu-detail-img img {
  width: 100%;
}
.sales-dl .a_img_box {
  position: relative;
  display: block;
}
.sales-dl .a_img_box img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sales-dl .Btn {
  right: 6px;
  bottom: 6px;
  width: 60px;
  background: var(--main-color);
  color: #fff;
  transition: all ease-in-out 0.4s;
}
.sales-dl .Btn:hover {
  background-color: #ec9929;
}
.sales-dl:hover {
  color: #ec9929;
}
.sales-dl .menu-detail-txt {
  position: relative;
  border-top: 1px solid #eee;
}
.sales-dl .menu-detail-txt .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*****************************************************slideHorizontal**************************************************************/
.slideHorizontal {
  position: relative;
  margin: 30px -50px;
  display: flex;
  align-items: center;
}

.slideHorizontal .operateLeft,
.slideHorizontal .operateRight {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 2em;
  cursor: pointer;
}

.slideHorizontal .operateLeft {
  left: 20px;
}

.slideHorizontal .operateRight {
  right: 20px;
}

.slideHorizontal .border_ {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slideHorizontal .border_ .moveCurrent {
  transition: all linear 0.4s;
}

.slideHorizontal .border_ > ul {
  position: relative;
  display: flex;
  width: 9000px;
}

.slideHorizontal .border_ > ul li {
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 1080px) {
  .slideHorizontal {
    margin: 30px 0;
  }
  .slideHorizontal li {
    margin: 20px 0;
  }
}
/*****************************************************slideHorizontal**************************************************************/
.categoriesDeatil {
  position: relative;
  padding: 0;
}
.categoriesDeatil li {
  position: relative;
  padding: 20px;
  box-shadow: 1px 1px 6px 4px var(--shadow);
  border: 1px solid rgba(200, 200, 200, 0.4);
  --borderBack: rgba(160, 160, 160, 1);
  --shadow: rgba(233, 233, 233, 0);
  --color: var(--blue-color);
  --hcolor: var(--blue-color);
  border-radius: 4px;
  list-style: none;
}
.categoriesDeatil li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--backColor);
  padding: 10px;
  outline: none;
  text-decoration: none;
}
.categoriesDeatil li a > div {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}
.categoriesDeatil li a > div img {
  max-width: 100%;
  max-height: 100%;
}
.categoriesDeatil li a .product-name {
  overflow: hidden;

  width: 100%;
}
@media screen and (min-width: 1081px) {
  .categoriesDeatil li a .product-name {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.categoriesDeatil li a .title {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  position: relative;
  color: var(--hcolor);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin: 10px 0;
  width: 100%;
}
.categoriesDeatil li:hover {
  --borderBack: var(--blue-color);
  --shadow: rgba(233, 233, 233, 1);
  --hcolor: var(--blue-color);
}
.categoriesDeatil .hover-btn {
  position: relative;
  padding: 2px 10px;
  border-radius: 2px;
  color: var(--white-color);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  max-width: max-content;
  transition: all ease-in-out 0.4s;
}
.categoriesDeatil .hover-btn:hover {
  background-color: #fff;
  color: var(--main-color);
}

@media screen and (min-width: 1081px) {
  .categoriesDeatil {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 21%);
  }
}

@media screen and (max-width: 1080px) {
  .top_submit_search {
    background-color: var(--main-color);
    border-bottom: 1px solid rgba(211, 211, 211, 0.1);
  }
}

.title-side {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #fff;
  font-family: "Avenir Black";
  font-size: 1.2rem !important;
  text-align: left;
  margin: 0;
  background: var(--main-color);
  padding: 5px 20px;
  line-height: unset;
  margin-bottom: 20px;
}

.top_submit_search {
  position: relative;

  padding: 0.8rem 0;
}
.top_submit_search form {
  display: flex;
}

.tab-con-item table td {
  word-break: break-word;
}
/*.search-row .productlist {
    padding: 0;
}
.search-row .productlist>li {
    width: auto;
    margin-right: 2em;
}*/
.inquiryBtn {
  position: relative;
  top: auto;
  margin: 0;
  right: auto;
  padding: 6px 20px;
  color: var(--white-color) !important;
}
.inquiryBtn:hover {
  color: var(--blue-color) !important;
}
@media screen and (min-width: 1081px) {
  .top_submit_search {
    float: right;
    z-index: 100;
    margin-left: 20px;
  }
  .search-row {
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
  }
}

#inquiryBtn {
  position: absolute;
  top: 72px;
  padding: 8px 25px;
  right: 50px;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal.modal-show {
  display: flex;
}
.modal .modal-close {
  position: absolute;
  right: 1em;
  top: 0.5em;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.modal .modal-close:hover {
  color: #ef2727;
}
.modal .modal-content {
  position: relative;
  width: 60%;
  min-width: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
  animation: flipInY 1s 0.2s ease both;
  max-height: 70vh;
  overflow-y: auto;
}

@keyframes flipInY {
  0% {
    transform: perspective(1500px) rotateY(1deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1500px) rotateY(-1deg);
  }
  70% {
    transform: perspective(1500px) rotateY(1deg);
  }
  100% {
    transform: perspective(1500px) rotateY(0deg);
    opacity: 1;
  }
}
.greenbg {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, 0.15));
}

.tab-list {
  position: relative;
}
.tab-list a {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.tab-list a:hover {
  color: var(--yellow-color);
}

.tag-list {
  position: relative;
}
.tag-list > * {
  position: relative;
  background-color: #e3eaf6;
  padding: 0.2em 1em;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
  color: #444;
}
.tag-list > *:hover {
  background-color: #cad6e9;
}
.tag-list > .col-md-4 {
  float: none;
  display: inline-block;
  margin-right: 1em;
  width: max-content;
}
.tag-list > .col-md-4 a {
  color: var(--main-color);
}
.tag-list.pdf-icon > .col-md-4::before {
  content: "\e94a";
  font-family: "icomoon";
  color: var(--main-color);
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .table-order thead,
  table[adaptive] thead {
    display: none;
  }
  .table-order tbody tr > td:first-child {
    display: none;
  }
  .table-order tbody tr td,
  table[adaptive] tbody tr td {
    display: flex;
    justify-content: space-between;
    border: none;
    gap: 1em;
    text-align: right;
  }
  .table-order tbody tr td:last-child,
  table[adaptive] tbody tr td:last-child {
    padding-bottom: 1em;
  }
  .table-order tbody tr td::before,
  table[adaptive] tbody tr td::before {
    content: attr(min-tag);
    font-weight: bold;
    display: inline-block;
    text-align: left;
  }
  table[adaptive] tbody tr {
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  }
}

@media screen and (min-width: 1081px) {
  #basketTable {
    min-width: 730px;
  }
}
