@font-face {
  font-family: 'af';
  src: url('../fonts/KronaOne-Regular.eot');
  src: url('../fonts/KronaOne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KronaOne-Regular.woff2') format('woff2'), url('../fonts/KronaOne-Regular.woff') format('woff'), url('../fonts/KronaOne-Regular.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'af';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'af';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "af";
  --color: #c02a2e;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding: 5px 0;
}
#header .nav .ui.menu .logo img {
  height: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 800px;
  max-width: 100%;
  height: 100%;
}
#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 {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
/*#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}*/
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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 .ui.menu .h-search form {
  width: 240px;
  height: 40px;
  border: 1px solid #eee;
  color: black;
  background-color: white;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: .5s;
}
#header .nav .ui.menu .h-search form.active {
  opacity: 1;
  pointer-events: unset;
  z-index: 1;
}
#header .nav .ui.menu .h-search form input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 1em;
  background-color: transparent;
}
#header .nav .ui.menu .h-search form button {
  width: 2.8em;
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header.active {
  top: 0;
  background-color: black;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active .nav .ui.menu {
  height: 120px;
}
#header.active .nav .ui.menu .logo img {
  height: 90px;
}
#header.active.down {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header.inner {
  color: black;
}
#header.inner.active,
#header.about.active {
  background-color: white;
  color: black;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1;
}
.more {
  height: 2.66666667em;
  border: 1px solid white;
  min-width: 9.44444444em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#banner li {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li.mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#banner li video {
  width: 100%;
  display: block;
  position: relative;
  z-index: -2;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .share {
  line-height: 1;
}
#banner li .content .share hr {
  margin: 0;
  background-color: white;
  opacity: .5;
  width: .8em;
}
#banner li .content .share span {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content .share span:hover {
  background-color: var(--color);
  color: white;
}
#banner li .content span.tag em {
  color: var(--color);
  font-weight: 500;
}
#banner li .content .text {
  max-width: 550px;
  margin-left: auto;
  opacity: .8;
}
#index-body .init-1 {
  height: 100vh;
  color: white;
  background-color: black;
  position: relative;
  z-index: 1;
}
#index-body .init-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(bottom, black, transparent);
  background-image: -moz-linear-gradient(bottom, black, transparent);
  background-image: linear-gradient(to top, black, transparent);
  opacity: .85;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-1 .mask {
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}
#index-body .init-1 .mask * {
  height: 100% !important;
}
#index-body .init-1 .mask i {
  transition: .5s 1s transform;
}
#index-body .init-1 .mask .slick-current i {
  transform: scale(1.2);
  transition: 5.8s 1s;
}
#index-body .init-1 .content ul {
  max-width: 900px;
  margin-left: auto;
}
#index-body .init-1 .content ul span.h2 {
  background-image: url('../images/BF52A8D02E8C941306269A06DD544CD9.jpg');
  background-clip: text;
  background-size: cover;
  background-position: center center;
  color: white;
  transition: .5s;
}
#index-body .init-1 .content ul span.h2:hover {
  color: transparent;
}
#index-body .init-1 .list {
  bottom: 5.20833333vw;
}
#index-body .init-1 .list li {
  cursor: pointer;
  cursor: hand;
  opacity: .3;
}
#index-body .init-1 .list .slick-current li,
#index-body .init-1 .list li.active {
  opacity: 1;
}
#index-body .init-1 .list .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.37);
}
#index-body .init-1 .list .line i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: white;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-2 {
  height: 100vh;
  padding-top: 9.89583333vw;
  color: white;
}
#index-body .init-2 .text {
  max-width: 810px;
  line-height: 1.4;
}
#index-body .init-3 {
  height: 200vh;
  padding-top: 100vh;
  background-attachment: fixed;
  padding-bottom: 30vh;
}
#index-body .init-3 .ui.container {
  position: sticky;
  top: 8.8vw;
}
#index-body .init-3 span.h2 {
  color: #3a3a3a;
}
#index-body .init-3 .text {
  max-width: 700px;
  line-height: 1.4;
  color: #4d4d4d;
}
#index-body .init-3 .more {
  border-color: #4f4f4f;
  color: #4f4f4f;
}
#index-body .init-3 .more:hover {
  border-color: var(--color);
  color: white;
}
#index-body .init-4 {
  color: white;
}
#index-body .init-4 span.h6 {
  line-height: 1;
}
#index-body .init-4 .list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-4 .list hr {
  height: 60%;
  width: 1px;
  background-color: white;
  margin: auto 0;
}
#index-body .init-4 .text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-4 .map {
  position: relative;
}
#index-body .init-4 .map li {
  position: absolute;
  z-index: 1;
}
#index-body .init-4 .map li img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  display: block;
  max-height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .map li:before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  background-color: var(--color);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .map li:hover:before {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
#index-body .init-4 .map li:hover img {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-4 .map li:nth-child(1) {
  font-size: .5em;
  left: 22%;
  top: 23%;
}
#index-body .init-4 .map li:nth-child(2) {
  font-size: 0.83333333em;
  left: 24%;
  top: 26%;
}
#index-body .init-4 .map li:nth-child(3) {
  font-size: 0.5em;
  left: 27%;
  top: 18%;
}
#index-body .init-4 .map li:nth-child(4) {
  font-size: 0.5em;
  left: 32%;
  top: 62%;
}
#index-body .init-4 .map li:nth-child(5) {
  font-size: 0.8333em;
  left: 48%;
  top: 36%;
}
#index-body .init-4 .map li:nth-child(6) {
  font-size: 0.5em;
  left: 54%;
  top: 54%;
}
#index-body .init-4 .map li:nth-child(7) {
  font-size: 0.6em;
  left: 57%;
  top: 48%;
}
#index-body .init-4 .map li:nth-child(8) {
  font-size: .8333em;
  left: 57%;
  top: 18%;
}
#index-body .init-4 .map li:nth-child(9) {
  font-size: 0.5em;
  left: 61%;
  top: 26%;
}
#index-body .init-4 .map li:nth-child(10) {
  left: 67%;
  top: 25%;
}
#index-body .init-4 .map li:nth-child(11) {
  font-size: 0.6em;
  left: 73%;
  top: 34%;
}
#index-body .init-4 .map li:nth-child(12) {
  font-size: 0.5em;
  left: 75%;
  top: 23%;
}
#index-body .init-4 .map li:nth-child(13) {
  font-size: 0.6em;
  left: 77%;
  top: 10%;
}
#index-body .init-4 .map li:nth-child(14) {
  font-size: 0.8333em;
  left: 84%;
  top: 76%;
}
#footer span.h6 {
  font-weight: 500;
  line-height: 1;
}
#footer .nav {
  color: #6a6a6b;
}
#footer .info {
  max-width: 300px;
  color: rgba(29, 29, 29, 0.76);
}
#footer .info strong {
  font-weight: 500;
  color: black;
}
#footer .footer-form {
  background-color: #f9f9f9;
}
#footer .footer-form span.h2,
#footer .footer-form span.tag {
  font-weight: 500;
}
#footer .footer-form .left .text {
  max-width: 460px;
}
#footer .footer-form .share {
  line-height: 1;
}
#footer .footer-form .form ul {
  row-gap: 2em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
#footer .footer-form .form ul input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.46);
  background-color: transparent;
  padding: 1em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-form .form ul input::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
#footer .footer-form .form ul input:-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
#footer .footer-form .form ul input::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
#footer .footer-form .form ul input:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
#footer .footer-form .form ul input::placeholder {
  color: rgba(30, 30, 30, 0.5);
}
#footer .footer-form .form ul input:focus {
  border-color: var(--color);
}
#footer .footer-form .form ul button {
  font-weight: 500;
  min-width: 13em;
  height: 3.3em;
  padding: 0 1em;
  gap: 1em;
  border-color: #bfbfbf;
  background-color: transparent;
}
#footer .footer-form .form ul button i {
  width: 1.7em;
  height: 1.7em;
  background-color: black;
  color: white;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-form .form ul button:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .footer-form .form ul button:hover i {
  background-color: white;
  color: var(--color);
}
#footer .footer-bottom {
  border-top: 1px solid rgba(198, 198, 198, 0.8);
}
#footer .coy {
  color: #696969;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: #696969;
}
@media screen and (max-width: 1000px) {
  .footer-top .box {
    gap: 15px;
  }
  .footer-top .box .slide:nth-child(2),
  .footer-top .box .slide:nth-child(3) {
    display: none;
  }
  .footer-top .box .slide .logo img {
    max-width: 70px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-38 {
    font-size: 22px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-60 {
    font-size: 26px;
  }
  #banner li .content .share {
    font-size: 16px;
    gap: 10px;
  }
  #index-body .init-4 .map {
    zoom: .5;
  }
  #footer .footer-form .form ul {
    font-size: 8px;
  }
}
.play em {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  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;
}
.play em i {
  width: 0;
  height: 0;
}
.about-page .about-1 {
  height: 100vh;
  color: white;
}
.about-page .about-1 span.h2 {
  /*color: transparent;*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent 20%, white);
  background-image: -moz-linear-gradient(bottom, transparent 20%, white);
  background-image: linear-gradient(to top, transparent 20%, white);
  -webkit-background-clip: text;
  background-clip: text;*/
  line-height: .85;
}
.about-page .about-2 {
  padding-bottom: 10%;
  height: 200vh;
  background-attachment: fixed;
  background-position: center;
}
.about-page .about-2 .ui.container {
  position: sticky;
  top: 8%;
}
.about-page .about-2 .left em {
  color: var(--color);
}
.about-page .about-3 {
  color: white;
}
.about-page .about-3 .right li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.51);
}
.about-page .about-3 .right li span.h3 {
  line-height: 1;
}
.about-page .about-3 .right li span.h3 sub {
  vertical-align: baseline;
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4:after,
.about-page .about-4:before {
  content: '';
  width: 100%;
  height: 10.41666667vw;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-4:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-4:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
  height: 6.25vw;
}
.about-page .about-4 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-4 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-4 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-4 .box .right {
  position: relative;
}
.about-page .about-4 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
  font-weight: 500;
}
.about-page .about-4 .box .right .year svg {
  position: absolute;
  left: 1.3em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-92deg);
  -moz-transform: translateY(-50%) rotate(-92deg);
  -ms-transform: translateY(-50%) rotate(-92deg);
  transform: translateY(-50%) rotate(-92deg);
  z-index: -1;
  width: 18.22916667vw;
}
.about-page .about-4 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-4 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right .list li .year {
  margin-right: 1em;
  color: #636363;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right .list li .content span.h6 {
  font-weight: 500;
}
.about-page .about-4 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-4 .box .right .list li.active .year {
  color: var(--color);
  opacity: 1;
}
.about-page .about-4 .box .right .list li.active .content {
  border-top-color: var(--color);
}
.about-page .about-5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#444442), to(#b6b6b6));
  background-image: -webkit-linear-gradient(bottom, #444442, #b6b6b6);
  background-image: -moz-linear-gradient(bottom, #444442, #b6b6b6);
  background-image: linear-gradient(to top, #444442, #b6b6b6);
  color: white;
}
.about-page .about-5 .right {
  margin: -33% 0;
}
.about-page .about-5 .right .list {
  width: 140%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  gap: 1em;
  -webkit-filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, 0.5));
}
.about-page .about-5 .right ul {
  margin: -0.5em;
  direction: rtl;
}
.about-page .about-5 .right ul li {
  padding: .5em;
}
.product-page .list {
  padding: 0 20%;
}
.product-page .list .prev {
  left: 9%;
}
.product-page .list .next {
  left: auto !important;
  right: 9%;
}
.product-page .list .slickBtn div {
  opacity: .3;
}
.product-page .list .slickBtn div:hover {
  opacity: 1;
}
.product-page .list .slick-list {
  overflow: unset;
}
.product-page .list .slick-list .slick-slide {
  -webkit-transform: scale(0.86) translateX(5%);
  -moz-transform: scale(0.86) translateX(5%);
  -ms-transform: scale(0.86) translateX(5%);
  transform: scale(0.86) translateX(5%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.product-page .list .slick-list .slick-slide .content {
  opacity: 0;
}
.product-page .list .slick-list .slick-current {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.product-page .list .slick-list .slick-current .content {
  opacity: 1;
}
.product-page .list .slick-list .slick-current + .slick-slide {
  -webkit-transform: scale(0.86) translateX(-5%);
  -moz-transform: scale(0.86) translateX(-5%);
  -ms-transform: scale(0.86) translateX(-5%);
  transform: scale(0.86) translateX(-5%);
}
.product-page .list ul li .content {
  width: 100%;
  padding: 2% 4%;
  bottom: 0;
  left: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .content .more {
  background-color: var(--color);
  border-color: var(--color);
}
.product-page .list ul li .content span.h3 {
  left: 0;
  bottom: 0;
  line-height: 1;
  opacity: .32;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  font-weight: 500;
  pointer-events: none;
}
.product-page .list ul li .content span.h6 {
  font-weight: 500;
}
.product-page .list ul li .content .play {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  left: 0;
  top: 0;
}
.product-page .dotsList span,
.product-page .dotsList hr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .dotsList hr:before {
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--color);
  transition: 1s;
}
/*.product-page .dotsList .slick-current li {
  color: var(--color);
}
.product-page .dotsList .slick-current li span,
.product-page .dotsList .slick-current li hr {
  opacity: 1;
}
.product-page .dotsList .slick-current li hr {
  background-color: var(--color);
}*/
.product-page .dotsList li.active {
  color: var(--color);
}
.product-page .dotsList li.active span,
.product-page .dotsList li.active hr,
.product-page .dotsList li:hover span,
.product-page .dotsList li:hover hr {
  opacity: 1;
}
.product-page .dotsList li:hover hr:before,
.product-page .dotsList li.active hr:before {
  width: 100%;
}
/*.product-page .dotsList li.active hr {
  background-color: var(--color);
}*/
.prodet-page .play {
  background-color: white;
}
.prodet-page .play:before,
.prodet-page .play:after {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.prodet-page .play i {
  border-left-color: var(--color);
}
.prodet-page .content.pos {
  bottom: 8%;
  left: 0;
  width: 100%;
  color: white;
}
.prodet-page .content.pos.txt-right .left {
  margin-left: auto;
}
.prodet-page .content.pos.pavilion-style-bbq-pod {
  bottom: 41%;
  left: 18%;
}
.prodet-page .content.pos.pavilion-style-bbq-pod .ui.container {
  width: auto;
}
.prodet-page .content.pos.roller-shutter-bbq-pod {
  bottom: 31%;
}
.prodet-page .content.pos.roller-blind-bbq-pod {
  bottom: 52%;
}
.prodet-page .prodet-1 span.h2 {
  max-width: 700px;
}
.prodet-page .prodet-1 .playList .play {
  zoom: .7;
}
.prodet-page .prodet-1 .playList .play:nth-child(1) {
  left: 48%;
  top: 20%;
}
.prodet-page .prodet-1 .playList .play:nth-child(2) {
  left: 52%;
  top: 43%;
}
.prodet-page .prodet-1 .playList .play:nth-child(3) {
  left: 45%;
  top: 58%;
}
.prodet-page .prodet-1 .playList .play:nth-child(4) {
  left: 54%;
  top: 61%;
}
.prodet-page .prodet-1 .playList .play:nth-child(5) {
  left: 65%;
  top: 54%;
}
.prodet-page .prodet-1 .playList .play:nth-child(6) {
  left: 74%;
  top: 71%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(1) {
  left: 31%;
  top: 58%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(2) {
  left: 37%;
  top: 37%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(3) {
  left: 36%;
  top: 58%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(4) {
  left: 41%;
  top: 74%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(5) {
  left: 49%;
  top: 54%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(6) {
  left: 62%;
  top: 40%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(7) {
  left: 66%;
  top: 70%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(8) {
  left: 76%;
  top: 27%;
}
.prodet-page .prodet-1 .playList.liftup-door-bbq-pod .play:nth-child(9) {
  left: 75.5%;
  top: 63%;
}

.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(1) {
  left: 53%;
  top: 58%;
}
.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(2) {
  left: 60%;
  top: 49%;
}
.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(3) {
  left: 60%;
  top: 65%;
}
.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(4) {
  left: 63%;
  top: 38%;
}
.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(5) {
  left: 68%;
  top: 48%;
}
.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(6) {
  left: 78%;
  top: 65%;
}
.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(7) {
  left: 79%;
  top: 27%;
}
.prodet-page .prodet-1 .playList.roller-blind-bbq-pod .play:nth-child(8) {
  left: 91%;
  top: 55%;
}

.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(1) {
  left: 37%;
  top: 67%;
}
.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(2) {
  left: 42%;
  top: 50%;
}
.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(3) {
  left: 45%;
  top: 43%;
}
.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(4) {
  left: 46%;
  top: 75%;
}
.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(5) {
  left: 49%;
  top: 63%;
}
.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(6) {
  left: 54%;
  top: 63%;
}
.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(7) {
  left: 56%;
  top: 70%;
}
.prodet-page .prodet-1 .playList.roller-shutter-bbq-pod .play:nth-child(8) {
  left: 59%;
  top: 63%;
}

.prodet-page .prodet-1 .playList.pavilion-style-bbq-pod .play:nth-child(1) {
  left: 49%;
  top: 64%;
}
.prodet-page .prodet-1 .playList.pavilion-style-bbq-pod .play:nth-child(2) {
  left: 56%;
  top: 70%;
}
.prodet-page .prodet-1 .playList.pavilion-style-bbq-pod .play:nth-child(3) {
  left: 60%;
  top: 56%;
}
.prodet-page .prodet-1 .playList.pavilion-style-bbq-pod .play:nth-child(4) {
  left: 73%;
  top: 50%;
}
.prodet-page .prodet-1 .playList.pavilion-style-bbq-pod .play:nth-child(5) {
  left: 78%;
  top: 10%;
}
.prodet-page .prodet-1 .playList.pavilion-style-bbq-pod .play:nth-child(6) {
  left: 79%;
  top: 75%;
}
.prodet-page .prodet-1 .playList.pavilion-style-bbq-pod .play:nth-child(7) {
  left: 97%;
  top: 67%;
}
.xp-page .big a i {
  width: 2em;
  height: 2em;
  background-color: white;
  right: .5em;
  top: .5em;
}
.xp-page .box .left {
  position: -webkit-sticky;
  position: sticky;
  top: 2%;
}
.xp-page .box .left .more {
  bottom: 5%;
  right: 5%;
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.xp-page .box .right .slide {
  -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
}
.xp-page .box .right .slide li {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.xp-page .box .right .slide li.active,
.xp-page .box .right .slide li:hover {
  border-color: var(--color);
}
.xp-page .box .right .slide ul.cat li.active,
.xp-page .box .right .slide ul.cat li:hover {
  background-color: var(--color);
  color: white;
}
.xp-page .box .right .more {
  background-color: var(--color);
  color: white;
  padding: 0 2em;
  height: 4em;
  cursor: pointer;
  cursor: hand;
}
.xp-page .box2 .color {
  max-width: 40px;
}
.xp-page .box2 .left .text table {
  margin-bottom: 0;
  border: none;
}
.xp-page .box2 .left .text table tr td {
  border-color: #e4e4e4;
  padding: .5em;
}
.xp-page .box2 .left .text table tr:first-child {
  background-color: var(--color);
  color: white;
}
.xp-page .box2 .left .text table tr:first-child td {
  padding: 1em .5em;
}
.xp-page .box2 .right {
  position: -webkit-sticky;
  position: sticky;
  top: 2%;
  padding-right: 5%;
}
.xp-page .box2 .right div.more {
  background-color: #eee;
  color: black;
  padding: 0 1.5em;
}
.xp-page .box2 .right span.h2 {
  font-weight: 500;
}
.xp-page .box2 .right .options {
  color: #a9a9a9;
}
.xp-page .box2 .right .options span {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.xp-page .box2 .right .options span:before {
  content: '';
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset -3px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.xp-page .box2 .right .list>ul>li .flex.flex-jb{
  padding: 10px 0;
}
.xp-page .box2 .right .list>ul>li .h6{
  padding-top: 8px;
}
.xp-page .box2 .right div.more{
  margin-top: 12px;
}
.xp-page .box2 .right .options span.active,
.xp-page .box2 .right .options span:hover {
  color: black;
}
.xp-page .box2 .right .options span.active:before,
.xp-page .box2 .right .options span:hover:before {
  background-color: var(--color);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.xp-page .box2 .right .form input,
.xp-page .box2 .right .form textarea {
  width: 100%;
  padding: .6em 1em;
  border: 1px solid #ddd;
  border-radius: 0.55555556em;
}
.xp-page .box2 .right .form input.err,
.xp-page .box2 .right .form textarea.err {
  border-color: var(--color);
}
.xp-page .box2 .right .form input::-webkit-input-placeholder, .xp-page .box2 .right .form textarea::-webkit-input-placeholder {
  color: #a9a9a9;
  text-transform: uppercase;
}
.xp-page .box2 .right .form input:-moz-placeholder, .xp-page .box2 .right .form textarea:-moz-placeholder {
  color: #a9a9a9;
  text-transform: uppercase;
}
.xp-page .box2 .right .form input::-moz-placeholder, .xp-page .box2 .right .form textarea::-moz-placeholder {
  color: #a9a9a9;
  text-transform: uppercase;
}
.xp-page .box2 .right .form input:-ms-input-placeholder, .xp-page .box2 .right .form textarea:-ms-input-placeholder {
  color: #a9a9a9;
  text-transform: uppercase;
}
.xp-page .box2 .right .form input::placeholder,
.xp-page .box2 .right .form textarea::placeholder {
  color: #a9a9a9;
  text-transform: uppercase;
}
.xp-page .box2 .right .form textarea {
  height: 10em;
}
.xp-page .box2 .right .form button {
  padding: 1.22222222em;
  border-radius: 0.55555556em;
  border: none;
  background-color: var(--color);
  color: white;
  height: auto;
  width: 100%;
}
.xp-page .box2 .right .form button:hover {
  opacity: .8;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .logo img {
    height: 100px;
  }
  #header .nav .ui.menu {
    height: 110px;
  }
}
@media screen and (max-width: 1450px) {
  .xp-page .box2 .right {
    padding-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .xp-page {
    padding-top: 30px;
  }
  .xp-page .left {
    width: 65%;
  }
  .xp-page .right {
    width: 35%;
  }
  .xp-page .box2 .right .form input,
  .xp-page .box2 .right .form textarea {
    padding: .8em;
  }
  .about-page .about-5 .right {
    width: 42%;
  }
  .prodet-page,
  .product-page {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .content.pos .left {
    color: inherit !important;
  }
  .font-em-20 {
    font-size: 1.5em;
  }
  .about-page .about-2 {
    padding-bottom: 0;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: unset !important;
  }
  .about-page .about-2 img.hide {
    display: block;
  }
  .about-page .about-3 .right {
    margin-top: 2%;
  }
  .about-page .about-3 .right ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .right ul li {
    width: 48%;
  }
  .about-page .about-4 .box .left {
    position: relative;
  }
  .about-page .about-5 .right {
    margin: 0;
  }
  .about-page .about-5 .right .list {
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 5%;
  }
  .about-page .about-5 .right .list ul {
    display: none;
    width: 100%;
    direction: ltr;
  }
  .about-page .about-5 .right .list ul:first-child {
    display: block;
  }
  .xp-page .box .left {
    position: static;
  }
  .xp-page .box .right .slide .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xp-page .box .right .slide .grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xp-page .box2 .right span.h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .xp-page .box .right .slide .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xp-page .box .right .slide .grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .prodet-page .prodet-1 .playList {
    zoom: .7;
  }
  .prodet-page .content.pos {
    position: static;
    margin: 3% 0;
    color: black;
  }
  .prodet-page .content.pos .left {
    width: 90%;
  }
  .about-page .about-1 {
    height: 40vh;
  }
  .font-90 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .xp-page .box .right .slide .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xp-page .box .right .slide .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.advantage-page .advantage-1 {
  padding-top: 29vw;
  color: white;
}
.advantage-page .advantage-2 {
  padding-top: 23vw;
}
.advantage-page .advantage-3 {
  height: 100vh;
}
.advantage-page .advantage-3 .box {
  padding: 4%;
  background-image: linear-gradient(to top,transparent,rgba(255,255,255,.6));
}
.advantage-page .advantage-3 .box span.h6 {
  font-weight: 500;
}
.advantage-page .advantage-4 li {
  height: 100vh;
  position: relative;
  z-index: 1;
  color: white;
  transition: .5s;
}
.advantage-page .advantage-4 li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  transition: .5s;
  z-index: -1;
}
.advantage-page .advantage-4 li span.h3 {
  bottom: 5vw;
  left: 0;
  transition: .5s;
}
.advantage-page .advantage-4 li .content {
  left: 0;
  bottom: 0;
  min-width: 43vw;
  opacity: 0;
  transition: .5s;
}
.advantage-page .advantage-4 li.active {
  width: 43%;
  flex-shrink: 0;
}
.advantage-page .advantage-4 li.active .content {
  opacity: 1;
}
.advantage-page .advantage-4 li.active span.h3 {
  opacity: 0;
}
.advantage-page .advantage-4 li.active:before {
  opacity: 0;
}
.advantage-page span.h2 {
  line-height: 1.4;
}
.environmental-page .environmental-1 {
  padding-top: 26vw;
  color: white;
}
.environmental-page .environmental-1 .text {
  opacity: .75;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.environmental-page .environmental-2 {
  position: relative;
  background-color: black;
}
.environmental-page .environmental-2 .slide {
  height: 100vh;
  width: 100%;
  z-index: -1;
  color: white;
  transition: .5s;
}
.environmental-page .environmental-2 .slide .box {
  height: 100%;
}
.environmental-page .environmental-2 .list {
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
}
.environmental-page .environmental-2 .list li {
  opacity: .64;
  transition: .5s;
}
.environmental-page .environmental-2 .list li hr:before {
  content: '';
  width: 0;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
}
.environmental-page .environmental-2 .list li.active {
  opacity: 1;
}
.environmental-page .environmental-2 .list li.active hr:before {
  width: 100%;
  transition: 6s;
}
.quality-page span.h2 {
  line-height: 1.2;
}
.quality-page .quality-1,.quality-page .quality-2 {
  padding-top: 28vw;
  color: white;
}
.rawmaterial-page hr {
  background-image: linear-gradient(to left,transparent,white);
  background-color: transparent;
}
.rawmaterial-page hr.center {
  background-image: linear-gradient(to left,transparent,white,transparent);
}
.rawmaterial-page .rawmaterial-1 {
  height: 100vh;
  color: white;
}
.rawmaterial-page .rawmaterial-2 {
  height: 100vh;
  color: white;
}
.rawmaterial-page .rawmaterial-2 .ui.container {
  max-width: 1000px;
}
.rawmaterial-page .rawmaterial-2 hr {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.rawmaterial-page .rawmaterial-2 .text {
  opacity: .8;
}
.rawmaterial-page .rawmaterial-3 {
  padding-top: 34vw;
  color: white;
}
.rawmaterial-page .rawmaterial-3 .box {
  margin-left: auto;
}
.rawmaterial-page .rawmaterial-4 {
  position: relative;
}
.rawmaterial-page .rawmaterial-4 li.backImg {
  padding-top: 34vw;
  color: white;
}
.rawmaterial-page .rawmaterial-4 .slickDots {
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.rawmaterial-page .rawmaterial-4 .slickDots ul {
  flex-direction: column;
}
.rawmaterial-page .rawmaterial-4 .slickDots ul li {
  width: 3.4em;
  height: 3.4em;
  border: 1px solid transparent;
  background-color: transparent !important;
  position: relative;
  margin: .7em 0;
}
.rawmaterial-page .rawmaterial-4 .slickDots ul li.slick-active {
  border-color: rgba(255,255,255,.6);
}
.rawmaterial-page .rawmaterial-4 .slickDots ul li:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: inherit;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.contact-page .contact-1 .left {
  width: 43%;
}

.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}

.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}

.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 3px;
  bottom: 54px;
}

.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}

.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 10px;
}

.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}

.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}

.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}

.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}

.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-left: 11px;
}

.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}

.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  /*color: var(--color);*/
}

.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  color: #666;
}

.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}

.contact-page .contact-1 .right ul li p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 400;
}

.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}

.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contact-page .contact-2 #mapContainer {
  height: 526px;
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }

  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }

  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }

  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }

  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }

  .contact-page .contact-2 {
    margin-top: 80px;
  }

  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1000px) {
 
  .contact-page {
    padding-top: 60px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .lh-1 {
    line-height: 1.3;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .contact-page .contact-2 {
    margin-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }

  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }

  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }

  .contact-page .contact-2 {
    margin-top: 30px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}
#addForm2 {
  padding-left: 25px;
  height: 600px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
   
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  padding-left: 30px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  #addForm2 {
    width: 100%;
  }
  .contact-page .contact-1 .right{
    padding-left: 2%;
    width: 50%;
  }
  .contact-page .contact-1 .left{
    width: 50%;
  }
  #addForm2 textarea{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #addForm2 {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.product2-page .sideBarBox .sideBarLeft form {
    height: 3.125em;
    border-radius: 2em;
    background-color: #f5f7fa;
}
.product2-page .sideBarBox .sideBarLeft form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1em;
}
.product2-page .sideBarBox .sideBarLeft form input::-webkit-input-placeholder {
    color: #999;
}
.product2-page .sideBarBox .sideBarLeft form input:-moz-placeholder {
    color: #999;
}
.product2-page .sideBarBox .sideBarLeft form input::-moz-placeholder {
    color: #999;
}
.product2-page .sideBarBox .sideBarLeft form input:-ms-input-placeholder {
    color: #999;
}
.product2-page .sideBarBox .sideBarLeft form input::placeholder {
    color: #999;
}
.product2-page .sideBarBox .sideBarLeft form button {
    width: 3.125em;
    border: none;
    background-color: transparent;
}
.product2-page .sideBarBox .sideBarLeft form button i {
    font-size: 1.5em;
}
.product2-page .sideBarBox .sideBarLeft .nav a {
    margin-bottom: .5em;
}
.product2-page .sideBarBox .sideBarLeft .nav ul ul {
    padding-left: 1.6em;
    color: #666;
}
.product2-page .sideBarBox .sideBarLeft .info {
    min-height: 60vh;
    color: white;
    position: relative;
    z-index: 1;
}
.product2-page .sideBarBox .sideBarLeft .info:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
}
.product2-page .sideBarBox .sideBarLeft .info .more {
    border-color: white;
    color: white;
}
.product2-page .product-1 .sideBarBox .sideBarLeft .post ul li img {
    object-fit: cover;
    width: 100%;
    height: 70px;
}

.product2-page .product-1 .sideBarLeft {
    position: sticky;
    top: 40px;
}

.product2-page .product-1 .sideBarRight .proList ul li a.img-box {
    background: #ececec;
}
.newsList .more {
  border-color: #ccc;
}
.newsList .more:hover {
  border-color: var(--color)
}

@media screen and (min-width:1200px){
  .rawmaterial-page .rawmaterial-4 li.backImg .box .text p{
    min-height: 94.5px;
  }
}
.case-page li:nth-child(even) {
  position: relative;
  top: 7%;
}
.case-page li span {
  left: 0;
  bottom: 0;
  color: white;
  padding: 1em;
}
.casedet-page h1 {
  line-height: 1.2;
}
.casedet-page .box .slide:first-child .img {
  margin-bottom: -3%;
}
.casedet-page .box .slide~.slide .img {
  margin-top: -3%;
}
.casedet-page .box .slide:first-child .content {
  padding-bottom: 3%;
}
.casedet-page .box .slide~.slide .content {
  padding-top: 3%;
}
.casedet-page .box .slide .content.txt-right .text {
  margin-left: auto;
}
@media screen and (max-width:1700px){
  .inner-banner:not(.nop) {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
  }
}
.distributor-1,.distributor-2,.distributor-3,.distributor-4,.distributor-5 {
  height: 100vh;
  color: white;
}
.distributor-page span.h6 {
  max-width: 960px;
}
.distributor-page .txt-center span.h6 {
  margin-left: auto;
  margin-right: auto;
}
.distributor-1 {
  padding-top: 18%;
}
.distributor-2 {
  padding-top: 14%;
}
.distributor-3 {
  padding-top: 12%;
}
.distributor-4 {
  height: auto;
  padding-top: 10.5%;
  padding-bottom: 5%;
}
.distributor-4 form {
  max-width: 1400px;
  padding: 3% 5%;
  background-color: rgba(255,255,255,.8);
  color: black;
  margin-left: auto;
  margin-right: auto;
}
.distributor-4 form i {
  color: var(--color);
}
.distributor-4 form label {
  margin-bottom: 5px;
  display: block;
}
.distributor-4 form input,
.distributor-4 form textarea {
  border: 1px solid #aeafb1;
  padding: .4em 1em;
  border-radius: 3px;
  background-color: rgba(255,255,255,.2);
  width: 100%;
}
.distributor-4 form button {
  background-color: var(--color);
  color: white;
  border-radius: 3px;
}
.distributor-5 {
  padding-bottom: 5%;
}
.m-page>div {
  display: flex;
  align-items: center;
  gap:1em;
}
.m-page>div a {
  transition: .5s;
}
.m-page>div a:hover,
.m-page>div span.current {
  color: var(--color)
}
.page-header02 {
  background-color: black;
}
.page-header02 .logo img {
  max-height: 55px;
}
@media screen and (max-width:1250px){
  .product-page .list ul li .content .more {
    display: none;
  }
  .product-page .list {
    padding: 0 8%;
  }
  .Img-fixed {
    transform: translateY(0) !important;
  }
  .inner-page {
    margin-top: 0;
  }

}
@media screen and (max-width:1000px){
  .product2-page .product-1 .sideBarLeft {
    position: relative;
    top: 0;
  }
  .contact-page .contact-1 .left ul li {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0;
  }
  .contact-page .contact-1 .left ul {
    margin: 0 0 -15px 0;
  }
  .contact-page .contact-1 .left ul li input {
    margin-bottom: 0 !important;
  }
  .contact-page .contact-1 .left form {
    height: auto !important;
  }
  .rawmaterial-page .box,.advantage-page .box,.environmental-page .environmental-2 .slide .box .text {
    width: 100%;
  }
  .advantage-page .advantage-4 li {
    width: 100% !important;
    height: auto;
    padding: 15% 5% !important;
  }
  .advantage-page .advantage-4 ul {
    flex-wrap: wrap;
  }
  .advantage-page .advantage-4 li .content {
    position: static;
    opacity: 1;
    padding: 0 !important;
  }
  .advantage-page .advantage-4 li> span.h3 {
    display: none;
  }

}