@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/oppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #05a139;
  --black:#000000;
  --white:#ffffff;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1470px;
  margin: auto;
  width: 100%;
}
.more {
  width: 116px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--color);
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: block;
}
.more:hover {
  background: #000;
}
.page-header01{
  position: fixed;
  width: 100%;
}
#innerMobileBanner{
  padding-top: 80px
}
#innerMobileBanner .title{
  font-size: 20px
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 18px;
}
#header .nav {
  padding: 15px 40px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 65px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  font-size: 16px;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after{
  content: '';
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after{
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
 border-radius: 10px;
 /*overflow: hidden;*/
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  top: 150%;
  left: 0;
  min-width: 220px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  pointer-events: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(1){
   border-radius: 10px 10px 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:last-child{
   border-radius:  0 0 10px 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 70px 0 20px;
  line-height: 40px;
  color: black;
    background: #fff;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li>ul.sub-menu>li::after{
  content: '>';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 105%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu li{
  padding: 0 40px 0 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu::after{
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
   pointer-events: all;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
     pointer-events: all;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-last-child(2){
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
  display: none
}
#header .nav .ui.menu .more {
  font-weight: 500;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-left: 20px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 40px;
}
#header .nav .ui.menu .h-language span {
  font-size: 16px;
  cursor: pointer;
  padding: 10px 0
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
   border-radius: 10px;
  overflow: hidden;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;

}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.lh-1 {
  line-height: 1;
}
.col {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}
#banner li .text .box {
  text-align: center;
  color: #ffffff;
}
#banner li .text .box .title {
  line-height: 1.2;
}
#banner li .text .box .cont {
  max-width: 643px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
}
#banner .slickDots ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  border: none;
  position: relative;
}
#banner .slickDots ul.slick-dots li::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .slickDots ul.slick-dots li.slick-active {
  background-color: #ffffff;
}
#banner .slickDots ul.slick-dots li.slick-active::after {
  opacity: 0.5;
}
#banner .share {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}
#banner .share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebede8;
  color: #868783;
  font-size: 18px;
  margin: 20px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .share a:hover {
  background: var(--color);
  color: #ffffff;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px var(--color);
  position: relative;
}
.dots::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -1px;
  background: var(--color);
  -webkit-transform: translate(60%);
  -moz-transform: translate(60%);
  -ms-transform: translate(60%);
  transform: translate(60%);
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage {
  background: url(../images/bg1.jpg) no-repeat center bottom / 100%;
}
#index-body .advantage .cont {
  font-weight: 300;
  line-height: 2;
}
#index-body .advantage .btn {
  font-size: 14px;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
#index-body .advantage .btn:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
#index-body .advantage .right ul {
  margin: 0 -15px;
}
#index-body .advantage .right ul li {
  padding: 0 15px;
}
#index-body .custom {
  text-align: center;
  background: #f9f9f9 url(../images/bg2.jpg) no-repeat center bottom / 100%;
}
#index-body .custom .cont {
  font-weight: 300;
  font-size: 16px;
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.6;
}
#index-body .custom .dots {
  margin: 30px auto 0;
}
#index-body .custom .box {
  padding: 0 250px;
}
#index-body .custom .box .item {
  margin-top: 80px;
  cursor: pointer;
  display: block;
}
#index-body .custom .box .item .img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
    color: var(--color);
  /*border: solid 2px var(--color);*/
  background: var(--color);
}
#index-body .custom .box .item .img img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0) invert(100);
  filter: brightness(0) invert(100);
}
#index-body .custom .box .item .t1 {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
    color: var(--color);
}

#index-body .custom .box .item:hover .img {
transform: rotateY(180deg)
}
/*#index-body .custom .box .item:hover .t1 {
  color: var(--color);
}*/
#index-body .product {
  position: relative;
  overflow: hidden;
}
#index-body .product .container {
  z-index: 5;
}
#index-body .product #dotWave {
  position: absolute;
  width: 100%;
  bottom: -30px;
  height: 500px;
}
#index-body .product .top .left .cont {
  line-height: 1.8;
}
#index-body .product .top .more {
  margin: 0 0 0 auto;
}
#index-body .product .bottom ul li .shadow {
  padding: 15px 0;
}
#index-body .product .bottom ul li .box {
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 1px 11px 0px rgba(26, 2, 6, 0.17);
  box-shadow: 0px 1px 11px 0px rgba(26, 2, 6, 0.17);
  border-radius: 10px;
  padding: 11px;
}
#index-body .product .bottom ul li .box .img-box {
  border-radius: 10px;
  position: relative;
}
#index-body .product .bottom ul li .box .img-box .tit {
  position: absolute;
  left: 20px;
  top: 23px;
  width: 50%;
  color: #ffffff;
}
#index-body .product .bottom ul li .box .line {
  margin-top: 14px;
}
#index-body .product .bottom ul li .box .t1 {
  display: -webkit-box;
  font-size: 14px;
  opacity: 0.8;
}
#index-body .product .bottom ul li .box .btn {
  color: var(--color);
  font-size: 14px;
  border-bottom: 1px solid var(--color);
}
#index-body .product .bottom ul li .box .btn:hover {
  border-bottom: 1px solid #000;
  color: #000;
}
#index-body .about {
  text-align: center;
  background: #f7f7f7 url(../images/bg4.png) no-repeat center bottom / 100%;
}
#index-body .about .cont {
  width: 72%;
  margin: 0 auto;
  font-weight: 300;
}
#index-body .about .btn {
  border-bottom: 1px solid var(--color);
  font-size: 14px;
  color: var(--color);
  margin-top: 12px;
  display: inline-block;
}
#index-body .about .btn:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}
#index-body .about .img img {
  border-radius: 19px;
}
#index-body .about .img {
    border-radius: 19px;
    overflow: hidden;
}
#index-body .about .img video{
  width: 100%
}
strong {
  font-weight: bold;
}
#footer {
  background-color: var(--color);
  color: #fff;
}
#footer .f-box .f-ab {
  max-width: 360px;
}
#footer .f-box .f-ab .text {
  line-height: 1.2;
  margin-bottom: 0.8em;
}
#footer .f-box .f-ab .text2 {
  margin-top: 2em;
  text-transform: uppercase;
}
#footer .f-box .f-ab .text3 {
  margin-top: 0.8em;
}
#footer .f-box .f-ab .text3 .add {
  font-weight: 500;
}
#footer .f-box .line {
  width: 3px;
  background-color: #ffffff;
  opacity: 0.26;
}
#footer .f-box .f-social {
  text-align: center;
  max-width: 285px;
}
#footer .f-box .f-social .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-box .f-social .share a {
  width: 32px;
  height: 32px;
  background-color: #e8f7ed;
  border-radius: 50%;
  color: #839288;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .f-box .f-social .share a:hover {
  background: #007829;
  color: #ffffff;
}
#footer .f-box .f-social #ewm {
  width: 128px;
  height: 128px;
  margin: 0 auto;
  background: var(--color);
}
#footer .f-box .f-partners {
  max-width: 300px;
}
#footer .f-box .f-partners ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-box .f-partners ul li {
  width: 28%;
  margin-bottom: 40px;
  text-align: center;
}
#footer .f-box .f-contact {
  max-width: 285px;
}
#footer .f-box .f-contact .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-box .f-contact .text .left {
  width: 80px;
  font-weight: 500;
}
#footer .f-box .f-contact .text .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-contact .text .right .t1 {
  font-weight: 500;
}
#footer .f-copy {
  font-size: 16px;
  background-color: #f8f8f8;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  padding: 12px 0 10px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(0, 0, 0, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(0, 0, 0, 0.6);
}
.fixed-toolbar ul li.back {
  display: none;
}
@media screen and (max-width: 1680px) {
  #index-body .advantage .box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1450px) {
  #footer .f-box .f-ab {
    max-width: 300px;
  }
  #footer .f-box .f-social {
    max-width: 220px;
  }
  #footer .f-box .f-partners {
    max-width: 240px;
  }
  #index-body .custom .box {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1250px) {
  
  #footer .f-box .f-social {
    display: none;
  }
  #footer .f-box .f-social + .line {
    display: none;
  }
  #index-body .custom .box {
    padding: 0 50px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .advantage .left {
    margin-bottom: 40px;
  }
  #index-body .advantage .img {
    -webkit-filter: invert(100);
    filter: invert(100);
  }
  .title.font-32 {
    font-size: 22px;
  }
  #index-body .custom .box {
    padding: 0;
  }
  #index-body .product .top .left {
    margin-bottom: 20px;
  }
  #index-body .about .cont {
    width: 100%;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-partners,
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-top: 40px;
  }
  #footer .f-box .line {
    display: block;
  }
  #footer .f-box .tit.font-24 {
    font-size: 18px;
  }
  #footer .f-box .f-partners ul img {
    display: block;
    margin: 0 auto;
  }
  #banner .share {
    display: none;
  }
  #banner li .text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 500px) {
  #banner li img {
    height: 370px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .custom .box {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .custom .box .item .img {
    zoom: 0.8;
  }
  .more {
    zoom: 0.9;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.8;
  }
}

/*inner*/


.inner-banner {
  position: relative;
  z-index: 1;
  height: 430px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.inner-banner::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
/*.inner-banner .box .ui.container {
  max-width: 700px;
}
.prodet-banner .box .ui.container{
  max-width: 1200px;
}*/
.inner-banner .box .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}
.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 400;
}


.product-yd-page {
  padding: 100px 0;
}
.product-yd-page .ui.container {
  max-width: 1340px;
}
.product-yd-page .swiper {
  overflow: hidden;
  width: 100%;
}
.product-yd-page .swiper.specialShaped  img{
  border-radius: 20px;
 
}
.product-yd-page .swiper.specialShaped .swiper-slide-shadow-right{
  border-radius: 20px
}
.product-yd-page .text{
  max-width: 470px;
  font-size: 18px;
  margin: 100px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 500;
    color: rgba(28, 28, 28, 0.25);
    line-height: 53px;
}
.product-yd-page .text a{
    font-weight: 500;
    color: #1C1C1C;
    line-height: 53px;
    opacity: 0.3;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.6s;
}
.product-yd-page .text a:hover,
.product-yd-page .text a.active{
  opacity: 1;
  transform: translateY(-10px);
}
.product-yd-page .mobile__warp {
  display: none;
}
.product-yd-page .mobile__warp img{
  width: 100%;
}
.product-yd-page span{
  display: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.product-yd-page .swiper-slide-active span{
  display: block;
}
@media screen and (max-width: 1000px) {
  .product-yd-page {
    padding: 60px 0;
  }
  .product-yd-page .pc-list {
    display: none;
  }
  .product-yd-page .mobile__warp {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page {
    padding: 30px 0;
  }
}
.product-page.prodet-page{
  padding: 0
}
.product-page.prodet-page .product-1{
  margin-top: 0;
}
.product-page {
  padding: 80px 0 ;
}
.product-page .sidebox .sideleft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-page .sidebox .sideleft .result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.product-page .sidebox .sideleft .result p,
.product-page .sidebox .sideleft .result span {
  font-size: 20px;
  line-height: 1.5;
  color: #1C1C1C;
}
.product-page .sidebox .sideleft .result p {
  margin-right: 15px;
}
.product-page .sidebox .sideleft .search{
  margin-bottom: 30px;
}
.product-page .sidebox .sideleft .search form{
  width: 100%;
  position: relative;
}
.product-page .sidebox .sideleft .search form input[type="text"]{
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid var(--black);
  font-size: 16px;
  padding-right: 30px;
}
.product-page .sidebox .sideleft .search form input[type="submit"]{
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/search.png) no-repeat center center / 100% 100%;
}
.product-page .sidebox .sideleft .classify p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #3B3B3B;
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li {
  margin-bottom: 15px;
  transition: .5s;
}
.product-page .sidebox .sideleft .classify>ul>li>a{
 padding: 10px 22px;
 	background-color: rgba(213,213,213,0.4);
}
.product-page .sidebox .sideleft .classify>ul>li>a.active,.product-page .sidebox .sideleft .classify>ul>li>a:hover{
  background: var(--color);
  color: #ffffff;
}
.product-page .sidebox .sideleft .classify>ul>li li a{
 padding: 5px 25px 5px 26px;
 	background-color: rgba(213,213,213,0.4);
}
.product-page .sidebox .sideleft .classify>ul>li li a:hover,.product-page .sidebox .sideleft .classify>ul>li li a.active{
   background: var(--color);
  color: #ffffff;
}
.product-page .sidebox .sideleft .classify ul li a {
  /*width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;*/
  font-size: 16px;
  line-height: 1.8;
  display: block;
  position: relative;
  color: var(--black);
  font-weight: 500;
  width: 100%;
}
/*.product-page .sidebox .sideleft .classify ul li a::after {
  content: '';
  position: absolute;
  background: var(--basic);
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}*/
/*.product-page .sidebox .sideleft .classify ul li a.active {
  color: var(--basic);
}*/
/*.product-page .sidebox .sideleft .classify ul li a.active::after {
  background: var(--basic);
}
.product-page .sidebox .sideleft .classify ul li a.active::after,
.product-page .sidebox .sideleft .classify ul li a:hover::after {
  width: 100%;
}*/
.product-page .sidebox .sideleft .classify ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .sideleft .classify ul li.active ul{
  display: block;
} 
.product-page .sidebox .sideleft .classify ul li ul {
  display: none;
  margin-top: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li{
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li a{
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
/*.product-page .sidebox .sideleft .classify ul li ul li a:hover,
.product-page .sidebox .sideleft .classify ul li ul li a.active{
  color: var(--black);
}*/

.product-page .sidebox .sideright .top h1{
  font-size: 36px;
  line-height: 1.3;
  font-family: 'Plus';
  margin-bottom: 20px;
}
.product-page .sidebox .sideright .top .con{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  height: 3.6em;
  overflow: hidden;
  transition: .5s;
}
.product-page .sidebox .sideright .top.active .con{
  height: auto;
}
.product-page .sidebox .sideright .top .btn{
  font-size: 16px;
  color: var(--color);
  text-decoration: underline;
  margin-top: 30px;
  cursor: pointer;
}
/*.product-page .sidebox .sideright .top.active .btn{
  display: none;
  
}*/
.product-page .sidebox .sideright {
  width: 80%;
  padding-left: 60px;
}

.product-page .sidebox .sideright ul li .item{
  cursor: pointer;
}
.product-page .sidebox .sideright ul li .img-box {
  display: block;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden
}
.product-page .sidebox .sideright ul li .img-box .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideright ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideright ul li .img-box .cont-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid var(--color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: .5s;
}
.product-page .sidebox .sideright ul li .item:hover .img-box .cont-box{
  opacity: 1;
}
/*.product-page .sidebox .sideright ul li .img-box:hover .i1 {
  opacity: 0;
}
.product-page .sidebox .sideright ul li .img-box:hover .i2 {
  opacity: 1;
}*/
.product-page .sidebox .sideright ul li .text {
  margin-top: 20px;
}
.product-page .sidebox .sideright ul li .text span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #5A5959;
  margin-bottom: 2px;
  font-weight: 400;
}
.product-page .sidebox .sideright ul li .text small{
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
.product-page .sidebox .sideright ul li .text .tit {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #1C1C1C;
  font-weight: 400;
}

.product-page .product-1 {
  background: url(/bagluggagerabric/2025/11/26/about54657.jpg) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 11.563%;
  padding: 9.063% 0;
}
.product-page .product-1 .ui.container {
  max-width: 1208px;
}
.product-page .product-1 .box {
  background: rgba(255, 255, 255, 0.87);
  padding: 100px 70px;
  color: #272727;
  border-radius: 20px;
}
.product-page .product-1 .box .tit {
  font-size: 54px;
  line-height: 1.2;
  transition: .5s;
  font-weight: 500;
}
.product-page .product-1 .box .con {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.79;
  font-weight: 400;
  margin-top: 23px;
  transition: .5s;
}
.product-page .product-1 .box .more {
  margin: 0 auto;
  font-weight: 400;
  margin-top: 46px;
  padding-bottom: 1px;
  transition: .5s;
  text-transform: capitalize;
}
.product-page .product-1 .box .tit:hover,
.product-page .product-1 .box .con:hover,
.product-page .product-1 .box .more:hover{
  transform: translateX(10px);
}
.m-page {
  margin-top: 60px;
  text-align: center;
  display: block;
}
.m-page a,
.m-page span {
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 20px;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: var(--white);
}
@media screen and (max-width: 1450px) {
.product-page .sidebox .sideleft .classify>ul>li>a{
  padding: 8px 12px;
}
.product-page .sidebox .sideleft .classify>ul>li li a{
  padding: 5px 10px 5px 15px
}
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .box .con {
    font-size: 28px;
  }
  .product-page .sidebox .sideright .top h1{
    font-size: 30px;
  }
  .product-page .sidebox .sideleft{
    width: 25%;
  }
  .product-page .sidebox .sideright{
    width: 75%;
  }
}
@media screen and (max-width: 1100px) {
   .product-page .product-1 .box .con {
    font-size: 26px;
  }
  .product-page .product-1 .box .more {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
   .product-page .sidebox .sideright .top h1{
    font-size: 26px
  }
  .product-page {
    padding: 60px 0;
  }
  .product-page .sidebox .sideleft {
    display: none;
  }
  .product-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
   
   .product-page .product-1 .box {
    padding: 30px 20px;
  }
  .product-page .product-1 .box .tit {
    font-size: 40px;
  }
  .product-page .product-1 .box .con {
    font-size: 22px;
    margin-top: 10px;
  }
  .product-page .product-1 .box .more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
   .product-page .sidebox .sideright .top h1{
    font-size: 24px
  }
  .product-page {
    padding: 30px 0;
  }

  .product-page .sidebox .sideright ul li .text {
    margin-top: 10px;
  }
  .product-page .sidebox .sideright ul li .text .tit {
    font-size: 18px;
  }
  .m-page {
    margin-top: 30px;
  }
  .product-page .product-1 .box .tit {
    font-size: 30px;
  }
  .product-page .product-1 .box .con {
    font-size: 20px;
  }
  .product-page .product-1 .box .more {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
   .product-page .product-1 .box {
    padding: 20px 15px;
  }
  .product-page .product-1 .box .tit {
    font-size: 26px;
  }
  .product-page .product-1 .box .con {
    font-size: 15px;
    line-height: 2;
  }
  .product-page .product-1 .box .more {
    font-size: 14px;
  }
}
.prodet-page .prodet-1 {
  background: url(../images/prodet1-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 14.53% 0 11.412%;
}
.prodet-page .prodet-1 .box {
  max-width: 1209px;
  margin: 0 auto;
}
.prodet-page .prodet-1 .box .left {
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .left .category,
.prodet-page .prodet-1 .box .left h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
}
.prodet-page .prodet-1 .box .left .con{
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: 400;
}
.prodet-page .prodet-1 .box .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .right .img-box {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.prodet-page .prodet-1 .box .right .img-box img {
  width: 100%;
}
.prodet-page .prodet-1 .bottom {
  max-width: 1209px;
  margin: 0 auto;
 
}
.prodet-page .prodet-1 .bottom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.prodet-page .prodet-1 .bottom .text span {
  font-size: 18px;
  line-height: 1.6;
  color: #1C1C1C;
  margin-bottom: 5px;
  font-weight: 500;
}
.prodet-page .prodet-1 .bottom .text p {
  font-size: 14px;
  line-height: 2;
  color: #1C1C1C;
}
.prodet-page .prodet-2 {
  background-color: rgba(251, 246, 242, 0.5);
  padding: 93px 0 168px;
}
.prodet-page .prodet-2 .ui.container {
  max-width: 1670px;
}
.prodet-page .prodet-2 .titles {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #1C1C1C;
  padding-bottom: 35px;
  border-bottom: 1px solid #020202;
}
.prodet-page .prodet-2 .content {
  margin: 157px 0 0 auto;
  max-width: 1079px;
}
.prodet-page .prodet-2 .content table {
  margin: 0 0 154px 0;
}
.prodet-page .prodet-2 .content table:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .content table tr {
  width: auto !important;
  height: auto !important;
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: transparent;
}
.prodet-page .prodet-2 .content table tr:first-child td {
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(2, 2, 2, 0.14);
}
.prodet-page .prodet-2 .content table tr:first-child td:first-child {
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
}
.prodet-page .prodet-2 .content table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 40px;
  border: 0;
}
.prodet-page .prodet-2 .content table tr:nth-child(2) td {
  padding-top: 18px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left .category,
  .prodet-page .prodet-1 .box .left h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .content table {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    margin: 20px 0;
  }
  .prodet-page .prodet-2 {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content table {
    margin: 0 0 30px 0;
  }
}
.contact-page .contact-1 {
  padding-top: 80px;
}
.contact-page .contact-2 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px -20px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
  border-radius: 10px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #000;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #868686;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1.6;
  padding: 25px 0 15px;
  font-weight: bold;
  transition: .5s;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  min-height: 100px;
  padding: 0 20px;
  transition: .5s;
}
.contact-page .contact-1 .list ul li:hover .box h5,
.contact-page .contact-1 .list ul li:hover .box p{
  transform: translateY(-10px);
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img img{
  border-radius: 10px;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-size: 22px;
  line-height: 1,8;
  transition: 0.4s ease;
}
.contact-page .contact-2 .left .img .text h5:hover,
.contact-page .contact-2 .left .img .text p:hover {
  transform: translateX(10px);
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  transition: 0.4s ease;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.4s ease;
}
.contact-page .contact-2 .right h3:hover {
  transform: translateY(-10px);
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 60px;
}
.contact-page .map iframe{
  width: 100%;
}

.contact-page .form ul {
  margin: -10px;
}
.contact-page .form ul li {
  padding: 10px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
  border-radius: 10px;
}
.contact-page .form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: #868686;
}
.contact-page .form ul li textarea {
  height: 120px;
}
.contact-page .form ul li .submit {
  display: inline-block;
    background: var(--color);
    border: 1px solid var(--color);
    font-size: 18px;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 10px;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 65px;
}
.contact-page .form ul li .submit img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.contact-page .form ul li .submit em{
  display: inline-block;
  vertical-align: middle;
}
.contact-page .form ul li .submit:hover {
   background: #000000;
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}

.contact-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .form ul li input,
  .contact-page .form ul li textarea{
    padding: 10px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 18px;
  }
  
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
   .contact-page .contact-1 .list ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
   .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 {
    padding: 40px 0;
  }
    .contact-page .contact-2 {
    padding: 30px 0;
  }
  .contact-page .map{
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li .box p {
    height: auto;
    min-height: auto;
  }
  .contact-page .contact-1 .list ul li .box span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact-page .contact-1 .list ul li .box span i {
    font-size: 20px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}


.factory-page .factory-1 .top .navlist {
  margin-top: 55px;
  width: 100%;
}
.factory-page .factory-1 .top .navlist ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-1 .top .navlist ul li {
  width: 245px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #d1d1d1;
  margin-right: 35px;
}
.factory-page .factory-1 .top .navlist ul li.active {
  color: var(--color);
}
.factory-page .factory-1 .top .navlist ul li:last-child {
  margin-right: 0;
}
.factory-page .factory-1 .content {
  margin-top: 50px;
}
.factory-page .factory-1 .content ul {
  margin: 0 -5px;
}
.factory-page .factory-1 .content ul li {
  padding: 0 5px;
  margin-bottom: 50px;
}
.factory-page .factory-1 .content ul li a.img {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.factory-page .factory-1 .content ul li a.img img {
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1000px){
  .factory-page .factory-1 .top h3{
    font-size: 22px
  }
  .factory-page .factory-1 .top .con {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {


  .factory-page .factory-1 .top .navlist ul li {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .factory-page .factory-1 .top .navlist ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .factory-page .factory-1 .top .navlist ul li:last-child {
    margin-bottom: 0;
  }
}

.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: 30px 15px;
}
.honor-page .honor-box ul li img{
  width: 100%
}


.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}


.about-page .init-1 {
  background: url(/bagluggagerabric/2025/11/25/init113545.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 100px;
  background-attachment: fixed;
}
.about-page .init-1 .top {
padding: 0 30px;
width: 50%;
}
.about-page .init-1 .top h1,
.about-page .init-1 .top h2,.about-page .init-4  h3 {
position: relative;
    font-size: 28px;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.about-page .init-1 .top h1::after {
  content: '';
  position: absolute;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 2px;
  background: #000000;
  display: none;
}
.about-page .init-1 .top p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 2;
    margin: 10px 0;
 
}
.about-page .init-1 .top .btn a {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 30px;
  line-height: 1;
  background: #000;
}
.about-page .init-1 .img {
  /*margin-top: 45px;*/
  position: relative;
  text-align: right;
  width: 50%;
}
.about-page .init-1 .img .play {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .init-1 .img .play::before,
.about-page .init-1 .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .init-1 .img .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.about-page .init-2 .title1 h5 {
    font-size: 28px;
    line-height: 1.6;
    text-transform: capitalize;
}
.about-page .init-2 .title1 p {
  max-width: 578px;
  font-size: 16px;

  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 0 auto;
  margin-top: 20px;
}
.about-page .init-2 .list {
     position: relative;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 10px;
}
.about-page .init-2 .list .box .img {
  position: relative;
}
.about-page .init-2 .list .box .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.about-page .init-2 .list .acc {
    background: #fff;
    padding: 0 15px;
    width: 24.5%;
    float: left;
}
.about-page .init-2 .list .acc .conz {
  background: url(../images/init23.jpg) no-repeat center;
  background-size: cover;
  height: 650px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
     flex-direction: column;
    
}
.about-page .init-2 .list .acc .conz .tit {
   padding: 0 35px;
  height: 72%;
  overflow-y: auto;
  
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination .ass {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: -10px;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination div {
  margin: 0 5px;
}
.about-page .init-2 .list .acc .conz .tit h4 {
  font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8;
    text-transform: capitalize;
    padding: 60px 0 30px;
}
.about-page .init-2 .list .acc .conz .tit h2{
      color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 10px;
}
.about-page .init-2 .list .acc .conz .tit .cona {
     font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.6;
}
.about-page .init-2 .list .acc .conz .tit .cona p {
    padding: 10px 0;
}
.about-page .init-2 .list .acc .conz .tit .cona p em {
    font-weight: bold;
}
.about-page .init-2 .list .box-2 {
    width: 29.5%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .box-1 {
    width: 46%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .acc .conz .tit .azz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.about-page .init-2 .list .acc .conz  .btn{
  margin: 0 35px;
}
.about-page .init-2 .list .acc .conz  .btn a {
    padding: 10px 10px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
     transition: all .5s ease;
}
.about-page .init-2 .list .acc .conz  .btn {
    margin-top: 20px;
}


.about-page .init-2 .list .acc .conz  .btn a:hover {
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    color: #fff;
     transition: all .5s ease;
}


.about-page .init-2 .list .acc .conz .tit .swiper-button-prev,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  background: transparent;
  opacity: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-button-prev i,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next i {
  color: #fff;
  font-size: 14px;
}

.about-page .init-3 {
    background: url(/bagluggagerabric/2025/11/26/init3154.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 75px;
    text-align: center;
    background-attachment: fixed;
}
.about-page .init-3 h5 {
  position: relative;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 90px;
}
.about-page .init-3 h5::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
.about-page .init-3 h3 {
font-size: 38px;
    font-weight: bold;
    line-height: 1.6;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 70px 0 45px;
}
.about-page .init-3 p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #FFFFFF;
    max-width: 910px;
    margin: 0 auto;
}
.about-page .init-3 .btn {
     margin: 50px 0 60px;
}
.about-page .init-3 .btn a {
display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.about-page .init-3 .btn a:hover {
  background: #000;
  border: 1px solid #000;
}
.about-page .init-3 .img h6 {
  font-size: 12px;
  font-family: Montserrat-ExtraLight;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}

.about-page .init-4 .top .left {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.about-page .init-4 .top .left h5 {
font-size: 18px;
    color: var(--color);
    line-height: 1.8;
}
.about-page .init-4 .top .left h3 {
    font-size: 26px;
    line-height: 1.8;
    color: #000000;
    margin: 20px 0;
}
.about-page .init-4 .top .left .btn a {
  display: inline-block;
  font-size: 19px;
  font-family: Montserrat;
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}
.about-page .init-4 .top .right {
  width: 100%;
  vertical-align: middle;
}
.about-page .init-4 .top .right ul{
  margin: -15px;
}
.about-page .init-4 .top .right ul li{
  padding: 15px;
}

@media screen and (max-width: 1600px) {
  .about-page .init-2 .list .box-1{
    width: 40%;
  }
  .about-page .init-2 .list .acc{
    width: 30%;
  }
  .about-page .init-2 .list .box-2{
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .init-1 .top{
    width: 100%;
    padding: 0;
  }

  .about-page .init-1 .img{
    width: 100%;
  }

  .about-page .init-2 .list .box-1{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .about-page .init-2 .list .acc{
    width: 50%;
    padding-left: 0;
  }
  .about-page .init-2 .list .box-2{
    width: 50%;
  }

  .about-page .init-4 .top .left{
    width: 100%;
  }

  .about-page .init-4 .top .right{
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .init-1{
    padding: 50px 0;
  }
  .about-page .init-1 .top h1, .about-page .init-1 .top h2,.about-page .init-4 .top .left h3,.about-page .init-4  h3{
    font-size: 22px;
  }
  .about-page .init-3 h3{
    font-size: 24px;
    margin: 40px 0 20px;
  }

  .about-page .init-3 p{
    font-size: 16px;
    line-height: 2;
  }
}
/* end */




.about-page .init-4 .top .left .btn span {
    padding: 15px 15px 10px;
    background: rgba(0,0,0);
    color: #fff;
    transition: .5s;
    cursor: pointer;
    border-radius: 10px;
}

.about-page .init-4 .top .left .btn span a {
    color: #fff;
    text-decoration: none;
}
.about-page .init-4 .top .left .btn span:hover{
  background: var(--color);
}
.about-page .i-semi h2 {
    font-size: 18px;
    color: var(--color);
    line-height: 1.8;
}

.about-page .i-semi h3 {
    font-size: 26px;
    /*color: #000000;*/
    line-height: 1;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.about-page .i-semi {
    background: #fbfbfb;
    padding: 90px 0;
}

.about-page .i-semi p {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    max-width: 1000px;
    line-height: 2;
}

.about-page .i-semi .top .left{
  width: 60%;
}
.about-page .i-semi .top .right .btn span {
    padding: 15px 15px 10px;
    background: rgba(0,0,0);
    color: #fff;
    transition: .5s;
    cursor: pointer;
    border-radius: 10px;
}

.about-page .i-semi .top .right .btn span a {
    color: #fff;
    text-decoration: none;
}
.about-page .i-semi .top .right .btn span:hover{
  background: var(--color);
}
.about-page .i-semi .top .right  .btn a {
  display: inline-block;
  font-size: 19px;
  font-family: Montserrat;
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}
.about-page .i-semi .semi-list ul button {
    display: none !important;
}


.about-page .i-semi .semi-list ul {
    margin: 0 -10px;
}

.about-page .i-semi .semi-list ul li {
    padding: 10px;
}
.about-page .i-semi .semi-list .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto;
}
.about-page .i-semi .semi-list ul li .img-box{
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
.about-page .i-semi .top .right{
  display:none;
}
.about-page .i-semi .top .left{
  width: 100%;
}
}
@media screen and (max-width: 700px) {
.about-page .i-semi h3{
    font-size: 22px;
  }
}



  .sus-page .sus-banner{
    padding-top: 120px;
    padding-bottom: 30px;
  }
 .sus-page .sus-0 .cont{
   line-height: 2;
   font-weight: 300;
 }

  .sus-page .sus-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-1 .ui.container .left h5 {
    max-width: 750px;
  }
  .sus-page .sus-1 .ui.container .right {
    padding-left: 45px;
  }
  .sus-page .sus-1 .ui.container .right p {
    line-height: 2;
  }

  .sus-page .sus-2 .ui.container {
    text-align: left;
  }
  .sus-page .sus-2 .ui.container .honorbox {
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #aaa;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist {
    margin: 0 -50px;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
    padding: 15px 50px;
    text-align: center;
    height: 100%;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
    height: 100%;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item .img{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
    margin: 0 auto;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
    margin-top: 20px;
    text-align: center;
    position: relative;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;

    bottom: 0;
    left: 50%;
    margin-left: -32.5px;
  }

  .sus-page .sus-3 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .top .left {
    text-align: right;
  }
  .sus-page .sus-3 .top .left h5 {
    text-align: left;
  }
  .sus-page .sus-3 .top .right p {
    max-width: 630px;
    margin: 0 auto;
    text-align: left;
  }
  .sus-page .sus-3 .main {
    background: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 30px;
  }
  .sus-page .sus-3 .main .left {
    padding: 30px 60px 30px 100px;
  }
  .sus-page .sus-3 .main .left .more{
    width: 130px;
  }
  .sus-page .sus-3 .main .left h6 {
    margin: 30px 0;
  }
  .sus-page .sus-3 .main .left p {
    line-height: 2;
    margin-bottom: 65px;
  }
.sus-page .sus-3 .main .right img{
   border-radius: 30px;
}
  .sus-page .sus-4 .ui.container {
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox {
    margin-top: 25px;
    border-top: 1px solid #999;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 15px;
    height: 100%;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
    background: #f8f8f8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 45px 30px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
    /*color: #000;*/
    font-weight: 700;
    height:65px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
    line-height: 2;
    margin-top: 20px;
  }

  @media screen and (max-width: 1440px){
       .sus-page .sus-3 .main .left {
      padding: 20px
     }
    }
  @media screen and (max-width: 1000px){
      .sus-page .smt{
        font-size: 16px;
      }
      .sus-page .sus-3 .main {
        border-radius: 15px;
      }
        .sus-page .sus-3 .main .right img{
          border-radius: 15px;
        }
       .sus-page .sus-3 .top .left {
      padding-right: 40px;
    }
    
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
      padding: 30px 15px;
      text-align: left;
    }
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
      margin: 0 -15px;
    }
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
      padding: 50px 15px;
    }
      .sus-page .sus-2 .ui.container .honorbox ul.honorlist{
    margin-left: 10px;
    margin-right: 10px
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li{
    padding-left: 5px;
    padding-right: 5px;
  }
    }
     @media screen and (max-width: 1000px){
      .sus-page .sus-3 .main .left{
        width: 100%;
      }
      .sus-page .sus-3 .main .right{
         display: none;
      }
      .sus-page .grid-box.two>.column{
        width: 100%;
      }
      .sus-page .sus-1 .ui.container .right{
        padding-left: 0;
        margin-top: 30px;
      }
    
      .sus-page .sus-3 .top .left h5{
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
      }

      .sus-page .sus-3 .top .left{
        padding: 0;
      }
    }
   @media screen and (max-width: 700px){
      .sus-page .sus-1 .ui.container .left {
      width: 100%;
    }
    .sus-page .sus-1 .ui.container .right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
    }
  
 

    .sus-page .sus-3 .top .left {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .top .right {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .main {
   
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .sus-page .sus-3 .main .left {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 0;
    }
    .sus-page .sus-3 .main .right {
      width: 100%;
    }
    }

  .product-page .mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
  }
   .product-page .mask.active{
     display: flex;
   }
   .product-page .mask .mask-box{
     width: 60vw;
     height: 52vh;
     background-color: rgba(255, 255, 255, 0.95);
  	 border-radius: 24px;
     padding: 50px;
     position: relative;
   }
    .product-page .mask .mask-box .mask_item{
           display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     overflow-y: auto;
     height: 100%
    }
    .product-page .mask .mask-box .mask_item::-webkit-scrollbar{
      width: 0;
    }
     .product-page .mask .mask-box .mask_item .img{
       width: 35%;
       border-radius: 10px;
       overflow: hidden;
     }
      .product-page .mask .mask-box .mask_item .text{
        width: 65%
      }
      .product-page .mask .mask-box .mask_item .text .line{
        	background-color: #000000;
          height: 2px;
       	opacity: 0.3;
      }
      .product-page .mask .mask-box .close{
        	width: 35px;
	        height: 34px;
         	background-color: var(--color); 
          border-radius: 7px;
	        opacity: 0.94;
          position: absolute;
          right: 0;
          top: 0;
          transform: translate(110%);
          text-align: center;
          line-height: 35px;
          font-size: 24px;
          color: #ffffff;
          cursor: pointer;
      }

  .product-page .mask .prev,.product-page .mask .next{
    width: 76px;
	  height: 76px;
    position: absolute;
    border: 1px solid #000000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s;
  }
  .product-page .mask .prev img,.product-page .mask .next img{
    filter: invert(100)
  }
   .product-page .mask .prev{
     left: 34px;
   }
   .product-page .mask .next{
     right: 34px;
   }
    .product-page .mask .prev:hover,.product-page .mask .next:hover{
      background: #05a139;
      border: 1px solid #05a139;
    }
      .product-page .mask .prev:hover img,.product-page .mask .next:hover img{
    filter: none;
  }
     @media screen and (max-width: 1250px){
       .product-page .mask .mask-box{
         padding: 30px;
       }
     }
    @media screen and (max-width: 1000px){
      .product-page .mask .mask-box .mask_item .img{
        width: 100%;
        margin-bottom: 20px;
      }
      .product-page .mask .prev{
        left: 20px;
        zoom: 0.8;
      }
      .product-page .mask .next{
        right: 20px;
        zoom: 0.8;
      }
      .product-page .mask .mask-box{
        height: 70vh;
        width: 65vw;
      }
      .product-page .mask .mask-box .mask_item .text{
        width: 100%;
      }
.product-page .mask .mask-box .mask_item .text .t1{ 
  font-size: 18px
}
.product-page .mask .mask-box .mask_item{
  display: block;
}
.product-page .mask .mask-box .mask_item .text{
  padding-left: 0;
}
    }
     @media screen and (max-width: 500px){
       .product-page .mask .mask-box{
         width: 68vw;
       }
        .product-page .mask .prev{
        left: 0;
        zoom: 0.6;
      }
      .product-page .mask .next{
        right: 0;
        zoom: 0.6;
      }
      .product-page .mask .prev, .product-page .mask .next{
            border: 1px solid #ffffff;
      }
      .product-page .mask .prev img, .product-page .mask .next img{
        filter: none;
      }
      .product-page .mask .mask-box{
        padding: 20px
      }
     }
    .about-page .init-2 .box{
      padding: 70px 65px 180px;
      border-radius: 13px;
      background: url(../images/choose.jpg) no-repeat center center / cover;
    }
     .about-page .init-2 .box .cont{
          width: 59%;
          line-height: 2;
          font-weight: 300;
     }
       .about-page .init-2 .more{
           	width: 136px;
	         height: 44px;
	         border-radius: 10px;
	         border: solid 1px #000000;
           background: none;
           color: #000000;
         }
       .about-page .init-2 .more:hover{
         background: var(--color);
         border: solid 1px  var(--color);
         color: #ffffff;
       }
     @media screen and (max-width: 1000px){
       .about-page .init-2 .font-19{
         font-size: 16px;
       }
       .about-page .init-2 .box .cont{
         width: 80%
       }
     }
      @media screen and (max-width: 700px){
        .about-page .init-2 .box .cont{
         width: 100%
       }
       .about-page .init-2 .box{
         padding: 30px 35px 60px
       }
      }


.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: #05a139;
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .download-page .list ul li{
    width: 48%
  }
}

@media screen and (max-width: 500px) {
    .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
    .download-page .list ul li{
    width: 100%
  }
}