@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-SemiBold';
  src: url(../fonts/PlayfairDisplay-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter-Light';
  src: url(../fonts/Inter-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter-Regular';
  src: url(../fonts/Inter-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Assistant-Light';
  src: url(../fonts/Assistant-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Assistant-Bold';
  src: url(../fonts/Assistant-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}
body {
  font-family: "DINPRO-REGULAR";
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tghjingvis {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
}

.dljklopig {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}

#header {
  height: 120px;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(19, 19, 19, 0.28);
  transition: all .5s;
}

@media (max-width: 1300px) {
  #header {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
}
#header .nav {
  height: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  height: 120px;
}
@media (max-width: 1300px) {
  #header .nav .ui.menu .logo {
    height: 100%;
  }
}
#header .nav .ui.menu .logo a {
  height: 100%;
  display: block;
  width: 100%;
}
#header .nav .ui.menu .logo a img {
  width: 100%;
  height: 100%;
}
#header .nav .ui.menu .menu-box {
  width: 55%;
}
#header .nav .ui.menu .menu-box ul.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 3vw;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li a {
  font-family: 'Montserrat-Regular';
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 2px;
  height: 30px;
  background-color: #baa08f;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #baa08f;
  -webkit-transition: 0.5s 0.5s border;
  -moz-transition: 0.5s 0.5s border;
  -ms-transition: 0.5s 0.5s border;
  -o-transition: 0.5s 0.5s border;
  transition: 0.5s 0.5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0 25px;
}
@media (max-width: 1300px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    font-size: 14px;
    padding: 0 10px;
  }
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 240px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #baa08f;
  display: none \9;
  min-width: 125px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  text-align: center;
}
#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: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 .right {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .nav .ui.menu .lang {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  padding-right: 30px;
  border-right: 2px solid #fff;
  font-family: 'Montserrat-SemiBold';
  position: relative;
}
@media (max-width: 1300px) {
  #header .nav .ui.menu .lang {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  #header .nav .ui.menu .lang {
    font-size: 14px;
  }
}
#header .nav .ui.menu .lang span {
  transform: rotate(180deg);
  margin-left: 10px;
}
#header .nav .ui.menu .lang:hover .lang_list {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg);
}
#header .nav .ui.menu .lang .lang_list {
  width: 100%;
  top: 40px;
  background-color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  top: 100%;
  left: -10px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: all 0.5s;
}
.inner-page .sideBox .side-right .bottom h1 {
  font-size: 32px;
  font-family: 'roboto-bold';
}

#header .nav .ui.menu .lang .lang_list li {
  width: 100%;
}
#header .nav .ui.menu .lang .lang_list li a {
  text-align: center;
  padding: 5px 0;
  display: block;
  width: 100%;
  transition: all 0.5s;
}
@media (max-width: 1300px) {
  #header .nav .ui.menu .lang .lang_list li a {
    font-size: 14px;
  }
}
#header .nav .ui.menu .lang .lang_list li a:hover {
  background-color: #baa08f;
}
#header .nav .ui.menu .h-search {
  margin-left: 30px;
  cursor: pointer;
  width: 24px;
}
@media (max-width: 1300px) {
  #header .nav .ui.menu .h-search {
    margin-left: 15px;
  }
}
#header .nav .ui.menu .menu_btn {
  margin-left: 40px;
  background-color: #baa08f;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1300px) {
  #header .nav .ui.menu .menu_btn {
    margin-left: 20px;
  }
}
#header .nav .ui.menu .menu_btn:hover div span:nth-child(2) {
  width: 30px;
}
#header .nav .ui.menu .menu_btn > div {
  padding: 0 40px;
  position: relative;
}
#header .nav .ui.menu .menu_btn > div span {
  height: 2px;
  width: 30px;
  background-color: #fff;
  display: block;
  margin-top: 7px;
  transition: all 0.5s;
  transform-origin: left;
}
#header .nav .ui.menu .menu_btn > div span:first-child {
  margin-top: 0;
}
#header .nav .ui.menu .menu_btn > div span:nth-child(2) {
  width: 22px;
}
#header .nav .ui.menu .menu_btn .active_2 span:first-child {
  transform: rotate(38deg);
}
#header .nav .ui.menu .menu_btn .active_2 span:last-child {
  transform: rotate(-38deg);
}
#header .nav .ui.menu .menu_btn .active_2 span:nth-child(2) {
  opacity: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#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 {
  width: 100%;
}
#banner a {
  width: 100%;
  display: block;
}
#banner a img {
  width: 100%;
}
#banner .swiper-container {
  position: relative;
}
#banner .swiper-container .des {
  position: absolute;
  top: 15vw;
  z-index: 3;
  left: 12.5vw;
  width: 34vw;
  font-family: 'PlayfairDisplay-Bold';
  font-size: 3vw;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 4vw 0;
  padding-left: 3vw;
  padding-right: .5vw;

  background: #00000070;
}
#banner .swiper-container .des div{
  width: 100%;
}
#banner .swiper-container .des a{
  font-size: 1vw;
  margin-top: 2vw;
  font-family: 'Montserrat-SemiBold';
  padding: 10px 20px;
  background: #baa08f;
  width: auto;
  display: inline;
}
@media (max-width: 1500px) {
  #banner .swiper-container .des {
    font-size: 4vw;
    width: 45vw;
  }
}
@media (max-width: 1024px) {
  #banner .swiper-container .des {
    top: 14vw;
  }
}
@media (max-width: 414px) {
  #banner .swiper-container .des {
    top: 18vw;
  }

}
#banner .swiper-container .des_2 {
  position: absolute;
  top: 13vw;
  left: 13vw;
  padding: 40px 50px;
  border: #baa08f solid 4px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat-Medium';
}
@media (max-width: 1500px) {
  #banner .swiper-container .des_2 {
    font-size: 1.2vw;
    padding: 3.5vw 3vw;
  }
}
@media (max-width: 1024px) {
  #banner .swiper-container .des_2 {
    top: 8vw;
  }
}
@media (max-width: 414px) {
  #banner .swiper-container .des_2 {
    border-width: 2px;
    padding: 10px;
  }
}
#banner .swiper-container .des_2 > div:nth-child(2) {
  display: flex;
  align-items: center;
  margin-top: 340px;
}
@media (max-width: 1500px) {
  #banner .swiper-container .des_2 > div:nth-child(2) {
    margin-top: 22vw;
  }
}
#banner .swiper-container .des_2 > div:nth-child(2) span {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #baa08f;
  margin-right: 20px;
}

#banner .swiper-container .swiper-slide .des_2 {
  display: none;
}
#banner .swiper-container .link {
  position: absolute;
  bottom: 3vw;
  right: 3vw;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .swiper-container .link .list {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(92, 81, 69, 0.6);
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 414px) {
  #banner .swiper-container .link .list {
    height: 15px;
    width: 15px;
    margin-left: 3px;
  }
}
#banner .swiper-container .link .list img {
  width: 50%;
}
#banner .swiper-container .swiper-pagination {
  position: absolute;
  width: 22px;
  right: 40px;
  top: 40%;
  left: unset;
}
#banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  background-color: #baa08f;
  display: flex;
  justify-content: center;
  opacity: 1;
  align-items: center;
}
@media (max-width: 414px) {
  #banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin-top: 5px;
  }
}
#banner .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 414px) {
  #banner .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
    height: 4px;
    width: 4px;
  }
}
#banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 414px) {
  #banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
  }
}
#banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #baa08f;
  border-radius: 50%;
}
#index-body .i-about {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  #index-body .i-about {
    padding: 50px 0;
  }
}
@media (max-width: 414px) {
  #index-body .i-about {
    padding: 10px;
  }
}
#index-body .i-about .container {
  width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  #index-body .i-about .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .inner-page .sideBox .side-right .bottom h1,  #footer > .bottom div a.footerintroa{
    display: none!important;
  }
  .content99 {
    display: none;
  }
  .vdfgrtqq {
    display: none !important;
  }
 
}
#index-body .i-about .container .left {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
@media (max-width: 768px) {
  #index-body .i-about .container .left {
    width: 80%;
  }
}
@media (max-width: 414px) {
  #index-body .i-about .container .left {
    padding: 30px 0;
    width: 100%;
  }
}
#index-body .i-about .container .left img {
  width: 372px;
}
@media (max-width: 414px) {
  #index-body .i-about .container .left img {
    width: 57vw;
  }
}
#index-body .i-about .container .left img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .i-about .container .left .last_img {
  width: 375px;
  height: 490px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 414px) {
  #index-body .i-about .container .left .last_img {
    width: 57vw;
    height: 68vw;
  }
}
#index-body .i-about .container .left .last_img img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
#index-body .i-about .container .left .last_img .play_btn {
  background: #FFF;
  z-index: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #baa08f;
  font-size: 30px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 414px) {
  #index-body .i-about .container .left .last_img .play_btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
#index-body .i-about .container .left .last_img .play_btn:hover::before {
  content: '';
  -webkit-animation: ripple 2s infinite;
  -moz-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
  width: 110%;
  height: 110%;
  background: #fff;
  top: 30px;
  left: 30px;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 414px) {
  #index-body .i-about .container .left .last_img .play_btn:hover::before {
    top: 15px;
    left: 15px;
  }
}
#index-body .i-about .container .left .last_img .play_btn span {
  transform: rotate(90deg) scale(1.2, 1);
  display: block;
  margin-left: 10px;
}
@media (max-width: 414px) {
  #index-body .i-about .container .left .last_img .play_btn span {
    margin-left: 35px;
  }
}
#index-body .i-about .container .right {
  width: 50%;
  padding: 40px 50px;
}
@media (max-width: 1024px) {
  #index-body .i-about .container .right {
    padding: 20px 25px;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .container .right {
    width: 100%;
  }
}
@media (max-width: 414px) {
  #index-body .i-about .container .right {
    padding: 0;
    margin-top: 20px;
  }
}
#index-body .i-about .container .right .title {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 40px;
  color: #333;
}
@media (max-width: 1024px) {
  #index-body .i-about .container .right .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .container .right .title {
    text-align: center;
  }
}
#index-body .i-about .container .right .describe {
  font-size: 18px;
  color: #888888;
  font-family: 'Montserrat-Regular';
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 32px;
}
#index-body .i-about .container .right .describe h1 {
display: inline;
}
@media (max-width: 1024px) {
  #index-body .i-about .container .right .describe {
    font-size: 16px;
    margin-top: 15px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .container .right .describe {
    text-align: center;
  }
}
#index-body .i-about .container .right .more {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #index-body .i-about .container .right .more {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .container .right .more {
    justify-content: center;
  }
}
#index-body .i-about .container .right .more div {
  width: 50px;
  height: 2px;
  background-color: #666666;
  margin-right: 20px;
}
#index-body .i-about .container .right .more a {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  #index-body .i-about .container .right .more a {
    font-size: 14px;
  }
}
#index-body .i-about .container .right .more a:hover {
  color: #baa08f;
}
#index-body .i-about .container .right .num {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #index-body .i-about .container .right .num {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .container .right .num {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#index-body .i-about .container .right .num .left {
  padding: 30px;
  border: #baa08f solid 4px;
  width: auto;
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 70px;
}
@media (max-width: 1300px) {
  #index-body .i-about .container .right .num .left {
    font-size: 40px;
    padding: 20px;
  }
}
@media (max-width: 414px) {
  #index-body .i-about .container .right .num .left {
    font-size: 30px;
    padding: 10px;
  }
}
#index-body .i-about .container .right .num .right {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 24px;
  padding: 0;
  margin-left: 30px;
}
@media (max-width: 1300px) {
  #index-body .i-about .container .right .num .right {
    margin-left: 20px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .container .right .num .right {
    width: auto;
  }
}
@media (max-width: 414px) {
  #index-body .i-about .container .right .num .right {
    margin-top: 0;
    font-size: 16px;
  }
}
#index-body .i-new_product {
  position: relative;
  padding: 140px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
@media (max-width: 1600px) {
  #index-body .i-new_product{
    background-size: auto 100%;
  }
}
.fx_box{
  display: none;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  z-index: 20;
}
.fx_box .cont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fx_box .cont .shadow{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .3;
}
.fx_box .cont .content{
  background-color: #fff;
  z-index: 2;
  width: 80%;
  border-radius: 30px;
  box-shadow: 0 0 5px 5px #929292;
  max-width: 414px;
  position: relative;
}
.fx_box .cont .content .close{
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: -30px;
  top: 0;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
}

.fx_box .cont .content .close:hover{
  background-color: #baa08f;
  color: #fff;
}

.fx_box .cont .content .top{
  display: flex;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
#index-body .i-new_product .fx_box .cont .content .top .left{
  padding: 10px 0;
  margin-top: 0;
  color: #000;
}

#index-body .i-new_product .fx_box .cont .content .top .right{
  position: relative;
  top: 0;
  left: 0;
}
.fx_box .cont .content .top .left{
  padding: 0
}
.fx_box .cont .content .top div{
  width: 50%;
  padding: 0;
  margin: 0;
  top: 0;
  position: relative;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  cursor: pointer;
  background-color: #fff;
  transition: all .5s;
}
#index-body .i-new_product .fx_box .cont .content .top .left{
  border-right: #ccc solid 1px;
  background: #fff
}
.fx_box .cont .content .top .left{
  border-right: #ccc solid 1px;
  background: #fff
}
.fx_box .cont .content .top div:hover{
  color: #baa08f;
}
.fx_box .cont .content .bottom_1{
  display: none;
}
.fx_box .cont .content .bottom_1 .bottom{
  border-top: 1px #ccc solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fx_box .cont .content .bottom_1 .bottom input{
  width: 80%;
  padding: 5px 5px;
  margin-top: 50px;
  font-size: 14px;
  outline: none;
  border: #ccc solid 1px;
  border-radius: 5px;
}
.fx_box .cont .content .bottom_1 .bottom .confirm{
  width: 80%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin: 30px 0;
  border: #ccc solid 1px;
  padding: 5px;
  color: #baa08f;
  transition: all .5s;
  border-radius: 5px;
}
#footer > .bottom div a.footerintroa{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
    display: inline-block;
}

.fx_box .cont .content .bottom_1 .bottom .confirm:hover{
  background-color: #baa08f;
  color: #fff;
  border-color: #fff;
}

.fx_box .cont .content .bottom_2{
  display: none;
}
.fx_box .cont .content .active{
  display: block;
}
.fx_box .cont .content .bottom_2 .bottom{
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fx_box .cont .content .bottom_2 .bottom input{
  width: 80%;
  margin-top: 30px;
  border-radius: 5px;
  border: #ccc solid 1px;
  font-size: 14px;
  padding: 5px ;
}
.fx_box .cont .content .bottom_2 .bottom textarea{
  margin-top: 30px;
  width: 80%;
  border-radius: 5px;
  padding: 5px;
  border: #ccc solid 1px;
}
.fx_box .cont .content .bottom_2 .bottom .submit{
  width: 80%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin: 30px 0;
  border: #ccc solid 1px;
  padding: 5px;
  color: #baa08f;
  transition: all .5s;
  border-radius: 5px;
}
.fx_box .cont .content .bottom_2 .bottom .submit:hover{
  background-color: #baa08f;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1024px) {
  .fx_box .cont .content .top div{
    order: 2;
  }
}
@media (max-width: 414px) {
  .fx_box .cont .content .top div{
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #index-body .i-new_product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 0;
  }
}
@media (max-width: 414px) {
  #index-body .i-new_product {
    margin-top: 20px;
    padding: 0 10px;
  }
}
#index-body .i-new_product .left {
  color: #fff;
  padding: 3vw 5vw;
  width: 60%;
  margin: auto;
  background-color: #0003;
}
@media (max-width: 1024px) {
  #index-body .i-new_product .left {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 414px) {
  #index-body .i-new_product .left {
    padding: 10px;
  }
}
#index-body .i-new_product .left .cont {
  width: 100%;
}

@media (max-width: 1024px) {
  #index-body .i-new_product .left .cont {
    width: 100%;
  }
}
#index-body .i-new_product .left .cont .title {
  font-family: 'Poppins-Regular';
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
#index-body .i-new_product .left .cont .title_2 {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 68px;
  color: #fff;
  margin-top: 15px;
  line-height: 1.3;
  text-align: center;
  text-shadow: #0000008c 0px 0px 8px;
}

@media (max-width: 1024px) {
  #index-body .i-new_product{
    padding: 20px;
  }
  #index-body .i-new_product .left .cont{
    text-align: center;
  }
  #index-body .i-new_product .left{
    padding: 10px;
  }
#index-body .i-new_product .left .cont .title_2{
  font-size: 20px;
  margin-top: 10px;
}
#index-body .i-new_product .left .cont .describe{
  font-size: 12px;
  margin-top: 10px;
  line-height: 2;
}

}
@media (max-width: 768px) {
  #index-body .i-new_product .left .cont .title_2 {
    font-size: 22px;
    line-height: 40px;
  }
}
#index-body .i-new_product .left .cont .describe {
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat-Light';
  margin: auto;
  margin-top: 40px;
  text-align: center;
  width: 65%;
}

@media (max-width: 768px) {
  #index-body .i-new_product .left .cont .describe {
    margin-top: 20px;
    font-size: 14px;
  }
}
#index-body .i-new_product .left .cont .lock {
  margin: auto;
  margin-top: 40px;
  font-family: 'Montserrat-Bold';
  justify-content: center;
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 215px;
  height: 45px;
  background: #333333;

}
@media (max-width: 1024px) {

  #index-body .i-new_product .left .cont .describe{
    font-size: 12px;
    margin-top: 10px;
  }

  #index-body .i-new_product .left .cont .lock{
    font-size: 14px;
    margin-top: 20px;
    width: 160px;
  }
}
@media (max-width: 768px) {
  #index-body .i-new_product .left .cont .lock {
    margin-top: 20px;
    font-size: 14px;
  }
}
#index-body .i-new_product .left .cont .lock span {
  width: 50px;
  height: 2px;
  background-color: #baa08f;
  margin-right: 15px;
}
#index-body .i-new_product .left .cont .lock div {
  cursor: pointer;
  transition: all 0.5s;
  text-transform: uppercase;
  color: #fff;
}
#index-body .i-new_product .left .cont .lock div:hover {
  color: #baa08f;
}
#index-body .i-new_product .left .cont .lock img {
  margin-left: 10px;
  width: 20px;
  filter: grayscale(1) brightness(2);
}
@media (max-width: 768px) {
  #index-body .i-new_product .left .cont .lock img {
    width: 16px;
    margin-left: 15px;
  }
}
#index-body .i-new_product .right {
  position: absolute;
  top: -90px;
  left: 0;
  width: 65%;
}
@media (max-width: 1024px) {
  #index-body .i-new_product .right {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    order: -1;
  }
}
#index-body #i-product_list {
  margin-top: 120px;
}
@media (max-width: 768px) {
  #index-body #i-product_list {
    margin-top: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list {
    margin-top: 20px;
  }
}
#index-body #i-product_list .container {
  padding-bottom: 134px;
}
@media (max-width: 768px) {
  #index-body #i-product_list .container {
    padding-bottom: 60px;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list .container {
    padding-bottom: 30px;
  }
}
#index-body #i-product_list .container .swiper-wrapper {
  width: 100%;
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide {
  width: 70% !important;
  position: relative;
  background: #000;
}

@media (max-width: 414px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide{
    width: 100% !important;
  }
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide-active{
    width: 100% !important;
  }
}

#index-body #i-product_list .container .swiper-wrapper .swiper-slide a{
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .title {
  padding: 20px 100px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  border-top-left-radius: 10px;
}


#factory-page .container {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#factory-page .container .list {
  margin-top: 20px;
  width: 24%;
  margin-left: 1%;
  background-color: #f2f2f2;
}
#factory-page .container .list a {
  display: block;
}
#factory-page .container .list img {
  display: block;
}
#factory-page .container .list .img {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#factory-page .container .list .img:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: rscale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#factory-page .container .list .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#factory-page .container .list .text {
  text-align: center;
  margin: 10px 0;
  padding: 0 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#factory-page .container .list .text:hover {
  color: #baa08f;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
}
.inner-page .side-right .bottom .categerpro {
  text-align: left;
  font-family: 'DINPRO-REGULAR';
  font-size: 18px;
  color: #060606;
  line-height: 32px;
  margin-bottom: 20px;
}
.content99{
   text-align: left;
  font-family: 'DINPRO-REGULAR';
  font-size: 18px;
  color: #060606;
  line-height: 32px;
  margin-bottom: 20px;
}
.inner-page .m-page .categerpro {
  text-align: left;
  font-family: 'DINPRO-REGULAR';
  font-size: 18px;
  color: #060606;
}
.m-page{
  padding: 50px 0;
}
.m-page a,.m-page span{
  display:inline-block;vertical-align:bottom;
  width:32px;height:32px;line-height:32px;border:1px solid #444;text-align:center;font-size:14px;margin:0 3px
}

.m-page a{-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.m-page a:hover{
    background:#baa08f;color:#fff
}
@media (max-width: 768px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
    padding: 5px 30px;
  }
   #factory-page .container .list{
    width: 32%;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .title {
    font-size: 14px;
    padding: 5px 20px;
  }
  #factory-page .container{
    padding: 10px
  }
  #factory-page .container .list{
    width: 100%;
  }
  #factory-page .container .list .text{
    font-size: 14px;
  }
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe {
  transition: all 0.5s;
  opacity: 0;
  width: 46vw;
  position: absolute;
  bottom: -8vw;
  right: -10.5vw;
  background-color: #f8f8f8;
  padding: 50px;
  z-index: 2;
}
@media (max-width: 1200px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe {
    padding: 10px;
  }
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .title_2 {
  font-size: 41px;
  color: #333;
  font-family: 'PlayfairDisplay-Bold';
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media (max-width: 1200px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .title_2 {
    font-size: 30px;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .title_2 {
    font-size: 18px;
  }
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .des {
  margin-top: 20px;
  color: #888888;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  overflow:hidden;

text-overflow:ellipsis;

display:-webkit-box;

-webkit-line-clamp:2;

-webkit-box-orient:vertical;
}
@media (max-width: 1200px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .des {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .des {
    font-size: 14px;
    margin-top: 10px;
  }
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more {
    margin-top: 10px;
  }
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more span {
  width: 50px;
  height: 2px;
  margin-right: 20px;
  background-color: #333;
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more a {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  transition: all 0.5s;
  color: #333;
}
@media (max-width: 1200px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more a {
    font-size: 15px;
  }
}
@media (max-width: 414px) {
  #index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more a {
    font-size: 13px;
  }
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide .describe .more a:hover {
  color: #baa08f;
}
#index-body #i-product_list .container .swiper-wrapper .swiper-slide-active .describe {
  opacity: 1;
}
#index-body #i-product_list .container .page {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #index-body #i-product_list .container .page {
    margin-top: 20px;
  }
}
#index-body #i-product_list .container .page .prev,
#index-body #i-product_list .container .page .next {
  background-color: #333333;
  width: 4.3vw;
  height: 4.3vw;
  text-align: center;
  line-height: 4.5vw;
  color: #fff;
  font-size: 2.5vw;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  #index-body #i-product_list .container .page .prev,
  #index-body #i-product_list .container .page .next {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
#index-body #i-product_list .container .page .prev:hover,
#index-body #i-product_list .container .page .next:hover {
  background-color: #baa08f;
}
#index-body #i-product_list .container .page .next {
  margin-right: 9.5vw;
}
@media (max-width: 768px) {
  #index-body #i-product_list .container .page .next {
    margin-right: 0;
  }
}
#index-body #i-featured_products {
  padding: 60px 0;
  background-color: #f8f8f8;
}
@media (max-width: 1300px) {
  #index-body #i-featured_products {
    padding: 30px 0;
  }
}
@media (max-width: 414px) {
  #index-body #i-featured_products {
    padding: 10px;
  }
}
#index-body #i-featured_products .container {
  width: 1300px;
}
@media (max-width: 1300px) {
  #index-body #i-featured_products .container {
    width: 100%;
  }
}
#index-body #i-featured_products .container .subline {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body #i-featured_products .container .subline span {
  width: 1px;
  height: 60px;
  background-color: #baa08f;
}
@media (max-width: 1024px) {
  #index-body #i-featured_products .container .subline span {
    height: 30px;
  }
}
#index-body #i-featured_products .container .title {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 40px;
  text-align: center;
  color: #333;
}
@media (max-width: 1024px) {
  #index-body #i-featured_products .container .title {
    font-size: 20px;
  }
}
#index-body #i-featured_products .container .list {
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 1024px) {
  #index-body #i-featured_products .container .list {
    height: 40vw;
  }
}
#index-body #i-featured_products .container .list img {
  width: 100%;
}
#index-body #i-featured_products .container .list .jt {
  width: 50px;
  height: 50px;
  background-color: #eae2dd;
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list .jt {
    width: 30px;
    height: 30px;
    background-color: #d6c6bc;
  }
}
#index-body #i-featured_products .container .list .jt span {
  font-size: 20px;
  transform: scale(1, 2.5);
  display: block;
  margin-top: -8px;
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list .jt span {
    font-size: 16px;
  }
}
#index-body #i-featured_products .container .list .title_1 {
  background-color: #baa08f;
  width: 100%;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'Montserrat-SemiBold';
  font-size: 28px;
  color: #baa08f;
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #index-body #i-featured_products .container .list .title_1 {
    font-size: 20px;
    padding: 5px 10px;
  }
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list .title_1 {
    font-size: 16px;
    height: 30px;
    color: #fff;
  }
}
#index-body #i-featured_products .container .list:hover .jt {
  background-color: #d6c6bc;
}
#index-body #i-featured_products .container .list:hover .title_1 {
  height: 60px;
  color: #fff;
}
@media (max-width: 1024px) {
  #index-body #i-featured_products .container .list:hover .title_1 {
    height: 40px;
  }
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list:hover .title_1 {
    height: 30px;
  }
}
#index-body #i-featured_products .container .list_cont_1 {
  width: 100%;
  margin-top: 50px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  #index-body #i-featured_products .container .list_cont_1 {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list_cont_1 {
    height: auto;
  }
}
#index-body #i-featured_products .container .list_cont_1 .list {
  position: relative;
  width: 48%;
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list_cont_1 .list {
    width: 100%;
    height: auto;
  }
  #index-body #i-featured_products .container .list_cont_1 .list:last-child {
    margin-top: 10px;
  }
}
#index-body #i-featured_products .container .list_cont_2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list_cont_2 {
    margin-top: 0;
  }
}
#index-body #i-featured_products .container .list_cont_2 .list {
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 31%;
}
#index-body #i-featured_products .container .list_cont_2 .list:nth-child(-n+2){
  display: none;
}
@media (max-width: 1300px) {
  #index-body #i-featured_products .container .list_cont_2 .list {
    height: 40vw;
  }
}
@media (max-width: 414px) {
  #index-body #i-featured_products .container .list_cont_2 .list {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
#index-body #i-case {
  width: 100%;
  margin: 170px 0;
}
@media (max-width: 1024px) {
  #index-body #i-case {
    margin: 70px 0;
  }
}
@media (max-width: 768px) {
  #index-body #i-case {
    margin: 30px 0;
  }
}
@media (max-width: 414px) {
  #index-body #i-case {
    padding: 0 10px;
    margin: 0;
    margin-top: 20px;
    display: none !important;
  }
}
#index-body #i-case .container .swiper-container .swiper-wrapper {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 414px) {
  #index-body #i-case .container .swiper-container .swiper-wrapper {
    padding-top: 30px;
  }
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  transition: all 0.5s;
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide .box {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide .box .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a07e75;
  opacity: 0.3;
  transition: all 0.5s;
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide .box .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

@media (max-width: 768px) {
  #index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide .box .cont {
    padding: 5px;
  }
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide .box .cont div {
  width: 100%;
  height: 100%;
  border: #fff solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide .box .cont div img {
  width: 64px;
}
@media (max-width: 768px) {
  #index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide .box .cont div img {
    width: 35px;
  }
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide:hover .box {
  opacity: 1;
}
#index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide-active {
  margin-top: -90px;
}
@media (max-width: 414px) {
  #index-body #i-case .container .swiper-container .swiper-wrapper .swiper-slide-active {
    margin-top: -30px;
  }
}
#index-body #i-news {
  margin: 150px 0;
}
@media (max-width: 1024px) {
  #index-body #i-news {
    margin: 50px 0;
  }
}
@media (max-width: 414px) {
  #index-body #i-news {
    margin: 20px 0;
  }
}
#index-body #i-news .container {
  width: 1300px;
}
@media (max-width: 1300px) {
  #index-body #i-news .container {
    width: 100%;
  }
}
#index-body #i-news .container .title {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 40px;
  margin: auto;
  margin-top: 40px;
  width: 475px;
  text-align: center;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .title {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  #index-body #i-news .container .title {
    width: 100%;
  }
}
#index-body #i-news .container .describe {
  margin: auto;
  width: 475px;
  color: #888888;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .describe {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  #index-body #i-news .container .describe {
    width: 100%;
  }
}
#index-body #i-news .container .list_cont {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .list_cont {
    margin-top: 20px;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper {
  width: 100%;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list {
  padding: 20px;
  background-color: #fff;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list:hover > div .shadow {
  opacity: 1;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list:hover > div .time div {
  color: #bebebe;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list:hover > div .title {
  color: #fff;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list:hover > div .des {
  color: #e8e8e8;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list:hover > div .more {
  color: #d3d3d3;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list:hover > div .more span {
  background-color: #d3d3d3;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list:hover > div .more a {
  color: #d3d3d3;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list > div {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.14);
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 1300px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list > div {
    padding: 40px 20px;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper .list > div .shadow {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
@media (max-width: 1300px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list > div .shadow {
    width: 100%;
    height: 100%;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper .list > div .shadow img {
  width: 100%;
  height: 100%;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list > div .shadow div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
  opacity: 0.25;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .time {
  width: 100%;
  display: flex;
  align-items: center;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .time img {
  width: 15px;
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .time div {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #888888;
  margin-left: 10px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list .time div {
    font-size: 14px;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .title {
  margin-top: 20px;
  color: #333;
  width: 100%;
  font-size: 20px;
  text-align: left;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 36px;

}
@media (max-width: 1024px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list .title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .des {
  margin-top: 40px;
  color: #888888;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  word-wrap:break-word;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list .des {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .more {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list .more {
    margin-top: 20px;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .more span {
  width: 50px;
  height: 1px;
  background-color: #282828;
  margin-right: 20px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list .more span {
    width: 30px;
    margin-right: 10px;
  }
}
#index-body #i-news .container .list_cont .swiper-wrapper .list .more a {
  display: block;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  #index-body #i-news .container .list_cont .swiper-wrapper .list .more a {
    font-size: 13px;
  }
}
#footer {
  width: 100%;
}
#footer > .top {
  position: relative;
  width: 100%;
  background-color: #333333;
  padding: 130px 0;
}
@media (max-width: 1200px) {
  #footer > .top {
    padding: 60px 20px;
  }
}
@media (max-width: 414px) {
  #footer > .top {
    padding: 30px 10px;
  }
}
#footer > .top .subline {
  width: 170px;
  height: 4px;
  background-color: #baa08f;
  position: absolute;
  top: 0;
  left: 20vw;
}
@media (max-width: 1500px) {
  #footer > .top .subline {
    left: 10vw;
  }
}
@media (max-width: 1200px) {
  #footer > .top .subline {
    left: 50px;
  }
}
@media (max-width: 414px) {
  #footer > .top .subline {
    height: 4px;
    width: 40%;
    left: 28%;
  }
}
#footer > .top .content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  #footer > .top .content {
    width: 100%;
  }
}
@media (max-width: 414px) {
  #footer > .top .content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer > .top .content > .left {
  width: 255px;
}
#footer > .top .content > .left #ewm{
  width: 40%;
  border: 5px #fff solid;
  margin: auto;
  margin-top: 50px;
}

#footer > .top .content > .left img {
  width: 100%;
}
#footer > .top .content > .middle {
  width: 500px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  #footer > .top .content > .middle {
    display: none;
  }
  
}
#footer > .top .content > .middle .list_cont {
  width: 40%;
}
#footer > .top .content > .middle .list_cont li {
  margin-top: 20px;
  width: 100%;
}
#footer > .top .content > .middle .list_cont li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: 'Inter-Light';
  transition: all 0.5s;
}
#footer > .top .content > .middle .list_cont li a:hover {
  text-decoration: underline;
}
#footer > .top .content > .middle .list_cont li:first-child {
  margin-bottom: 15px;
  margin-top: 0;
}
#footer > .top .content > .middle .list_cont li:first-child a {
  font-size: 24px;
  font-family: 'Inter-Regular';
}
#footer > .top .content > .right {
  width: 210px;
}
@media (max-width: 414px) {
  #footer > .top .content > .right {
    width: 80%;
    margin-top: 20px;
    text-align:center;
  }
}
#footer > .top .content > .right .title {
  color: #fff;
  font-size: 24px;
  font-family: 'Inter-Regular';
  margin-bottom: 15px;
}
@media (max-width: 414px) {
  #footer > .top .content > .right .title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
#footer > .top .content > .right .list_cont li {
  font-family: 'Inter-Light';
  font-size: 14px;
  color: #fff;
  line-height: 35px;
}
#footer > .top .content > .right .list_cont li:last-child{
  display: none;
}
#footer > .top .contact {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  #footer > .top .contact {
    bottom: -33px;
  }
}
@media (max-width: 768px) {
  #footer > .top .contact {
    display: none;
  }
  #footer > .top .content > .right .list_cont li:last-child{
    display: block;
  }
  #footer > .top .content > .right .list_cont li:last-child #ewm2{
    width: 50%;
  }
  #footer > .top .content > .right .list_cont li:last-child #ewm2 img{
    width: 100%;
  }
}
#footer > .top .contact .left {
  width: 600px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #baa08f;
  padding: 20px 50px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  #footer > .top .contact .left {
    width: 50%;
    padding: 10px 30px;
  }
  #factory-page .container{
    width: 100%;
    padding: 20px;
  }
}
#footer > .top .contact .left a {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #333;
  font-family: 'Assistant-Bold';
  font-size: 14px;
  transition: all 0.5s;
}
#footer > .top .contact .left a:hover {
  background-color: #000;
  color: #fff;
}
#footer > .top .contact .left a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer > .top .contact .left a img {
  margin-left: 20px;
  width: 22px;
  transition: 0.5s;
}
#footer > .top .contact .right {
  width: 650px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  #footer > .top .contact .right {
    width: 40%;
  }
}
#footer > .top .contact .right a {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #333;
  margin-left: 10px;
  transition: all 0.5s;
}
#footer > .top .contact .right #ewm{
  width: 60px;
  margin-left: 10px;
}
#footer > .top .contact .right #ewm img{
  width: 100%;
}
@media (max-width: 1200px) {
  #footer > .top .contact .right a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
#footer > .top .contact .right a:first-child {
  margin-left: 0;
}
#footer > .top .contact .right a:hover {
  color: #baa08f;
}
#footer > .bottom {
  padding: 80px 0;
  padding-bottom: 50px;
  width: 100%;
  background-color: #1b1b1b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 414px) {
  #footer > .bottom {
    padding: 20px 10px;
  }
}
#footer > .bottom div {
  color: #cccccc;
  font-size: 18px;
  font-family: 'Assistant-Light';
  line-height: 2;
}
@media (max-width: 414px) {
  #footer > .bottom div {
    font-size: 14px;
    text-align: center;

  }
}
#footer > .bottom div:last-child {
  display: flex;
  align-items: center;
}
@media (max-width: 414px) {
  #footer > .bottom div:last-child {
    margin-top: 10px;
  }
}
#footer > .bottom div:last-child a {
  font-size: 18px;
  color: #fff;
  display: block;
}
@media (max-width: 414px) {
  #footer > .bottom div:last-child a {
    width: 70%;
  }
}
@media (max-width: 414px) {
  #footer > .bottom div:last-child a {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
}
#footer > .bottom div:last-child a:last-child {
  margin-left: 15px;
  margin-top: -10px;
}
@media (max-width: 414px) {
  #footer > .bottom div:last-child a:last-child {
    width: 70%;
    margin-left: 5px;
    width: auto;
    margin-top: 0;
  }
}
#footer > .bottom div:last-child a img {
  width: 100%;
}
#s_banner {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  #s_banner {
    margin-top: 40px;
  }
}
#s_banner img {
  width: 100%;
}
#s_banner .crumbs {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#s_banner .crumbs .name {
  font-size: 36px;
  color: #fff;
  font-family: 'roboto-bold';
  width: 100%;
  text-align: center;
  margin-top: 15vw;
}
@media (max-width: 1024px) {
  #s_banner .crumbs .name {
    font-size: 26px;
    margin-top: 6vw;
  }
  #s_banner .crumbs.singhid .name{
    display: none!important;
  }

}
@media (max-width: 414px) {
  #s_banner .crumbs .name {
    font-size: 16px;
    line-height: 2;
  }
}
#s_banner .crumbs > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#s_banner .crumbs > div:last-child img {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #s_banner .crumbs > div:last-child img {
    width: 18px;
    margin-right: 5px;
  }
}
@media (max-width: 414px) {
  #s_banner .crumbs > div:last-child img {
    width: 14px;
  }
}
#s_banner .crumbs > div:last-child div {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  font-family: 'roboto-regular';
}
@media (max-width: 1024px) {
  #s_banner .crumbs > div:last-child div {
    font-size: 16px;
    line-height: 2;
  }
}
@media (max-width: 414px) {
  #s_banner .crumbs > div:last-child div {
    font-size: 16px;
  }
  #banner .swiper-container .des{
    width: 60vw;
    top: 10vw;
    padding: 10px;
    left: 10px;
  }
  #banner .swiper-container .des div{
    font-size: 14px;
    line-height: 2;
  }
  #banner .swiper-container .des a{
    font-size: 12px;
    line-height: 1;
    padding: 2px 3px;
  }
}
#s_banner .crumbs > div:last-child div a {
  font-size: 18px;
  color: #fff;
  font-family: 'roboto-regular';
}
@media (max-width: 1024px) {
  #s_banner .crumbs > div:last-child div a {
    font-size: 14px;
  }

  .njklame {
  height: 150px;
}

}


table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 999;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 26px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#mobile .menu-content .mob-share ul li a{
  display: block;
  margin-top: 8px;
}

#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
  font-family: 'Montserrat-Regular';
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mobile_2.active {
  left: unset !important;
  right: -280px;
}
.mobile_2.active::before {
  width: 0 !important;
}
.mobile_2.active #menu-on {
  right: 100%;
  left: unset !important;
}
@media screen and (max-width: 1024px) {
  #mobile {
    display: block;
  }
  .mobile_2 #menu-on {
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
@media screen and (max-width: 1000px){
  .categerpro, .yuiklio {
    display: none !important;
  }
}

.inner-page .container .sidebar-box .sidebar-right .news-content h1 {
  font-size: 30px;
  line-height: 2;
}
.titletimu {
  font-size: 30px;
  line-height: 2;
}


.vdfgrtqq {
  margin: 0 316px 60px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #717171;
  line-height: 2;
}



.fdjuiej {
    font-family: 'PlayfairDisplay-Bold';
  font-size: 40px;
  margin: auto;
    margin-top: auto;
  text-align: center;
}


.bfgh {
  font-size: 26px;
  margin: 30px 0 10px;
}