@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: Arial,sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highc-light: transparent; }

@-ms-viewport {
  width: device-width; }
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  min-height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  line-height: 1.5;
  overflow-x: hidden;
  text-align: left;
  background-color: #fff; }

* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  text-decoration: none; }

a.btn-links {
  color: var(--e-global-color-accent);
  background-color: transparent;
  padding: 0; }

a.btn-links::after {
  content: "";
  background: url("/static/home/images/unshop/more2.png") center/cover no-repeat;
  display: inline-block;
  width: 23px;
  height: 19px;
  margin-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s all ease;
  border-bottom-left-radius: 50%;
  vertical-align: middle; }

a.btn-links:hover {
  color: var(--e-global-color-accent); }

a.btn-links:hover::after {
  background: var("/static/home/images/unshop/more2.png") center/cover no-repeat; }

a.btn-links:disabled, a.btn-links[disabled] {
  color: var(--e-global-color-8e6e5f5); }

a.btn-links:disabled::after, a.btn-links[disabled]::after {
  background: var(--arr-secondary) -10px center/cover no-repeat; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  #elementor-device-mode:after {
    content: "desktop"; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1200px; } }
.unshop-header {
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s ease;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: fixed; }

.unshop-header--wrap {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto; }

.unshop-header .site-logo__second img {
  display: none; }

@media screen and (min-width: 992px) {
  .unshop-header.is-active {
    background-color: #fff; }

  .unshop-header.is-active .unshop-header--menu-wrapper #menu-main-menu > li > a {
    color: var(--e-global-color-c4dcbdf); }

  .unshop-header.is-active .unshop-header--menu-wrapper .dropdown-btn:before {
    color: var(--e-global-color-c4dcbdf); }

  .unshop-header.is-active .site-logo__main img {
    display: none; }

  .unshop-header.is-active .site-logo__second img {
    display: block; } }
.unshop-header.active {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2); }

.unshop-header.active .unshop-header--mob-nav__hamburger span {
  background-color: var(--e-global-color-c4dcbdf); }

.unshop-header.active .unshop-header--mob-nav__hamburger span::after, .unshop-header.active .unshop-header--mob-nav__hamburger span::before {
  background-color: var(--e-global-color-c4dcbdf); }

.unshop-header.active .unshop-header--menu-wrapper #menu-main-menu > li > a {
  color: var(--e-global-color-c4dcbdf); }

.unshop-header.active .unshop-header--menu-wrapper .dropdown-btn:before {
  color: var(--e-global-color-c4dcbdf); }

.unshop-header.active .site-logo__main img {
  display: none; }

.unshop-header.active .site-logo__second img {
  display: block; }

.unshop-header--wrap {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.unshop-header .unshop-header--mob-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 992px) {
  .unshop-header .unshop-header--mob-nav {
    display: none; } }
.unshop-header .unshop-header--mob-nav__hamburger {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  cursor: pointer; }

.unshop-header .unshop-header--mob-nav__hamburger span {
  width: 25px;
  height: 2px;
  background-color: var(--e-global-color-8e6e5f5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-property: -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: 175ms;
  -o-transition-duration: 175ms;
  transition-duration: 175ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.unshop-header .unshop-header--mob-nav__hamburger span::after, .unshop-header .unshop-header--mob-nav__hamburger span::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--e-global-color-8e6e5f5);
  border-radius: 1.5px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.unshop-header .unshop-header--mob-nav__hamburger span::before {
  top: -8px; }

.unshop-header .unshop-header--mob-nav__hamburger span::after {
  bottom: -8px; }

@media screen and (max-width: 991px) {
  .no-scroll {
    overflow: hidden;
    height: 100vh; }

  .unshop-header .unshop-header--mob-nav__hamburger {
    margin-left: auto;
    margin-right: 15px;
    padding: 15px; }

  .unshop-header .unshop-header--mob-nav__hamburger span {
    background-color: #fff; }

  .unshop-header .unshop-header--mob-nav__hamburger span::after, .unshop-header .unshop-header--mob-nav__hamburger span::before {
    background-color: #fff; } }
.unshop-header .unshop-header--mob-nav__hamburger.active span {
  background-color: transparent; }

.unshop-header .unshop-header--mob-nav__hamburger.active span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0; }

.unshop-header .unshop-header--mob-nav__hamburger.active span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0; }

@media screen and (min-width: 992px) {
  .unshop-header .unshop-header--topmenu {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.unshop-header .btn {
  letter-spacing: -1px; }

.unshop-header .btn-box {
  border: solid 1px #173c7e;
  display: flex;
  border-radius: 8px;
  float: left; }

.unshop-header a.btn-primary {
  background: #ecc15f;
  color: #261f0f;
  padding: 5px 20px;
  border-radius: 8px 0 0 8px; }

.unshop-header a.btn-secondary {
  background: #173c7e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px 6px 6px 0;
  font-weight: 600; }

.unshop-header .unshop-header--logo-wrap .site-logo {
  padding-right: 60px; }

@media screen and (max-width: 991px) {
  .unshop-header .unshop-header--topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .unshop-header .unshop-header--logo-wrap {
    padding: 15px 0;
    text-align: right; }

  .unshop-header .unshop-header--menu-wrapper.menu-open {
    display: block;
    width: 100%;
    padding: 30px 0; } }
.unshop-header .unshop-header--menu-wrapper .dropdown-btn {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  padding-left: 5px;
  line-height: 1;
  cursor: pointer; }

.unshop-header .unshop-header--menu-wrapper .dropdown-btn:before {
  display: inline-block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: all .2s;
  font-family: Ionicons;
  content: '\f123';
  font-weight: 900;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin-top: -2px; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }

@media screen and (min-width: 992px) {
  .unshop-header .unshop-header--menu-wrapper {
    display: block !important;
    height: auto !important; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu #menu-item-2725 .sub-menu li:hover a::before {
    -webkit-box-shadow: 0 0 0 4px rgba(109, 194, 83, 0.5);
    box-shadow: 0 0 0 4px rgba(109, 194, 83, 0.5); }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu #menu-item-2725 .sub-menu a {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s ease all;
    padding-left: 30px; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu #menu-item-2725 .sub-menu a::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(14, 22, 30, 0.1);
    box-shadow: 0 0 0 4px rgba(14, 22, 30, 0.1);
    background-color: var(--e-global-color-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: 0.3s ease all; } }
.unshop-header .unshop-header--menu-wrapper #menu-main-menu .menu-item {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > li {
  padding: 10px 15px;
  position: relative; }

@media screen and (max-width: 991px) {
  .unshop-header .unshop-header--menu-wrapper {
    position: fixed;
    inset: 0;
    overflow: auto;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    padding: 0;
    display: none; }

  .unshop-header .unshop-header--menu-wrapper .dropdown-btn {
    padding-left: 15px; }

  .unshop-header .unshop-header--menu-wrapper .dropdown-btn:before {
    color: var(--e-global-color-c4dcbdf);
    font-size: 14px; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu .menu-item-active > .dropdown-btn::before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > li {
    padding: 5px 0; } }
.unshop-header .unshop-header--menu-wrapper #menu-main-menu > li a {
  padding-left: 26px; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > li:not(:last-child) {
  margin-right: 15px; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -.3px;
  color: #fff;
  position: relative; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu li {
  list-style: none; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu li:hover > a::after {
  content: '';
  width: 30px;
  height: 4px;
  background: var(--e-global-color-primary);
  border-radius: 2px;
  position: absolute;
  bottom: -24px;
  left: calc(50% + 13px);
  margin-left: -15px; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu li:hover > span::before {
  color: var(--e-global-color-primary); }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu li a {
  margin-bottom: 5px; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: auto;
  max-width: 510px;
  padding: 30px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0;
  visibility: hidden; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
  grid-row: 1/8; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu > li > a {
  padding: 0;
  font-size: 16px; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li {
  padding: 5px 0; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li:hover > a {
  color: var(--e-global-color-primary); }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li a {
  color: var(--e-global-color-c4dcbdf); }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu {
  margin-top: 5px;
  margin-left: 25px; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu li {
  position: relative; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu li a {
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  color: var(--e-global-color-8e6e5f5);
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: 0.3s ease all; }

@media screen and (min-width: 992px) {
  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > li:hover > .dropdown-btn:before {
    -webkit-transform: scale(1, -1) translateY(2px);
    -ms-transform: scale(1, -1) translateY(2px);
    transform: scale(1, -1) translateY(2px); }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu {
    padding: 30px 60px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0 18px 24px 0 rgba(149, 157, 165, 0.1);
    box-shadow: 0 18px 24px 0 rgba(149, 157, 165, 0.1); }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu .dropdown-btn::before {
    content: none; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu li a:hover::before {
    -webkit-box-shadow: 0 0 0 4px rgba(109, 194, 83, 0.5);
    box-shadow: 0 0 0 4px rgba(109, 194, 83, 0.5); }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu li a:hover::after {
    opacity: 1; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu li a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(14, 22, 30, 0.1);
    box-shadow: 0 0 0 4px rgba(14, 22, 30, 0.1);
    background-color: var(--e-global-color-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: 0.3s ease all; }

  .unshop-header .unshop-header--menu-wrapper .btn-box {
    display: none !important; } }
.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu li a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: 0.3s ease all; }

.unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu.show-active {
  margin: 5px 0; }

.unshop-header .unshop-header--menu-wrapper .btn-box {
  margin-top: 45px; }

.unshop-header .unshop-header--menu-wrapper .btn-box {
  margin: 45px 0 0 25px; }

.unshop-header .unshop-header--menu-wrapper .btn-primary::after {
  background: var(--arr-white) -10px center/cover no-repeat; }

.unshop-header .unshop-header--menu-wrapper .btn-primary:hover {
  background-color: var(--e-global-color-accent); }

.unshop-header .unshop-header--menu-wrapper .btn-primary:hover::after {
  background: var(--arr-white) center/cover no-repeat; }

span.body-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9990; }

@media screen and (max-width: 991px) {
  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > li > a {
    color: var(--e-global-color-c4dcbdf); }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu li {
    width: 100%; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    height: 0; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children .sub-menu.show-active {
    opacity: 1;
    visibility: visible;
    height: auto; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu > li > a {
    padding-left: 40px; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu li > .sub-menu {
    margin: 0;
    background-color: var(--e-global-color-a8578fd);
    padding-left: 55px; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu {
    position: static;
    max-width: none;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }

  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > .menu-item-has-children > .sub-menu::before {
    content: none; }

  .sidebar-open {
    position: relative; }

  .sidebar-open .unshop-header--menu-wrapper {
    top: 94px; }

  .sidebar-open .unshop-header {
    background-color: var(--e-global-color-accent); }

  .sidebar-open .unshop-header.active .unshop-header--call, .sidebar-open .unshop-header.is-active .unshop-header--call {
    color: #fff; }

  .sidebar-open .unshop-header.active .unshop-header--call svg path, .sidebar-open .unshop-header.is-active .unshop-header--call svg path {
    fill: #fff; }

  .sidebar-open .unshop-header.active .unshop-header--mob-nav__hamburger span::after, .sidebar-open .unshop-header.active .unshop-header--mob-nav__hamburger span::before {
    background-color: #fff; }

  .sidebar-open .unshop-header.active .site-logo__second img {
    display: none; }

  .sidebar-open .unshop-header.active .site-logo__main img {
    display: block; } }
.unshop-header.active .unshop-header--call, .unshop-header.is-active .unshop-header--call {
  color: var(--e-global-color-c4dcbdf); }

.unshop-header.active .unshop-header--call svg path, .unshop-header.is-active .unshop-header--call svg path {
  fill: var(--e-global-color-c4dcbdf); }

.unshop-header--mob-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

@media (max-width: 512px) {
  .unshop-header--mob-nav .unshop-header--call {
    font-size: 0; }

  .unshop-header--mob-nav .unshop-header--call svg {
    width: 20px; } }
.unshop-header--call {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  line-height: 0; }

.unshop-header--call:hover {
  color: var(--e-global-color-primary) !important; }

.unshop-header--call:hover svg path {
  fill: var(--e-global-color-primary) !important; }

.unshop-header--call svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: all 0.3s ease; }

.unshop-header--btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

@media screen and (max-width: 1199px) {
  .unshop-header--btn-main .unshop-header--call {
    font-size: 0; } }
@media screen and (max-width: 991px) {
  .unshop-header--btn-main {
    display: none !important; } }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container .swiper-slide figure {
  line-height: 0; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-wrapper {
  transform: translateZ(0); }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background: 50% no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: -40px;
  right: auto; }

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: -40px;
  left: auto; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.unshop-banner-slider__content {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 200px 20px 120px; }

@media screen and (min-width: 1200px) {
  .unshop-banner-slider__content {
    min-height: 910px; } }
@media screen and (max-width: 567px) {
  .unshop-banner-slider__content {
    padding: 140px 20px 100px;
    height: 100vh;
    min-height: 800px; } }
@media (min-width: 1921px) {
  .unshop-banner-slider__content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }
.unshop-banner-slider__content::before {
  content: none;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(var(--ca-dark), 0.5);
  z-index: 2; }

.unshop-banner-slider__description, .unshop-banner-slider__heading {
  position: relative;
  z-index: 10; }

.unshop-banner-slider__heading {
  color: var(--c-light); }

.unshop-banner-slider__description {
  color: #fff;
  margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  .unshop-banner-slider__description {
    margin-bottom: 50px; } }
.unshop-banner-slider .swiper-buttons {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 1; }

.unshop-banner-slider .swiper-buttons > div {
  opacity: .4;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s all ease;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.549805 20.9484C0.549805 16.9999 1.72892 13.1401 3.93806 9.85699C6.14719 6.57392 9.28712 4.01508 12.9608 2.50405C16.6344 0.993025 20.6768 0.597671 24.5767 1.36799C28.4767 2.1383 32.059 4.03969 34.8707 6.83171C37.6824 9.62373 39.5972 13.181 40.3729 17.0536C41.1487 20.9263 40.7505 24.9403 39.2288 28.5883C37.7072 32.2362 35.1303 35.3542 31.8241 37.5479C28.5179 39.7415 24.6308 40.9124 20.6545 40.9124C15.3224 40.9124 10.2087 38.8091 6.43834 35.0651C2.66797 31.3211 0.549805 26.2432 0.549805 20.9484ZM20.1245 29.4966L27.4353 22.237C27.7757 21.8969 27.9668 21.4369 27.9668 20.9575C27.9668 20.478 27.7757 20.018 27.4353 19.678L20.1245 12.4183C19.7748 12.121 19.3251 11.9656 18.8651 11.9833C18.4051 12.0009 17.9688 12.1903 17.6433 12.5135C17.3178 12.8367 17.1271 13.27 17.1093 13.7268C17.0915 14.1835 17.248 14.6301 17.5474 14.9773L23.5606 20.9484L17.5474 26.9195C17.248 27.2666 17.0915 27.7133 17.1093 28.17C17.1271 28.6268 17.3178 29.0601 17.6433 29.3833C17.9688 29.7065 18.4051 29.8959 18.8651 29.9135C19.3251 29.9312 19.7748 29.7758 20.1245 29.4785V29.4966Z' fill='white'/></svg>"); }

.unshop-banner-slider .swiper-buttons > div:hover {
  opacity: 1; }

.unshop-banner-slider .swiper-buttons .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.unshop-banner-slider .swiper-pagination {
  bottom: 200px; }

.unshop-banner-slider .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  opacity: .5;
  background: #fff;
  vertical-align: middle; }

.unshop-banner-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px; }

.unshop-banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 26px;
  width: 26px;
  border: 4px solid #fff;
  background: 0 0;
  opacity: 1; }

@media screen and (max-width: 1199px) {
  .unshop-banner-slider .swiper-buttons {
    display: none; }

  .unshop-banner-slider .swiper-pagination {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
@media screen and (max-width: 567px) {
  .unshop-banner-slider .swiper-pagination {
    bottom: 50px; } }
.unshop-banner-slider .swiper-slide.swiper-slide-active .unshop-banner-slider__wrapper {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s ease; }

.unshop-banner-slider .swiper-slide.swiper-slide-active .animation-right .unshop-banner-slider__wrapper {
  -webkit-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-right;
  animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-right;
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px);
  opacity: 0; }

.unshop-banner-slider .swiper-slide.swiper-slide-active .animation-left .unshop-banner-slider__wrapper {
  -webkit-animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-left;
  animation: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-left;
  -webkit-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  transform: translateX(-500px);
  opacity: 0; }

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.unshop-banner-slider .hero__title {
  font-family: var(--e-global-typography-f908ab7-font-family), sans-serif;
  font-size: 72px;
  font-weight: var(--e-global-typography-f908ab7-font-weight);
  line-height: 82px;
  letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
  word-spacing: var(--e-global-typography-f908ab7-word-spacing);
  color: #fff;
  margin-bottom: 40px; }

.unshop-banner-slider .unshop-banner-slider__description {
  font-family: var(--e-global-typography-1e9df49-font-family), sans-serif;
  font-size: 24px;
  font-weight: var(--e-global-typography-1e9df49-font-weight);
  line-height: var(--e-global-typography-1e9df49-line-height);
  letter-spacing: var(--e-global-typography-1e9df49-letter-spacing);
  word-spacing: var(--e-global-typography-1e9df49-word-spacing);
  color: #fff;
  margin-bottom: 40px; }

.unshop-banner-slider .btn-primary {
  font-size: 18px;
  color: #fff;
  background: #173c7e;
  padding: 15px 30px;
  border-radius: 8px;
  display: block;
  float: left;
}

.unshop-banner-slider .btn-primary img {
  margin-left: 10px;
  vertical-align: middle; }

.unshop-about {
  margin-top: -130px;
  margin-bottom: 100px;
  padding: 0;
  z-index: 2; }
  .unshop-about .unshop-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2; }

@media (max-width: 1199px) {
  .unshop-about {
    margin-top: 0;
    margin-bottom: 50px; } }
.greenplanet-video-section {
  max-width: 1324px;
  border-radius: 8px; }

@media (min-width: 1401px) {
  .greenplanet-video-section {
    -webkit-box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
    box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
    border-radius: 8px; } }
@media (max-width: 1024px) {
  .greenplanet-video-section {
    padding-top: 160px; } }
.greenplanet-video-section__wrapp {
  padding: 80px 600px 80px 100px;
  background-color: #f7f7f7;
  border-radius: 8px;
  background-image: url(/static/home/images/unshop/aboutBg.png);
  background-position: bottom right 410px;
  background-repeat: no-repeat; }

@media (max-width: 1300px) {
  .greenplanet-video-section__wrapp {
    max-width: 800px;
    padding: 80px 100px; } }
@media (max-width: 1200px) {
  .greenplanet-video-section__wrapp {
    max-width: 700px;
    padding: 80px 50px;
    margin-left: 25px; } }
@media (max-width: 1024px) {
  .greenplanet-video-section__wrapp {
    max-width: 600px;
    padding: 80px 50px;
    margin-left: 25px; } }
@media screen and (max-width: 567px) {
  .greenplanet-video-section__wrapp {
    padding: 60px 20px;
    margin: 0 15px; }

  .greenplanet-video-section__img {
    width: 100%; } }
.greenplanet-video-section__title {
  margin-bottom: 50px;
  font-size: 48px;
  color: #173c7e; }

@media screen and (max-width: 768px) {
  .greenplanet-video-section__title {
    font-size: 36px; } }
.greenplanet-video-section__subtitle {
  font-weight: 900;
  padding-left: 30px;
  position: relative; }

.greenplanet-video-section__subtitle::before {
  content: '';
  height: 95%;
  width: 8px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--e-global-color-accent);
  border-radius: 10px; }

.greenplanet-video-section .greenplanet-video-section__description {
  margin-bottom: 40px; }

@media screen and (max-width: 768px) {
  .greenplanet-video-section .greenplanet-video-section__description {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0; } }
.greenplanet-video-section__img {
  position: absolute;
  right: 0px;
  top: -24px; }

@media (max-width: 1300px) {
  .greenplanet-video-section__wrapp {
    -webkit-box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
    box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
    border-radius: 8px; }

  .greenplanet-video-section__img {
    right: 0;
    z-index: -1; } }
@media screen and (min-width: 992px) {
  .greenplanet-video-section__img {
    border-radius: 8px;
    overflow: hidden; } }
@media (max-width: 1024px) {
  .greenplanet-video-section__img {
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }

  .greenplanet-video-section__img img {
    width: 100%;
    height: auto; } }
.greenplanet-video-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 470px) {
  .greenplanet-video-section__btn {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }
.greenplanet-video-section__btn .btn-video {
  margin-left: 78px;
  background: var(--e-global-color-primary);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1; }

.greenplanet-video-section__btn .btn-video:hover {
  background: var(--e-global-color-accent); }

.greenplanet-video-section__btn .btn-video:hover:before {
  opacity: 0.4; }

.greenplanet-video-section__btn .btn-video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 79px;
  width: 79px;
  background: var(--e-global-color-primary);
  opacity: .2;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s all ease;
  z-index: -1; }

@media (max-width: 400px) {
  .greenplanet-video-section__btn .btn-video {
    margin-left: 0; } }
.greenplanet-heading h2 {
  font-size: 48px;
  line-height: 1;
  color: #173c7e;
  margin-bottom: 30px; }

.greenplanet-heading p {
  font-size: 24px;
  line-height: 1;
  color: #333;
  margin-bottom: 0; }

@media (max-width: 768px) {
  .greenplanet-heading h2 {
    font-size: 36px;
    margin-bottom: 30px; }

  .greenplanet-heading p {
    font-size: 18px;
    line-height: 1.1;
    color: #333; } }
.unshop-model {
  max-width: 1200px;
  margin: 0 auto 100px; }
  .unshop-model .model-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 150px; }
    .unshop-model .model-list .item {
      width: calc(33.333333% - 18px);
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
      padding: 120px 40px 40px;
      text-align: center; }
      .unshop-model .model-list .item:nth-child(2) {
        margin: 0 27px; }
      .unshop-model .model-list .item .itembox .imgbox {
        width: 100%;
        height: 265px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        margin: -220px 0 40px; }
      .unshop-model .model-list .item .itembox h2 {
        font-size: 30px;
        margin-bottom: 25px;
        line-height: 1.1; }
      .unshop-model .model-list .item .itembox p {
        font-size: 18px;
        line-height: 30px;
        margin: 0; }

@media (max-width: 1024px) {
  .unshop-model {
    margin: 0 15px 50px; }
    .unshop-model .model-list {
      margin-top: 150px; }
      .unshop-model .model-list .item {
        width: calc(33.333333% - 10px);
        padding: 100px 20px 20px; }
        .unshop-model .model-list .item:nth-child(2) {
          margin: 0 15px; }
        .unshop-model .model-list .item .itembox .imgbox {
          height: 180px; }
        .unshop-model .model-list .item .itembox h2 {
          font-size: 26px;
          margin-bottom: 25px;
          line-height: 1.1; } }
@media (max-width: 768px) {
  .unshop-model .model-list {
    margin-top: 0; }
    .unshop-model .model-list .item {
      width: 100%;
      margin-top: 150px; }
      .unshop-model .model-list .item:nth-child(2) {
        margin: 150px 0 0; } }
.unshop-strength {
  background: #173c7e; }
  .unshop-strength .video_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0; }
    .unshop-strength .video_box video {
      width: 120%;
      mix-blend-mode: screen;
      object-fit: cover;
      margin-top: 100px;
      margin-left: -440px; }
  .unshop-strength .unshop-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .unshop-strength .unshop-container .strength_l {
      width: 64.5%;
      padding: 80px 0; }
      .unshop-strength .unshop-container .strength_l .strength_l_title {
        font-size: 48px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 65px;
        padding-left: 80px;
        line-height: 1.2; }
    .unshop-strength .unshop-container .strength_r {
      width: 35.5%;
      position: relative; }
      .unshop-strength .unshop-container .strength_r .strength_r_box {
        background: #15469e;
        padding: 80px 60px 60px 60px;
        margin: -30px 0px -30px 40px;
        border-radius: 8px; }
        .unshop-strength .unshop-container .strength_r .strength_r_box .flex {
          display: flex;
          flex-wrap: wrap; }
        .unshop-strength .unshop-container .strength_r .strength_r_box .item {
          width: 100%;
          color: #fff; }
          .unshop-strength .unshop-container .strength_r .strength_r_box .item:not(:first-child) {
            margin-top: 70px; }
          .unshop-strength .unshop-container .strength_r .strength_r_box .item .number {
            font-size: 48px;
            line-height: 1;
            font-weight: 600;
            margin-bottom: 10px; }
          .unshop-strength .unshop-container .strength_r .strength_r_box .item .sub {
            font-size: 18px; }

@media (max-width: 1439px) {
  .unshop-strength .unshop-container {
    max-width: 1200px; } }
@media (max-width: 1024px) {
  .unshop-strength {
    background: none; }
    .unshop-strength .unshop-container .strength_l {
      width: 100%;
      background: #173c7e; }
    .unshop-strength .unshop-container .strength_r {
      width: 100%; }
      .unshop-strength .unshop-container .strength_r .strength_r_box {
        margin: -90px 15px 0;
        padding: 60px 30px 30px 60px; }
        .unshop-strength .unshop-container .strength_r .strength_r_box .item {
          width: 50%;
          text-align: center; }
          .unshop-strength .unshop-container .strength_r .strength_r_box .item:not(:first-child) {
            margin-top: 0; }
          .unshop-strength .unshop-container .strength_r .strength_r_box .item:nth-child(3), .unshop-strength .unshop-container .strength_r .strength_r_box .item:nth-child(4) {
            margin-top: 70px; } }
@media (max-width: 768px) {
  .unshop-strength .unshop-container .strength_l .strength_l_title {
    font-size: 36px;
    padding-left: 50px; }
  .unshop-strength .unshop-container .strength_r .strength_r_box .item {
    width: 100%;
    text-align: left; }
    .unshop-strength .unshop-container .strength_r .strength_r_box .item:not(:first-child) {
      margin-top: 40px; }
    .unshop-strength .unshop-container .strength_r .strength_r_box .item .number {
      font-size: 36px; } }
.unshop-supply {
  background: #f7f7f7;
  padding-bottom: 100px; }
  .unshop-supply .btmborder {
    overflow: hidden;
    margin-bottom: 80px; }
    .unshop-supply .btmborder img {
      display: block;
      width: calc(50% + 720px);
      margin-left: auto;
      height: 15px; }
  .unshop-supply .supply {
    max-width: 1200px;
    margin: 0 auto; }
    .unshop-supply .supply .supply_list {
      display: flex;
      flex-wrap: wrap;
      margin-top: 50px; }
      .unshop-supply .supply .supply_list .item {
        width: calc(33.333333% - 18px);
        text-align: center;
        display: block;
        color: #333;
        border-radius: 8px;
        overflow: hidden;
        transition: transform .5s; }
        .unshop-supply .supply .supply_list .item:nth-child(2) {
          margin: 0 27px; }
        .unshop-supply .supply .supply_list .item:hover {
          box-shadow: 0 0 35px 9px #ccc;
          transform: translateY(-10px); }
          .unshop-supply .supply .supply_list .item:hover .img {
            transform: scale(1.1); }
          .unshop-supply .supply .supply_list .item:hover .supply_text .supply_title {
            color: #173c7e; }
            .unshop-supply .supply .supply_list .item:hover .supply_text .supply_title::after {
              width: 100%;
              left: 0;
              transform: translateX(0); }
        .unshop-supply .supply .supply_list .item .img {
          width: 100%;
          padding-bottom: 127%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          border-radius: 8px;
          transform: scale(1);
          transition: transform .5s; }
        .unshop-supply .supply .supply_list .item .supply_text {
          padding: 0 50px 20px; }
          .unshop-supply .supply .supply_list .item .supply_text .supply_title {
            font-size: 30px;
            padding: 45px 0 25px;
            border-bottom: 2px solid #173c7e;
            position: relative;
            margin-bottom: 25px; }
            .unshop-supply .supply .supply_list .item .supply_text .supply_title::after {
              content: '';
              position: absolute;
              width: 48px;
              height: 4px;
              background: var(--e-global-color-primary);
              left: 50%;
              transform: translateX(-50%);
              bottom: -3px;
              transition: width .5s, left .5s, transform .5s; }

@media (max-width: 1024px) {
  .unshop-supply {
    padding-bottom: 50px; }
    .unshop-supply .btmborder {
      margin-bottom: 40px; }
      .unshop-supply .btmborder img {
        width: 100%; }
    .unshop-supply .supply {
      padding: 0 15px; } }
@media (max-width: 768px) {
  .unshop-supply .btmborder img {
    display: none; }
  .unshop-supply .supply .supply_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px; }
    .unshop-supply .supply .supply_list .item {
      width: 100%;
      position: relative; }
      .unshop-supply .supply .supply_list .item:nth-child(2) {
        margin: 0; }
      .unshop-supply .supply .supply_list .item:not(:last-child) {
        margin-bottom: 30px; }
      .unshop-supply .supply .supply_list .item .supply_text {
        padding: 0 20px;
        position: absolute;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding-bottom: 20px;
        border-radius: 0 0 8px 8px; }
        .unshop-supply .supply .supply_list .item .supply_text .supply_title {
          font-size: 24px;
          padding: 25px 0 15px;
          border-bottom: 2px solid #173c7e;
          margin-bottom: 15px; } }
.unshop-choose {
  max-width: 1200px;
  margin: 100px auto 0; }
  .unshop-choose .chooes_list {
    margin-top: 50px; }
    .unshop-choose .chooes_list .item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 100px;
      position: relative; }
      .unshop-choose .chooes_list .item .text {
        width: 60.4%;
        box-sizing: border-box;
        padding: 60px 100px 80px 50px;
        border-radius: 8px;
        box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
        min-height: 320px; }
        .unshop-choose .chooes_list .item .text .text1 {
          font-size: 36px;
          line-height: 1.3;
          margin-bottom: 30px;
          font-weight: 600; }
        .unshop-choose .chooes_list .item .text .text2 {
          padding-left: 40px;
          position: relative;
          min-height: 120px;
          margin-bottom: 50px;
          font-size: 18px;
          line-height: 30px; }
          .unshop-choose .chooes_list .item .text .text2::after {
            content: '';
            width: 8px;
            height: 38px;
            background: #173c7e;
            border-radius: 4px;
            position: absolute;
            left: 0;
            top: 5px; }
      .unshop-choose .chooes_list .item .img {
        flex: 1;
        width: 39.6%;
        border-radius: 8px 0 0 8px; }
      .unshop-choose .chooes_list .item:nth-child(2n) .img {
        order: 2;
        border-radius: 0 8px 8px 0; }

@media (max-width: 1024px) {
  .unshop-choose {
    margin-top: 50px; }
    .unshop-choose .chooes_list {
      padding: 0 15px; }
      .unshop-choose .chooes_list .item {
        margin-bottom: 50px; }
        .unshop-choose .chooes_list .item .text {
          padding: 40px 50px 40px 50px; } }
@media (max-width: 900px) {
  .unshop-choose .chooes_list .item img {
    display: none; }
  .unshop-choose .chooes_list .item .text {
    width: 100%;
    padding: 30px 20px 30px 20px; }
    .unshop-choose .chooes_list .item .text .text1 {
      font-size: 30px; } }
.unshop-contact {
  background: #F7f7f7;
  padding: 100px 0; }
  .unshop-contact .contact-box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .unshop-contact .contact-box .contact-left {
      width: 39.6%;
      background: #fff;
      padding: 50px;
      box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
      border-radius: 8px; }
      .unshop-contact .contact-box .contact-left .contact-title {
        font-size: 36px;
        margin-bottom: 20px;
        font-weight: 600; }
      .unshop-contact .contact-box .contact-left .label {
        line-height: 2.7; }
      .unshop-contact .contact-box .contact-left input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: none;
        border: solid 1px #cecece;
        border-radius: 5px;
        padding: 0 5px;
        font-size: 18px;
        font-family: var(--e-global-typography-primary-font-family); }
      .unshop-contact .contact-box .contact-left textarea {
        width: 100%;
        line-height: 22px;
        background: none;
        border: solid 1px #cecece;
        border-radius: 5px;
        padding: 5px;
        font-size: 18px;
        font-family: var(--e-global-typography-primary-font-family);
        max-width: 100%;
        min-height: 78px;
        min-width: 100%;
        scrollbar-width: none; }
      .unshop-contact .contact-box .contact-left .submit {
        height: 50px;
        line-height: 50px;
        color: #333;
        background: #ecc15f;
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
        border-radius: 8px;
        display: block;
        font-size: 24px;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0; }
    .unshop-contact .contact-box .contact-right {
      width: 60.4%;
      padding-left: 50px; }
      .unshop-contact .contact-box .contact-right .item {
        border-bottom: solid 1px #cecece;
        padding: 60px 30px 60px 0; }
        .unshop-contact .contact-box .contact-right .item:last-child {
          border-bottom: none; }
        .unshop-contact .contact-box .contact-right .item .text1 {
          font-size: 36px;
          margin-bottom: 30px;
          font-weight: 600;
          padding-left: 60px;
          position: relative; }
          .unshop-contact .contact-box .contact-right .item .text1 img {
            position: absolute;
            left: 0;
            top: 0; }
        .unshop-contact .contact-box .contact-right .item .text2 {
          padding-left: 60px; }

@media (max-width: 900px) {
  .unshop-contact {
    padding: 50px 0; }
    .unshop-contact .contact-box {
      padding: 0 15px; }
      .unshop-contact .contact-box .contact-left {
        width: 100%;
        padding: 30px 20px; }
        .unshop-contact .contact-box .contact-left .contact-title {
          font-size: 30px; }
      .unshop-contact .contact-box .contact-right {
        width: 100%;
        padding-left: 0; }
        .unshop-contact .contact-box .contact-right .item .text1 {
          font-size: 30px; } }
.greenplanet-footer {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  background: #173c7e; }

@media screen and (max-width: 567px) {
  audio, iframe, video {
    min-width: 200px !important; }

  .greenplanet-footer {
    padding-bottom: 15px; } }
.greenplanet-footer ul {
  list-style: none;
  margin: 0; }

.greenplanet-footer ul li {
  margin: 0; }

.greenplanet-footer__wrapp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative; }

@media screen and (max-width: 991px) {
  .greenplanet-footer__wrapp-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .greenplanet-footer__logo {
    margin-bottom: 30px; } }
.greenplanet-footer__wrapp-top::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d0dace;
  position: absolute;
  bottom: -1px; }

.greenplanet-footer__wrapp-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .01em;
  padding-top: 30px; }

@media screen and (max-width: 567px) {
  .greenplanet-footer__wrapp-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.greenplanet-footer__navbar #menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 991px) {
  .greenplanet-footer__navbar {
    width: 100%; }

  .greenplanet-footer__navbar #menu-footer-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media screen and (max-width: 567px) {
  .greenplanet-footer__navbar #menu-footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 70px; }

  .greenplanet-footer__navbar #menu-footer-menu li {
    margin-bottom: 10px; } }
@media (max-width: 390px) {
  .greenplanet-footer__navbar #menu-footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.greenplanet-footer__navbar #menu-footer-menu li a {
  color: #fff; }

.greenplanet-footer__navbar #menu-footer-menu li:hover a {
  color: var(--e-global-color-primary); }

.greenplanet-footer__navbar #menu-footer-menu li:not(:last-child) {
  margin-right: 55px; }

@media screen and (max-width: 991px) {
  .greenplanet-footer__navbar #menu-footer-menu li:not(:last-child) {
    margin-right: 0; }

  .greenplanet-footer__copyright {
    text-align: left;
    padding-right: 20px; }

  #footer .greenplanet-footer__development {
    text-align: right;
    padding-left: 20px; } }
#footer .greenplanet-footer__development a {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; }

#footer .greenplanet-footer__development a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline; }

@media screen and (max-width: 567px) {
  .greenplanet-footer__copyright {
    padding-right: 0;
    margin-top: 20px; }

  #footer .greenplanet-footer__development {
    padding-left: 0; } }
/**************关于我们**************/
.banner-second {
  height: 570px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .banner-second h2 {
    font-family: var(--e-global-typography-f908ab7-font-family), sans-serif;
    font-size: 72px;
    font-weight: var(--e-global-typography-f908ab7-font-weight);
    line-height: 82px;
    letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
    word-spacing: var(--e-global-typography-f908ab7-word-spacing);
    color: #fff;
    position: absolute;
    top: 40%; }

.about {
  max-width: 1200px;
  margin: 100px auto; }
  .about .number {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px; }
    .about .number .item {
      flex: 1; }
      .about .number .item .text1 {
        font-size: 30px;
        color: #003c83;
        font-weight: 600;
        margin-bottom: 10px; }
  .about .about_info {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0px 20px 0 rgba(15, 65, 35, 0.12);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 60px;
    position: relative; }
    .about .about_info .left {
      flex: 1;
      background: #fff;
      padding: 40px 50px;
      font-size: 16px; }
    .about .about_info .right {
      width: 40.12%; }
      .about .about_info .right img {
        min-height: 552px;
        height: 100%;
        object-fit: cover; }

@media screen and (max-width: 1439px) {
  .about {
    padding: 0 15px; } }
@media screen and (max-width: 1024px) {
  .about .about_info {
    overflow: initial;
    box-shadow: none; }
    .about .about_info .left {
      width: 100%;
      padding: 15px; }
    .about .about_info .right {
      position: relative;
      z-index: 0;
      width: 100%; }
      .about .about_info .right img {
        width: 100%;
        height: 300px;
        min-height: auto; } }
@media screen and (max-width: 768px) {
  .about {
    margin: 50px auto; }
    .about .number .item {
      flex: auto;
      width: 33.333%;
      margin-bottom: 15px; }
      .about .number .item .text1 {
        font-size: 26px; }
      .about .number .item .text2 {
        font-size: 16px; }
    .about .about_info {
      margin-top: 20px; } }
.introducing .introducing_info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  .introducing .introducing_info .left {
    width: 45.8%;
    min-height: 623px;
    background-repeat: no-repeat;
    background-position: right center; }
  .introducing .introducing_info .right {
    width: 54.2%;
    background-repeat: no-repeat;
    background-position: left center; }
    .introducing .introducing_info .right .text {
      max-width: 825px;
      padding: 55px 25px 55px 55px;
      font-size: 16px; }

@media screen and (max-width: 1300px) {
  .introducing .introducing_info {
    padding: 0 15px; }
    .introducing .introducing_info .left {
      background-size: auto 100%; }
    .introducing .introducing_info .right {
      background-size: auto 100%; } }
@media (max-width: 768px) {
  .introducing .introducing_info .left {
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 200px;
    min-height: auto; }
  .introducing .introducing_info .right {
    width: 100%;
    background-image: none; }
    .introducing .introducing_info .right .text {
      padding: 15px; } }
@media (max-width: 1024px) {
  .unshop-banner-slider .hero__title {
    font-size: var(--e-global-typography-f908ab7-font-size);
    line-height: var(--e-global-typography-f908ab7-line-height);
    letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
    word-spacing: var(--e-global-typography-f908ab7-word-spacing); }

  .banner-second h2 {
    font-size: var(--e-global-typography-f908ab7-font-size);
    line-height: var(--e-global-typography-f908ab7-line-height);
    letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
    word-spacing: var(--e-global-typography-f908ab7-word-spacing); } }
@media (max-width: 470px) {
  .unshop-banner-slider .hero__title {
    font-size: var(--e-global-typography-f908ab7-font-size);
    line-height: var(--e-global-typography-f908ab7-line-height);
    letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
    word-spacing: var(--e-global-typography-f908ab7-word-spacing); }

  .banner-second h2 {
    font-size: var(--e-global-typography-f908ab7-font-size);
    line-height: var(--e-global-typography-f908ab7-line-height);
    letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
    word-spacing: var(--e-global-typography-f908ab7-word-spacing); } }
.contact_pop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }
  .contact_pop .contact_tip {
    width: 70%;
    max-width: 1030px;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 65px; }
    .contact_pop .contact_tip .pop_logo {
      display: block;
      margin: 0 auto; }
    .contact_pop .contact_tip .poptit {
      font-size: 36px;
      font-weight: 600;
      text-align: center;
      margin-top: 35px; }
    .contact_pop .contact_tip .popsub {
      font-size: 20px;
      line-height: 1.5;
      margin-top: 30px; }
    .contact_pop .contact_tip .pop_btn {
      height: 58px;
      max-width: 280px;
      line-height: 58px;
      text-align: center;
      color: #333;
      background: #ecc15f;
      display: block;
      margin: 70px auto 0;
      border-radius: 8px;
      font-size: 20px; }

@media (max-width: 768px) {
  .contact_pop .contact_tip {
    padding: 30px; }
    .contact_pop .contact_tip .pop_logo {
      width: 110px;
      height: auto; }
    .contact_pop .contact_tip .poptit {
      font-size: 26px; }
    .contact_pop .contact_tip .popsub {
      font-size: 16px; } }
.elementor-kit-11 {
  --e-global-color-primary: #ecc15f;
  --e-global-color-secondary: #176B39;
  --e-global-color-text: #2F3947;
  --e-global-color-accent: #173c7e;
  --e-global-color-8e6e5f5: #3F4543;
  --e-global-color-a8578fd: #F5F8F4;
  --e-global-color-3c672c3: #6DC253;
  --e-global-color-27b6df5: #176B39;
  --e-global-color-baefcba: #D6E5D1;
  --e-global-color-c4dcbdf: #0E161E;
  --e-global-typography-primary-font-family: "Avenir";
  --e-global-typography-primary-font-size: 18px;
  --e-global-typography-primary-font-weight: 500;
  --e-global-typography-primary-line-height: 28px;
  --e-global-typography-secondary-font-family: "Avenir";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Avenir";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Avenir";
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-1e9df49-font-family: "Avenir";
  --e-global-typography-1e9df49-font-size: 22px;
  --e-global-typography-1e9df49-font-weight: 500;
  --e-global-typography-1e9df49-line-height: 30px;
  --e-global-typography-1e9df49-letter-spacing: 0.5px;
  --e-global-typography-edcde5e-font-family: "Avenir";
  --e-global-typography-edcde5e-font-size: 18px;
  --e-global-typography-edcde5e-font-weight: 500;
  --e-global-typography-edcde5e-line-height: 28px;
  --e-global-typography-edcde5e-letter-spacing: 0px;
  --e-global-typography-0bb6cdf-font-family: "Avenir";
  --e-global-typography-0bb6cdf-font-size: 16px;
  --e-global-typography-0bb6cdf-font-weight: 500;
  --e-global-typography-0bb6cdf-line-height: 24px;
  --e-global-typography-0bb6cdf-letter-spacing: 0px;
  --e-global-typography-7fc7617-font-family: "Avenir";
  --e-global-typography-7fc7617-font-size: 18px;
  --e-global-typography-7fc7617-font-weight: 800;
  --e-global-typography-7fc7617-line-height: 24px;
  --e-global-typography-7fc7617-letter-spacing: -0.3px;
  --e-global-typography-f908ab7-font-family: "Avenir";
  --e-global-typography-f908ab7-font-size: 88px;
  --e-global-typography-f908ab7-font-weight: 900;
  --e-global-typography-f908ab7-line-height: 98px;
  --e-global-typography-f908ab7-letter-spacing: 0px;
  --e-global-typography-4a19e97-font-family: "Avenir";
  --e-global-typography-4a19e97-font-size: 18px;
  --e-global-typography-4a19e97-font-weight: 800;
  --e-global-typography-4a19e97-line-height: 24px;
  --e-global-typography-4a19e97-letter-spacing: -0.3px;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height); }

@media (max-width: 1024px) {
  .elementor-kit-11 {
    --e-global-typography-1e9df49-font-size: 22px;
    --e-global-typography-1e9df49-letter-spacing: 0.5px;
    --e-global-typography-edcde5e-font-size: 18px;
    --e-global-typography-edcde5e-letter-spacing: 0.5px;
    --e-global-typography-0bb6cdf-font-size: 16px;
    --e-global-typography-0bb6cdf-line-height: 24px;
    --e-global-typography-0bb6cdf-letter-spacing: 1px;
    --e-global-typography-f908ab7-font-size: 88px;
    --e-global-typography-f908ab7-line-height: 98px;
    --e-global-typography-f908ab7-letter-spacing: 0px;
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height); }
  .unshop-header .unshop-header--logo-wrap .site-logo{
    padding-right: 20px;
  }
  .unshop-header .unshop-header--menu-wrapper #menu-main-menu > li{
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .sidebar-open .unshop-header--menu-wrapper {
    top: 83px; }

  .unshop-header .site-logo__second img {
    width: 110px;
    height: auto; }

  .unshop-header .site-logo__main img {
    width: 110px;
    height: auto; }

  .elementor-kit-11 {
    --e-global-typography-1e9df49-font-size: 18px;
    --e-global-typography-1e9df49-line-height: 28px;
    --e-global-typography-1e9df49-letter-spacing: 0.5px;
    --e-global-typography-edcde5e-font-size: 16px;
    --e-global-typography-edcde5e-line-height: 24px;
    --e-global-typography-edcde5e-letter-spacing: 1px;
    --e-global-typography-0bb6cdf-font-size: 14px;
    --e-global-typography-0bb6cdf-line-height: 22px;
    --e-global-typography-0bb6cdf-letter-spacing: 1px;
    --e-global-typography-f908ab7-font-size: 54px;
    --e-global-typography-f908ab7-line-height: 60px;
    --e-global-typography-f908ab7-letter-spacing: -1px;
    --e-global-typography-f908ab7-word-spacing: 0px ; } }
@media (max-width: 470px) {
  .elementor-kit-11 {
    --e-global-typography-1e9df49-font-size: 18px;
    --e-global-typography-1e9df49-line-height: 28px;
    --e-global-typography-1e9df49-letter-spacing: 0.5px;
    --e-global-typography-edcde5e-font-size: 16px;
    --e-global-typography-edcde5e-line-height: 24px;
    --e-global-typography-edcde5e-letter-spacing: 1px;
    --e-global-typography-0bb6cdf-font-size: 14px;
    --e-global-typography-0bb6cdf-letter-spacing: 1px;
    --e-global-typography-f908ab7-font-size: 52px;
    --e-global-typography-f908ab7-line-height: 60px;
    --e-global-typography-f908ab7-letter-spacing: -1px;
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height); } }
.animated {
  animation-duration: 1.25s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; }
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

.cookie-table tr td:first-child {
  width: 120px;
  text-align: right;
  background: #f7f7f7; }

@keyframes slide {
  0% {
    transform: translateX(-50%);
    width: 48px;
    left: 50%; }
  100% {
    transform: translateX(0);
    width: 100%;
    left: 0; } }
@media(max-width:1440px) {
  .unshop-supply .supply{
    max-width: 1200px;
  }
  .unshop-model{
    max-width: 1200px;
  }
  .unshop-header--wrap{
    max-width: 1200px;
  }
  .unshop-about .unshop-container{
    max-width: 1200px;
  }
  .unshop-choose{
    max-width: 1200px;
  }
  .unshop-contact .contact-box{
    max-width: 1200px;
  }
  .about{
    max-width: 1200px;
  }
}
/*# sourceMappingURL=unshop-home.css.map */
  .unshop-strength .video_box{
    width:100%;height:100%;overflow:hidden;position:absolute;bottom:0;left:0;
  }
  .unshop-strength .video_box video{
    width: 120%;
    mix-blend-mode: screen;
    object-fit: cover;
    margin-top: 100px;
    margin-left: -440px;
  }
@media(max-width:1440px) {
  .unshop-supply .supply{
      max-width: 1200px;
    }

  .unshop-model{
    max-width: 1200px;
  }
  .unshop-header--wrap{
    max-width: 1200px;
  }
  .unshop-about .unshop-container{
      max-width: 1200px;
    }

  .unshop-choose{
    max-width: 1200px;
  }
  .unshop-contact .contact-box{
      max-width: 1200px;
  }
  .about{
    max-width: 1200px;
  }
  @media(min-width:1200px){
    .unshop-banner-slider .swiper-pagination{
      left: 0;
      top: 0;
    }
    .pagination-btn{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 100px;
      height: 100px;
      z-index: 10;
      max-width: 1200px;
    }
  }
}

