@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../fonts/PlayfairDisplay-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-SemiBold';
  src: url(../fonts/PlayfairDisplay-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Mukta-Bold';
  src: url(../fonts/Mukta-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Mukta-Light';
  src: url(../fonts/Mukta-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Mukta-Regular';
  src: url(../fonts/Mukta-Regular.ttf) format('truetype');
}
.container {
  width: 1350px;
}
@keyframes banner_bg {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1920px;
  }
}
@keyframes service_cir {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.fancybox-slide--image{
  background-color: #fff !important;
}
body {
  font-family: 'Mukta-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
}
.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;
}
img {
  max-width: 100%;
}

.textxx{
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 32px;
}

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 tbody table td,
table tbody table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody table tr {
  width: auto !important;
  height: auto !important;
}
table tbody 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: 20;
  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;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
}
#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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#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: 14px;
  line-height: 28px;
}
#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 {
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#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: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;
}
#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;
}
#header{
  border-bottom: #ccc0 solid 1px;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .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 {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 20px 0;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header .nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
#header .nav .container .logo {
  width: 90px;
}
#header .nav .container .menu-box .menu-menu-container > .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item {
  position: relative;
  margin: 0 30px;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item:hover>.sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg) ;
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 1;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item{
  position: relative;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu{
  top: 0;
  left: 100%;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu{
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg) ;
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 1;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item a {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Mukta-Bold';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item a:hover {
  color: #f4b43d;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a{
  padding-left: 20px;
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 14px;
  text-align: left;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a:hover{
  background: #f5a511;
  color:#fff;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  box-shadow: 0 0 10px 0 #ccc;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  perspective: 500px;
  transform-style: preserve-3d;
  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);
  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;
  border-bottom: 3px solid #f5a511;
  text-align: center;
}
#header .nav .container .menu-box .menu-menu-container > .menu > .menu-item .sub-menu a {
  padding: 5px;
  background: #fff;
}
#header .nav .container .right {
  display: flex;
  align-items: center;
}
#header .nav .container .right .search {
  width: 25px;
  cursor: pointer;
}
#header .nav .container .right .lang_cont {
  margin-left: 50px;
  cursor: pointer;
  position: relative;
}
#header .nav .container .right .lang_cont:hover .lang {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  transform-origin: 0 0 0;
  opacity: 1;
}
#header .nav .container .right .lang_cont > img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
#header .nav .container .right .lang_cont .lang {
  box-shadow: 0 0 10px 0 #ccc;
  width: 100px;
  position: absolute;
  top: 100%;
  left: 50%;
  perspective: 500px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  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;
  border-bottom: 3px solid #f5a511;
}
#header .nav .container .right .lang_cont .lang li {
  background: #fff;
}
#header .nav .container .right .lang_cont .lang li a {
  font-family: 'Mukta-Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
#header .nav .container .right .lang_cont .lang li a:hover {
  color: #f4b43d;
}
#header .nav .container .right .lang_cont .lang li a img {
  margin-right: 10px;
  width: 30%;
}
#header.active {
  background: #fff;
  border-bottom: #ccc solid 1px;
}
#banner .container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#banner .container > img {
  width: 100%;
  position: relative;
}
#banner .container .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
  width: 1350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 {
  width: 555px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .title {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 70px;
  line-height: 1.1;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a {
  padding: 15px 60px;
  border-radius: 30px;
  border: 1px solid #000;
  font-family: 'Mukta-Bold';
  font-size: 16px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a span {
  position: relative;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a:hover {
  color: #fff;
  border-color: #f4b43d;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4b43d;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a:last-child {
  margin-left: 20px;
}
#banner .container .swiper-pagination {
  position: absolute;
  top: 16vw;
  right: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 25px;
  z-index: 3;
}
#banner .container .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: #fff solid 3px;
  border-radius: 50%;
  background: inherit;
  opacity: 1;
  margin-top: 60px;
}
#banner .container .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
#banner .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #f4b43d;
}
#banner .container .bg_img {
  background-image: url(../images/index_1.png);
  background-repeat: repeat-x;
  background-size: 1920px;
  position: absolute;
  bottom: 0;
  width: 6400px;
  height: 198px;
  -webkit-animation: banner_bg 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: banner_bg 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
#index-body {
  color: #222;
  position: relative;
}
#index-body img {
  display: block;
}
#index-body a {
  display: block;
  display: inline;
}
#index-body .init-1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-1 .container .left {
  width: 60%;
}
#index-body .init-1 .container .right {
  width: 38%;
}
#index-body .init-1 .container .right .title {
  color: #f4b43d;
  font-family: 'Mukta-Bold';
  font-size: 18px;
  line-height: 32px;
}
#index-body .init-1 .container .right .title_2 {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 40px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 35px;
}
#index-body .init-1 .container .right .des {
  font-family: 'Mukta-Light';
  font-size: 16px;
}
#index-body .init-1 .container .right .more {
  margin-top: 50px;
  background: #f4b43d;
  color: #fff;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 30px;
  font-family: 'Mukta-Bold';
  font-size: 16px;
  line-height: 30px;
  border: #f4b43d solid 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .right .more span {
  position: relative;
}
#index-body .init-1 .container .right .more:hover {
  color: #f4b43d;
}
#index-body .init-1 .container .right .more:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
#index-body .init-1 .container .right .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #fff;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
}
#index-body .init-2 {
  overflow: hidden;
  margin-top: 100px;
  background-image: url(../images/index_4.jpg);
  background-size: 100% 100%;
}
#index-body .init-2 .container::before {
  display: table;
  content: '';
}
#index-body .init-2 .container .swiper {
  overflow: hidden;
  margin-top: 30px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  width: 75%;
  left: 15%;
  bottom: 30px;
  font-family: 'Mukta-Bold';
  color: #fff;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .cat {
  font-size: 16px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title:hover {
  color: #f4b43d;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 16px;
  font-family: 'Mukta-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 10px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des:hover {
  color: #f4b43d;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
  color: #f4b43d;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .more:hover {
  color: #fff;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  background: #f4b43d;
  bottom: 90px;
}
#index-body .init-2 .container .prev,
#index-body .init-2 .container .next {
  position: absolute;
  top: 350px;
  right: -100px;
  cursor: pointer;
  width: 60px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .prev:hover,
#index-body .init-2 .container .next:hover {
  filter: drop-shadow(0px 4px 4px black);
}
#index-body .init-2 .container .prev {
  left: -100px;
}
#index-body .init-3 {
  padding: 160px 0;
  padding-bottom: 250px;
  background-image: url(../images/index_8.jpg);
  background-size: 100% 100%;
}
#index-body .init-3 .container .title {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 60px;
}
#index-body .init-3 .container .cont {
  display: flex;
  flex-wrap: wrap;
}
#index-body .init-3 .container .cont .list {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: 50px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: #f4b43d4b 0 10px 10px 0;
  position: relative;
}
#index-body .init-3 .container .cont .list:nth-child(4n+1) {
  margin-left: 0;
}
#index-body .init-3 .container .cont .list:first-child {
  margin-top: 190px;
}
#index-body .init-3 .container .cont .list:nth-child(2) {
  margin-top: 95px;
}
#index-body .init-3 .container .cont .list:nth-child(4) {
  margin-top: -95px;
}
#index-body .init-3 .container .cont .list:nth-child(5) {
  margin-top: 50px;
}
#index-body .init-3 .container .cont .list:nth-child(6) {
  margin-top: -50px;
}
#index-body .init-3 .container .cont .list:nth-child(7) {
  margin-top: -160px;
}
#index-body .init-3 .container .cont .list:nth-child(8) {
  margin-top: -250px;
}
#index-body .init-3 .container .cont .list:hover .shadow {
  opacity: 1;
}
#index-body .init-3 .container .cont .list:hover .text div:first-child,
#index-body .init-3 .container .cont .list:hover .text div:last-child {
  transition-delay: 0.5s;
  transition-delay: 0;
  transition: all 0;
  -moz-transition: all 0;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .init-3 .container .cont .list .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4b43d;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
#index-body .init-3 .container .cont .list img {
  width: 100%;
}
#index-body .init-3 .container .cont .list .text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-family: 'Mukta-Bold';
  text-align: center;
}
#index-body .init-3 .container .cont .list .text div {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .cont .list .text div a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .cont .list .text div a:hover {
  color: #000;
}
#index-body .init-3 .container .cont .list .text div:first-child {
  color:#333;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -o-transform: translateX(-200px);*/
}
#index-body .init-3 .container .cont .list .text div:last-child {
  font-size: 40px;
  line-height: 1;
  color:#333;
  /*transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -o-transform: translateX(-200px);*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 {
  background-repeat: no-repeat;
  background-image: url(../images/index_10.jpg);
  background-position: center center;
  background-size: 100% 100%;
}
#index-body .init-4 .container {
  display: flex;
  align-items: center;
  height: 760px;
  position: relative;
}
#index-body .init-4 .container .left {
  width: 470px;
  margin-top: -210px;
}
#index-body .init-4 .container .left .title {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 60px;
}
#index-body .init-4 .container .left .des {
  font-size: 18px;
  font-family: 'Mukta-Regular';
  margin-top: 32px;
}
#index-body .init-4 .container .left .more {
  margin-top: 80px;
  background: #f4b43d;
  display: inline-block;
  padding: 15px 60px;
  font-family: 'Mukta-Bold';
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  border: #f4b43d solid 1px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .left .more:hover {
  color: #f4b43d;
}
#index-body .init-4 .container .left .more:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
#index-body .init-4 .container .left .more span {
  position: relative;
}
#index-body .init-4 .container .left .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
}
#index-body .init-4 .container .right {
  position: absolute;
  width: 710px;
  height: 710px;
  top: -150px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-4 .container .right .img_1 {
  width: 100%;
  position: absolute;
  -webkit-animation: service_cir 10s infinite;
  animation: service_cir 4s  infinite;
}
#index-body .init-4 .container .right .cont {
  position: relative;
  background: #fff;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-4 .container .right .cont > div {
  text-align: center;
}
#index-body .init-4 .container .right .cont > div img {
  margin: auto;
  width: 80px;
}
#index-body .init-4 .container .right .cont > div .title {
  margin-top: 25px;
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 32px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-4 .container .right .cont > div .des {
  margin-top: 20px;
  color: #666;
  font-size: 22px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-4 .container .right .list {
  width: 80px;
  height: 80px;
  background: #f4b43d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .right .list:nth-child(4) {
  top: 130px;
  right: 20px;
}
#index-body .init-4 .container .right .list:nth-child(5) {
  top: 480px;
  right: 10px;
}
#index-body .init-4 .container .right .list:nth-child(6) {
  top: 670px;
}
#index-body .init-4 .container .right .list:nth-child(7) {
  top: 480px;
  left: 10px;
}
#index-body .init-4 .container .right .list:nth-child(8) {
  top: 130px;
  left: 20px;
}
#index-body .init-4 .container .right .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #666;
  border-radius: 50%;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .right .list:hover {
  box-shadow: 0 3px 10px 0 #000;
}
#index-body .init-4 .container .right .list:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .init-4 .container .right .list img {
  position: relative;
  width: 50%;
  filter: brightness(5);
}
#index-body .init-5 {
  padding: 150px 0;
  overflow: hidden;
}
#index-body .init-5 .container .tip_title {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 60px;
  text-align: center;
}
#index-body .init-5 .container .swiper {
  overflow: hidden;
  margin-top: 90px;
  padding: 5px;
  padding-bottom: 20px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide {
  box-shadow: 0 15px 8px 0px #00000020;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 275px;
  overflow: hidden;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 35px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont a:hover {
  color: #f4b43d;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 20px;
  line-height: 36x;
  min-height: 5rem;
  -webkit-box-orient: vertical;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  font-family: 'Mukta-Regular';
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .subline {
  width: 100%;
  height: 1px;
  background: #dadada;
  margin: 15px 0;
  margin-top: 30px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  color: #666666;
  font-family: 'Mukta-Regular';
  font-size: 18px;
  line-height: 32px;
}
#footer {
  background-image: url(../images/index_15.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer a {
  display: block;
}
#footer img {
  display: block;
}
#footer .c_contact {
  background: #f4b43d;
  padding: 100px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
#footer .c_contact .left {
  width: 25%;
}
#footer .c_contact .left .title {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 30px;
  line-height: 56px;
}
#footer .c_contact .left .des {
  font-family: 'Mukta-Regular';
  margin-top: 10px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
#footer .c_contact .right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .c_contact .right input {
  width: 30%;
  margin-left: 4.5%;
  border: #c9c9c9 solid 1px;
  padding: 10px 25px;
  border-radius: 30px;
  font-family: 'Mukta-Regular';
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
#footer .c_contact .right .name {
  margin-left: 0;
}
#footer .c_contact .right .message {
  margin-left: 0;
  width: 76%;
}
#footer .c_contact .right .btn {
  width: 20%;
  margin-left: 3%;
  background: #000;
  color: #f4b43d;
  font-family: 'PlayfairDisplay-Regular';
  position: relative;
  text-align: center;
  padding: 10px 25px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}
#footer .c_contact .right .btn:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#footer .c_contact .right .btn span {
  position: relative;
}
#footer .c_contact .right .btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
}
#footer .c_contact .cir {
  position: absolute;
  top: 120px;
  left: -45px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}
#footer .middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}
#footer .middle ul {
  width: 22%;
}
#footer .middle ul:first-child li {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin-top: 10px;
}
#footer .middle ul:first-child li:nth-child(5) img,
#footer .middle ul:first-child li:nth-child(6) img {
  width: 6%;
}
#footer .middle ul:first-child li img {
  width: 5%;
  margin-top: 8px;
}
#footer .middle ul:first-child li span {
  width: 90%;
  margin-left: 5%;
  color: #666666;
  font-family: 'Mukta-Light';
  font-size: 16px;
  line-height: 30px;
}
#footer .middle ul:nth-child(2) a {
  color: #666666;
  font-family: 'Mukta-Regular';
  font-size: 18px;
  line-height: 32px;
  padding: 10px 0;
  border-bottom: #e0e0e0 solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .middle ul:nth-child(2) a:hover {
  color: #000;
}
#footer .middle ul:nth-child(2) a:last-child {
  border: none;
}
#footer .middle ul:nth-child(3) a {
  color: #666666;
  font-family: 'Mukta-Regular';
  font-size: 18px;
  line-height: 36px;
  padding: 10px 0;
  border-bottom: #e0e0e0 solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .middle ul:nth-child(3) a:hover {
  color: #000;
}
#footer .middle ul:nth-child(3) a:last-child {
  border: none;
}
#footer .middle ul li:first-child {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 30px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 20px;
}
#footer .middle .c_code {
  width: 15%;
}
#footer .middle .c_code #ewm {
  border: 10px solid #fff;
}
#footer .middle .c_code .f-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  font-size: 20px;
  color: #f4b43d;
}
#footer .copy_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 240px;
  padding: 20px  0;
  color: #fff;
  font-family: 'Mukta-Regular';
  font-size: 18px;
  line-height: 32px;
}
#footer .copy_right a {
  margin-left: 10px;
}
#footer .copy_right a img {
  height: 18px;
}
@media (max-width: 1600px) {
  #banner .container .bg_img {
    height: 10vw;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
  #header .nav {
    padding: 0 20px;
  }
  #header .nav .container .right .lang_cont .lang {
    transform: rotate3d(1, 0, 0, -90deg) translateX(-85%);
    -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-85%);
    -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-85%);
    -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-85%);
    -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-85%);
  }
  #header .nav .container .right .lang_cont:hover .lang {
    transform: rotate3d(0, 0, 0, -90deg) translateX(-85%);
    -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-85%);
    -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-85%);
    -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-85%);
    -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-85%);
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    width: 100%;
    padding: 0 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .title {
    font-size: 4vw;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a {
    padding: 10px 40px;
  }
  #banner .container .bg_img {
    background-size: 1920px 100%;
  }
  #index-body .init-1 .container {
    padding: 0 20px;
  }
  #index-body .init-2 .container .swiper {
    padding: 0 20px;
  }
  #index-body .init-3 .container {
    padding: 0 20px;
  }
  #index-body .init-3 .container .cont .list {
    width: 23%;
    margin-left: 2.5%;
    height: 22vw;
  }
  #index-body .init-4 {
    background-size: auto 100% ;
  }
  #index-body .init-4 .container {
    padding: 0 20px;
  }
  #index-body .init-4 .container .right {
    height: 55vw;
    width: 55vw;
    right: 20px;
  }
  #index-body .init-4 .container .right .list:nth-child(4) {
    top: 9vw;
    right: 2vw;
  }
  #index-body .init-4 .container .right .list:nth-child(5) {
    top: 37vw;
    right: 1vw;
  }
  #index-body .init-4 .container .right .list:nth-child(6) {
    top: 52vw;
  }
  #index-body .init-4 .container .right .list:nth-child(7) {
    top: 37vw;
    left: 1vw;
  }
  #index-body .init-4 .container .right .list:nth-child(8) {
    top: 9vw;
    left: 2vw;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 20vw;
  }
  #index-body .init-5 .container {
    padding: 0 20px;
  }
  #footer {
    background-size: auto 100%;
    background-position: center center;
  }
  #footer .container {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #index-body .init-4 .container .left {
    width: 40%;
  }
  #index-body .init-4 .container .right .cont {
    height: 40vw;
    width: 40vw;
  }
  #footer .copy_right {
    margin-top: 60px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #banner .container .bg_img {
    display: none;
  }
  #banner .container .swiper-pagination {
    right: 5vw;
  }
  #banner .container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-width: 2px;
    margin-top: 20px;
  }
  
  #index-body .init-1 .container .left {
    display: none;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 {
    background-size: auto 100% ;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
  }
  #index-body .init-3 .container .cont{
    justify-content: space-around;
  }
  #index-body .init-3 .container .cont .list .text {
    font-size: 14px;
  }
  #index-body .init-3 .container .cont .list .text div:last-child {
    font-size: 20px;
  }
  #index-body .init-3 .container .cont .list{
    height: 28vw;
    width: 30%;
  }
  #index-body .init-3 .container .cont .list:first-child {
    margin-top: 0;
  }
  #index-body .init-3 .container .cont .list:nth-child(2) {
    margin-top: 0;
  }
  #index-body .init-3 .container .cont .list:nth-child(4) {
    margin-top: 0;
  }
  #index-body .init-3 .container .cont .list:nth-child(5) {
    margin-top: 20px;
  }
  #index-body .init-3 .container .cont .list:nth-child(6) {
    margin-top: 20px;
  }
  #index-body .init-3 .container .cont .list:nth-child(7) {
    margin-top: 20px;
  }
  #index-body .init-3 .container .cont .list:nth-child(8) {
    margin-top: 20px;
  }
  #index-body .init-3 .container .cont .list .text div:first-child {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }
  #index-body .init-3 .container .cont .list .text div:last-child {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }
  #index-body .init-4 .container .right {
    display: none;
  }
  #index-body .init-4 .container .left {
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 30px 0;
  }
  #index-body .init-4 .container {
    height: auto;
  }
  #footer .c_contact {
    padding: 30px 20px;
  }
  #footer .c_contact .cir {
    width: 40px;
    height: 40px;
    left: -25px;
  }
  #footer .c_contact .left {
    width: 100%;
    text-align: center;
  }
  #footer .c_contact .right {
    width: 100%;
  }
  #footer .middle ul {
    width: 70%;
  }
  #footer .middle ul:nth-child(2) {
    display: none;
  }
  #footer .middle ul:nth-child(3) {
    display: none;
  }
  #footer .middle .c_code {
    width: 20%;
  }
  #footer .copy_right {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 {
    width: 90%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .title {
    font-size: 18px;
    line-height: 32px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 {
    margin-top: 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .cont_1 .cont_2 a {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-1 .container {
    padding: 0 10px;
  }
  #index-body .init-1 .container .right {
    text-align: center;
  }
  #index-body .init-1 .container .right .title {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-1 .container .right .title_2 {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
  }
  #index-body .init-1 .container .right .des {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-1 .container .right .more {
    font-size: 14px;
    line-height: 28px;
    padding: 5px 20px;
    margin-top: 20px;
  }
  #index-body .init-2 {
    margin-top: 20px;
  }
  #index-body .init-2 .container .swiper {
    margin-top: 20px;
    padding: 0 10px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
    width: 50px;
    height: 50px;
    left: -30px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont {
    left: 10%;
    width: 85%;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .cat {
    font-size: 14px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 16px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 14px;
  }
  #index-body .init-3 .container {
    padding: 0 10px;
  }
  #index-body .init-3 .container .cont {
    margin-top: 20px;
  }
  #index-body .init-3 .container .title {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  #index-body .init-3 .container .cont .list {
    width: 100%;
    margin-left: 2%;
    height: 95vw;
    margin-top: 20px;
  }
  #index-body .init-3 .container .cont .list:nth-child(2){
    margin-top: 20px;
  }
  
  #index-body .init-3 .container .cont .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #index-body .init-3 .container .cont .list:nth-child(4) {
    margin-top: 20px;
  }
  #index-body .init-4 .container {
    padding: 0 10px;
  }
  #index-body .init-4 .container .left .title {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-4 .container .left .des {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-4 .container .left .more {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 20px;
  }
  #index-body .init-5 {
    padding: 20px 0;
  }
  #index-body .init-5 .container {
    padding: 0 10px;
  }
  #index-body .init-5 .container .tip_title {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-5 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 60vw;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 15px;
    text-align: center;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .subline {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .container {
    padding: 0 10px;
  }
  #footer .c_contact {
    padding: 20px 10px;
  }
  #footer .c_contact .cir {
    left: -30px;
    top: 20px;
  }
  #footer .c_contact .left .title {
    font-size: 18px;
    line-height: 32px;
  }
  #footer .c_contact .left .des {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  #footer .c_contact .right input {
    width: 100%;
    margin-left: 0;
  }
  #footer .c_contact .right .message {
    width: 100%;
  }
  #footer .c_contact .right .btn {
    width: 100%;
  }
  #footer .middle {
    margin-top: 20px;
    justify-content: center;
  }
  #footer .middle ul {
    width: 100%;
  }
  #footer .middle .c_code {
    width: 50%;
    margin-top: 20px;
  }
  #footer .middle .c_code .f-link {
    margin-top: 10px;
    font-size: 16px;
  }
  #footer .copy_right {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .copy_right a img {
    height: 14px;
  }
}







































.container {
  width: 1440px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}

.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}

#banner ul li{
  position: relative;
}
#banner ul li .text{
  position: absolute;
  width: 60%;
  left: 12%;
  top: 35%;
  color: #fff;
  font-weight: 700;
}
#banner .text h2 {
  font-size: 76px;
  text-shadow:5px 2px 6px #00000047;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.2;
}
#banner .text p {
  font-size: 20px;
  font-family: 'PlayfairDisplay-SemiBold';
  font-weight: 300;
  text-shadow:5px 2px 6px #0000008f;
}
#banner .text a.more{
  display: block;
  width: 304px;
  height: 50px;
  margin: 20px 0 0;
  line-height: 50px;
  background: #53ae33;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-weight: 300;
}
#banner .banner-img {
  position: absolute;
  right: 16%;
  top: 20%;
}
#banner .banner-list .slick-dots {
  position: absolute;
  bottom: 30px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
#banner .banner-list .slick-dots li {
  cursor: pointer;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
}
#banner .banner-list .slick-dots li button {
  display: none;
}
#banner .banner-list .slick-dots li.slick-active {
  width: 27px;
  background: #f4b43d;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 120px;
  top: 0px;
  background-image: linear-gradient(to top, #f4b43d 20%, #f4b43d 80%);
  transform: rotate(180deg);
}
.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}
svg text {
  fill: #ffffff;
}
svg:hover {
  fill: white;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }

}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  .textx{
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
}



.inner-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgb(215 237 255 / 15%);*/
  z-index: -1;
   /*background: rgb(164 199 60 / 15%);*/
}
.inner-banner h2 {
    font-size: 24px;
    color: #1b1b1b;
    text-transform: uppercase;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'PlayfairDisplay-Bold';
}

.inner-banner .mbx {
  font-size: 16px;
  line-height: 30px;
  color: #3c3c3c;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin: 0 5px;
    color: #3c3c3c;
    line-height: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-family: 'PlayfairDisplay-Regular';
    
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #f4b43d;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #f4b43d;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
    line-height: 32px;
    color: #0c0c0c;
    font-size: 18px;
    font-family: 'Mukta-Regular';
    font-weight: 300;  
}


.inner-page .text {
  color: #828893;
}
.inner-page .text p {
  color: inherit;
  font-size: 18px;
  line-height: 32px;
}
.inner-page i.small-tit {
    color: #2c2c2c;
    font-size: 30px;
    line-height: 56px;
    font-weight: 500;
    font-family: 'Mukta-Regular';
}
.inner-page h1.title {
 color: #292929;
    text-transform: capitalize;
    font-size: 24px!important;
    line-height: 44px;
    font-family: 'PlayfairDisplay-Bold';
    margin: 15px 0 20px;
    position: relative;
    font-weight: 600;
}
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  line-height: 28px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 130px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #f4b43d;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 28px;
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 22%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 15px;
  background: #f9f9f9;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
  z-index: 9999;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .sub-menu{
  display: none;
  position: absolute;
  width: 120%;
  left:100%;
  top:0;
  z-index: 9999;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .sub-menu li{
  margin-top: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover .sub-menu{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li i {
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 14px;
    color: #000;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
      display: block;
    /* text-transform: uppercase; */
    color: #000;
    font-size: 16px;
    line-height: 30px;
    /*font-weight: 600;*/
    padding: 15px 15px;
    background: #fff;
    border-left: 4px solid #aacd07;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: 'PlayfairDisplay-SemiBold';
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #dfee9e;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li > a.active {
  background: #f4b43d none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #f4b43d none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #f4b43d;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #f4b43d none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4b43d;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #f4b43d;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 75%;
  padding-left: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #f4b43d none repeat scroll 0 0;
  color: #fff;
}

.about-page h3.title {
  color: #f4b43d;
  text-transform: capitalize;
  font-size: 42px;
  line-height: 1.2;
  margin: 5px 0;
  position: relative;
  font-family: 'PlayfairDisplay-SemiBold';
  font-weight: 300;
}
.about-page h3.txt {
  color: #1a1a1a;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 1.2;
  margin: 5px 0;
  position: relative;
  /*font-weight: 600;*/
  font-family: 'PlayfairDisplay-Bold';
}
.about-page .init-1 {
  padding: 100px 0 45px;
  background: url(../images/about-bg_02-1.jpg) no-repeat center 96%;
}
.about-page .init-1 .grid-box .column {
  
  vertical-align: middle;
  margin-bottom: 80px;
}
.about-page .init-1 .grid-box .column:nth-child(1) img {
  position: relative;
}
.about-page .init-1 .grid-box .column:nth-child(1) img:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 172px;
  background: url(../images/color.png) no-repeat;
  right: -32px;
  top: 0;
  z-index: 2;
}
.about-page .init-1 .grid-box .column:nth-child(2n) {
  padding-left: 3%;
}
.about-page .init-1 .grid-box .column:nth-child(3) {
  padding-right: 3%;
}
.about-page .init-1 .grid-box .column:nth-child(3) .i-num {
  margin-top: 100px;
}
.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li {
  float: left;
  width: 33.3%;
}
.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 {
  font-size: 20px;
  line-height: 36px;
    color: #0c0c0c;
    /*font-weight: 700;*/
    
}
.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 em {
    font-size: 54px;
    color: #000;
    margin-right: 5px;
    font-family: 'Mukta-Bold';
}
.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.about-page .init-1 .grid-box .column h5 {
    color: #f4b43d;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 35px;
    position: relative;
    line-height: 40px;
    margin-bottom: 22px;
    padding-top: 20px;
    font-family: 'PlayfairDisplay-SemiBold';
}
.about-page .init-1 .grid-box .column h5:after {
  position: absolute;
  height: 4px;
  width: 13%;
  background: #1a1a1a none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .init-1 .grid-box .column h5:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 14%;
  height: 4px;
  width: 25px;
  background: #f4b43d none repeat scroll 0 0;
}
.about-page .init-1 .grid-box .column p {
  font-size: 18px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 32px;
}
.about-page .init-history {
  padding: 40px 0 60px;
}
.about-page .init-history .title {
  text-align: center;
  font-family: 'PlayfairDisplay-SemiBold';
}
.about-page .init-history .history-list {
  position: relative;
}
.about-page .init-history .history-list:after {
  content: '';
  position: absolute;
  background: #9e9e9e;
  width: 100%;
  height: 1px;
  left: 0;
  top: 20px;
  z-index: -1;
}
.about-page .init-history .history-list ul li {
  padding: 0 20px;
  padding-top: 80px;
  position: relative;
}
.about-page .init-history .history-list ul li:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 48px;
  background: url(../images/pointer_03.jpg) no-repeat center;
  left: 46px;
  top: 6px;
  z-index: 2;
}
.about-page .init-history .history-list ul li h2 {
  font-size: 36px;
  color: #f4b43d;
  font-family: 'PlayfairDisplay-Bold';
}
.about-page .init-history .history-list ul li p {
  font-size: 18px;
}
.about-page .about-2 {
  background: #fbfbfb;
  padding: 120px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
  width: 30%;
}
.about-page .about-2 .right {
  padding-left: 15px;
  width: 70%;
}
.about-page .about-2 .right .content {
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content .why-list ul li{
  padding: 0 30px;
  border-left: 1px solid #c2d1e0;
}
.about-page .about-2 .right .content .why-list ul li h3{
    font-size: 24px;
    line-height: 44px;
    margin: 3px 0;
    font-weight: 300;
    color: #f4b43d;

}
.about-page .about-2 .right .content .why-list ul li p{
  font-size: 16px;
  line-height: 30px;
  
}
.about-page .init-factory {
  background: #f4b43d;
}
.about-page .init-factory .grid-box .column {
  width: 30%;
  vertical-align: middle;
}
.about-page .init-factory .grid-box .column h3.title {
  color: #fff;
  
}
.about-page .init-factory .grid-box .column p {
  font-size: 18px;
  line-height: 32px;
    color: #fff;
    margin: 20px 0 35px;
  
}
.about-page .init-factory .grid-box .column:nth-child(1) {
  /*background: url(../images/bg.png) no-repeat 70% 30px;*/
  padding-top: 100px;
  padding: 0 2% 0 12%;
}
.about-page .init-factory .grid-box .column:nth-child(1) .arrows {
  width: 130px;
  height: 63px;
}
.about-page .init-factory .grid-box .column:nth-child(1) .arrows .fa {
  width: 54px;
  height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  float: left;
  cursor: pointer;
}
.about-page .init-factory .grid-box .column:nth-child(1) .arrows .fa-angle-left {
  background: #fff;
  color: #000;
}
.about-page .init-factory .grid-box .column:nth-child(1) .arrows .fa-angle-right {
  background: #f4b43d;
  color: #fff;
}
.about-page .init-factory .grid-box .column:nth-child(2) {
  width: 70%;
}
/*.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #f4b43d;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #f4b43d;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}*/
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .left p{
    font-size: 18px;
    line-height: 32px;
    color: #2b2b2b;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
    vertical-align: middle;
    color: #f4b43d;
    font-weight: 300;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #f4b43d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom .partner-list .swiper{
  overflow: hidden;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  
  font-size: 22px;
  padding: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #f4b43d;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #f4b43d;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #f4b43d;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 100px 0px 0px;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -55px;
  background: #f4b43d none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: 'PlayfairDisplay-SemiBold';
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-size: 22px;
    font-weight: 400;
  margin-bottom: 5px;
  color: #333333;
  display: inline-block;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-height: 5rem;
font-family: 'PlayfairDisplay-Bold';
}
.news-page .news-list ul li .box .content h3:hover {
  color: #f4b43d;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 100;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #f4b43d;
  border-left: 1px solid #f4b43d;
  font-size: 14px;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #f4b43d none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  line-height: 28px;
  color: #828893;
  
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #f4b43d;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #f4b43d;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #f4b43d;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #f4b43d !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 45%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 40px 20px;
 margin-bottom: 200px;
 min-height: 410px;
}
.contact-page .contact-2 .right {
  width: 55%;
  padding-left: 80px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
  font-size: 14px!important;
  line-height: 28px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 11%;
  background: #f4b43d none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 12%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #f4b43d;
}
.contact-page .contact-2 .right ul li p {
    font-size: 20px;
    color: #444444;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: .5px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 6px;
  position: relative;
}
.product-page .product-list ul li .news{
  position: absolute;
  left:-15px;
  top:-15px;
  z-index: 2;
  display: none;
}
.prodet-4 .prodet-4-ul .news{
  position: absolute;
  left:10px;
  top:10px;
  z-index: 2;
  display: none;
}
.prodet-page .grid-box.two .column:nth-child(1) .news{
  position: absolute;
  left:-30px;
  top:0px;
  z-index: 2;
  display: none;
}
.product-page .product-list ul li .box {
  display: block;
  background: #dedee2;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 10px 28px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  font-size: 16px;
  /*font-weight: 600;*/
  color: #000;
  font-family: 'PlayfairDisplay-SemiBold';
  line-height: 30px;
  min-height: 5.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height:auto;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #f4b43d;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #f4b43d;
  font-family: 'PlayfairDisplay-SemiBold';
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*text-transform: uppercase;*/
  font-weight: 300;
}
.product-page .product-list ul li .box .content p {
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
    color: #1b1b1b;
    font-weight: 600;
    line-height: 20px;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #f4b43d;
  font-size: 12px;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #f4b43d;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #f4b43d;
}

.prodet-page {
  padding: 0 0 70px;
}
.prodet-page .prodet-1{
  background: #fff;
  padding: 70px 0;
}

.prodet-page .i-address{
  padding: 30px 0;
  background: #f8f9fc;
}
.prodet-page .i-address .text {
  margin: 0 auto;
  padding: 10px 8%;
  position: relative;
  z-index: 1;
  background: #f8f9fc;
}
.prodet-page .i-address .text .grid-box.three > .column .column {
  width: 30%;
}
.prodet-page .i-address .text .grid-box.three > .column .column .fa {
  width: 110px;
  height: 110px;
  border: 1px solid #ececec;
  background: url(../images/car_03.jpg) no-repeat center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}
.prodet-page .i-address .text .grid-box.three > .column .column .fa.phone1{
  background: url(../images/car2_03.jpg) no-repeat center;
}
.prodet-page .i-address .text .grid-box.three > .column .column .fa.phone2{
  background: url(../images/car3_05.jpg) no-repeat center;
}
.prodet-page .i-address .text .grid-box.three > .column .column:nth-child(2) {
  width: 70%;
  padding: 10px 15px;
}
.prodet-page .i-address .text .grid-box.three > .column .column h2 {
  font-size: 22px;
  line-height: 40px;
    /*text-transform: capitalize;*/
    margin-bottom: 10px;
    /*font-weight: 600;*/
    color: #f4b43d;
}
.prodet-page .i-address .text .grid-box.three > .column .column p {
  font-size: 16px;
    line-height: 30px;
    color: #1b1b1b;
}
.prodet-page .i-address .img {
  margin-top: -98px;
  position: relative;
  z-index: 0;
}
.prodet-page .i-address .img .text2{
  position: absolute;
  width: 60%;
  left: 20%;
  top:26%;
  z-index: 5;
}
.prodet-page .i-address .img .text2 h2{
  text-align: center;
  color: #fff;
  font-size: 56px;
}
.prodet-page .i-address .img .text2 h2 span{
  font-size: 36px;
}
.prodet-page .grid-box.two .column:nth-child(1) {
  width: 45%;
}
.prodet-page .grid-box.two .column:nth-child(2) {
  width: 50%;
    padding-left: 5%;
    /*padding-top: 5%;*/
}
.prodet-page .grid-box.two .column:nth-child(2) h1 {
  font-size: 24px;
    color: #292929;
    line-height: 44px;
    font-family: 'PlayfairDisplay-Bold';
}
.prodet-page .grid-box.two .column:nth-child(2) h3 {
    font-size: 20px;
    font-family: 'PlayfairDisplay-SemiBold';
    padding: 10px 0;
    color: #f4b43d;
    font-weight: 500;
}
.prodet-page strong{
  font-weight: 700 !important;
}
.prodet-page .grid-box.two .column:nth-child(2) .content {
  padding: 30px 0;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .grid-box.two .column:nth-child(2) .content div {
  line-height: 32px;
  font-size: 18px;
  font-family: 'PlayfairDisplay-SemiBold';
  color: #4e4e4e;
}
.prodet-page .grid-box.two .column:nth-child(2) a.more {
  width: 211px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
  background: #f4b43d;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  margin-right: 10px;
  font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .grid-box.two .column:nth-child(2) a.btn2{
  background: #f4b43d;
}
.prodet-page .grid-box.two .column:nth-child(2) .share {
  padding-top: 30px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share p {
  font-size: 20px;
  margin-bottom: 10px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column {
  width: auto;
  padding: 0;
  margin-right: 10px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column .fa {
  width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a;
}
.prodet-page .grid-box.two .column:nth-child(2) .mail{
  font-size: 16px;
  line-height: 30px;
  color: #242424;
  font-family: 'PlayfairDisplay-SemiBold';
  margin-top: 20px;
}
.prodet-page .column.left {
  width: 60%;
}
.prodet-page .column.left a {
  display: block;
  border: 1px solid #eee;
  background-color: #dedee2;
}
.prodet-page .column.left a img {
  width: 100%;
}
.prodet-page .column.left ul {
  margin: -5px;
  padding: 0;
}
/*.prodet-page .column.left ul>.slick-list .slick-slide{
  background-color: #dedee2;
}*/
.prodet-page .column.left ul li {
  padding: 5px;
}
.prodet-page .column.left ul li i,
.prodet-page .column.left ul li span {
  display: none !important;
}
.prodet-page .column.left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .column.left .four ul .slick-current li a {
	    border-color: #f4b43d;
}
.prodet-page .column.left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .column.left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .column.left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .title {
  font-size: 32px;
    text-transform: capitalize;
    line-height: 56px;
    color: #f4b43d;
    font-family: 'PlayfairDisplay-Bold';

}
.prodet-page .txt {
  font-size: 32px;
    text-transform: capitalize;
    line-height: 1.2;
    color: #ffffff;
    font-family: 'PlayfairDisplay-Bold';

}

.prodet-page .prodet-3 {
  margin-top: -76px;
}
.prodet-page .prodet-3 .init-1 ul li {
      width: 33%;
    background: #f4f4f4;
    text-align: center;
    padding: 20px 10px;
    font-size: 20px;
    float: left;
    margin-right: .5%;
    text-transform: capitalize;
    cursor: pointer;
    font-family: 'PlayfairDisplay-Bold';
}
.prodet-page .prodet-3 .init-1 ul li.active {
  background: #f4b43d;
  color: #fff;
}
.prodet-page .prodet-3 .init-1 ul li:nth-child(3) {
  margin-right: 0;
}
.prodet-page .prodet-3 .init-content {
  padding: 80px 3%;
}
.prodet-page .prodet-3 .init-content table{
  border: none;
}
.prodet-page .prodet-3 .init-content table tr{
  border-bottom: 1px dashed #292929;
}
.prodet-page .prodet-3 .init-content table tr td{
  border: none;
    font-size: 20px;
    line-height: 36px;
    padding: 10px;
    font-family: 'PlayfairDisplay-SemiBold';
    color: #121212;
}
.prodet-page .prodet-4 {
  padding: 70px 0;
}
.prodet-page .prodet-4 .prodet-4-ul {
  margin-top: 40px;
}
.prodet-page .prodet-4 .prodet-4-ul ul li {
  padding: 0 20px;
  text-align: center;
}
.prodet-page .prodet-4 .prodet-4-ul ul li .text{
  text-align: center;
}
.prodet-page .prodet-5 {
  padding: 85px 0;
  background: #f4b43d;
}
.prodet-page .prodet-5 .grid-box .column{
  vertical-align: middle;
}
.prodet-page .prodet-5 .grid-box .column:nth-child(1) li{
  padding: 0 10px;
}
.prodet-page .prodet-5 .grid-box .column:nth-child(2) ul {
  margin-top: 30px;
}
.prodet-page .prodet-5 .grid-box .column:nth-child(2) ul li {
  padding: 8px 30px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'PlayfairDisplay-SemiBold';
    color: #ffffff;
    background: #c17e01;
    position: relative;
}
.prodet-page .prodet-5 .grid-box .column:nth-child(2) ul li:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: -1px;
    background: #ffcd6f;
}

.prodet-page .prodet-6 .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .prodet-6 .column{
  width: 50%;
}
.prodet-page .prodet-6 .column:nth-child(2){
  padding-left: 4%;
}
.prodet-page .prodet-6 .column:nth-child(1) img{
  width: 100%;
}
.prodet-page .prodet-6 .column h3.txt {
    color: #1a1a1a;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 1.2;
    margin: 5px 0;
    position: relative;
    /* font-weight: 600; */
    font-family: 'PlayfairDisplay-Bold';
}
.prodet-page .prodet-6 .column h5 {
    color: #f4b43d;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 35px;
    position: relative;
    line-height: 38px;
    margin-bottom: 22px;
    padding-top: 20px;
    font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-6 .column h5:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 14%;
    height: 4px;
    width: 25px;
    background: #f4b43d none repeat scroll 0 0;
}
.prodet-page .prodet-6 .column h5:after {
    position: absolute;
    height: 4px;
    width: 13%;
    background: #1a1a1a none repeat scroll 0 0;
    content: "";
    left: 0;
    top: -20px;
}
.prodet-page .prodet-6 .column p {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 32px;
}
.prodet-page .prodet-6 {
  padding: 70px 0;
}
.prodet-page .prodet-6 .why-4-list {
  margin-top: 40px;
}
.prodet-page .prodet-6 .why-4-list ul li {
  padding: 30px;
  padding-bottom: 100px;
  border-right: 1px solid #bdbdbd;
  position: relative;
}
.prodet-page .prodet-6 .why-4-list ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0px;
  opacity: 0;
  filter: alpha(opacity=100);
  z-index: 1;
  background: url(../images/prodet6-bt_07.jpg) no-repeat;
  background-size: cover;
}
.prodet-page .prodet-6 .why-4-list ul li .num {
  color: #ededed;
    font-size: 120px;
    line-height: 110px;
    font-family: 'PlayfairDisplay-SemiBold';
    font-weight: 500;
    height: 110px;
}
.prodet-page .prodet-6 .why-4-list ul li h2 {
      font-size: 24px;
    /* text-align: right; */
    /* font-weight: 600; */
    line-height: 30px;
    margin: 10px 0 20px;
    color: #f4b43d;
    font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-6 .why-4-list ul li p {
  font-size: 18px;
  height: 340px;
}
.prodet-page .prodet-6 .why-4-list ul li:hover {
  background: #252525;
}
.prodet-page .prodet-6 .why-4-list ul li:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prodet-page .prodet-6 .why-4-list ul li:hover .num,
.prodet-page .prodet-6 .why-4-list ul li:hover h2,
.prodet-page .prodet-6 .why-4-list ul li:hover p {
  color: #fff;
  font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-6 .why-4-list ul li:hover .num {
  font-size: 64px;
  font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-7 .grid-box {
  background-color: #f4b43d;
}
.prodet-page .prodet-7 .grid-box .column {
  width: 30%;
  color: #fff;
}
.prodet-page .prodet-7 .grid-box .column .img-box {
  position: relative;
}
.prodet-page .prodet-7 .grid-box .column .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: table;
  background: rgb(34 34 34 / 82%);
}


.prodet-page .prodet-7 .grid-box .column .img-box .layer .box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8%;
}
.prodet-page .prodet-7 .grid-box .column .img-box .layer h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-7 .grid-box .column .img-box .layer p {
  font-size: 16px;
  /*margin: 30px 0;*/
  color: #fff;
  height: 96px;
  overflow: hidden;
}
.prodet-page .prodet-7 .grid-box .column .img-box .layer a.more {
  display: block;
    width: 123px;
    height: 35px;
    margin-top: 20px;
    line-height: 36px;
    /*background: #f4b43d;*/
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
}
.prodet-page .prodet-7 .grid-box .column:nth-child(3) {
  width: 40%;
  vertical-align: middle;
  padding:3% 3%;
}
.prodet-page .prodet-7 .grid-box .column:nth-child(3) h3,
.prodet-page .prodet-7 .grid-box .column:nth-child(3) h2 {
  font-size: 24px;
  font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-7 .grid-box .column:nth-child(3) h3 {
  text-transform: capitalize;
  font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-7 .grid-box .column:nth-child(3) p {
  font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 10px 0;
}
.prodet-page .prodet-7 .grid-box .column:nth-child(3) a.more {
      font-size: 18px;
    text-transform: uppercase;
}
.prodet-page .prodet-form{
  padding: 50px 0;
}
.prodet-page .prodet-form .ptForm {
  margin-top: 50px;
}
.prodet-page .prodet-form .ptForm label {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
  font-family: 'PlayfairDisplay-SemiBold';
}
.prodet-page .prodet-form .ptForm input,
.prodet-page .prodet-form .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #000;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-page .prodet-form .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodet-page .prodet-form .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodet-page .prodet-form .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-form .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodet-page .prodet-form .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #000;
}
.prodet-page .prodet-form .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodet-page .prodet-form .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodet-page .prodet-form .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #000;
}
.prodet-page .prodet-form .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: 'PlayfairDisplay-SemiBold';
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #242424 url("../images/fb-send.png") no-repeat 90% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-form .ptForm input[type="submit"]:hover {
  background-color: #222;
}

.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #f4b43d;
  color: white;
}
.technology-3 .column{
  vertical-align: middle;
}
.technology-3 .con-box.first .con{
  padding-left: 5%;
}
.technology-3 .con-box.two .con{
  padding-right: 5%;
}
.technology-3 .con-box .con h3 {
       font-size: 32px;
    color: #f4b43d;
    font-weight: 400;
    line-height: 60px;
    font-family: 'PlayfairDisplay-Bold';
}
.service-page .service-2{
  padding: 100px 0;
}
.service-page .service-2 h2 {
    text-align: center;
    color: #f4b43d;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 500;
    font-family: 'PlayfairDisplay-Bold';
}
.service-page .service-2 .box {
    padding: 15vw 0;
    background: url('/skycospack/2022/01/18/service.jpg') center center;
    background-size: cover;
}
.service-page .service-2 .box .box2 {
    position: relative;
}
.service-page .service-2 .box .box2 .left {
    text-align: center;
    padding: 0 5%;
    vertical-align: middle;
}
.service-page .service-2 .box .box2 .right {
    text-align: right;
    padding-right: 5%;
    vertical-align: middle;
}
.service-page .service-2 .box .box2 .right h3 {
    color: #799f28;
    font-size: 42px;
    line-height: 1;
    font-family: 'PlayfairDisplay-Bold';
    text-transform: uppercase;
}
.service-page .service-2 .box .box2 .right a.more {
    display: inline-block;
    margin-left: auto;
    margin-top: 40px;
    line-height: 50px;
    height: 50px;
    padding: 0 50px;
    background: #799f28;
    color: white;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: 'PlayfairDisplay-Bold';
}
.service-page .service-2 .box .box2 .right a.more:hover {
    background: #333;
}

.service-page .service-1 h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    color: #f4b43d;
    line-height: 1.2;
    font-family: 'PlayfairDisplay-Bold';
}


.service-page h2 small {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #272727;
    line-height: 30px;
    font-weight: 300;
    
}
.service-page .service-1 .bottom {
    margin-top: 45px;
    padding: 50px;
    /*background: url('../images/service-1-bg.jpg') center center no-repeat;*/
    background-size: cover;
}
.service-page .service-1 .bottom h3 {
    display: block;
    font-size: 42px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 600;
    color: #333333
}
.service-page .service-1 .bottom h3 small {
    display: block;
    font-weight: 300;
    font-family: 'Mukta-Regular';
    FONT-VARIANT: JIS83;
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
}
.service-page .service-1 .bottom h3 small:after {
    content: '';
    display: block;
    width: 200px;
    max-width: 50%;
    /*background: #adadad;*/
    /*height: 1px;*/
    margin-top: 13px;
}
.service-page .service-1 .bottom .box .left {
    width: 15%;
    vertical-align: middle;
}
.service-page .service-1 .bottom h3{
  width: 40%;
  padding-right: 30px;
  font-family: 'PlayfairDisplay-Bold';
}
.service-page .service-1 .bottom .i-num{
  width: 60%; float: right;
}
.service-page .service-1 .bottom .i-num ul li {
    padding-bottom: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 33.3%;
    float: left;
    text-align: right;
}
.service-page .service-1 .bottom .i-num ul li h4 {
    display: block;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #f4b43d;
    font-family: 'PlayfairDisplay-SemiBold';
}
.service-page .service-1 .bottom .i-num ul li p {
    display: block;
    line-height: 32px;
    /*max-width: 150px;*/
    font-size: 18px;
    /*font-style: italic;*/
    text-transform: capitalize;
    color: #333333;
}
.service-page .service-1 .bottom .i-num ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.service-page .service-1 .bottom .box .right {
    width: 100%;
    vertical-align: middle;
    padding-left: 0;
}
.service-page .service-1 .bottom .box .right img{
  display: block;
  margin: 0 auto;
}
.quality-page .grid-box{
  margin-bottom: 50px;
}
.quality-page .column h3{
  font-size: 42px;
  margin-bottom: 20px;
}
.quality-page .column.img{
  width: 55%;
}
.quality-page .column.con{
  width: 45%;
  /*padding: 0 5%;*/
}
.quality-page .column p, .quality-page .column ul li{
line-height: 1.8;
    color: #4e4e4e;
    font-size: 18px;
}
.quality-page .column ul li{
  list-style-position: inside;
  list-style-type: disc;
  
}

.manufacturing-page{
  padding: 120px 0 0px;
}
.about-page{
  padding: 0;
}
.manufacturing-page h2 {
    font-size: 42px;
    color: #f4b43d;
    font-weight: 300;
    line-height: 1;
    font-family: 'PlayfairDisplay-SemiBold';
    text-transform: capitalize;
}
.manufacturing-page .manufacturing-1{
  padding-bottom: 50px;
}
.manufacturing-page .manufacturing-1 h3{
text-align: center;
    font-size: 18px;
    font-family: 'PlayfairDisplay-SemiBold';
    color: #3e3e3e;
    font-weight: 300;
}
 

.manufacturing-page .init-factory2{
  margin: 50px 0;
}
.manufacturing-page .init-factory2 .column{
  padding: 0 30px;
  text-align: left;
  vertical-align: middle;
}
.manufacturing-page .init-factory2 .column h3.title{
  font-weight: 600;
    font-size: 30px;
    text-align: left;
    color: #1b1b1b;
}
.manufacturing-page .init-factory2 .column p{
  line-height: 30px;
  margin: 10px 0;
}

.manufacturing-page .init-factory2 .column .arrows {
  width: 130px;
  height: 63px;
  margin-top: 40px;
}
.manufacturing-page .init-factory2 .column .arrows .fa {
  width: 54px;
  height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  float: left;
  cursor: pointer;
}
.manufacturing-page .init-factory2 .column .arrows .fa-angle-left {
  background: #f5f5f5;
  color: #000;
}
.manufacturing-page .init-factory2 .column .arrows .fa-angle-right {
  background: #f4b43d;
  color: #fff;
}
.manufacturing-page .manufacturing-2{
padding: 80px 0;
margin-bottom: 100px;
background: url(/template/en/images/about-bg_02-1.jpg) no-repeat center bottom;
}
.manufacturing-page .manufacturing-2 h2{
  color: #1a1a1a;
  text-align: left;
  
}
.manufacturing-page .manufacturing-2 .column{
  color: #fff;
  vertical-align:middle;
}
.manufacturing-page .manufacturing-2 .column h4{
  color: #1a1a1a;
    font-size: 54px;
    line-height: 50px;
    /*font-weight: 600;*/
}
.manufacturing-page .manufacturing-2 .column em{
  color: #1a1a1a;
  font-size: 22px;
  margin-left: -10px;
}
.manufacturing-page .manufacturing-2 .column p{
  color: #1a1a1a;
  font-size: 18px;
}


.manufacturing-page .customized-1 {
    /*padding: 90px 0;*/
    text-align: center;
    overflow: hidden;
    margin-top: 5vw;
}
.manufacturing-page .customized-1 h2 {
    color: #1a1a1a;
}
.manufacturing-page .customized-1 .list {
    margin-top: 80px;
    position: relative;
}
.manufacturing-page .customized-1 .list:after {
    content: '';
    width: 200%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    left: -50%;
    z-index: -1;
}
.manufacturing-page .customized-1 .ui.container {
    max-width: 1630px;
    width: auto;
    padding-bottom: 50px;
}
.manufacturing-page .customized-1 .list {
    /*overflow: hidden;*/
}
.manufacturing-page .customized-1 .list ul {
    margin: 0 -15px;
    padding: 85px 0;
}
.manufacturing-page .customized-1 .list ul li {
    padding: 0 15px;
    position: relative;
}
.manufacturing-page .customized-1 .list ul span {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    border: 20px solid #ffd88f;
    line-height: 60px;
    background: #f4b43d;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.manufacturing-page .customized-1 .list ul span:after {
    content: '';
    /*background: url('../images/init-1-2-bg.jpg');*/
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.manufacturing-page .customized-1 .list ul li .content {
    width: 130%;
    left: -15%;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.manufacturing-page .customized-1 .list ul li .content h4 {
    font-size: 24px;
    color: #1e1e1e;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'PlayfairDisplay-SemiBold';
}
.manufacturing-page .customized-1 .list ul li .content p {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.6;
}
.manufacturing-page .customized-1 .list ul li:hover span {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.manufacturing-page .customized-1 .list ul li:hover span:after {
    opacity: 1;
}
.manufacturing-page .customized-1 .list ul li:hover .content {
    margin: 10px 0;
}
.manufacturing-page .customized-1 .list ul li:hover .content h4 {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    color: #f4b43d;
}
.manufacturing-page .customized-1 .list ul .slick-list {
    overflow: unset;
}
.manufacturing-page .customized-1 .list ul .slick-slide:nth-child(odd) li .content {
    top: auto;
    bottom: 100%;
}
.manufacturing-page .customized-1 a.more {
  line-height: 52px;
    height: 52px;
    padding: 0 36px;
    background: #f4b43d;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 50px auto 0;
    display: inline-block;
}
.manufacturing-page .customized-1 a.more:hover {
    background: #333;
}

.manufacturing-page .quality-2 {
    padding: 70px 0;
    background: #f4b43d;

}
.manufacturing-page .quality-2 h2{
  color: #1a1a1a;
}
.manufacturing-page .quality-2 h3{
      font-size: 18px;
    font-family: 'PlayfairDisplay-SemiBold';
    font-weight: 300;
    text-align: center;
    line-height: 26px;
    margin: 20px 0;
}
.manufacturing-page .quality-2 .content {
    padding-top: 30px;
}
.manufacturing-page .quality-2 .content table {
    overflow: unset;
}
.manufacturing-page .quality-2 .content table tbody {
    table-layout: fixed;
}
.manufacturing-page .quality-2 .content table tbody td {
    border: none;
    /*padding: 85px 0;*/
    width: 50% !important;
    background: white;
}
.manufacturing-page .quality-2 .content table tbody tr {
    position: relative;
    z-index: 1;
    background: none!important;
}
.manufacturing-page .quality-2 .content table tbody tr:nth-child(odd) {
    background: #f8f9fc!important;
}
.manufacturing-page .quality-2 .content table tbody tr:after {
    content: '';
    width: 200%;
    height: 93%;
    left: -50%;
    /* margin: 69px; */
    /* background: #f4b43d; */
    position: absolute;
    z-index: -1;
}
.manufacturing-page .quality-2 .content table tbody strong {
   font-weight: 600;
    font-size: 32px;
    color: #f4b43d;
}

.manufacturing-page .quality-1 {
    padding: 100px 0;
    background: #f8f9fc;
}
.manufacturing-page .quality-1 .list {
    position: relative;
    padding-top: 60px;
}
.manufacturing-page .quality-1 ul {
    margin: -10px;
}
.manufacturing-page .quality-1 ul li {
    padding: 10px;
}
.manufacturing-page .quality-1 .list img {
    width: 100%;
    cursor: pointer;
    cursor: hand;
}
.manufacturing-page .quality-1 .list .big .slick-arrow {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    z-index: 1;
    color: transparent;
    font-size: 0;
    border: none;
    transition: .5s;
}
.manufacturing-page .quality-1 .list .big .slick-arrow.slick-prev {
    background-image: url('../images/banner-btn-l.png');
    left: -90px;
}
.manufacturing-page .quality-1 .list .big .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
    right: -90px;
}
.manufacturing-page .quality-1 .list .big .slick-arrow:hover {
    background-color: #f4b43d;
}
.manufacturing-page .quality-1 .list .small {
    position: relative;
    /* background: #f8f9fc; */
    padding-top: 40px;
}
/*.manufacturing-page .quality-1 .list .small .slick-track {
    margin-left: 0;
}*/
.manufacturing-page .quality-1 .list .small h5 {
        text-align: center;
    font-size: 14px;
    font-family: 'PlayfairDisplay-SemiBold';
    margin-top: 10px;
    padding: 0 10px;
    line-height: 1.5;

}
.manufacturing-page .quality-1 .column{
  vertical-align: middle;
}
.manufacturing-page .quality-1 .grid-box{
  position: relative;
}
.manufacturing-page .quality-1 .grid-box .text{
  position: absolute;width: 60%;
  right:0;
  top:30%;
  background: #f7f7f7;
  padding: 30px;z-index: 3;
}
.manufacturing-page .quality-1 .text h2{
  margin-bottom: 10px;text-align: left !important;
  font-size: 28px;
}
.manufacturing-page .quality-1 .text p{
  margin-bottom: 10px;
  text-align: left !important;
  font-size: 16px;
  color: #1b1b1b;
}
.about-page .init-factory .two .column .about-factory-list .swiper-container{
  height: 300px;
}
.about-page .init-factory .two .column .about-factory-list .swiper-container .img-box{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 28px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .container {
    width: 100%;
    padding: 0 20px;
}
.about-page .init-factory .two .column .about-factory-list .swiper-container{
  height: auto;
}
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 20px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px!important;
    line-height: 32px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 992px) {
    .service-page h2,.service-page .service-1 .bottom h3 {
        font-size: 30px;
    }
    .service-page .service-1 .bottom .box .left {
        display: none;
    }
    .service-page .service-1 .bottom .box .right {
        width: 100%;
        padding-left: 0;
    }
     .service-page h2, .service-page .service-1 .bottom h3,.manufacturing-page .customized-2 .bottom ul li .box .content h4 {
        font-size: 20px;
    }
    .about-page h3.txt{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {

  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
  .inner-banner{
      display:none;
  }
  .inner-page{
    margin-top: 20px;
  }
  .grid-box.three>.column {
    width: 100%;
}
.about-page h3.txt{
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
}

.factories {
	padding:0 !important;
}
.factories .brilliant {
	padding: 60px 0 0;
/* 	background-color: #F3F4F6 */
}

.factories .brilliant .title p {
	margin: 10px 0 35px
}

.factories .brilliant .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1920px;
	margin: 0 auto
}

.factories .brilliant .slider-single {
	max-width: 970px;
	width: 52%;
	max-height: 500px;
	overflow: hidden
}

.factories .brilliant .img {
	max-width: 970px;
	max-height: 500px;
	overflow: hidden
}

.factories .brilliant .right {
	max-width: 700px;
    width: 50%;
    margin-left: 100px;
    margin-top: 3%;
    padding: 20px 0;
}

.factories .brilliant .text-no3{
	max-width: 480px;
	width: 35%;
	margin-left: 100px;
	margin-top: 0%;
	padding: 0px 0
}



.factories .brilliant .right h2 {
	margin-bottom: 30px;
  font-size: 36px
}

.factories .brilliant .right .btn-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px
}

.factories .brilliant .right .btn-group .slick-arrow {
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.factories .brilliant .right .btn-group .slick-arrow.btn-l {
	margin-right: 40px
}

.factories .brilliant .btn-group .arr-l {
	margin-right: 40px
}

.factories .brilliant .slider-single {
	position: relative;
	max-width: 1920px;
	max-width: 970px;
	width: 52%;
	max-height: 500px
}

.factories .datas {
	padding: 70px 0;
	background-color:#f4b43d
}

.factories .datas .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.factories .datas .item {
	max-width: 380px;
	width: 32%
}

.factories .datas .item .num {
	    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}

.factories .datas .item .num span {
	margin-left: 10px
}

.factories .datas .item p {
	color: #fff!important;
	margin-top: 10px
}

.factories .dedicated {
	padding: 120px 0;
	background-color: #F3F4F6
}

.factories .dedicated .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px
}

.factories .dedicated .item {
	max-width: 380px;
	margin: 0 10px
}

.factories .dedicated .img {
	max-width: 380px;
	max-height: 260px;
	overflow: hidden
}

.factories .dedicated .text h3 {
	font-size: 24px;
	color: #162c35!important;
	margin: 15px 0 10px
}

.factories .dedicated .slick-arrow {
	top: 35%
}

.factories .dedicated .slick-arrow.slick-prev {
	left: 30px
}

.factories .dedicated .slick-arrow.slick-next {
	right: 30px
}

.factories .schedule .content-wrap {
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.factories .schedule .text {
	max-width: 480px;
	width: 38%;
	margin-right: 90px
}

.factories .schedule .text h2 {
	max-width: 415px;
	margin-bottom: 30px
}

.factories .schedule .img {
	max-width: 970px;
	width: 53%;
	max-height: 500px;
	overflow: hidden
}

.factories .assure {
	padding: 120px 0;
	background-color: #F3F4F6;
	overflow:hidden;
}

.factories .assure .content-wrap {
/* 	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
/* 	margin-top: 50px */
	padding-top:50px;
	margin:-25px;
}
.factories .assure .content-wrap .item {
	padding:25px;
}
.factories .assure .item {
/* 	max-width: 580px; */
	width: 49.5%;
	margin-bottom: 30px
}

.factories .assure .img {
	max-width: 580px;
	max-height: 340px;
	overflow: hidden;
	margin-bottom: 15px
}

.factories .cta {
	padding: 60px 0 80px;
/* 	background-color: #e9ebec */
}

.factories .cta .text p {
	margin: 15px 0 30px
}
.factories .center {
	text-align: center
}

.factories article p:not(:last-child) {
	margin-bottom: 15px
}

.factories .text h2 {
	
	font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 1.2;
    color: #1b1b1b!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.factories .text h3 {
	
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: #323d3f!important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.factories .dedicated p {
	text-align:center;
	margin-top:10px;
}
.factories .text p,.factories .dedicated p {
	/*  */
  font-weight: 300;
  /* font-style: normal; */
  font-size: 18px;
  line-height: 1.2;
	color: #777!important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.factories .text p span {
	font-weight: 700!important
}

.factories .text p a {
	color: #dbae78!important;
	text-decoration: underline!important
}

.factories .text p a:hover {
	text-decoration: underline!important;
	font-style: italic
}
.factories .btn a {
    display: inline-block;
    
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #fff!important;
    background: #043c83;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.culture-page .culture-3 {
    padding: 120px 0;
}

.culture-page .culture-3 .box {
    position: relative;
}
.culture-page .culture-3 .box:after {
    content: '';
    background: #f4b43d;
    width: 2px;
    height: 70%;
    left: 47%;
    bottom: 0;
    position: absolute;
}
.culture-page .culture-3 .left {
    vertical-align: middle;
}
.culture-page .culture-3 .left h2,
.culture-page .culture-4 .left h2 {
        font-size: 42px;
    color: #f4b43d;
    line-height: 1;
    margin-left: 30px;
   font-family: 'PlayfairDisplay-Bold';
}
.culture-page .culture-3 .left h4,
.culture-page .culture-4 .left h4 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    color: #1d1d1d;
    margin: 20px 0;
    margin-left: 30px;
    max-width: 500px;
    font-family: 'PlayfairDisplay-Bold';
}
.culture-page .culture-3 .left h4 span{
      font-weight: 600;
    color: black;
    font-size: 72px;
    font-family: 'PlayfairDisplay-Bold';
}
.culture-page .culture-3 .left .content {
    padding: 25px 30px 40px;
    margin-right: -5%;
    width: 110%;
    background: #f7f7f7;
    font-size: 18px;
    color: #212121;
    line-height: 1.8;
    z-index: 1;
    position: relative;
}
.culture-page .culture-3 .right {
    vertical-align: middle;
}
.culture-page .culture-3 .right a {
    display: block;
}
.culture-mission{
  padding: 40px 0;
  text-align: center;
}
.culture-mission .title{
      font-size: 42px;
    text-align: center;
    font-weight: 600;
    font-family: 'PlayfairDisplay-Bold';
}
.culture-mission .grid-box{
  border-top:1px solid #ececec;
  margin-top: 30px;
}
.culture-mission .column{
  font-size: 36px;
    font-weight: 600;
    color: #252525;
    padding: 30px 0;
    position: relative;
    background: url(/template/en/images/mission.png) no-repeat 36% 85%;
    font-family: 'PlayfairDisplay-Bold';
}
.culture-mission .column:nth-child(1):after,
.culture-mission .column:nth-child(2):after{ 
  content: '';position: absolute;
width: 13px;
height: 13px;
right:-6px;
top:45%;
background: #f4b43d;
border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  }
.culture-page .culture-2{
  padding: 40px 0px 100px;
}
.culture-page .culture-2 .title{
  font-size: 42px;
  font-family: 'PlayfairDisplay-Bold';
    text-align: center;
    font-weight: 300;
    color: #f4b43d;
    margin-bottom: 20px;
}
.culture-page .culture-2 .con h3{
  color: #f4b43d;
}

.about-page .team-leader{
  padding: 40px 0;
}
.about-page .team-leader .container{
  padding: 0 5%;
}
.about-page .team-leader .column{
  width: 30%;
  vertical-align: middle;
}
.about-page .team-leader .column:nth-child(2){
  width: 70%;
  padding-left: 5%;
  background: url(../images/about_team_01_05.jpg) no-repeat 85% 30px;
}
.about-page .team-leader .column:nth-child(2) h2{
  font-size: 42px;
  color: #f4b43d;
  font-weight: 600;
  font-family: 'PlayfairDisplay-Bold';
}
.about-page .team-leader .column:nth-child(2) h3{
  font-size: 16px;
    font-weight: 100;
    color: #313131;
}
.about-page .team-leader .column:nth-child(2) h4{
  font-size: 34px;
    color: #313131;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    font-family: 'PlayfairDisplay-Regular';
}
.about-page .team-leader .column:nth-child(2) p{
  font-size: 18px;
  margin: 30px 0;
}
.about-page .about-gy h2 {
    font-size: 42px;
    color: #f4b43d;
    text-align: center;
    font-family: 'PlayfairDisplay-Bold';
}
.about-page .about-gy .box {
    margin-top: 110px;
    padding: 0 16%;
}
.about-page .about-gy .box ul {
    margin: -50px;
}
.about-page .about-gy .box ul li {
    padding: 50px;
        background: #fbfbfb;
}
.about-page .about-gy .box ul li .text {
    vertical-align: middle;
    padding-right: 3%;
    text-align: left;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
opacity: 1;
}
.about-page .about-gy .box ul li .text h6 {
    font-size: 22px; color: #000;
}
.about-page .about-gy .box ul li .text h6 span {
    font-weight: bold;
    font-size: 36px;
    vertical-align: top;
    line-height: 1.4;
}
.about-page .about-gy .box ul li .text p{
  color: #1a1a1a;
    line-height: 28px;
    font-size: 18px;
}
.about-page .about-gy .box ul li .text h3 {
    font-size: 35px;
    /* font-weight: 600; */
    margin-top: 40px;
    line-height: 1.2;
    word-break: break-word;
    color: #f4b43d;
    font-family: 'PlayfairDisplay-SemiBold';
}
.about-page .about-gy .box ul li .img {
    position: relative;
    text-align: left;
    vertical-align: middle;
    left: 0;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.about-page .about-gy .box ul li .img img {
    width: 100%;
}
.about-page .about-gy .box ul li .img .box2 {
    height: 80%;
    top: 10%;
    width: 30%;
    left: -15%;
    background: #82a23f;
    padding: 10px;
    position: absolute;
    opacity: 0;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.about-page .about-gy .box ul li .img .box2 span {
    font-size: 80px;
    font-weight: 500;
    font-family: 'PlayfairDisplay-SemiBold';
    color: #fff;
}
.about-page .about-gy .box ul li .img .box2 h6 {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    padding: inherit;
    width: 100%;
    bottom: 5px;
    left: 0;color: #fff;
    font-family: 'PlayfairDisplay-SemiBold';
}
.about-page .about-gy {
    overflow: hidden;
    margin: 50px 0;
}
.about-page .about-gy .box ul .slick-list {
    overflow: unset;
}
.about-page .about-gy .box ul .slick-current+div li .text{
    opacity: 0;
}
.about-page .about-gy .box ul .slick-current+div li .img{
    left: -45%;
}
.about-page .about-gy .box ul .slick-current+div li .img .box2 {
    opacity: 1;
}
.about-page .about-gy .box ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    margin-left: -80px;
    z-index: 1;
    background: #82a23f url('../images/banner-btn-l.png') center center no-repeat;
    background-size: 14px;
    border: none;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    font-size: 0;
}
.about-page .about-gy .box ul .slick-arrow.slick-next {
    display: none;
}
.about-page .organizational h2{
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  padding: 60px 0;
  background: url(../images/or_back_img.jpg);
  background-size: cover;
  color: #fff;
  margin-bottom: 30px;
}
.about-page .organizational img{
  display: block;
  margin: 0 auto;
}
.team-page .i-video{
  padding: 50px 0;
  background: #f8f9fc;
}
@-webkit-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @-o-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @-moz-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }

.team-page .i-video .container{
  position: relative;
}
.team-page .i-video img{
  display: block;
  margin: 0 auto;
}
    .team-page .i-video .play {
      width: 90px;
      height: 90px;
      line-height: 90px;
      border-radius: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.54);
      cursor: pointer;
      cursor: hand;
    }
   .team-page .i-video .play img {
      display: inline-block;
      vertical-align: middle;
      position: relative;
    }
    .team-page .i-video .play:after,
    .team-page .i-video .play:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: inherit;
      background: rgba(255, 255, 255, 0.35);
      -webkit-animation: ks 2s linear infinite;
      -o-animation: ks 2s linear infinite;
      -ms-animation: ks 2s linear infinite;
      -moz-animation: ks 2s linear infinite;
      animation: ks 2s linear infinite;
      z-index: -1;
    }
    .team-page .i-video .play:after {
      -webkit-animation-delay: .5s;
      -o-animation-delay: .5s;
      -ms-animation-delay: .5s;
      -moz-animation-delay: .5s;
      animation-delay: .5s;
    }

.faq-list li {
    margin-bottom: 20px;
    padding: 15px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.faq-list li h4 {
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
    font-family: 'PlayfairDisplay-Bold';
}
.faq-list li .content {
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
}
.faq-list li:last-child {
    margin-bottom: 0;
}
.faq-page{
  padding: 50px 0;
}
.faq-page .service-3 {
    padding: 70px 0 100px;
}
.faq-page h2 {
    text-align: center;
    font-size: 42px;
    color: #f4b43d;
    line-height: 1.2;
    font-family: 'PlayfairDisplay-Bold';
}
.faq-page h2 small {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 32px;
    font-family: 'Mukta-Regular'; 
}
.faq-page .service-3 .text .left {
    width: 70%;
    vertical-align: middle;
    border-left: 11px solid #3c3c3c;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 300;
    color: #171717;
    line-height: 2;
}
.faq-page .service-3 .text .right {
    text-align: right;
    width: 30%;
    vertical-align: middle;
}
.faq-page .service-3 .text .right a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 46px;
    height: 46px;
    padding: 0 35px;
    border-radius: 23px;
    background: #f4b43d;
    font-size: 24px;
    color: white;
    transition: .5s;
    font-family: 'PlayfairDisplay-Bold';
}
.faq-page .service-3 .text .right a.more:hover {
    background: black;
}

@media screen and (max-width: 992px) {
    .faq-page .faq-list li h4 {
        font-size: 22px;
        line-height: 40px;
    }
}

.video_box.active{
  top: 22%;
    left: 87%;
}

@media screen and (max-width: 1400px) {
  .about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 em{
    font-size: 32px;
  }
  .about-page .about-2 .right .content .why-list ul li h3,
  .about-page .init-history .history-list ul li h2{
    font-size: 20px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1200px) {
  
}


@media screen and (max-width: 1000px) {
  .culture-page .culture-3 .left h2, .culture-page .culture-4 .left h2,
.culture-mission .title,
.culture-mission .column,
.culture-page .culture-2 .title{
  font-size: 30px;
}
.culture-page .culture-3 .left h4, .culture-page .culture-4 .left h4{
  font-size: 25px;
}
.about-page .team-leader .column:nth-child(2) h2,
.about-page .team-leader .column:nth-child(2) h4,
.about-page .about-gy h2,
.about-page .about-gy .box ul li .img .box2 span,
.about-page .organizational h2{
  font-size: 32px;
}
.about-page .about-gy .box ul li .img .box2 h6{
  font-size: 20px;
}
.news-page .news-list ul li{
  width: 50%;
}
.manufacturing-page h2,
.manufacturing-page .manufacturing-2 .column h4{
  font-size: 32px;
}
.inner-page p span{
  font-size: 20px;
}
.manufacturing-page .quality-2 .content table tbody td{
  display: block;
  width: 100%;
}
.quality-page .column.img,
.technology-3 .con-box.two .con{
  width: 100% !important;
  margin-bottom: 10px;
}
.prodet-page .prodet-7 .grid-box .column,
.prodet-page .prodet-7 .grid-box .column:nth-child(3){
  width: 100%;
}
.service-page .service-2 h2,
.service-page .service-1 h2{
  font-size: 30px;
}
.service-page .service-2 .box .box2 .right h3,
.service-page .service-1 .bottom .i-num ul li h4,
.service-page .service-1 h2{
  font-size: 25px;
}
.technology-3 .con-box .con h3{
  font-size: 20px;
  line-height: 36px;
}
.technology-3 .con-box.first .con{
  padding: 10px 0;
}


  .prodet-page .prodet-6 .column h3.txt{
      font-size: 24px;
  }
  .about-page .init-1 .grid-box .column h5 {
    color: #f4b43d;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 35px;
    position: relative;
    line-height: 38px;
    margin-bottom: 22px;
    padding-top: 20px;
    font-family: 'PlayfairDisplay-SemiBold';
  }
}

@media screen and (max-width: 700px) {
  .about-page .init-1 .grid-box .column,
  .manufacturing-page .init-factory2 .column{
    width: 100%;
  }
  .inner-banner {
    display: block;
    height: 200px;
    padding-top: 74px;
}
.inner-banner h3,
.about-page .init-1 .grid-box .column h5{
  font-size: 20px;
  line-height: 36px;
}
.about-page .init-1,
.about-page .init-history{
  padding: 0px 0;
}
.about-page .init-factory .grid-box .column:nth-child(1),
.about-page .init-factory .grid-box .column:nth-child(2){
  width: 100%;
  padding: 20px;
}

.about-page .init-1 .grid-box .column{
  margin-bottom: 20px;
}
.culture-page .culture-3,
.about-page .team-leader {
    padding: 10px 0;
}
.culture-page .culture-3 .left h2, .culture-page .culture-4 .left h2, .culture-mission .title, .culture-mission .column, .culture-page .culture-2 .title {
    font-size: 20px;
    
}
.technology-3 .con-box .con h3{
  font-size: 20px;
}
.about-page .team-leader .column:nth-child(2),
.about-page .team-leader .column{
  width: 100%;
}
.about-page .team-leader .column:nth-child(2) h2, .about-page .team-leader .column:nth-child(2) h4, .about-page .about-gy h2, .about-page .about-gy .box ul li .img .box2 span, .about-page .organizational h2 {
    font-size: 20px;
}
.about-page .about-gy .box ul li .text,
.about-page .about-gy .box ul li .img{
  width: 100%;
}
.about-page .about-gy .box ul li .text h3{
  font-size: 25px;
}
.about-page .about-gy .box{
  padding: 0;
  margin-top:50px;
}
.gallery-page .gallery-list ul li {
    width: 50% !important;
}
.news-page .news-list ul li{
  width: 100%;
}
.technology-3 .con-box.two .con {
    padding-right: 0;
}
.technology-3 .con-box .con h3{
  font-size: 20px;
}
.technology-3 .con-box.two .con{
  padding: 0 10px;
}
.prodet-page .grid-box.two .column:nth-child(1),
.prodet-page .grid-box.two .column:nth-child(2){
  width: 100%;
  padding-left: 0;
}
.prodet-page .prodet-1 .grid-box.two .right{
  padding: 20px;
}

.prodet-page .grid-box.two .column:nth-child(2) h2,
.prodet-page .prodet-3 .init-1 ul li,
.prodet-page .title,
.prodet-page .prodet-6 .why-4-list ul li h2{
  font-size: 20px;
}
.prodet-page .grid-box.two .column:nth-child(2) a.more{
  font-size: 20px;
}
.service-page .service-1 h2{
  font-size: 30px;
}

  .prodet-page .prodet-6 .column{
    width: 100%;
  }
  .prodet-page .prodet-6 .column h3.txt{
    font-size: 22px;
    line-height: 1.4;
  }
  .prodet-page .prodet-6 .column h5 {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .init-1 .grid-box .column p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 30px;
  }

}

@media screen and (max-width: 500px) {
  .about-page .init-1 .grid-box .column:nth-child(3) .i-num{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .prodet-page .i-address .text .grid-box.three > .column .column .fa{
    width: 70px;
    height: 70px;
  }
  .prodet-2 img{
    height: 100px;
  }
  .prodet-page .prodet-3{
    margin-top: -20px;
  }
  .faq-page .service-3 .text {
    text-align: center;
  }
  .faq-page .service-3 .text .left{
    text-align: left;
  }
  .prodet-page .prodet-3 .init-1 ul li{
    width: 45%;
    font-size: 14px;
    padding: 10px;
  }
  .prodet-page .prodet-3 .init-content table{
    overflow-x: auto;
  }
  .prodet-page .prodet-3 .init-content table tbody{
    width: 200% !important;
  }
  .prodet-page .prodet-3 .init-content table tr td{
    font-size: 14px;
    line-height: 28px;
  }
  
  .faq-page h2{
    font-size: 30px;
  }
  .faq-page .service-3 .text .left{
    width: 100%;
  }
  .faq-page .service-3 .text .right{
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
  }
  
  .about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 em{
    color: #000;
  }
  .culture-page .culture-3 .left,
  .culture-page .culture-3 .right,
  .technology-3 .column{
    width: 100% !important;
  }
  .culture-page .culture-3 .box:after,
  .culture-mission .column:nth-child(1):after, 
  .culture-mission .column:nth-child(2):after{
    display: none;
  }
  .culture-page .culture-3 .left .content{
    width: 100%;
  }
  .technology-3 .con-box.two .con{
    padding: 0;
  }
  .manufacturing-page h2, .manufacturing-page .manufacturing-2 .column h4 {
    font-size: 24px;
}
.manufacturing-page,
.manufacturing-page .manufacturing-2 {
    padding: 10px 0;
}
.manufacturing-page .manufacturing-2{
  display: none;
}
.manufacturing-page .quality-2 .content table tbody strong {
    font-size: 18px;
}
.manufacturing-page h2, .manufacturing-page .manufacturing-2 .column h4,
.manufacturing-page .manufacturing-2 .column em {
    font-size: 20px;
    line-height: 36px;
}
.manufacturing-page .quality-2 .content table tbody td{
  padding: 20px 0;
}
.manufacturing-page .customized-1 .list{
  margin-top: 40px;
  overflow: hidden;
}
.manufacturing-page .customized-1 .list ul li .content h4{
  font-size: 18px;
  line-height: 36px;
}
.prodet-page .prodet-7 .grid-box .column .img-box .layer h2,
.prodet-page .grid-box.two .column:nth-child(2) h3 {
    font-size: 20px;
    line-height: 36px;
}
.prodet-page .prodet-7 .grid-box .column:nth-child(3) h3, .prodet-page .prodet-7 .grid-box .column:nth-child(3) h2 {
    font-size: 20px;
  
}
.prodet-page .prodet-form .ptForm .fbTop li{
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page{
  padding: 10px 0;
}
.prodet-page .prodet-6 .why-4-list ul li .num{
  font-size: 30px;
}
.service-page .service-1 .bottom {
    margin-top: 15px;
    padding: 10px;
}
.service-page .service-1 .bottom h3,
.service-page .service-1 .bottom .i-num{
  width: 100%;
}
.contact-page .contact-2 .left .form{
  height: auto;
  margin-bottom: 20px;
}

}


.houtaimiaoshu{
  color: #000;
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
}
.shouye{
  font-family: 'Mukta-Light';
  font-size: 16px;
  line-height: 30px;
}
.shouye h1{
	display: inline;
}
.xiangguanchanpin{
  width: 100%!important;
}
.miaoshu{
  color: #000;
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.fenlei{
  font-size: 20px;
  line-height: 36px;
  color: #f4b43d;
  font-family: 'PlayfairDisplay-SemiBold';
  padding-top: 20px;
}
.shouyechanpin{
  font-size: 20px;
  line-height: 36px;
}
.jiantou{
  font-size: 30px;
}
.singlehuhu{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 540px;
  display: block;
  float: right;
}
.xiangguanname{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  min-height: 5rem;
}


@media screen and (max-width: 500px) {
.huhu{
  display: none!important;
}
.singlehuhu{
  display: none!important;
}
.inner-banner h2{
  font-size: 20px!important;
  line-height: 36px!important;
  margin-bottom: 10px;
}
.fenlei{
  display: none!important;
}
.miaoshu{
  display: none!important;
}
.houtaimiaoshu{
  font-size: 14px;
  line-height: 28px;
}
.jutiyemian{
  display: none!important;
}
.prodet-page .grid-box.two .column:nth-child(2) h1{
  font-size: 22px;
  line-height: 40px;
}
.prodet-page .prodet-1{
  padding: 20px 0;
}
.prodet-page .i-address .text .grid-box.three > .column .column h2{
  font-size: 20px;
  line-height: 1.4;
}
.prodet-page .prodet-3 .init-content{
  padding: 10px 3%;
}
.faq-list li h4{
  font-size: 20px;
  line-height: 40px;
}
.prodet-page .txt{
  font-size: 26px;
  line-height: 1.4;
  margin-top: 10px;
}
.prodet-page .prodet-5{
  padding: 45px 0;
  background: #f4b43d;
}
.prodet-page .grid-box.two .column:nth-child(2) .content div{
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-6 .column p{
  font-size: 16px;
  line-height: 30px;
}
.service-page .service-2{
  padding: 20px 0;
}
.faq-page .service-3{
  padding: 0px 0 40px;
}
.inner-page h1.title{
  font-size: 22px;
  line-height: 40px;
}
.prodet-page .prodet-4{
  padding: 30px 0;
}
}