@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile img {
  width: auto;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#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: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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 .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url(../images/icon-search-white.png) no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#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 .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;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #fff;
}
.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;
}
.container {
  width: 1400px;
}
.containerBox {
  width: 1366px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header img {
  width: auto;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  padding: 0 36px;
  padding-top: 30px;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: 'Kanit Light';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ff171f;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #ff171f;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #ff171f;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .menu-box .h-search {
  cursor: pointer;
  margin-left: 20px;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #333333;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .menu-box .h-search i:hover {
  color: #d33827;
}
#header .nav .nav-box .language-box {
  display: flex;
  align-items: center;
}
#header .nav .nav-box .language-box .language {
  position: relative;
}
#header .nav .nav-box .language-box .language a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
  border-radius: 55px;
  background: #ff171f;
  color: #fff;
  font-size: 16px;
  font-family: 'Kanit Light';
}
#header .nav .nav-box .language-box .language a img {
  display: inline-block;
  margin-left: 10px;
}
#header .nav .nav-box .language-box .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background: #ff171f;
  text-align: center;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .language-box .language .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .language-box .language .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 5px 0;
  border-radius: 0;
}
#header .nav .nav-box .language-box .language .sub-menu li a:hover {
  background: #222;
}
#header .nav .nav-box .language-box .h-search {
  color: #fff;
  margin-left: 20px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  cursor: pointer;
}
#header .nav .nav-box .language-box .h-search:hover {
  color: #ff171f;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  z-index: 10;
      background: url(/template/en/images/aboutbgc.jpg) no-repeat center;
    background-size: cover;
}
#banner img {
  width: auto;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper-slide .content-box .content {
  text-align: center;
  display: none;
}
#banner .swiper-slide .content-box .content p {
  font-size: 32px;
  color: #fff;
  font-family: 'Kanit Light';
}
#banner .swiper-slide .content-box .content h2 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-family: 'Kanit SemiBold';
}
#banner .swiper-slide .content-box .content h2 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#banner .swiper-slide .content-box .content .more {
  margin-top: 55px;
  display: inline-block;
  padding: 15px 50px;
  border-radius: 56px;
  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: #ff171f;
  color: #fff;
  font-size: 21.2px;
  font-family: 'Kanit Light';
}
#banner .swiper-slide .content-box .content .more img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#banner .swiper-slide .content-box .content .more:hover {
  background: #000;
}
#banner .swiper-slide-active .content-box .content {
  display: block;
}
#banner .swiper-button-prev i,#banner .swiper-button-next i{
  font-size: 100px;
  color: #ff171f;
}
#banner .swiper-button-prev{
  background: none;
}
#banner .swiper-button-next{
  background: none;
}
@font-face {
  font-family: 'Kanit SemiBold';
  src: url(../fonts/Kanit\ SemiBold.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'Kanit Light';
  src: url(../fonts/Kanit\ Light.woff.ttf) format('truetype');
}
#index-body {
  z-index: 10;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body h1 {
  font-size: 60px;
  color: #010101;
  font-family: 'Kanit SemiBold';
  line-height: 60px;
}
#index-body p {
  font-size: 17.2px;
  color: #7b7b7b;
  font-family: 'Kanit Light';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product {
  padding: 120px 0;
}
#index-body .i-product h1 {
  padding-bottom: 60px;
}
#index-body .i-product .productBox .swiper-slide .productImg {
  overflow: hidden;
  display: block;
}
#index-body .i-product .productBox .swiper-slide .productImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-product .productBox .swiper-slide h3 {
  text-align: center;
  font-size: 17px;
  color: #000000;
  font-family: 'Kanit Light';
}
#index-body .i-product .productBox .swiper-slide h3:hover {
  color: #ff171f;
}
#index-body .i-product .productBox .swiper-slide h3 a {
  display: block;
  padding: 20px 0;
}
#index-body .i-product .navigation {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  align-items: center;
}
#index-body .i-product .navigation .swiper-button-next,
#index-body .i-product .navigation .swiper-button-prev {
  position: relative;
  margin-top: 0;
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #afafaf;
  text-align: center;
  line-height: 40px;
  margin-left: 18px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product .navigation .swiper-button-next:hover,
#index-body .i-product .navigation .swiper-button-prev:hover {
  border: 1px solid #ff171f;
}
#index-body .i-product .navigation .swiper-button-next:hover i,
#index-body .i-product .navigation .swiper-button-prev:hover i {
  color: #ff171f;
}
#index-body .i-product .navigation .swiper-button-next i,
#index-body .i-product .navigation .swiper-button-prev i {
  font-size: 16px;
  color: #afafaf;
}
#index-body .i-product .navigation .swiper-button-prev {
  left: 0;
}
#index-body .i-product .navigation .swiper-button-next {
  right: 0;
}
#index-body .i-product h2 {
  text-align: right;
  margin-top: 50px;
}
#index-body .i-product h2 a {
  display: inline-block;
  font-size: 19.12px;
  color: #000000;
  font-family: 'Kanit SemiBold';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product h2 a:hover {
  color: #ff171f;
}
#index-body .i-product h2 a:hover i {
  color: #ff171f;
}
#index-body .i-product h2 a i {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 14px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-application {
  position: relative;
  text-align: right;
}
#index-body .i-application::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: #fafafa;
  top: 0;
  left: 0;
  z-index: 2;
}
#index-body .i-application .container {
  z-index: 10;
}
#index-body .i-application .container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}
#index-body .i-application .container .top .partner {
  background: #222222;
  position: relative;
}
#index-body .i-application .container .top .partner::after {
  position: absolute;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  background: #ff171f;
  content: "";
  z-index: 2;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-application .container .top .partner:hover::after {
  width: 100%;
  height: 100%;
}
#index-body .i-application .container .top .partner a {
  width: 340px;
  height: 106px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.13px;
  color: #fff;
  font-family: 'Kanit SemiBold';
  z-index: 10;
}
#index-body .i-application .container .top .partner a i {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
#index-body .i-application .container .bottom {
  padding: 60px 0 80px 20px;
  text-align: left;
}
#index-body .i-application .container .bottom h2 {
  font-size: 29px;
  color: #010101;
  font-family: 'Kanit SemiBold';
}
#index-body .i-application .container .bottom p {
  margin-top: 15px;
  max-width: 552px;
}
#index-body .i-application .container .navigation {
  position: absolute;
  left: 55%;
  bottom: 60px;
}
#index-body .i-application .container .navigation::after {
  position: absolute;
  content: "";
  height: 110%;
  width: 1px;
  top: 0;
  left: 50%;
  background: #afafaf;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
#index-body .i-application .container .navigation .swiper-button-next,
#index-body .i-application .container .navigation .swiper-button-prev {
  position: relative;
  margin-top: 0;
  width: 24px;
  height: 20px;
}
#index-body .i-application .container .navigation .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
  left: 0;
  margin-right: 50px;
  margin-bottom: 20px;
}
#index-body .i-application .container .navigation .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
  right: 0;
  margin-left: 50px;
  margin-top: 20px;
}
#index-body .i-application .applicationBox {
  position: relative;
  z-index: 10;
  max-width: 1738px;
  margin: 0 0 0 auto;
}
#index-body .i-application .applicationBox .swiper-slide{
  text-align: left;
}
#index-body .i-category {
  padding-top: 200px;
}
#index-body .i-category .categoryBox {
  padding: 0 30px;
}
#index-body .i-category .categoryBox .item {
  margin-bottom: 200px;
  display: flex;
  align-items: flex-end;
}
#index-body .i-category .categoryBox .item .left {
  width: 48%;
}
#index-body .i-category .categoryBox .item .left .content {
  max-width: 500px;
}
#index-body .i-category .categoryBox .item .left .content h2 {
  font-size: 45.79px;
  color: #000000;
  font-family: 'Kanit SemiBold';
  line-height: 50px;
  margin-bottom: 30px;
  max-width: 440px;
}
#index-body .i-category .categoryBox .item .left .content h2 a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-category .categoryBox .item .left .content h2 a:hover {
  color: #ff171f;
}
#index-body .i-category .categoryBox .item .right {
/*  width: 57.135%;*/
  display: block;
  position: relative;
}
#index-body .i-category .categoryBox .item .right img {
  width: 100%;
}
#index-body .i-category .categoryBox .item .right .item-link {
  background: #222222;
  position: absolute;
  bottom: -53px;
  right: 0;
}
#index-body .i-category .categoryBox .item .right .item-link::after {
  position: absolute;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 0;
  background: #ff171f;
  content: "";
  z-index: 2;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-category .categoryBox .item .right .item-link:hover::after {
  width: 100%;
}
#index-body .i-category .categoryBox .item .right .item-link a {
  width: 340px;
  height: 106px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.13px;
  color: #fff;
  font-family: 'Kanit SemiBold';
  z-index: 10;
}
#index-body .i-category .categoryBox .item .right .item-link a i {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
#index-body .i-category .categoryBox .item:nth-child(even) .left {
  position: relative;
  left: 57%;
  text-align: right;
}
#index-body .i-category .categoryBox .item:nth-child(even) .left .content {
  margin: 0 0 0 auto;
}
#index-body .i-category .categoryBox .item:nth-child(even) .left h2 {
  text-align: left;
}
#index-body .i-category .categoryBox .item:nth-child(even) .left p {
  text-align: left;
}
#index-body .i-category .categoryBox .item:nth-child(even) .right {
  position: relative;
  right: 48%;
}
#index-body .i-category .categoryBox .item:nth-child(even) .right .item-link {
  left: 0;
  right: auto;
}
#index-body .i-about {
  padding: 180px 0;
  position: relative;
  margin-bottom: 250px;
}
#index-body .i-about::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fafafa;
  z-index: 2;
}
#index-body .i-about .aboutBox {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1738px;
  margin: 0 0 0 auto;
}
#index-body .i-about .aboutBox .left {
  max-width: 575px;
}
#index-body .i-about .aboutBox .left h3 {
  font-size: 18px;
  color: #000000;
  font-family: 'Kanit SemiBold';
  max-width: 450px;
  margin: 50px 0;
}
#index-body .i-about .aboutBox .left p {
  line-height: 28px;
}
#index-body .i-about .aboutBox .left h2 {
  text-align: left;
  margin-top: 150px;
}
#index-body .i-about .aboutBox .left h2 a {
  display: inline-block;
  font-size: 19.12px;
  color: #000000;
  font-family: 'Kanit SemiBold';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-about .aboutBox .left h2 a:hover {
  color: #ff171f;
}
#index-body .i-about .aboutBox .left h2 a:hover i {
  color: #ff171f;
}
#index-body .i-about .aboutBox .left h2 a i {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 14px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-about .aboutBox .right {
  width: 55%;
  position: relative;
}
#index-body .i-about .aboutBox .right .swiper-slide {
  position: relative;
}
#index-body .i-about .aboutBox .right .play {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 40px;
  z-index: 6;
}
#index-body .i-about .aboutBox .right .play::before {
  content: '';
  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.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .aboutBox .right .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -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.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-about .aboutBox .right .navigation {
  position: absolute;
  left: 40px;
  bottom: -130px;
}
#index-body .i-about .aboutBox .right .navigation::after {
  position: absolute;
  content: "";
  height: 110%;
  width: 1px;
  top: 0;
  left: 50%;
  background: #afafaf;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
#index-body .i-about .aboutBox .right .navigation .swiper-button-next,
#index-body .i-about .aboutBox .right .navigation .swiper-button-prev {
  position: relative;
  margin-top: 0;
  width: 24px;
  height: 20px;
}
#index-body .i-about .aboutBox .right .navigation .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
  left: 0;
  margin-right: 50px;
  margin-bottom: 20px;
}
#index-body .i-about .aboutBox .right .navigation .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
  right: 0;
  margin-left: 50px;
  margin-top: 20px;
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-o-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
#footer {
  position: relative;
  background: #1d1d1d;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer h1 {
  font-size: 84px;
  color: #989898;
  font-family: 'Kanit Light';
  margin-bottom: 150px;
}
#footer h1 span {
  color: #fff;
}
#footer p {
  font-size: 22px;
  color: #989898;
  font-family: 'Kanit Light';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top {
  padding: 120px 65px;
}
#footer .top .content {
  max-width: 1350px;
  padding-right: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#footer .top .content .add {
  margin-top: 50px;
  max-width: 200px;
}
#footer .top .content .add .eml {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  font-family: 'Kanit Light';
  border-bottom: 1px solid #fff;
  display: inline-block;
}
#footer .top .content .contact {
  max-width: 280px;
}
#footer .top .content .contact h2 {
  font-size: 30.49px;
  color: #fff;
  font-family: 'Kanit Light';
}
#footer .top .content .contact p {
  padding: 20px 0;
}
#footer .top .content .contact a {
  font-size: 22px;
  color: #ff171f;
  font-family: 'Kanit Light';
  position: relative;
}
#footer .top .content .contact a:hover::after {
  width: 100%;
}
#footer .top .content .contact a::after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff171f;
}
#footer .top .content .link ul li {
  font-size: 36px;
  color: #fff;
  font-family: 'Kanit Light';
  border-bottom: 2px solid #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
#footer .top .content .link ul li:hover {
  color: #ff171f;
}
#footer .top .content .link ul li:hover::after {
  width: 100%;
}
#footer .top .content .link ul li::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff171f;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .bottom {
  padding: 30px;
}
#footer .bottom .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom .bottom-box p {
  font-size: 18px;
  color: #989898;
  font-family: 'Kanit Light';
}
#footer .bottom .bottom-box p a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .bottom .bottom-box p a:hover {
  color: #ff171f;
}
#footer .bottom .bottom-box .hq{
  display: flex;
  align-items: center;
}
#footer .bottom .bottom-box .hq a {
  display: flex;
  align-items: center;
}
#footer .bottom .bottom-box .hq a img {
  max-height: 16px;
  margin: 3px 5px 0 0;
  opacity: 0.8;
}
#footer .Stick {
  position: absolute;
}
#sidebar {
  position: fixed;
  right: 40px;
  bottom: 220px;
  z-index: 100;
  display: none;
}
#sidebar .sidebar-icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #ff171f;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#sidebar .sidebar-icon i {
  font-size: 25px;
}
.qr {
  width: 150px;
  height: 150px;
  padding: 10px;
  position: fixed;
  bottom: 240px;
  right: -150px;
  z-index: 50;
  background: #989898;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  opacity: 0;
}
.qr.on {
  right: 110px;
  opacity: 1;
}
.layer-form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 55px 48px 55px;
}
.layer-form form input {
  height: 55px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 15px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form form input:focus {
  border: 1px solid #ff171f;
}
.layer-form form textarea {
  min-height: 162px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 15px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form form textarea:focus {
  border: 1px solid #ff171f;
}
.layer-form form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form form .layer-submit:hover::after {
  height: 0;
}
.layer-form form .layer-submit:hover input[type="submit"] {
  color: #ff171f;
}
.layer-form form .layer-submit input[type="submit"] {
  border: 1px solid #ff171f;
  height: 55px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 2px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form form .layer-submit::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ff171f;
  z-index: 5;
  top: 0;
  left: 0;
  border-radius: 2px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
@media screen and (max-width: 1590px) {
  .container {
    width: 1230px;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #banner .swiper-slide .content-box .content p {
    font-size: 22px;
  }
  #banner .swiper-slide .content-box .content .more {
    padding: 10px 30px;
  }
  #index-body h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .i-product {
    padding: 50px 0;
  }
  #index-body .i-application .container .top .partner a {
    width: 260px;
    height: 70px;
    font-size: 16.13px;
  }
  #index-body .i-application .container .top .partner a i {
    font-size: 12px;
    margin-left: 10px;
  }
  #index-body .i-application .container .top {
    padding: 40px 0;
  }
  #index-body .i-application::after {
    width: 60%;
  }
  #index-body .i-application .applicationBox {
    padding-left: 15px;
  }
  #index-body .i-application .container .bottom {
    padding: 30px 0 50px 20px;
  }
  #index-body .i-category {
    padding-top: 90px;
  }
  #index-body .i-category .categoryBox {
    padding: 0 30px;
  }
  #index-body .i-category .categoryBox .item .left .content {
    max-width: 410px;
  }
  #index-body .i-category .categoryBox .item .right .item-link a {
    width: 220px;
    height: 80px;
    font-size: 16.13px;
  }
  #index-body .i-category .categoryBox .item .right .item-link {
    bottom: -40px;
  }
  #index-body .i-category .categoryBox .item .left .content h2 {
    font-size: 35.79px;
    line-height: 40px;
  }
  #index-body .i-about .aboutBox .left h3 {
    font-size: 16px;
    margin: 20px 0;
  }
  #index-body p {
    font-size: 14.2px;
  }
  #index-body .i-about .aboutBox .left p {
    line-height: 24px;
  }
  #index-body .i-about .aboutBox .left {
    max-width: 490px;
    padding-left: 15px;
  }
  #index-body .i-about .aboutBox .left h2 {
    margin-top: 80px;
  }
  #index-body .i-about {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  #index-body .i-about .aboutBox .right .navigation {
    bottom: -80px;
  }
  #index-body .i-category .categoryBox .item {
    margin-bottom: 100px;
  }
  #footer .top {
    padding: 80px 35px;
  }
  #footer h1 {
    margin-bottom: 70px;
  }
  #footer .bottom .bottom-box p {
    font-size: 16px;
  }
  #footer p {
    font-size: 18px;
  }
  #footer .top .content .contact h2 {
    font-size: 25.49px;
  }
  #footer .top .content .link ul li {
    font-size: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav {
    padding: 0 20px;
    padding-top: 30px;
  }
  #header .nav .nav-box .language-box .language a {
    padding: 10px 30px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 20px;
  }
  #index-body h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .i-product h1 {
    padding-bottom: 40px;
  }
  #index-body .i-product .navigation {
    top: 0px;
  }
  #index-body .i-application .container .bottom p {
    max-width: 360px;
  }
  #index-body .i-application .container .navigation {
    left: 51%;
  }
  #index-body .i-category .categoryBox .item .left {
    padding-right: 20px;
  }
  #index-body .i-category .categoryBox .item:nth-child(even) .left {
    padding-left: 20px;
  }
  #index-body .i-category .categoryBox .item .right .item-link a {
    width: 170px;
    height: 50px;
    font-size: 14.13px;
  }
  #index-body .i-category .categoryBox .item .right .item-link {
    bottom: -20px;
  }
  #index-body .i-category .categoryBox .item .left .content h2 {
    font-size: 27.79px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #index-body .i-about .aboutBox .left {
    padding-right: 20px;
  }
  #index-body .i-about .aboutBox .left h2 {
    margin-top: 40px;
  }
  #index-body .i-about {
    padding: 60px 0;
    margin-bottom: 70px;
  }
  #footer .top .content .contact h2 {
    font-size: 20.49px;
  }
  #footer .top .content .contact {
    max-width: 210px;
  }
  #footer .top .content .link ul li {
    font-size: 24px;
  }
  #footer h1 {
    margin-bottom: 51px;
  }
  #footer h1 {
    font-size: 64px;
    line-height: 64px;
  }
  #footer .bottom .bottom-box p {
    font-size: 14px;
  }
  #footer .bottom .bottom-box .hq a img {
    width: 200px;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body h1 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .i-application .container .top .partner a {
    width: 200px;
    height: 50px;
    font-size: 14.13px;
  }
  #index-body .i-application .container .top {
    padding: 20px 0;
  }
  #index-body .i-application .container .bottom h2 {
    font-size: 20px;
  }
  #index-body .i-application .container .bottom p {
    max-width: 290px;
  }
  #index-body .i-application .container .bottom {
    padding: 20px 0 30px 0px;
  }
  #index-body .i-about .aboutBox .left h3 {
    font-size: 15px;
  }
  #index-body .i-about .aboutBox .left h2 a {
    font-size: 16.12px;
  }
  #footer .top .content {
    padding-right: 100px;
  }
  #footer p {
    font-size: 14px;
  }
  #footer .top .content .link ul li {
    font-size: 20px;
  }
  #footer .top .content .contact h2 {
    font-size: 16.49px;
  }
  #footer .top .content .contact {
    max-width: 160px;
  }
  #footer .top .content .add .eml {
    font-size: 18px;
  }
  #footer .top .content .contact a {
    font-size: 18px;
  }
  #footer .top {
    padding: 30px 20px;
  }
  #footer .bottom .bottom-box p {
    font-size: 12px;
  }
  #footer .bottom {
    padding: 15px;
  }
  #footer .bottom .bottom-box .hq a img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #sidebar {
    display: none;
  }
  #index-body .i-product .navigation {
    display: none;
  }
  #index-body .i-product h2 {
    margin-top: 5px;
  }
  #index-body .i-application .container .top {
    flex-wrap: wrap;
  }
  #index-body h1 {
    width: 100%;
    padding: 20px 0;
    text-align: left;
  }
  #index-body .i-application .container .navigation {
    display: none;
  }
  #index-body .i-application::after {
    width: 100%;
  }
  #index-body .i-category .categoryBox {
    padding: 0 ;
  }
  #index-body .i-category .categoryBox .item {
    flex-wrap: wrap;
  }
  #index-body .i-category .categoryBox .item .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-category .categoryBox .item .right {
    width: 100%;
  }
  #index-body .i-category {
    padding-top: 30px;
  }
  #index-body .i-category .categoryBox .item:nth-child(even) .left {
    left: 0;
    padding: 0;
  }
  #index-body .i-category .categoryBox .item:nth-child(even) .right {
    right: 0;
  }
  #index-body .i-category .categoryBox .item {
    margin-bottom: 50px;
  }
  #index-body .i-about .aboutBox {
    flex-wrap: wrap;
  }
  #index-body .i-about .aboutBox .left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #index-body .i-about .aboutBox .right {
    width: 100%;
  }
  #index-body .i-about .aboutBox .right .play img {
    width: 50px;
    height: 50px;
  }
  #index-body .i-about::after {
    width: 100%;
  }
  #index-body .i-about {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  #index-body .i-about .aboutBox .right .navigation {
    display: none;
  }
  #index-body .i-about .aboutBox .left h3 {
    margin: 10px 0;
  }
  #index-body .i-about .aboutBox .left h2 {
    margin-top: 20px;
  }
  #footer h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  #footer .top .content {
    flex-wrap: wrap;
  }
  #footer .top .content .add {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  #footer .top .content .contact {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .top .content {
    padding-right: 0;
  }
  #footer .bottom .bottom-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .bottom .bottom-box p {
    width: 100%;
    text-align: center;
  }
  #footer .bottom .bottom-box .hq a {
    justify-content: center;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #banner .swiper-slide .content-box .content p {
    font-size: 12px;
  }
  #banner .swiper-slide .content-box .content .more {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 15px;
  }
}






.inner-banner {
    height: 400px;
    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: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.inner-banner h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform:capitalize;
    font-family: "POPPINS-MEDIUM";
}
.inner-banner .mbx {
    font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    line-height: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #ff171f;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
}
.inner-banner .mbx a:hover {
    color: #ff171f;
}
.inner-page {
    font-size: 14px;
    line-height: 1.8;
    position:relative;
    z-index:1;
}
.inner-page p {
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}
.inner-page .text {
    color: #828893;
}
.inner-page .text p {
    color: inherit;
    /*margin-top: 28px;
    margin-bottom: 28px;*/
}
.inner-page i.small-tit {
    color: #ff171f;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
    color: #111;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-family: "POPPINS-SEMIBOLD";
        font-weight: bold;
}
.inner-page h3.title.mt0 {
    margin-top: 0;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.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;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
    font-size: 14px;
    font-family: "POPPINS-MEDIUM";
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
    font-size: 14px;
    font-family: "POPPINS-MEDIUM";
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
    font-size: 14px;
    font-family: "POPPINS-MEDIUM";
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
    font-size: 14px;
    font-family: "POPPINS-MEDIUM";
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #ff171f;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 30px;
    background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #072948;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.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: #fbf9f7;
    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.active > a {
    background: #ff171f 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-family: "POPPINS-MEDIUM";
    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: #ff171f 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-family: 'Poppins', sans-serif;
    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: #ff171f;
}
.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: #ff171f 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: #ff171f;
    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-family: "POPPINS-MEDIUM";
    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;
    font-family: 'Ubuntu', sans-serif;
    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-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #ff171f;
    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: 70%;
    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 {
    background: #ff171f none repeat scroll 0 0;
    color: #fff;
}
.about-page .about-1 {
    padding: 70px 0;
}
.about-page .about-1 .left {
    width: 42%;
    padding-right: 15px;
    vertical-align: middle;
}
.about-page .about-1 .left .box2 {
    position: relative;
    z-index: 1;
}
.about-page .about-1 .left .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(222, 123, 34, 0.33);
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
}
.about-page .about-1 .left .box2:before {
    content: '';
    background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-page .about-1 .left .box2 .play {
    position: absolute;
    color: white;
    bottom: 20px;
    font-family: "POPPINS-MEDIUM";
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
    background: #ff171f none repeat scroll 0 0;
    border: 2px solid #ff171f;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 58px;
    line-height: 15px;
    margin: 0 10px 0 0;
    padding: 20px;
    text-align: center;
    width: 58px;
}
.about-page .about-1 .right {
    width: 58%;
    padding-left: 15px;
    vertical-align: middle;
}
.about-page .about-1 .right h5 {
    color: #111;
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-size: 18px;
    margin-top: 35px;
    position: relative;
    line-height: 30px;
        margin-bottom: 30px;
    font-family: "POPPINS-MEDIUM";
        font-weight: bold;
}
.about-page .about-1 .right h5:before {
    position: absolute;
    height: 4px;
    width: 10%;
    background: #ff171f none repeat scroll 0 0;
    content: "";
    left: 0;
    top: -20px;
}
.about-page .about-1 .right h5:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 11%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
    color: #111;
    margin: 5px 0;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-family: "POPPINS-REGULAR";
    width: 50%;
    float: left;
}
.about-page .about-1 .right .text ul li:after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #ff171f;
}
.about-page .about-2 {
    background: #f8f9fc;
    padding: 70px 0;
}
.about-page .about-2 .left {
    padding-right: 15px;
}
.about-page .about-2 .right {
    padding-left: 15px;
}
.about-page .about-2 .right .content {
    background: white none repeat scroll 0 0;
    padding: 20px 5px;
    border-radius: 5px;
}
.about-page .about-2 .right .content li {
    text-transform: capitalize;
    color: #333;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 15px;
}
.about-page .about-2 .right .content li i {
    color: #ff171f;
    margin-right: 10px;
}
.about-page .about-3 {
    padding: 70px 0;
    background: url("../images/about-3-bg.png") center center #ff171f;
    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-family: "POPPINS-REGULAR";
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #ff171f;
    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;
    display: inline-block;
        width: 60%;
}
.about-page .about-4 .top .right {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
        width: 39%;
}
.about-page .about-4 .top .right a.more {
    display: inline-block;
    vertical-align: middle;
    color: #ff171f;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-family: "POPPINS-REGULAR";
    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: #ff171f;
    -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 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-family: "POPPINS-MEDIUM";
    font-size: 22px;
    padding: 10px;
    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;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
    background: #ff171f;
    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: #ff171f;
}
.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-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #ff171f;
}
.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: 70px 0;
}
.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: -35px;
    background: #ff171f none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
}
.news-page .news-list ul li .box .content h3 {
    margin-top: 25px;
    font-family: "POPPINS-MEDIUM";
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-page .news-list ul li .box .content h3 a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #ff171f;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #ff171f;
    border-left: 1px solid #ff171f;
    font-size: 16px;
    font-family: "POPPINS-REGULAR";
    -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: #ff171f none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}
.newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;
    font-family: "POPPINS-REGULAR";
}
.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: #ff171f;
    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;
}
.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;
    font-family: "POPPINS-REGULAR";
    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;
    display: inline-block;
}
.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: #ff171f;
}
.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;
    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: #ff171f;
    text-decoration: underline;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #ff171f !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: 55%;
    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: 30px;
}
.contact-page .contact-2 .right {
    width: 45%;
    padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #ff171f none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    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: 14px;
    margin-bottom: 7px;
    color: #828893;
    font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
    font-size: 15px;
    color: #111;
    line-height: normal;
    letter-spacing: 1px;
}
.product-page {
    padding: 70px 0;
}
.product-page .product-list ul {
    margin: -10px;
}
.product-page .product-list ul li {
    padding: 10px;
}
.product-page .product-list ul li .box {
    display: block;
    background: white;
    -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: 20px 10px;
    text-align: center;
}
.product-page .product-list ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
    color: #ff171f;
}
.product-page .product-list ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #ff171f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: bold;
}
.product-page .product-list ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    font-family: "opensans-Regular";
    margin: 5px 0 10px;
    height: 60px;
    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 #ff171f;
    font-size: 12px;
    font-family: "Poppins-Bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #ff171f;
}
.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: #ff171f;
}
.prodet-page {
    padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
    width: 40%;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .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 .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right ul li{
      padding: 5px;
}
.prodet-page .product-box .prodet-1 .right ul li .spotlight {
    display: block;
    border: 1px solid #eee;
}

.prodet-page .product-box .prodet-1 .right {
    padding-left: 25px;
    width: 60%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: #ff171f;
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    font-family: "POPPINS-MEDIUM";
    color: #ff171f;
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    background: #ff171f;
    color: white;
    padding: 0 25px;
    font-size: 14px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-1 .right .four .slick-list .slick-track{
  margin-left: 0;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: #ff171f;
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(odd) {
    background: #f9f9f9;
}
.prodet-page .product-box .prodet-2 .ret .content .xq-tab{
  margin-bottom: 20px;
}
.prodet-page .product-box .prodet-2 .ret .content .xq-tab table tbody tr{
  background: none;
}
.prodet-page .product-box .prodet-2 .ret .content .xq-tab table tbody tr td{
  border: none;
}
.prodet-page .product-box .prodet-2 .ret .content .xq-tab table tbody tr td:first-child{
  width: 25% !important;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -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);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: #ff171f;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #ff171f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    font-family: "opensans-Regular";
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #ff171f;
    font-size: 12px;
    font-family: "Poppins-Bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #ff171f;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: #ff171f;
}
.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;
    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-family: "POPPINS-MEDIUM";
    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: #ff171f;
    color: white;
}
@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;
    }
    .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: 16px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .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: 40px 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: 25px;
        line-height: 25px;
        font-size: 12px;
        -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: 24px;
    }
    .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: 13px;
    }
    .contact-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
    .about-page .about-4 .bottom {
        padding-top: 30px;
    }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left{
    width: 100% !important;
  }
  .news-page .news-list ul li{
    width: 100% !important;
  }
  .about-page .about-2 .right{
    width: 100% !important;
  }
  .gallery-page .gallery-list ul li{
    width: 50% !important;
  }
    .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;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .gallery-page .gallery-list ul li{
    width: 100% !important;
  }
    .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: 13px;
        line-height: 1.8;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .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;
    }
}
table td, table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto ;
    height: auto ;
}table tr {
    width: auto ;
    height: auto ;
}table tbody {
    display: table;
    width: 100% ;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% ;
    height: auto ;
    display: block;
    overflow: auto;
}

.tab-tab1 table{
        width: 100%;
    border: 1px solid #fff !important;;
    line-height: 1.5em;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;    
}        
.tab-tab1 table td{border: 1px solid #fff !important;
    line-height: 1.5em;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;}
.tab-tab1 table td span{    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-style: normal;
        }

.tab-tab1 table tr td:nth-child(1) {width: 9% !important;
background: #fff !important;}
.tab-tab1 table tr td:nth-child(2) {
background: #fff !important;}
.text h3{font-size: 26px;
font-weight: bold; 
    margin-top: 60px;}


.container .content p {
	/*margin-bottom: 100px;*/
}

.tab-tab1 table td p {
	margin-bottom: 0px ! important;
}
.about-page .about-1 .text p{
  font-size: 22px;
  line-height: 2.2em;
  color: #000;
}
.about-page .about-1 .text .swh{
  margin-bottom: 20px;
}
.about-page .about-1 .text .swh p{
  font-weight: bold;
  color: #000;
}
@media screen and (max-width:700px) {
  .about-page .about-1 .text p {
    font-size: 16px;
    line-height: 27px;
  }
}