@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Roboto";
  max-width: 1920px;
  --color: #1a758d;
  font-weight: 300;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fw-500 {
  font-weight: 500;
}
.lgc {
  color: #62c1bc;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
}
#header .yuy {
  z-index: 1;
}
#header .yuy > span img,
#header .yuy > span i {
  vertical-align: middle;
}
#header .h-top .p-search {
  border: 1px solid #666666;
  border-right: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header .h-top .p-search input {
  background-color: transparent;
  border: 0;
}
#header .h-top .p-search input[type="text"] {
  width: 100%;
  height: 2.6em;
  font-weight: normal;
  padding: 0 1em;
}
#header .h-top .p-search input[type="submit"] {
  width: 4em;
  height: 2.6em;
  background-color: #5bbeb9;
  background-image: url(/seetekpower/2026/04/10/serach.png);
  background-position: center;
  background-repeat: no-repeat;
}
#header .h-top .msg {
  height: 2.6em;
  padding: 0 1em;
  background-color: #333333;
  border: 1px solid transparent;
  color: #FFFFFF;
  cursor: pointer;
}
#header .h-top .shopcart {
  cursor: pointer;
}
#header .h-top .shopcart > div {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .shopcart .num {
  font-size: 12px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  margin-top: -1em;
}
#header .nav {
  background-color: #FFFFFF;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo-text {
  margin-left: 0;
  margin-right: auto;
  color: #1b758d;
  line-height: 1.3;
}
#header .nav .ui.menu .nav-right {
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: .75em 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-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;
  right: 100%;
  top: 10px;
  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%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 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);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-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;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
}
#banner h2 {
  color: #FFFFFF;
  line-height: 1.18181818;
  text-shadow: 2px 2px 0 #333333;
}
#banner p a {
  height: 4em;
  border-radius: 2em;
  color: #333333;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#banner p a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentcolor;
  margin-right: 10px;
}
#banner p a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  background-color: var(--color);
  -webkit-box-shadow: 0 0 5em var(--color);
  box-shadow: 0 0 5em var(--color);
  border-radius: inherit;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner p a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
#banner p a:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .slickDots {
  left: 50%;
  bottom: 8%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .slickDots ul li {
  width: 2.2em;
  height: 2.2em;
  border: 0;
  background-color: transparent;
  position: relative;
  margin: 0 1.2em;
}
#banner .slickDots ul li::before,
#banner .slickDots ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .slickDots ul li::before {
  background-color: #FFFFFF;
  opacity: .2;
}
#banner .slickDots ul li::after {
  background-color: #FFFFFF;
  opacity: .46;
}
#banner .slickDots ul li button {
  display: none;
}
#banner .slickDots ul li.slick-active::before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
#banner .slickDots ul li.slick-active::after {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
}
#sidebar {
  right: 2%;
  z-index: 200;
}
#sidebar ul li {
  border-radius: 50%!important;
  border-top: 0;
}
#sidebar ul li + li {
  margin-top: .5em;
}
#sidebar ul li .child {
  background-color: var(--color);
  color: #FFFFFF;
  margin-right: 3px;
  min-width: 9em;
  line-height: 1.5em;
  min-height: 2.5em;
  border-radius: 2.5em;
  text-align: center;
  white-space: nowrap;
}
#sidebar ul li .child::before {
  display: none;
}
#sidebar ul li .child * {
  font-size: .9em;
  font-weight: 600;
}
.baseTit {
  line-height: 1.25;
}
.home-1 .list .box .def,
.home-1 .list .box .bg,
.home-1 .list .box .hov {
  grid-column: 1;
  grid-row: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .list .box .def {
  background-color: #f4f4f4;
}
.home-1 .list .box .def span.plus {
  position: absolute;
  right: 105%;
  display: inline-block;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  color: #666666;
  border: 2px solid currentcolor;
  border-radius: 50%;
}
.home-1 .list .box .def .name {
  line-height: 1.2;
  min-height: 2.4em;
}
.home-1 .list .box .bg {
  background-color: #000000;
}
.home-1 .list .box .hov {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.home-1 .list .box .hov .icon span {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.home-1 .list .box .hov .name {
  color: #FFFFFF;
}
.home-1 .list .box .hov p {
  color: #FFFFFF;
  line-height: 1.625;
}
.home-1 .list .box .hov .btns a {
  color: #00bfb7;
}
.home-1 .list .box .hov .btns a span.arrow {
  width: 2em;
  height: 2em;
  border: 1px solid currentcolor;
  border-radius: 50%;
}
.home-1 .list .box:hover .bg {
  opacity: 1;
}
.home-1 .list .box:hover .hov {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.home-2 {
  background-color: #f4f4f4;
}
.home-2 .list {
  max-width: 1400px;
  margin: auto;
}
.home-2 .list ul {
  margin: -6px -19px;
}
.home-2 .list li {
  padding: 6px 19px;
  cursor: pointer;
}
.home-2 .list li .box {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.home-2 .list li .box .icon {
  width: 2.8em;
  background-color: #1b758d;
  border-radius: 50%;
}
.home-2 .list li .box .name {
  font-size: 1.1em;
  width: 100%;
  padding: 0 1.3em;
}
.home-2 .list li .box .arrow {
  width: 1.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-2 .list li .box .content {
  display: none;
}
.home-2 .list li .box p {
  color: #999999;
}
.home-2 .list li .box .tags span {
  line-height: 1.71428571;
  background-color: #13a29c;
  color: #FFFFFF;
  border-radius: 24px;
}
.home-2 .list li.active .box {
  border-color: #c2c2c2;
}
.home-2 .list li.active .box .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-3 .list ul {
  margin: -25px -10px;
}
.home-3 .list li {
  vertical-align: top;
  padding: 25px 10px;
}
.home-3 .list li .img {
  border: 1px solid #c9c9c9;
}
.home-3 .list li .tags {
  left: 15px;
  top: 20px;
}
.home-3 .list li .hot {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  color: #FFFFFF;
}
.home-3 .list li .put {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(83, 83, 83, 0.3);
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  transition: border-color 0.5s;
  cursor: pointer;
}
.home-3 .list li .put.active,
.home-3 .list li .put:hover {
  border: 1px solid #535353;
}
.home-3 .list li .shopcart {
  font-size: 12px;
}
.home-3 .list li .shopcart > div {
  display: inline-block;
  vertical-align: top;
}
.home-3 .list li .shopcart .icon {
  width: 2em;
}
.home-3 .list li .shopcart .num {
  font-size: 12px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  margin-top: -1em;
}
.home-3 .list li .put.active .shopcart .num {
  background-color: #60b8b4;
}
.home-3 .list li .name {
  line-height: 1.5;
  min-height: 3em;
  color: #333333;
}
.home-3 .list li .icon2 {
  width: 1.1em;
}
.home-3 .list li .text {
  padding-left: 2em;
  color: #333333;
  line-height: 1.5;
  min-height: 3em;
}
.home-3 .list li .btns a {
  overflow: hidden;
  height: 3em;
  line-height: 3em;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.home-3 .list li .btns a::before,
.home-3 .list li .btns a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .list li .btns a::before {
  background-image: url(../images/home3-mask1.png);
}
.home-3 .list li .btns a::after {
  background-image: url(../images/home3-mask2.png);
  opacity: 0;
}
.home-3 .list li .btns a:hover {
  background-color: #333333;
}
.home-3 .list li .btns a:hover::before {
  opacity: 0;
}
.home-3 .list li .btns a:hover::after {
  opacity: 1;
}
.home-4 .list .box .img,
.home-4 .list .box .content {
  grid-column: 1;
  grid-row: 1;
}
.home-4 .list .box .img {
  position: relative;
  background-color: #000000;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-4 .list .box .img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1b7b74));
  background-image: -webkit-linear-gradient(transparent, #1b7b74);
  background-image: -moz-linear-gradient(transparent, #1b7b74);
  background-image: linear-gradient(transparent, #1b7b74);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list .box .img img {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-4 .list .box .content {
  color: #FFFFFF;
}
.home-4 .list .box .line {
  border-bottom: 8px solid #5bbeb9;
  width: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list .box .name {
  text-shadow: -3px 5px 10px rgba(0, 0, 0, 0.8);
}
.home-4 .list .box .white-bg {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 5px #FFFFFF inset;
  box-shadow: 0 0 5px #FFFFFF inset;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list .box .tags {
  min-height: 60px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list .box .tags span {
  line-height: 1.71428571;
  background-color: #13a29c;
  color: #FFFFFF;
  border-radius: 24px;
}
.home-4 .list .box .btns {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list .box .btns a span.arrow {
  width: 2em;
  height: 2em;
  border: 1px solid currentcolor;
  border-radius: 50%;
}
.home-4 .list .box:hover .line {
  width: 20%;
  opacity: 1;
}
.home-4 .list .box:hover .img::after {
  top: 50%;
  opacity: 1;
}
.home-4 .list .box:hover .img img {
  opacity: .7;
}
.home-4 .list .box:hover .white-bg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.home-4 .list .box:hover .tags {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.home-4 .list .box:hover .btns {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.home-5 {
  background-color: #f4f4f4;
}
.home-5 .list .box {
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.home-5 .list .box:hover {
  -webkit-box-shadow: 0 4px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.1);
}
.home-5 .list .box .img,
.home-5 .list .box .tags {
  grid-column: 1;
  grid-row: 1;
}
.home-5 .list .box .tags span {
  display: inline-block;
  line-height: 1.71428571;
  background-color: #13a29c;
  color: #FFFFFF;
  border-radius: 24px;
}
.home-5 .list .box .content {
  padding-left: 30px;
}
.home-5 .list .box .content i {
  left: 0;
  top: 0;
}
.home-5 .list .box .content .btns a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .list .box .content .btns a:hover {
  background-color: #1b758d;
}
.home-6 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-6 .list .box {
  background-color: #f4f4f4;
  opacity: .4;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-6 .list .text {
  line-height: 1.75;
}
.home-6 .list .img {
  width: 87px;
  border: 5px solid #1b758d;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.home-6 .list .slick-slide {
  position: relative;
}
.home-6 .list .slick-slide.prev0 li {
  -webkit-transform: translateX(75%);
  -moz-transform: translateX(75%);
  -ms-transform: translateX(75%);
  transform: translateX(75%);
}
.home-6 .list .slick-slide.next0 li {
  -webkit-transform: translateX(-75%);
  -moz-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%);
}
.home-6 .list .slick-current {
  z-index: 1;
}
.home-6 .list .slick-current .box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-6 .dots li {
  margin: 0 5px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #c3c3c3;
}
.home-6 .dots li button {
  display: none;
}
.home-6 .dots li.slick-active {
  background-color: #1b758d;
}
.home-6 .arrow {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.27);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.27);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.home-6 .arrow:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-7 {
  background-color: #f4f4f4;
}
.home-7 .right a span.arrow {
  width: 2em;
  height: 2em;
  border: 1px solid currentcolor;
  border-radius: 50%;
}
.home-7 .list li .img {
  padding-top: 115%;
}
.home-7 .list li:first-of-type {
  grid-row: span 2;
}
.home-7 .list li:first-of-type .img {
  padding-top: 50%;
}
.home-7 .list .box {
  height: 100%;
  background-color: #FFFFFF;
}
.home-7 .list .box .img,
.home-7 .list .box .tags {
  grid-column: 1;
  grid-row: 1;
}
.home-7 .list .box .tags span {
  display: inline-block;
  line-height: 1.71428571;
  background-color: #13a29c;
  color: #FFFFFF;
  border-radius: 24px;
}
.home-7 .list .box .btns a span.arrow {
  width: 2em;
  height: 2em;
  border: 1px solid currentcolor;
  border-radius: 50%;
}
.home-8 {
  color: #FFFFFF;
}
.home-8 a {
  height: 4em;
  border-radius: 2em;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.home-8 a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentcolor;
  margin-right: 10px;
}
.home-8 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/home8-mask.jpg);
  background-size: cover;
  border-radius: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-8 a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.home-8 a:hover::after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
#footer.home {
  background-color: #f4f4f4;
}
#footer .top {
  border-bottom: 2px solid rgba(102, 102, 102, 0.2);
}
#footer .top .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 25px;
  vertical-align: middle;
}
#footer .top .logo-text {
  margin-left: 0;
  margin-right: auto;
  color: #1b758d;
  line-height: 1.3;
}
#footer .top .share a {
  background-color: #1b758d;
  color: #FFFFFF;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
}
#footer .center .footer-block li {
  color: #666666;
}
#footer .center .footer-block li .icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  background-color: #1a758d;
  color: #FFFFFF;
}
#footer .bottom .left,
#footer .bottom .right {
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
#footer .footer-bottom {
  background-color: #333333;
  color: #FFFFFF;
}
#footer .footer-bottom img.login {
  height: 18px;
}
@media (max-width: 1450px) {
  .home-3 .list li .shopcart .icon {
    width: 1.5em;
  }
}
@media (max-width: 1250px) {
  .home-3 .list li .hot {
    width: 3.5em;
    height: 3.5em;
  }
  .home-3 .list li .put {
    width: 3.5em;
    height: 3.5em;
  }
}
@media (max-width: 1000px) {
  #banner > ul li {
    height: 300px;
  }
  #banner > ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner p a {
    height: 3em;
  }
  .home-1 .list .box .bg {
    display: none;
  }
  .home-1 .list .box .hov {
    display: none;
  }
  .home-2 .list ul {
    margin: 0;
  }
  .home-4 .list .box .img img {
    opacity: .7;
  }
  .home-4 .list .box .img::after {
    top: 50%;
    opacity: 1;
  }
  .home-4 .list .box .line {
    width: 20%;
    opacity: 1;
  }
  .home-4 .list .box .white-bg {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .home-4 .list .box .tags {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .home-4 .list .box .btns {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .home-6 .dots li {
    width: 1em;
    height: 1em;
  }
  .home-7 .list li .img {
    padding-top: 50%;
  }
  .home-7 .list > ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 500px) {
  #footer .top .logo-text {
    width: 73%;
  }
}
.mbx {
  background-color: #5bbeb9;
  color: #FFFFFF;
}
.play-btn {
  font-size: 30px;
  background-color: #62c1bc;
}
.play-btn i {
  border-left: 0;
}
.about-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 33%;
  background-color: #f7f7f7;
}
.about-1 .content {
  line-height: 1.75;
}
.about-1 .list li .num {
  font-family: 'Anton';
}
.about-1 .list li p {
  line-height: 1.75;
}
.about-1 .list li:hover {
  color: #1a758d;
}
.about-2 {
  background-color: #fcf8f2;
}
.about-2 .left img {
  margin-top: -17%;
}
.about-2 .text {
  line-height: 1.75;
}
.about-3 .arrow {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.27);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.27);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-3 .arrow:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.about-3 .list .slick-list {
  overflow: visible;
}
.about-3 .list .box .img,
.about-3 .list .box .content {
  grid-column: 1;
  grid-row: 1;
}
.about-3 .list .box .img {
  position: relative;
}
.about-3 .list .box .img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(transparent 30%, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(transparent 30%, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.5));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-3 .list .box .content {
  color: #FFFFFF;
}
.about-3 .list .box .content p {
  line-height: 1.75;
}
.about-4 {
  background-color: #f7f7f7;
}
.about-4 .list .box {
  background-color: #FFFFFF;
}
.about-4 .list .box .icon {
  width: 1.22em;
  height: 1.22em;
  border: 1px solid #000000;
  border-radius: 50%;
}
.about-4 .list .box p {
  line-height: 1.75;
}
.about-5 .left .map .point .dot {
  cursor: pointer;
}
.about-5 .left .map .point .dot.active,
.about-5 .left .map .point .dot:hover {
  color: #d81e06;
}
.about-5 .left .map .point .dot.active + .img,
.about-5 .left .map .point .dot:hover + .img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}
.about-5 .left .map .point .img {
  z-index: 1;
  width: 10vw;
  bottom: 110%;
  left: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.about-5 .left .map .point:nth-of-type(1) {
  left: 14%;
  top: 40%;
}
.about-5 .left .map .point:nth-of-type(2) {
  left: 45%;
  top: 42%;
}
.about-5 .left .map .point:nth-of-type(3) {
  left: 47%;
  top: 34%;
}
.about-5 .left .map .point:nth-of-type(4) {
  left: 48.5%;
  top: 34%;
}
.about-5 .left .map .point:nth-of-type(5) {
  left: 50%;
  top: 39%;
}
.about-5 .left .map .point:nth-of-type(6) {
  left: 51.5%;
  top: 34%;
}
.about-5 .left .map .point:nth-of-type(7) {
  left: 77%;
  top: 49%;
}
.about-5 .left .map .point:nth-of-type(8) {
  left: 79%;
  top: 47%;
}
.about-5 .left .text {
  line-height: 1.2;
  color: #1a758d;
  margin-top: -1em;
}
.about-5 .right .box {
  background-color: rgba(26, 117, 141, 0.7);
  color: #FFFFFF;
}
.about-5 .right .form input,
.about-5 .right .form textarea {
  padding: 15px 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid currentColor;
}
.about-5 .right .form input::-webkit-input-placeholder, .about-5 .right .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
.about-5 .right .form input:-moz-placeholder, .about-5 .right .form textarea:-moz-placeholder {
  color: #FFFFFF;
}
.about-5 .right .form input::-moz-placeholder, .about-5 .right .form textarea::-moz-placeholder {
  color: #FFFFFF;
}
.about-5 .right .form input:-ms-input-placeholder, .about-5 .right .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
.about-5 .right .form input::placeholder,
.about-5 .right .form textarea::placeholder {
  color: #FFFFFF;
}
.about-5 .right .form button {
  border: 0;
  background-color: transparent;
}
.about-5 .right .form button span.arrow {
  width: 2em;
  height: 2em;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 50%;
}
@media (max-width: 1250px) {
  .about-2 .left img {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .about-1 .list li {
    width: 50%;
  }
  .about-2 {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .play-btn {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .about-1 .list li {
    width: 100%;
  }
}
.about2-1 .box {
  background-color: #f7f7f7;
}
.about2-1 .text {
  color: #999999;
  line-height: 1.77777778;
}
.about2-1 .btns a {
  height: 3em;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-1 .btns a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentcolor;
  margin-right: 10px;
}
.about2-1 .btns a:hover {
  background-color: #000000;
}
.about2-2 .list p {
  line-height: 1.75;
  color: #999999;
}
.about2-3 {
  background-color: #f7f7f7;
}
.about2-3 .list .box {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.about2-3 .list .box .tags span {
  line-height: 1.75;
  background-color: rgba(51, 51, 51, 0.2);
}
.about2-3 .list .box .name {
  line-height: 1.33333333;
}
.about2-3 .list .box .name i {
  width: 0.66666667em;
  left: 0;
  top: 0;
}
.about2-3 .list .box p {
  color: #333333;
  line-height: 1.5;
  min-height: 4.5em;
}
.about2-3 .list .box .btns a {
  padding: .75em 2em;
  background-color: #232323;
  color: #FFFFFF;
  border-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-3 .list .box .btns a:hover {
  background-color: #1a758d;
}
.about2-3 .bottom span {
  border-bottom: 1px solid currentColor;
}
.about2-4 {
  color: #FFFFFF;
}
.about2-4 .text {
  line-height: 1.75;
}
.about2-4 .icon {
  width: 1.27em;
  height: 1.27em;
  background-color: #62c1bc;
  border-radius: 50%;
}
.news-page .list .box {
  background-color: #efeceb;
}
.news-page .list .box .cate {
  line-height: 1.85714286;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 26px;
}
.newdet-page .line {
  border-bottom: 1px solid #efeceb;
}
.contact-page {
  background-image: url(../images/contact-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.contact-page .form {
  padding: 7% 12% 13%;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
}
.contact-page .form ul {
  margin: 0 -2em;
}
.contact-page .form li {
  padding: 0 2em;
}
.contact-page .form input {
  padding: 1em 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cecece;
}
.contact-page .form input[type="submit"] {
  font-weight: normal;
  background-color: #1a758d;
  color: #FFFFFF;
  border: 0;
  border-radius: 3em;
}
.contact-page .form .check {
  padding-left: 20px;
}
.contact-page .form .check input {
  position: absolute;
  left: 0;
  top: .4em;
  width: auto;
  border: 0;
}
.contact-page .form .check p {
  line-height: 1.75;
}
.contact-page .form .check p span {
  color: #1a758d;
  border-bottom: 1px solid #1a758d;
}
.contact-page .list ul {
  margin: -10px;
}
.contact-page .list li {
  padding: 10px;
}
.contact-page .list .box {
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
}
.contact-page .list .box span {
  color: #1a758d;
}
@media (max-width: 1250px) {
  .contact-page .list li {
    width: 50%;
  }
  .contact-page .list li:last-of-type {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .contact-page .form {
    padding: 5%;
  }
  .contact-page .form ul {
    margin: 0 -1em;
  }
  .contact-page .form li {
    padding: 0 1em;
  }
  .contact-page .form input {
    padding: .5em 0;
  }
}
@media (max-width: 500px) {
  .contact-page .form li {
    width: 100%;
  }
  .contact-page .list li {
    width: 100%;
  }
}
.faq-page .list .box {
  background-color: #f5f5f5;
  border-radius: 2.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.faq-page .list .box .bc {
  color: #1b2185;
}
.faq-page .list .box .name {
  margin-top: .5em;
}
.faq-page .list .box .text {
  margin-top: .7em;
}
.faq-page .list .box i {
  width: 1em;
  text-align: center;
}
.faq-page .list .box i::before {
  content: "+";
}
.faq-page .list .box .content {
  display: none;
}
.faq-page .list .box.active {
  border-radius: 1.4em;
}
.faq-page .list .box.active i::before {
  content: "-";
}
@media (max-width: 700px) {
  .faq-page .list .box .name {
    margin-top: 0;
  }
  .faq-page .list .box .text {
    margin-top: 0;
  }
}
.case-1 .list .img,
.case-1 .list .tags {
  grid-column: 1;
  grid-row: 1;
  position: relative;
}
.case-1 .list .tags {
  pointer-events: none;
}
.case-1 .list .tags span {
  display: inline-block;
  line-height: 1.71428571;
  background-color: #13a29c;
  color: #FFFFFF;
  border-radius: 24px;
}
.case-1 .list .img {
  cursor: pointer;
}
.case-1 .list .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-1 .list .img .scale {
  width: 2.7em;
  height: 2.7em;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-1 .list .img:hover::after {
  opacity: .5;
}
.case-1 .list .img:hover .scale {
  opacity: 1;
}
.case-2 {
  background-color: #f7f7f7;
}
.case-2 a {
  padding: .75em 2em;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-2 a:hover {
  background-color: #000000;
}
.dialog-content {
  width: 84%;
}
.dialog-content button.fancybox-close-small {
  right: 1em;
  top: 1em;
  border: 2px solid currentcolor;
  border-radius: 50%;
}
.dialog-content > div {
  padding: 3% 5%;
}
.dialog-content > div .power {
  background-color: #5bbeb9;
  color: #FFFFFF;
  line-height: 1.75;
  border-radius: 21px;
}
@media (max-width: 1000px) {
  .dialog-content > div {
    padding: 0;
  }
  .dialog-content button.fancybox-close-small {
    right: 0;
    top: 0;
    border: 0;
  }
}
.m-page a,
.m-page span {
  font-weight: 500;
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  border-radius: 50%;
  text-align: center;
}
.m-page span {
  background-color: #62c1bc;
  color: #FFFFFF;
}
.solution-1 .list .img-box {
  aspect-ratio: 5 / 3;
}
.solution-1 .list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-1 .list .btns a {
  width: 2.2em;
  height: 2.2em;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 50%;
}
.solution-2 .text {
  line-height: 1.75;
}
.solution-3 {
  background-color: #f7f7f7;
}
.solution-3 .list ul {
  margin: -1em -2em;
}
.solution-3 .list li {
  padding: 1em 2em;
}
.solution-3 .list li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.solution-3 .list p {
  line-height: 1.75;
}
.solution-4 .list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.solution-4 .list .title {
  opacity: .56;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.solution-4 .list .title span {
  vertical-align: text-top;
}
.solution-4 .list .title.active {
  opacity: 1;
}
.solution-4 .list .content {
  display: none;
}
.solution-4 .list .text {
  line-height: 1.75;
  color: #666666;
}
@media (max-width: 1000px) {
  .solution-3 .list li {
    width: 50%;
  }
  .solution-3 .list li + li {
    border-left: 0;
  }
}
@media (max-width: 500px) {
  .solution-3 .list li {
    width: 100%;
  }
}
.download-page .option .cur {
  background-color: #FFFFFF;
  color: #000000;
  height: 3em;
  border-radius: 1.5em;
  min-width: 308px;
  position: relative;
  z-index: 1;
}
.download-page .option .items {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  border-radius: 1.5em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  top: 100%;
  left: 0;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.download-page .option:hover .items {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.download-page .list {
  border: 1px solid #cecece;
}
.download-page .title {
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #1a758d;
  color: #FFFFFF;
  border-bottom: 1px solid #cecece;
}
.download-page .title .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.download-page .content li + li {
  border-top: 1px solid #cecece;
}
@media (max-width: 1000px) {
  .download-page .option .cur {
    min-width: auto;
  }
}
.inner-banner {
  background-color: #62c1bc;
  color: #FFFFFF;
}
.product-1 .cates li a {
  border: 1px solid #333333;
  opacity: 0.5;
  padding: .375em 1.5em;
  border-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-1 .cates li a:hover {
  background-color: #62c1bc;
  border-color: #62c1bc;
  color: #FFFFFF;
  opacity: 1;
}
.product-1 .cates li.active a {
  background-color: #62c1bc;
  border-color: #62c1bc;
  color: #FFFFFF;
  opacity: 1;
}
.product-1 .right .text {
  color: #666666;
  line-height: 1.55555556;
}
.product-2 {
  background-color: #f7f7f7;
}
.product-2 .left .item {
  background-color: #FFFFFF;
}
.product-2 .left .item .list ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}
.product-2 .left .item .list ul li span.check {
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 0;
  top: .25em;
  border-radius: 50%;
  background-color: #dadada;
}
.product-2 .left .item .list ul li span.check i {
  opacity: 0;
}
.product-2 .left .item .list ul li span.arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-2 .left .item .list ul li.active span.check {
  background-color: #5bbeb9;
  color: #FFFFFF;
}
.product-2 .left .item .list ul li.active span.check i {
  opacity: 1;
}
.product-2 .left .item .list ul li.active span.arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-2 .left .item .list ul li ul {
  display: none;
}
.product-2 .left .item .list ul li ul li {
  border: 0;
  color: #999999;
}
.product-2 .right .list .box {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.product-2 .right .list .box:hover {
  -webkit-box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
}
.product-2 .right .list .box:hover .btns {
  opacity: 1;
}
.product-2 .right .list .box .img {
  background-color: #FFFFFF;
}
.product-2 .right .list .box .hot {
  min-width: 3.6em;
  text-align: center;
  left: 12px;
  top: 12px;
  border-radius: 2em;
  color: #FFFFFF;
}
.product-2 .right .list .box .hot span {
  line-height: 2em;
}
.product-2 .right .list .box .put {
  right: 12px;
  bottom: 12px;
  width: 3.1em;
  height: 3.1em;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(83, 83, 83, 0.3);
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  transition: border-color 0.5s;
  cursor: pointer;
}
.product-2 .right .list .box .put.active,
.product-2 .right .list .box .put:hover {
  border: 1px solid #535353;
}
.product-2 .right .list .box .shopcart {
  font-size: 12px;
}
.product-2 .right .list .box .shopcart > div {
  display: inline-block;
  vertical-align: top;
}
.product-2 .right .list .box .shopcart .icon {
  width: 2em;
}
.product-2 .right .list .box .shopcart .num {
  font-size: 12px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  margin-top: -1em;
}
.product-2 .right .list .box .put.active .shopcart .num {
  background-color: #60b8b4;
}

.product-2 .right .list .box .name {
  line-height: 1.5;
  min-height: 3em;
  color: #333333;
}
.product-2 .right .list .box .icon2 {
  width: 1em;
}
.product-2 .right .list .box .text {
  margin-top: .5em;
  padding-left: 2em;
  color: #333333;
  line-height: 1.5;
  min-height: 3em;
}
.product-2 .right .list .box .btns {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.product-2 .right .list .box .btns a {
  overflow: hidden;
  height: 2em;
  line-height: 2em;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.product-2 .right .list .box .btns a::before,
.product-2 .right .list .box .btns a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-2 .right .list .box .btns a::before {
  background-image: url(../images/home3-mask1.png);
}
.product-2 .right .list .box .btns a::after {
  background-image: url(../images/home3-mask2.png);
  opacity: 0;
}
.product-2 .right .list .box .btns a:hover {
  background-color: #333333;
}
.product-2 .right .list .box .btns a:hover::before {
  opacity: 0;
}
.product-2 .right .list .box .btns a:hover::after {
  opacity: 1;
}
@media (max-width: 1450px) {
  .product-2 .right .list .box .shopcart .icon {
    width: 1.5em;
  }
}
@media (max-width: 1000px) {
  .product-2 .right .list .box {
    -webkit-box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
  }
  .product-2 .right .list .box .btns {
    opacity: 1;
  }
}
.prodet-1 {
  background-color: #f7f7f7;
}
.prodet-1 .left .dots li {
  margin: 0 6px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #000000;
  border-radius: 50%;
  opacity: .3;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.prodet-1 .left .dots li button {
  display: none;
}
.prodet-1 .left .dots li.slick-active {
  background-color: #063190;
  opacity: 1;
}
.prodet-1 .right .slickBtn div {
  background-color: #FFFFFF;
  color: #000000;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.27);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.27);
}
.prodet-1 .right .slickBtn div:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.prodet-1 .right .text {
  line-height: 2;
  color: #666666;
}
.prodet-1 .right .btns a {
  overflow: hidden;
  min-width: 11em;
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.prodet-1 .right .btns a::before,
.prodet-1 .right .btns a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-1 .right .btns a::before {
  background-image: url(../images/home3-mask1.png);
}
.prodet-1 .right .btns a::after {
  background-image: url(../images/home3-mask2.png);
  opacity: 0;
}
.prodet-1 .right .btns a:hover {
  background-color: #333333;
}
.prodet-1 .right .btns a:hover::before {
  opacity: 0;
}
.prodet-1 .right .btns a:hover::after {
  opacity: 1;
}
.prodet-2 .left .text {
  line-height: 2;
}
.prodet-2 .right ul {
  grid-template-columns: repeat(2, 1fr);
}
.prodet-2 .right img {
  border: 1px solid #cacaca;
}
.prodet-2 .right .btns a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 3em;
  line-height: 3em;
  background-color: #1a758d;
  color: #FFFFFF;
  border-radius: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.prodet-2 .right .btns a::before,
.prodet-2 .right .btns a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-2 .right .btns a::before {
  background-image: url(../images/home3-mask1.png);
}
.prodet-2 .right .btns a::after {
  background-image: url(../images/home3-mask2.png);
  opacity: 0;
}
.prodet-2 .right .btns a:hover {
  background-color: #333333;
}
.prodet-2 .right .btns a:hover::before {
  opacity: 0;
}
.prodet-2 .right .btns a:hover::after {
  opacity: 1;
}
.prodet-3 .tabs span {
  cursor: pointer;
}
.prodet-3 .tabs span.active {
  background-color: #1a758d;
  color: #FFFFFF;
}
.prodet-4 {
  background-color: #f7f7f7;
}
.prodet-4 .list .box {
  background-color: #FFFFFF;
}
.prodet-4 .list .box .icon2 {
  width: 1em;
}
.prodet-4 .list .box .text {
  margin-top: .5em;
  padding-left: 2em;
  line-height: 1.5;
  min-height: 3em;
}
.prodet-4 .list a.morebtn {
  background-color: #FFFFFF;
  border-radius: 2em;
}



.slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}






/*.trainingE-page .trainingE-4 {
  background: #ecebeb;
  padding: 260px 0;
}*/
/*.trainingE-page .trainingE-4 .ui.container2 {
  max-width: 1350px;
}*/
.trainingE-page .trainingE-4 h3 {
  display: block;
  font-size: 22px;
  color: #5c5c5c;
  margin-bottom: 30px;
  padding: 0 5%;
}
/*.trainingE-page .trainingE-4 .form {
  padding: 9px;
  background: #f7f7f7;
}*/
.trainingE-page .trainingE-4 .form .input {
  margin-bottom: 10px;
}
.trainingE-page .trainingE-4 .form .input input,
.trainingE-page .trainingE-4 .form .input textarea {
  line-height: 24px;
  padding: 18px;
  font-size: 14px;
  color: black;
  width: 100%;
  border: 1px solid #e1e1e1;
  -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.03));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.trainingE-page .trainingE-4 .form .input input:hover,
.trainingE-page .trainingE-4 .form .input textarea:hover {
  border-color: #015cbb;
}
.trainingE-page .trainingE-4 .form .input input::-webkit-input-placeholder, .trainingE-page .trainingE-4 .form .input textarea::-webkit-input-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input:-moz-placeholder, .trainingE-page .trainingE-4 .form .input textarea:-moz-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input::-moz-placeholder, .trainingE-page .trainingE-4 .form .input textarea::-moz-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input:-ms-input-placeholder, .trainingE-page .trainingE-4 .form .input textarea:-ms-input-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input::placeholder,
.trainingE-page .trainingE-4 .form .input textarea::placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input:last-child {
  margin-bottom: 0;
}
.trainingE-page .trainingE-4 .form .input textarea {
  height: 278px;
}
.trainingE-page .trainingE-4 .form .left {
  width: 40%;
}
.trainingE-page .trainingE-4 .form .right {
  width: 60%;
  padding-left: 20px;
}
.trainingE-page .trainingE-4 .form .right .yzm {
  width: 50%;
  position: relative;
  display: inline-block;
}
.trainingE-page .trainingE-4 .form .right .yzm img {
  position: absolute;
  right: 10px;
  top: 15px;
}
.trainingE-page .trainingE-4 .form .right .send {
  width: 50%;
  float: right;
  text-align: center;
  padding-top: 15px;
}
.trainingE-page .trainingE-4 .form .right .send input {
  width: auto;
  line-height: 32px;
  height: 32px;
  border-radius: 16px;
  padding: 0 38px;
  background: #3c3c3c;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.trainingE-page .trainingE-4 .form .right .send input:hover {
  background: #015cbb;
}
@media screen and (max-width: 1700px) {
  .trainingE-page .trainingE-4 .form .input input,
  .trainingE-page .trainingE-4 .form .input textarea {
    padding: 12px;
  }
  .trainingE-page .trainingE-4 .form .input textarea {
    height: 230px;
  }
}

@media screen and (max-width: 700px) {
  .trainingE-page .trainingE-4 .form .right {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .trainingE-page .trainingE-4 .form .left {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .trainingE-page .trainingE-4.contact h3 {
    padding: 0 5%;
  }

  .trainingE-page .trainingE-4 .form .right .yzm {
    width: 100%;
  }
}

.prodet-3 table {
  border: 1px solid #cacaca;
}

.prodet-3 table td,
.prodet-3 table th {
  padding: 1em;
  border: 0;
}

.prodet-3 table tr:nth-child(odd) {
    background: #999999;
    color: #FFFFFF;
}

table tr:nth-child(even) {
    background: transparent;
}


@media screen and (max-width: 1000px) {
  #mobile .mobile-logo form {

      display: inline-flex;
      margin-left: 10px;
  }

  #mobile .mobile-logo form input[type=text] {
      width: 150px;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      border: 1xp solid #eee;
      font-size: 14px;
  }

  #mobile .mobile-logo form input[type=submit] {
      width: 40px;
      height: 40px;
      min-width: 40px;
      background: url(../images/icon-search-black.png) no-repeat center center #eee;
      border: none;
  }
}
