@charset "UTF-8";

/* CSS Document */
/*------------ head ------------*/
.site-header {
  width: 100%;
  background: none;
  position: fixed;
  z-index: 50;
  padding: 0;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header .logo {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.site-header .logo a {
  color: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header .logo a img {
  width: auto;
  height: 100%;
  max-height: 55px;
}

.site-header .basket {
  display: none;
}

@-webkit-keyframes hitem {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hitem {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.banner .title {
  width: 100%;
  top: 38%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  line-height: 0;
  font-weight: bold;
  font-family: 'Khula', '微軟正黑體', Arial, sans-serif, '0xe804';
}

.banner .box {
  width: 50%;
  position: relative;
}

.banner .box .pic {
  line-height: 0;
  overflow: hidden;
}

.banner .box .pic img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banner .box .pic:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.banner .box .txt {
  right: 11%;
  bottom: 20%;
  position: absolute;
  text-align: right;
}

.banner .box .txt .name {
  color: #dddddd;
  font-size: 32px;
  font-family: 'Khula', '微軟正黑體', Arial, sans-serif, '0xe804';
  margin: 0 0 10px 0;
  font-weight: normal !important;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banner .box .txt .more {
  padding: 7px 15px 6px 35px;
  color: #e50012;
  position: relative;
  border: #e50012 1px solid;
  z-index: 0;
}

.banner .box .txt .more:after {
  content: '';
  display: block;
  position: absolute;
  background: #e50012;
  left: 0px;
  top: 0px;
  bottom: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner .box .txt .more:before {
  content: '\f144';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  position: absolute;
  color: #e50012;
  left: 15px;
  top: 15px;
  line-height: 0;
}

.banner .box .txt.rs {
  left: 11%;
  right: auto;
  bottom: 20%;
  text-align: left;
}

.banner .box .txt.rs .more {
  padding: 7px 35px 6px 15px;
}

.banner .box .txt.rs .more:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: auto;
  right: 15px;
  top: 16px;
}

.banner .box:hover .txt .more {
  color: #fff;
}

.banner .box:hover .txt .more:after {
  bottom: 0;
}

.banner .box:hover .txt .more:before {
  color: #fff;
}

.banner .box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.banner .title {
  position: absolute;
}

.menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-box .site-nav {
  background: #fff;
  z-index: 1;
}

.site-main {
  position: relative;
}

.main-box {
  padding: 0 10px;
  position: relative;
}

.main-box .main-title {
  max-width: 1300px;
  margin: 0 auto;
  border-bottom: 5px solid #ebebeb;
  position: relative;
}

.main-box .main-title .title {
  font-size: 32px;
  color: #000000;
  font-family: 'Roboto', '微軟正黑體', Arial, sans-serif, '0xe804';
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  padding: 85px 0 3.6% 30px;
}

@media(min-width:992px) {
  .main-box .main-title .title {
    padding: 8% 0 3.6% 30px;
  }
}

.main-box .main-title .title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 14px;
  height: 14px;
  background: #e50012;
}

.main-box .main-title.noline {
  border: none;
}

.main-box .main-title h2.title {
  font-size: 32px;
  color: #000000;
  font-family: 'Roboto', '微軟正黑體', Arial, sans-serif, '0xe804';
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  padding: 8% 0 3.6% 30px;
}

.main-box .main-title h2.title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 14px;
  height: 14px;
  background: #e50012;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@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: 1140px
  }
}

@media (min-width:1400px) {

  .container {
    max-width: 1320px
  }
}

.container.nomaxw {
  max-width: none;
}

/*------------ head ------------*/
/*---------- site-nav ----------*/
.site-nav {
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.1);
}

.site-nav .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0px 50px;
}

.site-nav .top-menu>li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-nav .top-menu>li:last-child {
  display: none;
}

.site-nav .top-menu>li>a {
  color: #000;
  font-size: 18px;
  padding: 41px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

.site-nav .top-menu>li.active>a,
.site-nav .top-menu>li:hover>a {
  background: #f2f4f7;
}

.site-nav .top-menu ul {
  position: absolute;
  display: none;
  background: #fff;
  width: 220px;
  left: 0;
}

.site-nav .top-menu ul li a {
  display: block;
  padding: 0.85em 1em;
  color: #000;
}

.site-nav .top-menu ul li a:hover {
  background: #f2f4f7;
}

.site-nav .top-menu ul li.active>a {
  background: #f2f4f7;
}

.order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 380px;
  background: #e50012;
}

.order-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s linear;
}

.order-menu:hover {
  background-color: black;
}

.order-menu .btn {
  white-space: nowrap;
  color: #fff;
  font-family: Arial, '微軟正黑體', sans-serif, '0xe804';
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding: 0 40px;
}

.order-menu .btn:before {
  content: "\F180";
  font-family: "Bootstrap-icons";
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: normal;
}

.order-menu .btn .hitem {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff900;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -59px;
  top: -7px;
  z-index: 1;
  -webkit-animation-name: hitem;
  animation-name: hitem;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.order-menu:hover .btn .hitem {
  background: #e50012;
}

/*---------- site-nav ----------*/
/*---------- language ----------*/
.language {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #999;
  transition: all 0.3s linear;
}

.language .icon-lang {
  font-size: 1.4em;
  padding: 0 20px;
  color: white;
}

.language .icon-lang span {
  display: none;
}

.language .next {
  min-width: 180px;
  text-align: center;
  position: absolute;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-20px);
  display: block;
  top: 100%;
  right: 0;
  transition: max-height 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

@media(min-width:992px) {
  .language:hover {
    background-color: black;
  }

  .language:hover .next {
    max-height: 650px;
    opacity: 1;
    transform: translateY(0);
  }
}

.language .next li {
  display: block;
}

.language .next li a {
  color: black;
  background-color: white;
  display: block;
  padding: 0.85em 1em;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s ease;
}

.language .next li a:hover {
  background-color: #f2f4f7;
  color: black;
}


/*---------- topmenu ----------*/
.top-nav {
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin: -0.3em auto 3.5em auto;
}

@media(min-width:992px) {
  .top-nav {
    margin: -5px auto 4.5em auto;
  }
}

.top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.top-nav ul li {
  border-top: 5px solid #ebebeb;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-nav ul li+li {
  border-left: #ebebeb 1px solid;
}

.top-nav ul li a {
  text-align: center;
  display: block;
  font-family: 'Roboto', '微軟正黑體', Arial, sans-serif, '0xe804';
  color: #202020;
  font-size: 24px;
  padding: 2vw 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-nav ul li:hover,
.top-nav ul li.active {
  border-top: 5px solid #e50012;
}

.top-nav ul li:hover a,
.top-nav ul li.active a {
  color: #e50012;
}

.top-nav ul li:hover a:before,
.top-nav ul li.active a:before {
  opacity: 1;
}

/*---------- topmenu ----------*/
/*---------- sidemenu ----------*/
.main-box.active .side-nav {
  position: fixed;
  top: 65px;
  left: -250px;
}

.main-box.active2 .side-nav {
  position: absolute;
  bottom: 0px;
  top: auto;
}

.main-box.active2 .side-nav .btn {
  top: auto;
  bottom: 0;
}

.side-nav {
  width: 250px;
  position: absolute;
  left: -250px;
  top: 10px;
  z-index: 5;
  background: #a4d5ec;
  font-family: 'Khula', '微軟正黑體', Arial, sans-serif, '0xe804';
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-nav .btn {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  font-size: 18px;
  color: #fff;
  display: block;
  top: 0;
  right: -34px;
  text-align: center;
  padding: 10px 7px 37px 2px;
  background: #a4d5ec;
  border-left: #fff 1px solid;
  cursor: pointer;
}

.side-nav .btn:after {
  content: '\e802';
  color: #fff;
  position: absolute;
  display: block;
  height: 20px;
  bottom: 10px;
  left: 0px;
  text-indent: 0;
}

.side-nav .title {
  color: #fff;
  padding: 20px 20px 16px;
  border-bottom: #fff 1px solid;
}

.side-nav>ul>li {
  padding: 12px 10px 8px 25px;
  font-size: 15px;
  color: #333333;
  border-bottom: #fff 1px solid;
  position: relative;
  font-weight: bold;
}

.side-nav>ul>li:before {
  content: '';
  position: absolute;
  background: #0075f7;
  width: 17px;
  height: 7px;
  left: 0;
  top: 16px;
  display: block;
}

.side-nav>ul>li ul {
  padding: 5px 0 5px 0px;
}

.side-nav>ul>li ul li {
  padding: 2px 0;
  border: none;
  font-weight: normal;
}

.side-nav>ul>li ul li input {
  margin: 0 5px 0 0;
  background: #a4d5ec;
  position: relative;
  opacity: 0;
}

.side-nav>ul>li ul li label {
  position: relative;
  cursor: pointer;
}

.side-nav>ul>li ul li label:after {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 4px;
  left: 0px;
  content: '';
  color: #fff;
  background: url(../images/checkbox.png) bottom no-repeat;
}

.side-nav>ul>li ul li label.checked:after {
  background: url(../images/checkbox.png) top no-repeat;
}

.side-nav>ul>li ul li .form-check:hover,
.side-nav>ul>li ul li .checked {
  color: #0074f7;
}

.side-nav.active {
  left: 0 !important;
}

.side-nav.active .btn {
  height: 64px;
  text-indent: -9999px;
}

.side-nav.active .btn:after {
  bottom: 21px;
  content: '\e801';
}

.side-nav .all {
  color: #d7000f;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 3px;
}

.side-nav>ul>li ul .all .form-check:hover {
  color: #d7000f;
}

.side-nav .all .checked {
  background: #d7000f !important;
  color: #fff !important;
  padding: 1px 14px 0;
}

.side-nav .all input {
  opacity: 0;
  display: none;
}

.side-nav>ul>li ul .all label:after {
  display: none;
}

/*---------- sidemenu ----------*/
/*------------ main ------------*/
/*------------ main ------------*/
.gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  text-align: center;
  background: rgba(107, 107, 107, 0.8);
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gotop:before {
  text-indent: 0;
  content: '\e803';
  display: block;
}

.gotop:hover {
  background: #e50012;
}

/*--------- breadcrumb ---------*/
.breadcrumb {
  color: #777777;
  font-size: 15px;
  z-index: 3;
  position: absolute;
  right: 0px;
  top: 10%;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li a {
  color: #878787;
  display: inline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumb li+li:before {
  content: '>';
  margin: 0px 5px;
}

.breadcrumb li .active {
  color: #e50012;
}

.breadcrumb a:hover {
  color: #e50012;
}

.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  border: solid #aaaaaa;
  border-width: 0 1px;
  white-space: nowrap;
  margin: 0 0 15px;
}

.products-breadcrumb li:first-child a span {
  display: inline-block;
}

.products-breadcrumb li:first-child a:before {
  content: '';
}

/*--------- breadcrumb ---------*/
.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
  line-height: 1;
  color: #444444;
}

.form-box .form-box {
  margin: 0 -5px;
}

.form-box .list-box {
  width: calc(50% - 10px);
  margin: 0 5px;
  padding-bottom: 7px;
  margin-bottom: 20px;
  position: relative;
}

.form-box .list-box.full {
  width: 100%;
}

.form-box .list-box .control-label {
  width: 150px;
  padding: 0 12px 0 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  display: block;
  color: #333333;
}

.form-box .list-box .control-label.required:after {
  content: '※';
  display: inline-block;
  margin-left: 5px;
}

.form-box .list-box .form-control {
  display: block;
  /*&:focus {
        border-color: $color-red;
        -webkit-box-shadow: 0 0 8px 0 rgba(229, 0, 18, 0.6);
        box-shadow: 0 0 8px 0 rgba(229, 0, 18, 0.6);
      }*/
}

.form-box .list-box .chktext {
  width: 70px;
  height: 35px;
  top: 4px;
  right: 35px;
  z-index: 2;
  position: absolute;
}

.form-box .list-box .chktext img {
  width: 100%;
  height: auto;
}

.form-box .list-box .re-btn {
  width: 17px;
  height: 17px;
  top: 10px;
  right: 5px;
  z-index: 2;
  line-height: 1.2;
  position: absolute;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-box .list-box .re-btn:before {
  content: '\e832';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.form-box .list-box .re-btn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-box .list-box .re-btn:hover:before {
  color: #e50012;
}

/*------------ btn -------------*/
.btn-box {
  line-height: 0;
  text-align: center;
  padding: 30px 0 0;
  border-top: #ebebeb 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-box .back {
  display: flex;
  color: #000;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Khula', '微軟正黑體', Arial, sans-serif, '0xe804';
  align-items: center;
}

.btn-box .back:before {
  content: '\F129';
  color: #333;
  display: inline-flex;
  font-family: "Bootstrap-icons";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.3em;
  margin-right: 0.5em;
}

.btn-box .back:hover {
  color: #e50012;
}

.btn-box .back:hover:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #e50012;
}

.page-box {
  margin-bottom: 30px;
  position: relative;
}

.page-box .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-box .pagination li {
  margin: 0 2px;
  padding: 0.5em;
  font-size: 1.2em;
}

.page-box .pagination li a {
  display: block;
  color: #000;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-box .pagination li.active,
.page-box .pagination li.active a,
.page-box .pagination li a:hover {
  color: #e50012;
}

.page-box .pagination li.active .controls,
.page-box .pagination li:hover .controls {
  color: #fff;
  background: #e50012;
}

.page-box .pagination .controls {
  border: none;
  color: #fff;
  margin: 0 10px;
  background: #000;
  line-height: 1.3;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box .pagination .controls.prev {
  margin-left: 0px;
}

.page-box .pagination .controls.prev:before {
  content: '\e812';
}

.page-box .pagination .controls.next {
  margin-right: 0px;
}

.page-box .pagination .controls.next:before {
  content: '\e813';
}

.page-box .page-select {
  max-width: 180px;
  display: none;
  position: relative;
}

.page-box .page-select:before {
  content: '\e805';
  font-size: 12px;
  display: block;
  position: absolute;
  text-indent: 0px;
  right: 15px;
  bottom: 5px;
  color: #000;
  z-index: 1;
}

.site-header {
  background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.site-header .menu-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #e50012;
}

.site-header .menu-box .site-nav {
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .menu-box .top-menu {
  padding: 0 20px;
}

.site-header .order-box {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.site-header .order-box .order-menu .btn {
  font-size: 16px;
  padding: 0 20px;
  color: white !important;
}

.site-header .order-box .order-menu .btn:before {
  margin: 0 0px -5px 0;
}

.site-header .order-box .order-menu .btn span {
  display: none;
}

.site-header .order-box .order-menu .btn .hitem {
  margin: 0 0 0 -4px;
}

.site-nav .top-menu>li>a {
  padding: 1.5em 1em;
}

/*------------ footer -------------*/
.hider {
  display: none;
}

.footer-box {
  background: black;
  position: relative;
  z-index: 4;
  padding: 4em 0;
  margin-top: 4.5em;
}

.footer-box .logo-btm img {
  width: 100%;
  height: auto;
  max-width: 280px;
  margin-bottom: 2em;
}

.footer-box .footer-info {
  font-size: 16px;
  color: white;
  margin-bottom: 1em;
  line-height: 1.5;
}

.footer-box .footer-info span {
  font-weight: bold
}

.footer-box .footer-info a {
  color: white;
  transition: all 0.3s ease;
}

.footer-box .footer-info a:hover i {
  opacity: 1;
}

.footer-box .share-box {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}

.footer-box .share-box li {
  position: relative;
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 0;
  margin: 0 15px 0 0;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-box .share-box li:last-child {
  margin: 0;
}

.footer-box .share-box li a i {
  color: white;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.footer-box .share-box li a:hover i {
  opacity: 1;
}

.footer-box .qrcode img {
  width: 65px;
  height: auto;
}

.footer-box .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 2em;
}

.footer-box .footer-menu li {
  margin: 0 10px;
}

.footer-box .footer-menu li a {
  font-size: 18px;
  line-height: 1;
  color: white;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-box .footer-menu li a:hover {
  color: #e50012;
}

.footer-box .footer-menu li ul li {
  margin: 0;
}

.footer-box .footer-menu li ul li a {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 0.5;
}

.footer-box .copyright {
  border-top: 1px solid #333;
  font-size: 15px;
  padding: 15px 0.5em;
  margin-top: 20px;
  color: #ccc;
}

.footer-box .copyright a {
  color: #ccc;
  transition: all 0.3s linear;
}

.footer-box .copyright a:hover {
  text-decoration: underline;
  color: white;
}

/*------------ footer -------------*/
@media screen and (max-width: 1320px) {
  .main-box {
    padding: 0 10px;
  }

  .site-nav .top-menu>li>a {
    padding: 1.5em 1em;
  }
}

@media screen and (max-width: 1100px) {
  .site-header {
    background: #fff;
  }

  .site-header .logo {
    margin: 0 auto;
  }

  .site-header .menu-box {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .site-header .menu-box .site-nav {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }

  .site-header .menu-box .order-box {
    max-width: 156px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .site-header .top-menu {
    padding: 0 20px;
  }

  .site-header .top-menu li {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}

@media screen and (max-width: 1000px) {

  .site-header .language,
  .site-header .order-menu {
    display: none;
  }

  .site-header .basket {
    display: block;
  }

  .banner .title {
    top: 15%;
  }

  .banner .box .txt {
    right: 5%;
    bottom: 8%;
  }

  .banner .box .txt .name {
    font-size: 22px;
    margin-bottom: 0;
  }

  .banner .box .txt .more {
    font-size: 13px;
    padding: 7px 15px;
    border: 0;
  }

  .banner .box .txt .more:before {
    display: none;
  }

  .banner .box .txt.rs {
    left: 5%;
    bottom: 8%;
  }

  .banner .box .txt.rs .more {
    padding: 7px 15px;
  }

  .banner .box .txt.rs .more:before {
    right: 15px;
    top: 16px;
  }

  .side-nav .btn:after {
    bottom: 21px;
  }

  .main-box.active .side-nav {
    top: 45px;
  }
}

@media screen and (max-width: 800px) {
  .banner .title {
    font-size: 24px;
  }

  .main-box .main-title h2.title {
    font-size: 24px;
    padding: 8% 0 4% 30px;
  }

  .main-box .main-title h2.title:before {
    top: calc(50% - 8px);
  }

  .breadcrumb {
    display: none;
  }

  .fbtn-box li {
    width: 100%;
    padding: 0 0px 5px 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .top-nav ul li a {
    font-size: 13px;
    padding: 2vw 5px;
  }
}

@media screen and (max-width: 500px) {
  .menu-box {
    display: none;
  }

  .top-menu>li>a {
    padding: 18px 10px 14px 10px;
  }

  .form-box .list-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .form-box .list-box .control-label {
    padding-top: 5px !important;
  }

  .form-box .list-box .chktext {
    top: 28px;
    width: 50px;
    height: 25px;
  }

  .form-box .list-box .re-btn {
    top: 34px;
  }

  .container .txt-box {
    font-size: 16px;
  }

  .container .txt-box h3 {
    font-size: 24px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

.justify-content-between {
  justify-content: space-between !important
}

/*404 Page*/
.error-page {
  text-align: center;
  margin-top: 150px;
}

.error-page .logo-error-name {
  width: auto;
  height: 80px;
  filter: invert(0.7);
}

.error-page .error-title {
  font-size: 6.5em;
  font-weight: bold;
  color: #e50012;
  margin: 0.2em 0;
  line-height: 1;
}

.error-page .error-subtitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
  margin: 0.2em 0;
}

.error-page .btn-back {
  background-color: black;
  color: white;
  font-size: 1em;
  padding: 1em 2.5em;
  text-align: center;
  font-weight: bold;
  margin-top: 1.5em;
}

.error-page .btn-back:hover,
.error-page .btn-back:active,
.error-page .btn-back:focus {
  background-color: #e50012;
  padding: 1em 3em;
}

@media(min-width:992px) {
  .error-page .error-title {
    font-size: 10em;
  }

  .error-page .error-subtitle {
    font-size: 4em;
  }
}