@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-bold.eot');
  src: url('../fonts/Poppins-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-bold.woff2') format('woff2'), url('../fonts/Poppins-bold.woff') format('woff'), url('../fonts/Poppins-bold.ttf') format('truetype');
  font-weight: 700;
  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-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: 400;
  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-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  /*--color: #07703a;*/
  --color: #ee7b0d;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
 
 
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%,10%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.fadeInUpSmall {
    animation-name: fadeInUpSmall
}
#mobile3{
  z-index: 30;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 35px;
  padding: 0 100px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  width: 100% !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
  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;
  border-radius: 46px;
  padding: 20px 60px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin: 0 30px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li 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;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 280px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  font-size: 18px;
  margin: 0 30px 0 17px;
}
#header .nav .ui.menu .yuy span {
  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;
  font-weight: 500;
}
#header .nav .ui.menu .yuy span img {
  margin-right: 10px;
}
#header .nav .ui.menu .inquiry {
  background-color: var(--color);
  color: white;
  font-size: 18px;
  height: 40px;
  border-radius: 19px;
  cursor: pointer;
  line-height: 40px;
  padding: 0 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
#header .nav .ui.menu .inquiry:hover {
  background-color: #000;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu {
  border-radius: 0;
}
#header .product-down{
  position: absolute;
  top: 100%;
  background: white;
  height: auto !important;
  padding: 20px;
  /*width: 100%;*/
  display: none;
}
#header .product-down ul.flex{
  /*width: 330px;*/
  width: 100%;
  /*border-right: 1px solid rgba(0,0,0,0.15);*/
}
/*#header .product-down ul li img{
  margin: auto;
}*/
#header .product-down ul li.active > a{
  color: var(--color);
}
#header .product-down ul li ul{
  /*position: absolute;*/
    left: 100%;
    background: white;
    top: 0;
    white-space: nowrap;
    height: 100%;
    /*display: none;*/
    padding: 10px 20px 20px 0;
    /*width: 280px;*/
    /*opacity: 0;*/
}
#header .product-down ul li ul li{
  white-space: nowrap;
  text-align: left;
}
#header .product-down ul li ul li:hover{
  color: var(--color);
}
#header .product-down ul li:first-child ul,
#header .product-down ul li.active ul{
  display: block;
  opacity: 1;
}
#header .nav .search-box {
  line-height: normal;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}
#header .nav .search-box form {
  /*position: absolute;
  top: 45%;
  left: 50%;*/
  width: 60%;
  /*margin-left: -30%;*/
  margin: auto;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 53%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .ui.container {
  height: 100%;
  width: 84%;
}
#banner li .content h2 {
  position: relative;
  line-height: 1;
  display: inline-block;
}
#banner li .content .play {
  cursor: pointer;
  color: #e47915;
  font-size: 20px;
  display: inline-block;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  width: 131px;
  height: 131px;
  /*position: relative;*/
  text-align: center;
  line-height: 131px;
  position: absolute;
}
#banner li .content .play::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: url(../images/play_txt.png) no-repeat center center;
  -webkit-animation: rotate 10s infinite linear;
  -moz-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
}
#banner li .mores {
  cursor: pointer;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  width: 200px;
  height: 200px;
  position: absolute;
  right: 7%;
  bottom: 15%;
  background-color: white;
  border-radius: 50%;
  color: black;
  line-height: 1.2;
  overflow: hidden;
}
#banner li .mores img {
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
#banner li .mores span {
  z-index: 2;
  position: relative;
}
#banner li .mores::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--color);
  width: 102%;
  height: 102%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
#banner li .mores:hover {
  color: white;
}
#banner li .mores:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#banner li .mores:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#banner li .right {
  position: absolute;
  right: 0%;
  bottom: 13%;
}
#banner .slickDots {
  position: absolute;
  bottom: 85px;
  text-align: center;
  left: 0;
  right: 0;
}
/*#banner .slickDots ul {
  display: block;
}*/
/*#banner .slickDots ul li {
  font-size: 25px;
  color: white;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: none;
  display: inline-block; 
  position: relative;
}
#banner .slickDots ul li::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .slickDots ul li.slick-active {
  opacity: 1;
  font-weight: 500;
}
#banner .slickDots ul li.slick-active::after {
  opacity: 1;
}*/
#banner .slickDots ul li.slick-active{
  background: white;
}
#banner .slickBtn .prev{
  left: 2%;
  right: auto;
}
#banner .slickBtn .next{
  right: 2%;
  left: auto;
}
.tag {
  position: relative;
  padding-left: 15px;
}
.tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
}
.title {
  line-height: 1.2;
}
.title span {
  display: block;
  margin-left: 240px;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 67px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 33px;
  padding: 0 9px 0 30px;
}
.more span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 50px;
  color: black;
  margin-left: 50px;
}
.more:hover {
  background-color: #222;
}
#index-body .i-category {
  border-radius: 73px 73px 0 0;
  background-color: #efefef;
  margin-top: -60px;
  z-index: 3;
  position: relative;
}
#index-body .i-category .top {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-category ul {
  margin: -5px;
}
#index-body .i-category ul li {
  /*width: -webkit-calc(50% / 3);
  width: -moz-calc(50% / 3);
  width: calc(50% / 3);*/
  padding: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category ul li a {
  display: block;
  height: 500px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#index-body .i-category ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-category ul li a .box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 90px;
  color: white;
  max-width: 500px;
      line-height: 1.3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}
#index-body .i-category ul li a .box .des {
  line-height: 28px;
}
#index-body .i-category ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*#index-body .i-category ul li.active,
#index-body .i-category ul li:hover {
  width: 50%;
}*/
#index-body .i-category ul li.active a .box,
#index-body .i-category ul li:hover a .box {
  opacity: 1;
}
#index-body .i-category ul li.active a::after,
#index-body .i-category ul li:hover a::after {
  opacity: 1;
}
#index-body .i-solution ul li .img-box {
  position: relative;
  background: #efefef;
  border-radius: 10px;
}
#index-body .i-solution ul li .img-box span {
  position: absolute;
  left: 17px;
  bottom: 17px;
  background-color: var(--color);
  color: white;
  border-radius: 12px;
  padding: 1px 12px;
}
#index-body .i-about {
  background-color: #4e4e4e;
  border-radius: 73px 73px 0 0;
  color: white;
  position: relative;
}
#index-body .i-about .ui.container {
  position: unset;
}
#index-body .i-about .left .content {
  line-height: 28px;
}
#index-body .i-about .right ul li .title {
  position: relative;
  z-index: 2;
  line-height: 0.8;
}
#index-body .i-about .right ul li .title::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 9px;
  z-index: -1;
  width: 100px;
  height: 20px;
  background-color: var(--color);
}
#index-body .i-about .right ul li .title span{
  margin-left: 0;
  display: inline;
}
#index-body .i-about .right .img {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 45%;
}
#index-body .i-about .right .img img {
  border-radius: 0 0 0 390px;
}
#index-body .i-about .right .img::after {
  content: "";
  position: absolute;
  left: -50px;
  top: -20px;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  z-index: -1;
  border-radius: 0 0 0 390px;
}
#index-body .i-why{
  background: #efefef;
}
#index-body .i-why ul li {
  border-right: 1px solid #d5d5d5;
}
#index-body .i-why ul li .img img,
#index-body .i-why ul li .icon img{
  margin: auto;
}
#index-body .i-why ul li .text{
  min-height: 105px;
}
#index-body .i-project ul .slick-slide > div {
  height: auto;
}
#index-body .i-project ul li {
  margin-bottom: 20px;
}
#index-body .i-project ul li .box {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #efefef;
}
#index-body .i-project ul li .box .des {
  line-height: 30px;
  color: white;
  position: absolute;
  left: 0px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
}
#index-body .i-project ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 123, 13, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-project ul li:hover .box {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
#index-body .i-project ul li:hover .box .des {
  opacity: 1;
}
#index-body .i-project ul li:hover .box::after {
  opacity: 1;
}
#index-body .i-project ul.slick-dots{
  display: none !important;
}
#index-body .i-news {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
#index-body .i-news .top .text {
  line-height: 40px;
  max-width: 530px;
}
#index-body .i-news ul li .box {
  background-color: white;
  border-radius: 20px;
  padding: 45px 45px 40px;
}
#index-body .i-news ul li .box .time {
  color: var(--color);
}
#index-body .i-news ul li .box .h4 {
  line-height: 28px;
  /*min-height: 82px;*/
}
.news-page #index-body .i-news ul li .box .h4{
  max-height: 80px;
  min-height: 80px;
  overflow: auto;
}
.product-yd-page #index-body .i-news ul li .box{
  padding: 20px 15px;
}
.product-yd-page #index-body .i-news ul li .box .h4{
  min-height: 40px;
  max-height: unset;
}
.news-page #index-body .i-news ul li .box .img-box img{
  max-height: 237px;
  object-fit: cover;
}
.product-yd-page #index-body .i-news ul li .box .img-box img{
  max-height: unset;
}
#index-body .i-news ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .i-news ul li .box .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 7px solid #ededed;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
#index-body .i-news ul li .box .arrow i {
  margin-top: 3px;
}
#index-body .i-news ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}
#footer {
  background-color: #333333;
  color: white;
}
#footer .form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#footer .form ul {
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
  height: 70px;
  border-radius: 35px;
  background-color: #3d3d3d;
  overflow: hidden;
}
#footer .form ul li {
  font-size: 16px;
  width: 27%;
}
#footer .form ul li input {
  border: none;
  background-color: transparent;
  padding: 0 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
#footer .form ul li:last-child {
  width: 44%;
}
#footer .form ul li:last-child input {
  border-right: none;
}
#footer .form button {
  background-color: var(--color);
  text-align: center;
  height: 70px;
  line-height: 68px;
  border: 2px solid transparent;
  border-radius: 35px;
  width: 110px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .form button img {
  vertical-align: middle;
}
#footer .form button:hover{
  border-color: white;
  background: transparent;
}
#footer .wrap .h5 {
  color: #9f9f9f;
}
#footer .wrap ul li {
  font-size: 18px;
  margin-bottom: 3px;
}
#footer .wrap .one {
  max-width: 370px;
}
#footer .wrap .one ul li {
  font-size: 16px;
}
#footer .wrap .share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #4d4d4d;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

#footer .wrap .share a:hover {
  background-color: var(--color);
}
#footer .wrap .more{
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
#footer .wrap #ewm {
  width: 130px;
  height: 130px;
  border: 5px solid white;
}
#footer .wrap .four{
  max-width: 300px;
}
#footer .f-copy {
  padding: 15px 0;
  font-size: 16px;
  color: #9f9f9f;
  margin-top: 20px;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: #9f9f9f;
  vertical-align: middle;
}
@media screen and (max-width: 1800px){
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 20px;
  }
}
@media screen and (max-width: 1700px) {
  .font-85{
    font-size: 54px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 18px;
  }
  #header {
    padding: 0 30px;
  }
  #header .nav .ui.menu {
    padding: 20px 10px;
  }
  #banner li .right {
    right: 9%;
    bottom: 25%;
    width: 37%;
  }
  #banner li .mores {
    width: 160px;
    height: 160px;
    font-size: 18px;
  }
  #banner li .mores img {
    width: 50px;
  }
  #index-body .i-category ul li a {
    height: 450px;
  }
  #index-body .i-category ul li a .box {
    bottom: 45px;
  }
  #index-body .i-why ul li .text{
    min-height: 126px;
  }
}
@media screen and (max-width: 1450px) {
  .font-85{
    font-size: 45px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #header .nav .ui.menu .logo img {
    width: 150px;
  }
  #index-body .i-category .top {
    width: 72%;
  }
}
@media screen and (max-width: 1250px) {
    .font-85 {
      font-size: 36px;
  }
  .title span {
    margin-left: 130px;
  }
  #banner li .content {
    top: 46%;
  }
  #banner li .mores {
    zoom: 0.8;
  }
  #banner li .content .play {
    zoom: 0.8;
  }
  #banner .slickDots {
    right: 30px;
  }
  #banner .slickDots ul li::after {
    width: 20px;
  }
  #index-body .i-category .top {
    width: 85%;
  }
  #index-body .i-category ul li a {
    height: 410px;
  }
  .font-72,
  .font-65 {
    font-size: 37px;
  }
  .font-90 {
    font-size: 50px;
  }
  #index-body .i-news ul li .box {
    padding: 30px 20px 30px;
  }
  #footer .form {
    width: 90%;
  }
  #footer .wrap ul li {
    font-size: 16px;
  }
  #footer .wrap .one {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .font-90 {
    font-size: 36px;
  }
  .font-85 {
        font-size: 28px;
    }
  #banner li .content .play {
    zoom: 0.5;
  }
  #banner .slickDots {
    display: none !important;
  }
  #banner li .mores {
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
  #banner li .mores img {
    width: 35px;
    margin-top: 8px;
  }
  #index-body .i-category .top {
    width: 100%;
  }
  #index-body .i-category ul li a {
    height: 370px;
  }
  #index-body .i-category ul li a .box {
    left: 15px;
    bottom: 15px;
  }
  #index-body .i-category {
    border-radius: 0;
    margin-top: 0px;
  }
  .font-72,
  .font-65 {
    font-size: 32px;
  }
  .title span {
    margin-left: 100px;
  }
  .more span {
    margin-left: 25px;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .i-about .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-about .right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
  #index-body .i-about .right .img {
    width: 90%;
    position: relative;
    margin-left: auto;
  }
  #index-body .i-about .right .img img {
    margin-left: auto;
    display: block;
  }
  #index-body .i-project ul.slick-dots {
    display: none !important;
  }
  #index-body .i-news,
  #index-body .i-about {
    border-radius: 40px 40px 0 0;
  }
  #footer .form {
    width: 100%;
  }
  #footer .wrap .four,
  #footer .wrap .three,
  #footer .wrap .two {
    display: none;
  }
  #footer .wrap .one {
    max-width: 100%;
  }
  #index-body .i-why ul li .text{
    min-height: unset;
  }
}
@media screen and (max-width: 700px) {
  .font-90 {
    font-size: 24px;
  }
  .font-85 {
    font-size: 22px;
  }
  .font-72,
  .font-65 {
    font-size: 26px;
  }
  #banner li .content{
    top: 37%;
  }
  #index-body .i-category ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-category ul li a .box{
    opacity: 1;
  }
  #footer .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
  }
  #footer .form ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .form ul li input {
    background-color: #3d3d3d;
    border-radius: 35px;
    height: 45px;
    border: none;
  }
  #footer .form ul li:last-child {
    width: 100%;
  }
  #footer .form button {
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 500px) {
      .font-85 {
        font-size: 18px;
    }
    #banner li .mores{
      right: -3%;
      bottom: -6%;
    }
    
  #banner li .right {
    display: none;
  }
  #banner li > img {
    /*min-height: 230px;*/
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content .left {
    width: 100%;
  }
  #banner li .mores {
    zoom: 0.5;
  }
  .font-72,
  .font-65 {
    font-size: 22px;
  }
  .title span {
    margin-left: 35px;
  }
  #index-body .i-category ul li a .box .des{
    display: none;
  }
  #index-body .i-about .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about .right ul li {
    margin-bottom: 30px;
  }
  #index-body .i-about .right .img img {
    border-radius: 0 0 0 175px;
  }
  #index-body .i-about .right .img::after {
    left: -25px;
    border-radius: 0 0 0 175px;
  }
  #index-body .i-news .top .text {
    text-align: left;
    line-height: 26px;
    margin-top: 20px;
  }
}
.pt-290 {
  padding-top: 290px;
}
.inner-banner {
  background-size: cover;
  background-position: center center;
  color: white;
}
.inner-banner .mbx {
  position: relative;
}
.inner-banner .mbx i {
  color: var(--color);
}
.inner-page {
  z-index: 2;
  position: relative;
}
.inner-page ul.nav li {
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #484343;
}
.inner-page ul.nav li a {
  display: block;
  padding: 0 10px;
  position: relative;
}
.inner-page ul.nav li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #484343;
}
.inner-page ul.nav li:last-child a::after {
  content: none;
}
.inner-page ul.nav li:hover,
.inner-page ul.nav li.active {
  color: var(--color);
}
.inner-page.product-page ul.nav li a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page.product-page ul.nav li.active a::before,
.inner-page.product-page ul.nav li:hover a::before{
  width: 100%;
  opacity: 1;
}
.about-page {
  z-index: 2;
  position: relative;
}
.about-page .about-1 {
  margin-top: -60px;
  border-radius: 73px 73px 0 0;
  background-color: white;
}
.about-page .about-1 .left .play {
  font-size: 22px;
  height: 106px;
  border-radius: 28px;
  color: white;
  background-color: var(--color);
  width: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  padding: 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-page .about-1 .left .play i {
  font-size: 40px;
}
.about-page .about-1 .left .play:hover{
  box-shadow: 0px 0px 10px 0px rgba(7, 112, 58,0.5);
}
.about-page .about-2 {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #efefef));
  background: -webkit-linear-gradient(top, white 50%, #efefef 50% 100%);
  background: -moz-linear-gradient(top, white 50%, #efefef 50% 100%);
  background: linear-gradient(to bottom, white 50%, #efefef 50% 100%);*/
  /*-webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);*/
}
.about-page .about-1 .right .content{
  max-height: 425px;
  overflow: auto;
      line-height: 28px;
}
.about-page .about-2 .box {
  /*background-color: #3b3b3b;*/
  border-radius: 26px;
  /*color: white;*/
}
.about-page .about-2 .box ul li {
  color: var(--color);
}
.about-page .about-2 .box ul li .box2{
  background: #f4f4f4;
  border-radius: 20px;
  padding: 44px;
      text-align: center;
  min-width: 400px;
}
.about-page .about-2 .box ul li .h2 {
  line-height: 1;
}
.about-page .about-2 .box ul li .h2 span {
  font-size: 36px;
}
.about-page .about-2 .box ul li p {
  color: black;
}
.about-page .about-3 {
  background-color: #efefef;
  overflow: hidden;
  background: url(../images/banner3.jpg) no-repeat;
  background-size: cover;
  /*padding-top: 240px;*/
  /*margin-bottom: 60px;*/
}
.about-page .about-3 .top .left {
  width: 70%;
}
.about-page .about-3 .top .text {
  width: 30%;
  line-height: 1.5;
}
.about-page .about-3 .list .line {
  position: absolute;
  left: -200px;
  right: -200px;
  height: 1px;
  background-color: var(--color);
  top: 80px;
}
.about-page .about-3 .list ul .slick-list {
  padding-bottom: 30px;
}
.about-page .about-3 .list ul li .time {
  color: var(--color);
  font-weight: 500;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li i {
  display: inline-block;
  margin-left: 15px;
  margin-right: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #e2efe8;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li i::after {
  content: "";
  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%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li .box {
  background-color: white;
  padding: 35px 35px 35px 55px;
  position: relative;
  border-radius: 23px;
  -webkit-box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
  box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
}
.about-page .about-3 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 45px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--color);
}
.about-page .about-3 .list ul li .box::before {
  content: "";
  position: absolute;
  left: 33px;
  top: -28px;
  width: 1px;
  height: 75px;
  background-color: var(--color);
}
.about-page .about-3 .list ul li .des{
  max-height: 195px;
  min-height: 195px;
  overflow: auto;
  padding-right: 5px;
}
.about-page .about-3 .list ul li:hover .time{
  color: #e47915;
}
.about-page .about-3 .list ul li:hover i::after{
  background: #e47915;
}
.about-page .about-3 .list ul li:hover i{
  background: rgba(228, 121, 21,0.5);
}
.about-page .about-4 {
  background-color: #efefef;
}
.about-page .about-4 .img {
  border-radius: 73px 73px 0 0;
  overflow: hidden;
}
.about-page .about-5 {
  z-index: 3;
  position: relative;
  /*margin-top: -220px;*/
  margin-top: -60px;
  border-radius: 73px 73px 0 0;
  background: white;
}
.about-page .about-5 .ui.container {
  z-index: 2;
}
.about-page .about-5 .content_box {
  background-color: white;
  border-radius: 0 170px 0 0;
  z-index: 5;
}
.about-page .about-5 .content_box ul li .box {
  border: 1px solid #c7c7c7;
  padding: 30px;
}
.about-page .about-5 .content_box ul li .box .icon {
  text-align: center;
}
.about-page .about-5 .content_box ul li .box .icon img {
  margin: auto;
}
.about-page .about-5 .content_box ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 196px;
}
.about-page .about-5 .content_box .slickDots {
  width: 280px;
  height: 11px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about-page .about-5 .content_box .slickDots i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: var(--color);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .content_box .slickDots ul {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.about-page .about-5 .content_box .slickDots ul li {
  padding: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 100%;
  background-color: #e2efe8;
  margin: 0;
  border: none;
  border-radius: 0;
}
/*.about-page .about-5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: white;
  z-index: -1;
}*/
.about-page .about-6 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.about-page .about-6 .top .left {
  width: 70%;
}
.about-page .about-6 .top .left .title span {
  margin-left: 100px;
}
.about-page .about-6 .top .text {
  line-height: 40px;
  width: 30%;
}
.about-page .about-6 ul .slick-slide > div {
  height: unset !important;
}
.about-page .about-6 ul li {
  margin-bottom: 20px;
}
.about-page .about-6 ul li a {
  display: block;
  background-color: white;
  border-radius: 20px;
  text-align: center;
  height: 145px;
}
.about-page .about-6 ul li a img {
  margin: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 50%;
}
.contact-page .contact-1 {
  background-color: white;
  margin-top: -65px;
  border-radius: 73px 73px 0 0;
}
.contact-page .contact-1 .left form input,
.contact-page .contact-1 .left form textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .left form textarea {
  padding: 20px;
  height: 150px;
}
.contact-page .contact-1 .left form button {
  border: none;
}
.contact-page .contact-1 .right {
  padding-left: 345px;
}
.contact-page .contact-1 .right .share a {
  font-size: 30px;
  margin-right: 15px;
}
.contact-page .contact-2 {
  border-radius: 73px 73px 0 0;
  background-color: #efefef;
}
.contact-page .contact-2 .left {
  max-width: 440px;
}
.contact-page .contact-2 .left ul li {
  color: #2b2b2b;
}
.contact-page .contact-2 .left ul li i {
  color: var(--color);
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-page .contact-2 .right {
  text-align: right;
}
.contact-page .contact-2 .right .pre {
  display: inline-block;
}
.contact-page .contact-2 .right .add {
  background-color: white;
  padding: 30px 45px;
  border-radius: 23px;
  -webkit-box-shadow: -5.814px 15.975px 49px 0px rgba(94, 94, 94, 0.18);
  box-shadow: -5.814px 15.975px 49px 0px rgba(94, 94, 94, 0.18);
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 380px;
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
}
.contact-page .contact-2 .right .add .h4 {
  color: var(--color);
  margin-bottom: 5px;
}
.contact-page .contact-2 .right img {
  border-radius: 20px;
}
.gallery-page {
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
  background-color: white;
}
.gallery-page .list ul li a {
  display: block;
  position: relative;
}
.gallery-page .list ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  padding: 0 20px;
}
.gallery-page .list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left bottom, left top, from(#07703a), to(transparent));
  background: -webkit-linear-gradient(bottom, #07703a, transparent);
  background: -moz-linear-gradient(bottom, #07703a, transparent);
  background: linear-gradient(to top, #07703a, transparent);
  bottom: 0;
  opacity: 0;
}
.gallery-page .list ul li:hover a p {
  opacity: 1;
}
.gallery-page .list ul li:hover a::after {
  opacity: 1;
}
.m-page a,
.m-page span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.news-page .news-1 {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.news-page .news-1 .des {
  text-align: center;
  line-height: 35px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  max-height: 210px;
  overflow: auto;
}
.news-page.product-page .news-1 .des{
  text-align: left;
}
.news-page .news-2 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.newdet-page {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.newdet-page .newdet-1 .tag {
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  line-height: 32px;
}
.product-page #index-body .i-news ul li .img-box img {
  width: auto;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 {
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
  background-color: white;
}
.prodet-page .prodet-1 .left .big {
  background-color: #f5f5f5;
  border-radius: 27px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .left .big .Auxil-through {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .left .big .Auxil-through span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid white;
  flex: none;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
  background-color: #f5f5f5;
  border-radius: 11px;
}
.prodet-page .prodet-1 .left .small ul li a img {
  width: auto;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.3;
}
#mobile3 .m-nav ul li a {
    line-height: 30px;
}
.prodet-page .prodet-1 .right .content {
  line-height: 1.8;
  max-height: 535px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .share {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.prodet-page .prodet-1 .right .share li {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
}
.prodet-page .prodet-1 .right .share li:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .content {
  line-height: 1.8;
}
#index-body .application ul .slick-list {
  padding: 0 30%;
}
#index-body .application ul li .img-box {
  border-radius: 30px;
}
#index-body .application ul li .img-box p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  bottom: 40px;
}
.resource-page .resource-1 {
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
  background-color: white;
}
.resource-page .resource-1 .top .text {
  max-width: 460px;
  line-height: 1.6;
}
.resource-page .resource-1 ul li{
  margin-bottom: 20px;
}
.resource-page .resource-1 ul li .box {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px 30px;
}
.resource-page .resource-1 ul li .box .more{
  zoom: 0.6;
}
.resource-page .resource-1 ul li .box .more:focus{
  background-color: var(--color) !important;
    outline: 0;
     -webkit-tap-highlight-color:unset !important; 
}
.resource-page .resource-1 ul li .box .h3 {
  line-height: 1.3;
  min-height: 72px;
}
.resource-page .resource-1 ul li .box .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  border: 8px solid #ededed;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.resource-page .resource-1 ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}
.resource-page .resource-1 ul .slick-slide > div{
  height: unset !important;
}
.resource-page .resource-2 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
  margin-top: -60px;
}
.resource-page .resource-2 .top .text {
  line-height: 1.65;
}
.resource-page .resource-2 ul li {
  color: white;
}
.resource-page .resource-3{
  margin-top: -60px;
  border-radius: 73px 73px 0 0;
  background: white;
}
.resource-page .resource-3 .left .title span {
  margin-left: 65px;
}
.resource-page .resource-3 .left p {
  line-height: 1.6;
}
.resource-page .resource-3 .right ul li {
  border-radius: 14px;
  border: 1px solid #c7c7c7;
  padding: 24px 35px 16px 40px;
  cursor: pointer;
}
.resource-page .resource-3 .right ul li .h5 {
  padding-right: 30px;
  position: relative;
}
.resource-page .resource-3 .right ul li .h5 i {
  position: absolute;
  right: 0;
  top: 1px;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.resource-page .resource-3 .right ul li .des {
  display: none;
  color: #6f6f6f;
  line-height: 1.75;
  margin-top: 19px;
}
.resource-page .resource-3 .right ul li.active .h5 i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.solution-page {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.solution-page ul li .img-box {
  border-radius: 20px;
}
.solution-page ul li .content {
  border-radius: 12px;
  background-color: white;
  padding: 25px 30px;
  width: 80%;
  margin: auto;
  z-index: 3;
  position: relative;
  margin-top: -80px;
}
.solution-page ul li .content .des {
  line-height: 28px;
  opacity: 0.7;
}
.soludet-page .soludet-1 {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.soludet-page .soludet-1 .right .title {
  line-height: 1.1;
}
.soludet-page .soludet-1 .right .des {
  line-height: 30px;
}
.soludet-page .soludet-2 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.soludet-page .soludet-2 .top .left {
  width: 65%;
}
.soludet-page .soludet-2 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-2 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
}
.soludet-page .soludet-2 ul li .box {
  background-color: white;
  border: 1px solid #c7c7c7;
  padding: 40px 30px 35px;
}
.soludet-page .soludet-2 ul li img {
  margin: auto;
}
.soludet-page .soludet-3 {
  background-color: #4e4e4e;
  border-radius: 73px 73px 0 0;
  position: relative;
  z-index: 3;
  margin-top: -65px;
}
.soludet-page .soludet-3 .top {
  color: white;
}
.soludet-page .soludet-3 .top .left {
  width: 65%;
}
.soludet-page .soludet-3 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-3 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
}
.soludet-page .soludet-3 ul li .img-box {
  border-radius: 25px;
}
.soludet-page .soludet-3 ul li .box {
  width: 80%;
  margin: auto;
  z-index: 2;
  position: relative;
  margin-top: -80px;
  background-color: white;
  padding: 30px 40px;
  border-radius: 12px;
}
.soludet-page .soludet-3 ul li .box .des {
  line-height: 32px;
  opacity: 0.7;
  max-height: 160px;
  overflow: auto;
  padding-right: 5px;
}
.soludet-page .soludet-4 ul li {
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 32px;
}
.soludet-page .soludet-4 ul li .left {
  width: 57%;
  border-radius: 32px;
  overflow: hidden;
}
.soludet-page .soludet-4 ul li .left img {
  width: 100%;
}
.soludet-page .soludet-4 ul li .right {
  width: 43%;
}
.soludet-page .soludet-4 ul li .right .h4 {
  line-height: 1.44;
}
.soludet-page .soludet-4 ul li .right .des {
  line-height: 30px;
  max-height: 365px;
  overflow: auto;
}
.soludet-page .soludet-4 .slickBtn div {
  background-color: transparent;
  border: 1px solid #b9b9b9;
  color: black;
}
.soludet-page .soludet-4 .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.soludet-page #index-body .i-solution {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.soludet-page .soludet-5 .left {
  width: 30%;
}
.soludet-page .soludet-5 .left p {
  line-height: 30px;
  opacity: 0.8;
}
.soludet-page .soludet-5 .left .share a {
  font-size: 30px;
  margin-right: 15px;
}
.soludet-page .soludet-5 .right {
  width: 52%;
}
.soludet-page .soludet-5 .right form input,
.soludet-page .soludet-5 .right form textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.soludet-page .soludet-5 .right form textarea {
  padding: 20px;
  height: 150px;
}
.soludet-page .soludet-5 .right form button {
  border: none;
}
.sus-page .sus-1 {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.sus-page .sus-1 .left .des {
  line-height: 30px;
}
.sus-page .sus-2 {
  color: white;
}
.sus-page .sus-2 .left {
  position: relative;
}
.sus-page .sus-2 .left .circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
}
.sus-page .sus-2 .left .circle::before,
.sus-page .sus-2 .left .circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
.sus-page .sus-2 .left .circle::after {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.sus-page .sus-2 .left ul li {
  position: absolute;
  padding-left: 55px;
  z-index: 2;
}
.sus-page .sus-2 .left ul li .h3 {
  line-height: 1;
}
.sus-page .sus-2 .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: url(../images/circle.png) no-repeat center;
  width: 206px;
  height: 207px;
}
.sus-page .sus-2 .left ul li:nth-child(1) {
  left: 0;
  top: 20%;
}
.sus-page .sus-2 .left ul li:nth-child(2) {
  left: 53%;
  top: 74%;
}
.sus-page .sus-2 .right .des {
  line-height: 30px;
  opacity: 0.8;
}
.sus-page #index-body .i-project .top .title {
  line-height: 1.1;
}
.sus-page #index-body .i-project .top .title span {
  margin-left: 65px;
}
.sus-page #index-body .i-project .top .text {
  max-width: 725px;
  line-height: 1.4;
}
.sus-page .soludet-page .soludet-5 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.m-link {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}
.m-link .next {
  text-align: right;
}
.seo_form {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.seo_form form {
  width: 80%;
  margin: auto;
}
.seo_form form input,
.seo_form form textarea {
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 100%;
}
.seo_form form textarea {
  padding: 20px;
  height: 150px;
}
.seo_form form button {
  border: none;
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .right {
    padding-left: 280px;
  }
}
@media screen and (max-width: 1450px) {
  .pt-290 {
    padding-top: 200px;
  }
  .about-page .about-3 .top .left,
  .about-page .about-6 .top .left {
    width: 60%;
  }
  .about-page .about-3 .top .text,
  .about-page .about-6 .top .text {
    width: 40%;
  }
  .contact-page .contact-1 .right {
    padding-left: 165px;
  }
  .resource-page .resource-1 ul li{
    width: 33.33%;
  }
}
@media screen and (max-width: 1250px) {
  .pt-290 {
    padding-top: 130px;
  }
  .about-page .about-1{
    margin-top: 0;
  }
  .about-page .about-1 .left .play {
    font-size: 18px;
  }
  .about-page .about-3 .list .line {
    top: 67px;
  }
  .about-page .about-6 ul li a {
    height: 110px;
    padding: 15px;
  }
  .about-page .about-6 ul li a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  /*.about-page .about-5 {
    margin-top: -100px;
  }*/
  .about-page .about-5,
  .sus-page .sus-1,
  .sus-page .soludet-page .soludet-5,
  .prodet-page .prodet-1,
  .resource-page .resource-1,
  .resource-page .resource-2,
  .resource-page .resource-3,
  .soludet-page #index-body .i-solution,
  .gallery-page,
  .newdet-page,
  .seo_form,
  .solution-page,
  .soludet-page .soludet-1,
  .soludet-page .soludet-3,
  .soludet-page .soludet-2,
  .news-page .news-1,
  .news-page .news-2,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .about-page .about-4 .img,
  .about-page .about-6,
  .about-page .about-1 {
    border-radius: 40px 40px 0 0;
  }
  .about-page .about-5 .content_box {
    border-radius: 0 90px 0 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 80px;
  }
  .contact-page .contact-1 .left form input,
  .contact-page .contact-1 .left form textarea,
  .soludet-page .soludet-5 .right form input {
    font-size: 18px;
    height: 60px;
  }
  .soludet-page .soludet-5 .right form textarea {
    font-size: 18px;
  }
  .contact-page .contact-1 .left form textarea {
    height: 150px;
  }
  .about-page .about-5,
  .resource-page .resource-1,
  .resource-page .resource-2,
  .resource-page .resource-3,
  .solution-page,
  .soludet-page .soludet-1,
  .sus-page .sus-1,
  .contact-page .contact-1,
  .gallery-page,
  .news-page .news-1,
  .newdet-page,
  .prodet-page .prodet-1 {
    margin-top: 0px;
  }
  .news-page #index-body .i-news ul li {
    width: 33.33%;
  }
  .prodet-page .prodet-1 .left .big .Auxil-through span {
    zoom: 0.6;
  }
  .soludet-page .soludet-5 .left {
    width: 43%;
  }
  .sus-page .sus-2 .left .circle {
    width: 390px;
    height: 390px;
  }
  .sus-page .sus-2 .left ul li::after {
    zoom: 0.7;
  }
  .sus-page .sus-2 .left ul li {
    padding-left: 40px;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
  .about-page .about-5,
  .resource-page .resource-1, .solution-page, .soludet-page .soludet-1, .sus-page .sus-1, .contact-page .contact-1, .gallery-page, .news-page .news-1, .newdet-page, .prodet-page .prodet-1{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    margin-top: 0px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .about-page .about-1 .left .play {
    height: 70px;
    border-radius: 15px;
  }
  .about-page .about-3 .top .left,
  .about-page .about-6 .top .left {
    width: 100%;
  }
  .about-page .about-3 .top .text,
  .about-page .about-6 .top .text {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .seo_industry.pt-50.pb-60,
  a.footapso {
    display: none !important;
}
  .contact-page .contact-1 .right {
    padding-left: 30px;
  }
  .contact-page .contact-1 .right .share a {
    font-size: 22px;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-2 .right .add {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .inner-page ul.nav {
    display: none;
  }
  .gallery-page .list {
    margin-top: 40px;
  }
  .gallery-page .list ul li a p {
    bottom: 10px;
  }
  .news-page #index-body .i-news ul li {
    width: 50%;
  }
  .news-page #index-body .i-news {
    padding-top: 50px;
  }
  .seo_form form {
    width: 100%;
  }
  .seo_form form input,
  .seo_form form textarea {
    font-size: 18px;
  }
  .seo_form form input {
    height: 50px;
  }
  .m-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-link .next {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    padding: 0;
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .left .small ul li a img {
    margin: auto;
  }
  .resource-page .resource-1 .top .text {
    width: 100%;
    text-align: left;
  }
  .resource-page .resource-1 ul li{
    width: 50%;
  }
  .resource-page .resource-3 .left {
    width: 100%;
    padding: 0;
  }
  .resource-page .resource-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page ul li .content {
    padding: 20px 15px;
  }
  .soludet-page .soludet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .soludet-page .soludet-1 .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .left,
  .soludet-page .soludet-3 .top .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .text,
  .soludet-page .soludet-3 .top .text {
    width: 100%;
    text-align: left;
  }
  .soludet-page .soludet-4 ul li .left {
    width: 100%;
  }
  .soludet-page .soludet-4 ul li .right {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
  .soludet-page .soludet-3 {
    margin-top: -40px;
  }
  .soludet-page .soludet-2 .top .left .title span,
  .soludet-page .soludet-3 .top .left .title span {
    margin-left: 100px;
  }
  .sus-page .sus-1 .left {
    width: 100%;
    padding: 0;
  }
  .sus-page .sus-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sus-page .sus-2 .left ul li {
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }
  .sus-page .sus-2 .left ul li:nth-child(1) {
    margin-bottom: 115px;
  }
  .sus-page .sus-2 .left ul {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sus-page .sus-2 .left .circle {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 {
    margin-top: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right .add {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }
  .gallery-page .list ul li {
    width: 50%;
  }
  .news-page #index-body .i-news ul li {
    width: 100%;
  }
  #index-body .application ul li .img-box {
    border-radius: 0;
  }
  #index-body .application ul li .img-box .img {
    overflow: hidden;
  }
  #index-body .application ul li .img-box p {
    position: relative;
    bottom: 0;
    color: black;
  }
  #index-body .application ul .slick-list {
    padding: 0 15%;
  }
  .resource-page .resource-1 ul li{
    width: 100%;
  }
  .resource-page .resource-2 .top .text {
    width: 100%;
    margin-top: 20px;
  }
  .resource-page .resource-3 .right ul li {
    padding: 19px 10px 16px 13px;
  }
  .resource-page .resource-2 .top .left {
    width: 100%;
  }
  .slickGap-130 li {
    padding: 0 15px;
  }
  .slickGap-130 {
    margin: 0 -15px;
  }
  .soludet-page .soludet-5 .left {
    width: 100%;
  }
  .soludet-page .soludet-5 .right {
    width: 100%;
    margin-top: 20px;
  }
  .soludet-page .soludet-2 .top .left .title span,
  .soludet-page .soludet-3 .top .left .title span {
    margin-left: 60px;
  }
  .soludet-page .soludet-5 .left .share a {
    font-size: 18px;
  }
  .sus-page .sus-2 .left {
    width: 100%;
  }
  .sus-page .sus-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .box {
    padding: 15px 20px;
  }
  .about-page .about-6 .top .left .title span {
    margin-left: 20px;
  }
  .gallery-page .list ul li {
    width: 100%;
  }
  .solution-page ul li {
    width: 100%;
  }
}
