@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Barlow";
  max-width: 1920px;
  --color: #0096c4;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1670px;
}
.ui.container {
  max-width: 1415px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header #menu-btn svg {
  width: 36px;
  height: 36px;
}
#header svg .line {
  fill: none;
  stroke: #000000;
  stroke-width: 8;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#header svg .line1 {
  stroke-dasharray: 77 158;
}
#header svg .line2 {
  stroke-dasharray: 77 77;
}
#header svg .line3 {
  stroke-dasharray: 77 158;
  stroke-dashoffset: -158;
}
#header nav {
  display: none;
  width: 100%;
}
#header nav > div.nav {
  background: #fff;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: 0 4px 4px #0002;
  box-shadow: 0 4px 4px #0002;
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  overflow: auto;
}
#header nav > div.nav div.nav-inner {
  grid-column-gap: 12px;
  overflow: hidden;
}
#header nav > div.nav div.nav-inner > div.nav-content {
  grid-column: 8 / 13;
  grid-row: 1 / 2;
  display: none;
  position: relative;
}
#header nav > div.nav div.nav-inner > div.nav-content div {
  position: relative;
}
#header nav > div.nav div.nav-inner > ul {
  grid-column: 1 / 7;
  grid-row: 1 / 2;
  position: relative;
}
#header nav > div.nav div.nav-inner > ul > li.open ul {
  display: block;
}
#header nav > div.nav div.nav-inner > ul ul {
  z-index: 1;
  width: 45%;
  height: 100%;
  position: absolute;
  left: 55%;
  top: 0;
  display: none;
  background: #fff;
}
#header nav > div.nav div.nav-inner > ul ul > li {
  width: 100%;
}
#header nav > div.nav div.nav-inner ul > li {
  border-bottom: 1px solid #000000;
  width: 45%;
}
#header nav > div.nav div.nav-inner ul > li a,
#header nav > div.nav div.nav-inner ul > li span {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
#header nav > div.nav div.nav-inner ul > li.sub > span::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 20%;
  font-weight: normal;
}
#header nav > div.nav div.nav-inner ul > li > a::after {
  content: '›';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-0.8em);
  -moz-transform: translateY(-0.8em);
  -ms-transform: translateY(-0.8em);
  transform: translateY(-0.8em);
}
#header nav > div.nav div.nav-inner ul > li:hover > * {
  color: #0096c4;
  text-decoration: none;
}
#header.open svg .line1 {
  stroke-dasharray: 89 235;
  stroke-dashoffset: -146;
}
#header.open svg .line2 {
  stroke-dasharray: 1 77;
  stroke-dashoffset: -38.5;
}
#header.open svg .line3 {
  stroke-dasharray: 89 145;
  stroke-dashoffset: 0;
}
#header.open nav {
  display: block;
}
#header #top {
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
#header #top svg * {
  stroke: #000000;
}
#header #top div#language {
  position: relative;
  min-width: 80px;
  cursor: pointer;
  z-index: 1;
}
#header #top div#language span {
  color: #000000;
}
#header #top div#language > svg {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -moz-transition: transform 300ms, -moz-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -moz-transform 300ms;
  position: absolute;
  right: 10px;
  top: .45em;
  z-index: 999;
  width: 20px;
  height: auto;
}
#header #top div#language > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #FFFFFF;
}
#header #top div#language > ul a {
  color: #000000;
  text-decoration: none;
  background: #FFFFFF;
}
#header #top div#language > ul a:hover {
  text-decoration: underline;
}
#header #top div#language:hover > svg {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
#header #top div#language:hover > ul {
  display: block;
}
#header #top > .menu {
  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;
  margin: 0 auto;
}
#header #top > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header #top > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header #top > .menu .menu-box > div {
  height: 100%;
}
#header #top > .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 #top > .menu .menu-box ul.menu > li {
  font-size: 18px;
  color: white;
  -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 #top > .menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header #top > .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 #top > .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 #top > .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 #top > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header #top > .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header #top > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header #top > .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header #top > .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 #top > .menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  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;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  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;
  line-height: 28px;
}
#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: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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 {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  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 {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -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;
}
#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 {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .content h2 {
  color: #FFFFFF;
  font-weight: 500;
}
#banner .content p {
  color: #FFFFFF;
}
.home-1 {
  background-color: #00214a;
  color: var(--color);
}
.home-1 .Tit {
  font-weight: 500;
}
.home-2 {
  margin-top: -120px;
}
.home-2 .text {
  line-height: 2;
  max-width: 1400px;
  margin: auto;
}
.home-2 .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.home-2 .list li + li::before {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  border-left: 1px solid var(--color);
}
.home-2 .list li .num em {
  color: var(--color);
}
.home-3 .right {
  color: #FFFFFF;
  background-color: #001c4a;
}
.home-3 .icon {
  margin-left: 0;
  margin-right: auto;
}
.home-3 .btns {
  margin-left: auto;
  margin-right: auto;
}
.baseBtn {
  display: inline-block;
  min-width: 195px;
  height: 59px;
  line-height: 57px;
  color: #FFFFFF;
  background-color: var(--color);
  border: 1px solid var(--color);
  text-align: center;
  border-radius: 59px;
}
.baseBtn:hover {
  color: var(--color);
  background-color: #FFFFFF;
}
.home-4 .Tit,
.home-4 a.all {
  color: var(--color);
}
.home-4 .list ul {
  margin: -30px -25px;
}
.home-4 .list li {
  padding: 30px 25px;
}
.home-4 .list li .box {
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.home-4 .list li .overline span {
  color: #FFFFFF;
  background-color: #001c4a;
}
.home-4 .list li h3 {
  color: #001c4a;
  font-weight: 500;
  border-bottom: 1px solid #000000;
}
.home-4 .list li .text {
  color: #001c4a;
  line-height: 1.5;
  min-height: 6em;
}
.home-4 .list li .btns a {
  color: var(--color);
}
.home-5 {
  background-color: #e7e9eb;
}
.home-5 .slide-inner {
  color: #FFFFFF;
  background-color: #0096c4;
}
#footer {
  color: #FFFFFF;
  background-color: #57656c;
}
#footer strong {
  font-weight: 500;
  display: inline-block;
}
#footer div.grid {
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 40px;
}
#footer div.grid > div {
  grid-column: 1 / 4;
}
#footer div.grid > div p {
  padding-right: 40%;
}
#footer div.grid > * {
  grid-column: span 2;
}
#footer div.grid > div.socialmedia {
  grid-column: 5 / 8;
  grid-row: 2 / 3;
  text-align: right;
  align-self: end;
}
#footer div.grid > div.socialmedia > a > i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 76px;
  font-size: 40px;
  text-align: center;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 50%;
}
#footer div.grid > div.socialmedia img {
  height: 18px;
}
#footer div.grid > div.copyright {
  grid-column: 1 / 5;
  grid-row: 2 / 3;
  align-self: end;
}
#footer div.grid > div.copyright a.footcomers {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    display: inline-block;
    vertical-align: middle;
}
#footer ul {
  border-top: 1px solid #FFFFFF;
}
#footer ul > li {
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 1700px) {
  .home-2 {
    margin-top: -100px;
  }
  .home-4 .list ul {
    margin: -30px -15px;
  }
  .home-4 .list li {
    padding: 30px 15px;
  }
  #footer div.grid > div.socialmedia > a > i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
  }
  #footer div.grid > div.socialmedia img {
    height: 16px;
  }
}
@media (max-width: 1450px) {
  .home-2 {
    margin-top: -90px;
  }
  #footer div.grid > div.socialmedia img {
    height: 15px;
  }
}
@media (max-width: 1250px) {
  #nav-height {
    height: 40px!important;
  }
  .home-2 {
    margin-top: -80px;
  }
  .home-2 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-2 .list li:nth-of-type(3)::before {
    display: none;
  }
  .baseBtn {
    min-width: unset;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
  }
  #footer div.grid > div.socialmedia > a > i {
    width: 52px;
    height: 52px;
    line-height: 48px;
    font-size: 24px;
  }
  #footer div.grid > div.socialmedia img {
    height: 14px;
  }
}
@media (max-width: 1000px) {
  .home-2 {
    margin-top: -70px;
  }
  .home-3 .left {
    padding-top: 75% !important;
  }
}
@media (max-width: 800px) {
  #footer div.grid {
    grid-template-columns: auto;
    grid-gap: 0;
  }
  #footer div.grid > * {
    grid-column: 1 / 2;
    text-align: center;
    padding-top: 15px;
  }
  ul.footdis,
  a.footcomers,
  .seoIndustry.Auxil-industry {
    display: none !important;
}
  #footer ul > li {
    border: 0;
  }
  #footer div.grid > div {
    grid-column: 1 / 2;
    margin: 15px 0;
  }
  #footer div.grid > div p {
    padding-right: 0;
    line-height: 28px;
  }
  #footer ul:last-of-type {
    border-top: 0;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 0;
    padding-bottom: 15px;
  }
  #footer div.grid > div.socialmedia {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    text-align: center;
    margin-top: 30px;
  }
  #footer div.grid > div.copyright {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }
}
@media (max-width: 700px) {
  .home-2 {
    margin-top: -60px;
  }
}
@media (max-width: 500px) {
  .home-2 .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-2 .list li::before {
    display: none;
  }
  .home-3 .right > div {
    padding: 30px 15px;
  }
}
.inner-banner {
  font-weight: 500;
  color: #FFFFFF;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-1 {
  color: #FFFFFF;
  background-color: #00214a;
}
.about-1 .text {
  line-height: 2;
}
.about-2 {
  margin-top: -90px;
}
.about-2 .Tit {
  font-weight: 500;
  color: var(--color);
}
.about-2 .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.about-3 {
  background-color: #e7e9eb;
}
.about-3 .Tit {
  color: var(--color);
}
.about-3 .list .box {
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.about-3 .list .box h3 {
  font-weight: 500;
  border-bottom: 1px solid #000000;
}
.about-3 .list .box .text {
  min-height: 10em;
}
.about-3 .list .box .text ul > li {
  margin: 0 0 8px 20px;
  position: relative;
  line-height: 1.4em;
}
.about-3 .list .box .text ul > li::before {
  content: '+';
  color: var(--color);
  position: absolute;
  left: -1em;
}
@media (max-width: 1700px) {
  .about-2 {
    margin-top: -80px;
  }
}
@media (max-width: 1450px) {
  .about-2 {
    margin-top: -70px;
  }
}
@media (max-width: 1250px) {
  .about-2 {
    margin-top: -60px;
  }
}
@media (max-width: 1000px) {
  .about-2 {
    margin-top: -50px;
  }
  .about-2 .right > div {
    padding: 30px 15px;
  }
}
@media (max-width: 700px) {
  .about-2 {
    margin-top: -40px;
  }
}
.partner-1 {
  background-color: #00214a;
  color: var(--color);
}
.partner-1 .Tit {
  font-weight: 500;
}
.partner-2 {
  margin-top: -120px;
}
.sus-1 {
  background-color: #00214a;
}
.sus-2 {
  margin-top: -120px;
}
.sus-2 .Tit {
  font-weight: 500;
  color: var(--color);
}
.sus-2 .text {
  line-height: 2;
}
.sus-2 .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.sus-3 .Tit {
  line-height: 2;
  font-weight: 500;
  color: var(--color);
}
.sus-3 .container {
  max-width: 1500px;
}
@media (max-width: 1700px) {
  .sus-2 {
    margin-top: -110px;
  }
}
@media (max-width: 1450px) {
  .sus-2 {
    margin-top: -100px;
  }
}
@media (max-width: 1250px) {
  .sus-2 {
    margin-top: -90px;
  }
}
@media (max-width: 1000px) {
  .sus-2 {
    margin-top: -80px;
  }
  .sus-2 .right > div {
    padding: 30px 15px;
  }
}
@media (max-width: 700px) {
  .sus-2 {
    margin-top: -70px;
  }
}
div.timeline {
  position: relative;
}
div.timeline::before {
  content: '';
  background: var(--color);
  position: absolute;
  grid-column: 1 / 3;
  width: 85%;
  height: 100%;
  right: 0;
  z-index: 1;
}
div.timeline header {
  z-index: 2;
  grid-column: 4 / 12;
  text-align: center;
}
div.timeline h2 {
  font-weight: 500;
  color: #FFFFFF;
}
div.timeline > div {
  grid-template-columns: repeat(12, 1fr);
}
div.timeline div.timeline-block {
  z-index: 2;
  grid-column: 1 / 12;
  grid-template-columns: repeat(10, 1fr);
  color: #FFFFFF;
}
div.timeline div.timeline-block:nth-last-of-type(2n) {
  color: #000000;
}
div.timeline div.timeline-block > img {
  grid-column: 1 / 5;
}
div.timeline div.timeline-block > div {
  grid-column: 5 / 11;
  grid-template-columns: repeat(6, 1fr);
}
div.timeline div.timeline-block > div div.timeline-entry {
  grid-column: 1 / 7;
  grid-template-columns: repeat(6, 1fr);
}
div.timeline div.timeline-block > div div.timeline-entry strong {
  font-weight: 500;
  line-height: 0.9em;
}
div.timeline div.timeline-block > div div.timeline-entry span {
  font-weight: 500;
  grid-column: 2 / 7;
}
@media (max-width: 700px) {
  div.timeline > div {
    display: block;
  }
  div.timeline::before {
    display: none;
  }
  .history-1 {
    background-color: var(--color);
    color: #FFFFFF;
  }
  div.timeline header {
    padding-bottom: 30px;
  }
  div.timeline div.timeline-block {
    display: block;
  }
  div.timeline div.timeline-block > div {
    display: block;
    padding: 15px;
  }
  div.timeline div.timeline-block > div div.timeline-entry {
    grid-template-columns: auto;
    padding: 8px;
  }
}
.news-page {
  background-color: #e8ebed;
}
.news-1 {
  color: var(--color);
  background-color: #00214a;
}
.news-2 {
  margin-top: -120px;
}
.news-2 .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.news-2 .text {
  line-height: 2;
  min-height: 14.5em;
}
.news-2 time {
  color: #00214a;
}
.news-2 .btns {
  color: var(--color);
}
.news-2 .right > div {
  font-weight: 500;
}
.news-3 .box {
  font-weight: 500;
  color: #00214a;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.28);
  border-radius: 30px;
}
.news-3 .box .name {
  line-height: 1.5;
  min-height: 7.5em;
}
.news-3 .box .btns {
  color: var(--color);
}
@media (max-width: 1700px) {
  .news-2 {
    margin-top: -110px;
  }
}
@media (max-width: 1450px) {
  .sus-2 {
    margin-top: -100px;
  }
}
@media (max-width: 1250px) {
  .news-2 {
    margin-top: -90px;
  }
}
@media (max-width: 1000px) {
  .news-2 {
    margin-top: -80px;
  }
  .news-2 .right > div {
    padding: 30px 15px;
  }
}
@media (max-width: 700px) {
  .news-2 {
    margin-top: -70px;
  }
}
.mbx span {
  color: var(--color);
}
.prodet-1 h1 {
  font-weight: 500;
}
.prodet-1 .text {
  line-height: 2;
}
.prodet-1 .left img {
  background-color: #f6f6f6;
}
.prodet-2 {
  background-color: #f6f6f6;
}
.prodet-2 div.cols {
  grid-template-columns: repeat(12, 1fr);
}
.prodet-2 div.cols > header {
  grid-column: 1 / 13;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
.prodet-2 div.cols > header > * {
  grid-column: 1 / 7;
}
.prodet-2 .cols2 > div:first-of-type {
  grid-column: 1 / 7;
}
.prodet-2 .cols2 > div:last-of-type {
  grid-column: 7 / 13;
}
.prodet-3 {
  background-color: #d1d6da;
}
.prodet-3 .Tit {
  font-weight: 500;
}
.prodet-3 .list ul.slick {
  margin: -22px;
}
.prodet-3 .list li.item {
  padding: 22px;
}
.basePro {
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.basePro .img img {
  background-color: #f6f6f6;
}
.basePro h3 {
  font-weight: 500;
}
.basePro .text {
  min-height: 9em;
  max-height: 9em;
  overflow-y: auto;
  margin-bottom: 1em;
}
.basePro .text ul > li {
  margin: 0 0 8px 20px;
  position: relative;
  line-height: 1.4em;
}
.basePro .text ul > li::before {
  content: '+';
  color: var(--color);
  position: absolute;
  left: -1em;
}
.basePro .btns {
  font-weight: 500;
  color: var(--color);
}
.ce-list ul > li {
  margin: 0 0 1.5em 2em;
  position: relative;
  line-height: 1.4em;
}
.ce-list ul > li::before {
  content: '';
  background-image: url(../images/prodet2-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -2em;
  width: 1.4em;
  height: 1.4em;
  background-size: contain;
}
@media (max-width: 1700px) {
  .prodet-3 .list ul.slick {
    margin: -20px;
  }
  .prodet-3 .list li.item {
    padding: 20px;
  }
}
@media (max-width: 1450px) {
  .prodet-3 .list ul.slick {
    margin: -15px;
  }
  .prodet-3 .list li.item {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .prodet-3 .list ul.slick {
    margin: -9px;
  }
  .prodet-3 .list li.item {
    padding: 9px;
  }
}
@media (max-width: 700px) {
  .prodet-2 div.cols {
    display: block;
  }
  .prodet-2 div.cols > header {
    display: block;
  }
  .prodet-2 div.cols2 > div:last-of-type > div > div.ce-list {
    margin-top: -39px;
  }
}
.product-1 .Tit {
  font-weight: 500;
}
.product-1 .Tit span {
  color: var(--color);
}
.product-2 .form {
  padding-left: 17%;
  padding-right: 17%;
  background-color: #efefef;
}
.product-2 .form input {
  height: 72px;
  border-radius: 72px;
  border: 0;
}
.product-2 .form input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
  font-size: 24px;
  padding: 0 4%;
  width: 100%;
}
.product-2 .form input[type="submit"] {
  width: 72px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: url(../images/icon-search-white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.product-3 .select {
  background-color: var(--color);
}
.product-3 .select select {
  font-size: 99%;
  font-weight: 300;
  background-color: var(--color);
  border: 0;
  border-radius: 0;
  color: #fff;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-3 .select > div.col {
  position: relative;
  width: 100%;
}
.product-3 .select > div.col::after {
  content: "";
  background-image: url(../images/product-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 1.3em;
  pointer-events: none;
}
.product-3 .select > div.col.divider {
  background-color: #FFFFFF;
  width: 1px;
  height: -webkit-calc(100% - 2px);
  height: -moz-calc(100% - 2px);
  height: calc(100% - 2px);
}
.product-3 .select > div.col.divider:after {
  content: initial;
}
.product-3 .select > div.col.reset-filter {
  width: 40%;
  text-align: center;
}
.product-3 .select > div.col.reset-filter:after {
  content: initial;
}
.product-3 .select > div.col.reset-filter a {
  color: #FFFFFF;
  opacity: .4;
  text-transform: uppercase;
}
.product-4 h1 {
  font-weight: 500;
  color: var(--color);
}
@media (max-width: 700px) {
  .product-2 .form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-2 .form input {
    height: 50px;
  }
  .product-2 .form input[type="text"] {
    font-size: 16px;
  }
  .product-2 .form input[type="submit"] {
    width: 50px;
  }
  .product-3 .select {
    display: block;
  }
  .product-3 .select > div.col.divider {
    display: none;
  }
}
.contact-1 {
  color: var(--color);
  background-color: #00214a;
}
.contact-2 {
  margin-top: -120px;
}
.contact-2 .Tit {
  line-height: 2;
  color: #57656c;
}
.contact-2 .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15);
}
.contact-2 .right li input,
.contact-2 .right li textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #d1d6da;
}
.contact-2 .right li input[type="file"] {
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
}
.contact-2 .right li input[type="submit"] {
  width: 180px;
  height: 45px;
  color: #FFFFFF;
  background-color: #57656c;
  border-radius: 45px;
  border: 0;
}
.contact-2 .right li .fileInp {
  width: 120px;
  height: 45px;
}
.contact-2 .right li .fileInp span {
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #b5b5b5;
  background-color: #F6F6F6;
  pointer-events: none;
}
@media (max-width: 500px) {
  .contact-2 .box {
    padding: 30px 15px;
  }
}


.m-page {
  color: var(--color);
}

.m-page span,
.m-page a {
  margin: 0 10px;
}

.m-page .current {
  color: #000;
}




/* download */
.download-file div.cols {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
}

.download-file div.cols-list > div {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 40px auto;
  grid-column-gap: 40px;
  border-top: 1px solid #000000;
}

.download-file div.cols-list {
  grid-row-gap: 0;
}

.download-file div.cols-list > div:last-of-type {
  border-bottom: 1px solid #000000;
}

.download-file div.cols-list > div > img {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}

.download-file div.cols-list > div > div.content {
  grid-column: 4 / 9;
}

.download-file div.cols-list > div > div.link {
  grid-column: 9 / 11;
  text-align: right;
}

.download-file div.cols-downloads.cols-list > div > div.content,
.download-file div.cols-downloads.cols-list > div > div.link {
    grid-row: 2 / 3;
}

.download-file div.cols-list > div > div.content > em {
    display: inline-block;
  color: #ffffff;
  background: #001c4a;
  line-height: 1.5em;
  padding: 0 30px;
}

@media (max-width: 1000px) {
  .download-file div.cols-list > div {
    grid-template-rows: 20px auto;
    grid-column-gap: 20px;
  }
}

@media (max-width: 700px) {
  .download-file div.cols {
    display: block;
  }

  .download-file div.cols-list > div {
    display: block
  }

  .download-file div.cols-list > div > div.link {
    text-align: center;
  }
  .font-20,
  .content.font-18,
  .home-3 .font-20,
  .home-4 .list li .text,
  .basePro .text,
  .mbx span ,
  .prodet-1 .text,
  .ce-list ul > li,
  .about-2.pb-145.Auxil-about .right.wid-50 .font-20.mt-20 {
    font-size: 16px !important;
    line-height: 30px !important;
}
.home-4 .list li h3 {
   font-size: 20px;
    line-height: 30px;
}
.newdet-page h1,
.product-4 h1 {
    font-size: 20px;
    line-height: 32px;
}
.home-2 .text{
    font-size: 16px !important;
}
}



.seoPublic .Tit {
  color: var(--color);
}