/*自定义用与覆盖style.css中内容*/

@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Imported CSS
    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Service CSS
    * Team CSS
    * Projecet CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #222;
  font-size: 15px;
  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #222;
  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #ff383f;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:hover, a:active, a:focus {
  box-shadow: none;
  color: #eb0008;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  margin-bottom: 30px;
}

.indent {
  text-indent: 2em;
}

p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #ff6537;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #ff6537;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #ff6537;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
/*-------- Background Style Css --------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img-tr {
  background: no-repeat top right;
}
.bg-img-tl {
  background: no-repeat top left;
}
.bg-img-br {
  background: no-repeat bottom right;
}
.bg-img-bl {
  background: no-repeat bottom left;
}
.bg-img-nr {
  background: no-repeat center center;
  background-size: contain;
}
.bg-img-rc {
  background: no-repeat;
  background-size: contain;
}

/*-------- Container Style Css --------*/
.wrapper {
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

/*-------- Gutter Style Css --------*/
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-gutter-12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row-gutter-12 [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}
.row-gutter-45 [class*=col-] {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

/*-------- Spacing Style Css --------*/
section .container,
section .container-fluid {
  /*padding-bottom: 90px;*/
  padding-top: 85px;
}
@media only screen and (max-width: 1199px) {
  section .container,
  section .container-fluid {
    /*padding-bottom: 40px;*/
    padding-top: 60px;
  }
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #ff383f;
  border: 1px solid #ff383f;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 46px;
  line-height: 25px;
  letter-spacing: 0.25px;
  padding: 9px 30px;
  text-transform: capitalize;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.btn-theme:hover {
  color: #fff;
  background-color: #ff6537;
  border-color: #ff6537;
}

.btn-link {
  color: #222;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.btn-link:hover {
  color: #ff383f;
  text-decoration: none;
}

/*-------- Z Index Style Css --------*/
.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

/*-------- Page Header Style Css --------*/
.page-header-area{
  background-color: #fff;
  padding: 0;
  position: relative;
  overflow: auto;
  z-index: 1;
}

.page-header-area.page-shopping-cart-area {
  padding: 52px 0 66px;
}

.bg-img{
  background-image: url('../img/about/future.jpg');
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-header-content .title {
  color: #d8d8d8;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 6px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .page-header-content .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479.98px) {
  .page-header-content .title {
    font-size: 20px;
  }
}

.breadcrumb-area {
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb {
  background-color: transparent;
  display: block;
  flex-wrap: unset;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb li {
  color: #d8d8d8;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-area .breadcrumb li {
    font-size: 13px;
  }
}
.breadcrumb-area .breadcrumb li a {
  color: #d8d8d8;
}
.breadcrumb-area .breadcrumb li a:hover {
  color: #ff383f;
}
.breadcrumb-area .breadcrumb .breadcrumb-sep {
  vertical-align: 0;
  font-size: 15px;
  margin-right: 2px;
  margin-left: 6px;
}

/*-------- Pagination Style Css --------*/
.pagination-content-wrap {
  margin-top: 4px;
  margin-bottom: 36px;
}
.pagination-content-wrap .pagination-nav .pagination li {
  margin-right: 9px;
  margin: 0 10px 10px;
}
@media only screen and (max-width: 575px) {
  .pagination-content-wrap .pagination-nav .pagination li {
    margin: 0 0 10px;
  }
}
.pagination-content-wrap .pagination-nav .pagination li a {
  color: #000;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 8px;
}
.pagination-content-wrap .pagination-nav .pagination li a.disabled {
  cursor: not-allowed;
}
.pagination-content-wrap .pagination-nav .pagination li a.active {
  color: #a4a4a4;
}
.pagination-content-wrap .pagination-nav .pagination li a:hover {
  color: #ff383f;
}
.pagination-content-wrap .pagination-nav .pagination li:last-child {
  margin-right: 0;
}
.pagination-content-wrap .pagination-nav .pagination i {
  margin-right: 10px;
  margin-left: 6px;
}

/*-------- Pagination Style Css --------*/
.swiper-nav.swiper-container.swiper-slide-gap {
  padding: 0 20px;
  padding-bottom: 10px;
  margin: 0 -20px;
  margin-bottom: -10px;
}
.swiper-nav.swiper-container:hover .swiper-button-next {
  margin-right: 0;
  opacity: 1 !important;
}
.swiper-nav.swiper-container:hover .swiper-button-prev {
  margin-left: 0;
  opacity: 1 !important;
}
.swiper-nav .swiper-button {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  display: block;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 44px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 9;
}
.swiper-nav .swiper-button:after {
  display: none;
}
.swiper-nav .swiper-button.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.swiper-nav .swiper-button:hover {
  background-color: #ff383f;
  color: #fff;
}
.swiper-nav .swiper-button-prev {
  left: 5px;
  opacity: 0 !important;
  margin-left: 30px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.swiper-nav .swiper-button-next {
  right: 5px;
  opacity: 0 !important;
  margin-right: 30px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*-------- Custom Font Style Css --------*/
.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

/*-------- Custom Color Style Css --------*/
.bg-theme-color {
  background-color: #ff383f !important;
}

.bg-theme-color2 {
  background-color: #d0a97e !important;
}

.bg-theme-color3 {
  background-color: #FEF6EC !important;
}

.bg-color-222 {
  background-color: #222 !important;
}

.bg-color-middle {
  background-color: #ff6537 !important;
}

.bg-color-footer {
  background-color: #0E325B !important;
}

.bg-color-jiuan-orange {
  background-color: #ff6537 !important;
}

/*-------- Margin & Padding Custom Style Css --------*/
.m--0 {
  margin: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.p--0 {
  padding: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}
.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ff383f;
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  bottom: 400px;
  background-color: #ff6537;
  color: #fff;
  position: fixed;
  right: 0px;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*transform: rotate(45deg);*/
  /*-webkit-transform: rotate(45deg);*/
  /*-moz-transform: rotate(45deg);*/
  /*-ms-transform: rotate(45deg);*/
  /*-o-transform: rotate(45deg);*/
  z-index: 999;
  border-top: solid 1px #fff;
}
.scroll-to-top span {
  /*transform: rotate(-45deg);*/
  /*-webkit-transform: rotate(-45deg);*/
  /*-moz-transform: rotate(-45deg);*/
  /*-ms-transform: rotate(-45deg);*/
  /*-o-transform: rotate(-45deg);*/
}
.scroll-to-top:hover {
  background-color: #ff6537;
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 400px;
}
.scroll-to-top.show:hover {
  opacity: 1;
}


.customer-service{
  cursor:pointer;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #ff6537;
  color: #fff;
  position: fixed;
  bottom:440px;
  right: 0px;
  visibility: visible;
  z-index: 999;
}

.customer-service .content{
  width: 18px;
  height: 18px;
  margin: 11px;
  background-image: url("../img/background.png");
  background-repeat:no-repeat;
  background-position: 0 -89px;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #ff383f;
}
.main-menu > li:hover > a:before, .main-menu > li.active > a:before {
  color: #ff383f;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:before {
  content: "";
  color: #ff383f;
  font-size: 18px;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav {
  background-color: #EF4136;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: -25px;
  top: 100%;
  opacity: 0;
  min-width: 250px;
  pointer-events: none;
  margin-top: 30px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  visibility: hidden;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    min-width: 210px;
  }
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  padding: 10px 25px;
}
.has-submenu .submenu-nav > li a {
  color: #aaa;
  display: block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: none;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #222222;
  font-size: 15px;
  line-height: 1;
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 0;
  flex-basis: 25%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega.colunm-two .mega-menu-item {
  flex-basis: 50%;
}
.has-submenu.full-width {
  position: static;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
}
.res-mobile-menu .slicknav_nav li {
  border-top: 1px solid #eee;
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 8px 20px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0px;
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #1d1d1d;
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 32px;
  line-height: 34px;
  width: 48px;
  border-radius: 50%;
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #ff383f;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 0;
}
.res-mobile-menu .slicknav_nav li ul li a {
  font-weight: 400;
  padding-left: 30px;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 14px;
  padding-left: 40px;
}
.res-mobile-menu .slicknav_nav .slicknav_parent .slicknav_item a {
  padding-left: 0;
}
.res-mobile-menu .slicknav_nav .slicknav_open a > a {
  color: #ff383f;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #ff383f;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav .slicknav_open > ul > li > a > a {
  color: #5b5b5b;
}
.res-mobile-menu .slicknav_nav .slicknav_open > ul > li.slicknav_open > a > a {
  color: #ff383f;
}

/*
-----------------------------------------------------------------------
  Section Title CSS
-----------------------------------------------------------------------
*/
.section-title {
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title .sub-title {
  font-size: 24px;
  margin-bottom: 5px;
}
.section-title .title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 0;
}
.header-area .container .row .col:nth-child(1) {
  max-width: 240px; /*185px; logo区图标大小*/
}
@media only screen and (max-width: 991px) {
  .header-area .container .row .col:nth-child(1) {
    max-width: 50%;
    justify-content: flex-start;
    display: flex;
  }
}
.header-area .container .row .col:nth-child(2) {
  max-width: 601px;
}
@media only screen and (max-width: 991px) {
  .header-area .container .row .col:nth-child(2) {
    display: none;
  }
}
.header-area .container .row .col:nth-child(3) {
  max-width: 258px;
}
@media only screen and (max-width: 991px) {
  .header-area .container .row .col:nth-child(3) {
    max-width: 50%;
    justify-content: flex-end;
    display: flex;
  }
}
.header-area .container-fluid {
  padding: 0;
}
.header-area.sticky-header {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-area.sticky-header.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-area.transparent {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-area.header-default {
  background-color: #fff;
  /*background-color: #ff6537;*/
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .header-area .header-navigation-area {
    display: none;
  }
}
.header-area .header-navigation-area .main-menu.nav {
  align-items: center;
  justify-content: center;
}
.header-area .header-navigation-area .main-menu.nav > li {
  padding: 0;
  margin-right: 0;
}
.header-area .header-navigation-area .main-menu.nav > li.active > a {
  color: #000;
}
.header-area .header-navigation-area .main-menu.nav > li > a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  height: 80px;
  line-height: 80px;
  letter-spacing: 0.25px;
  position: relative;
  padding: 0 22px 0 23px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .header-area .header-navigation-area .main-menu.nav > li > a {
    font-size: 15px;
    padding: 0 12px;
  }
}
.header-area .header-navigation-area .main-menu.nav > li > a span {
  position: relative;
}
.header-area .header-navigation-area .main-menu.nav > li > a span:before {
  background-color: #000; /*#222;*/
  bottom: 0;
  content: "";
  height: 1px;
  left: auto;
  right: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.header-area .header-navigation-area .main-menu.nav > li > a:hover {
  color: #000;
}
.header-area .header-navigation-area .main-menu.nav > li > a:hover:after {
  bottom: auto;
  height: 100%;
  top: 0;
}
.header-area .header-navigation-area .main-menu.nav > li > a:hover span:before {
  background-color: #fff;
  width: 100%;
  left: 0;
  right: auto;
}
.header-area .header-navigation-area .main-menu.nav > li:first-child {
  margin-left: 0;
}
.header-area .header-navigation-area .main-menu.nav > li:first-child a {
  padding-left: 0;
}
.header-area .header-navigation-area .main-menu.nav > li:last-child {
  margin-right: 0;
}
.header-area .header-navigation-area .main-menu.nav > li:last-child a {
  padding-right: 0;
}
.header-area .header-navigation-area .main-menu.nav > li:hover span:before {
  background-color: #fff;
  width: 100%;
  left: 0;
  right: auto;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu > a:before {
  display: none;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu:hover a {
  color: #ff6537;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu:hover a:after {
  bottom: auto;
  height: 100%;
  top: 0;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  min-width: 200px;
  padding: 20px 0;
  color: white;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav:before {
  display: none;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li {
  border-bottom: none;
  padding: 0;
  margin-bottom: 5px;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li:last-child {
  margin-bottom: 0;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.active a {
  color: #fff !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.active:after {
  color: #fff;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li a {
  color: white;
  font-size: 15px;
  font-weight: 60;
  display: block;
  letter-spacing: 0.25px;
  padding: 4px 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li a:hover {
  color: #ff6537;
}
@media only screen and (max-width: 1399.98px) {
  .header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu {
    padding: 0px 28px;
  }
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:after {
  color: #222;
}
@media only screen and (max-width: 1399.98px) {
  .header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:after {
    right: auto;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    top: calc(50% + -8px);
    left: 20px;
  }
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu.active:after {
  color: #ff6537;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  border-radius: 0;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.05);
  left: 100%;
  right: auto;
  top: 7px;
}
@media only screen and (max-width: 1399.98px) {
  .header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav {
    left: auto;
    right: 100%;
  }
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav:before {
  content: "";
  display: block;
  height: 27px;
  position: absolute;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav > li > a {
  color: #ff6537 !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav > li > a:hover {
  color: #ff6537 !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav > li.active > a {
  color: #ff6537 !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:hover a {
  color: #ff6537;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:hover:after {
  color: #ff6537 !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega {
  left: 15px;
  padding: 35px 15px 40px 15px;
  min-width: auto;
  max-width: 1170px;
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega {
    max-width: 962px;
  }
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item {
  flex-basis: inherit;
  max-width: 303.33px;
  width: 100%;
  margin-bottom: 0;
  padding: 0 15px;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  max-width: 230px;
  padding: 0;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item:last-child a {
  padding: 0;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item.active .mega-title {
  color: #d8d8d8 !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item.active a {
  color: #d8d8d8 !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a {
  line-height: 21px;
  padding: 7px 0;
  text-transform: inherit;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a:hover {
  color: #ff383f !important;
}
.header-area .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-title {
  border-bottom: 1px solid #d8d8d8;
  color: #d8d8d8;
  font-size: 14px;
  margin-bottom: 7px;
  margin-top: 4px;
  padding: 0 0 11px;
}
.header-area .btn-menu {
  background-color: transparent;
  color: #282828;
  border: none;
  margin: 0;
  padding: 14px 0 12px;
  font-size: 25px;
  padding-right: 5px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-area .btn-menu:hover {
  color: #ff383f;
}

.header-logo-area {
  position: relative;
  margin: 3px;
}

.header-action-area {
  align-items: center;
  display: flex;
  height: 80px;
  margin-bottom: 0;
}
.header-action-area .header-action {
  margin-bottom: 0;
}
.header-action-area .header-action .currency-menu {
  margin-left: 3px;
  position: relative;
  height: 80px;
  line-height: 80px;
}
@media only screen and (max-width: 575px) {
  .header-action-area .header-action .currency-menu {
    display: none;
  }
}
.header-action-area .header-action .currency-menu .title {
  color: #222;
  font-size: 16px;
  min-width: 50px;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-action-area .header-action .currency-menu .title:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: 4px;
  content: "";
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}
.header-action-area .header-action .currency-menu .currency-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #222;
  width: 250px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.header-action-area .header-action .currency-menu .currency-dropdown .currency {
  padding: 20px;
  padding-bottom: 25px;
}
.header-action-area .header-action .currency-menu .currency-dropdown .currency ul li {
  color: #d8d8d8;
  display: block;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}
.header-action-area .header-action .currency-menu .currency-dropdown .currency ul li a {
  color: #d8d8d8;
}
.header-action-area .header-action .currency-menu .currency-dropdown .currency ul li a:hover {
  color: #ff6537;
  padding-left: 5px;
}
.header-action-area .header-action .currency-menu .currency-dropdown .currency ul li:last-child {
  margin-bottom: 0;
}
.header-action-area .header-action .currency-menu .currency-dropdown.show {
  height: 320px;
  visibility: visible;
}
.header-action-area .header-action .currency-menu:hover .title {
  color: #ff6537;
}
.header-action-area .header-action .user-menu {
  margin-left: 25px;
  position: relative;
  height: 80px;
  line-height: 75px;
}
@media only screen and (max-width: 479.98px) {
  .header-action-area .header-action .user-menu {
    display: none;
  }
}
.header-action-area .header-action .user-menu .title {
  color: #000;
  font-size: 18px;
  min-width: 50px;
  display: inline-block;
  position: relative;
  margin-top: 4px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 575px) {
  .header-action-area .header-action .user-menu .title {
    font-size: 18px;
    min-width: 38px;
  }
}
.header-action-area .header-action .user-menu .title:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: 4px;
  /*content: "";*/
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}
.header-action-area .header-action .user-menu .user-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #222;
  width: 250px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.header-action-area .header-action .user-menu .user-dropdown .user {
  padding: 22px 20px;
}
.header-action-area .header-action .user-menu .user-dropdown .user ul li {
  color: #d8d8d8;
  display: block;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}
.header-action-area .header-action .user-menu .user-dropdown .user ul li a {
  color: #d8d8d8;
}
.header-action-area .header-action .user-menu .user-dropdown .user ul li a:hover {
  color: #d0a97e;
  padding-left: 5px;
}
.header-action-area .header-action .user-menu .user-dropdown .user ul li:last-child {
  margin-bottom: 0;
}
.header-action-area .header-action .user-menu .user-dropdown.show {
  height: 75px;
  visibility: visible;
}
.header-action-area .header-action .user-menu:hover .title {
  color: #000;
}
.header-action-area .header-action .header-search {
  margin-left: 15px;
  position: relative;
  height: 80px;
  line-height: 86px;
  width: 20px;
}
.header-action-area .header-action .header-search .search-toggle {
  position: relative;
  background-color: transparent;
  border: none;
  margin: 0;
  height: 80px;
  min-width: 20px;
  padding: 0;
}
.header-action-area .header-action .header-search .search-toggle .bardy-search {
  font-weight: 700;
  font-size: 20px;
}
.header-action-area .header-action .header-search .search-toggle .bardy-cancel {
  font-weight: 700;
  font-size: 20px;
  display: none;
}
.header-action-area .header-action .header-search .header-search-form {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  left: auto;
  right: 0;
  min-width: 280px;
  position: absolute;
  top: 100%;
  z-index: 9;
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479.98px) {
  .header-action-area .header-action .header-search .header-search-form {
    right: -65px;
  }
}
.header-action-area .header-action .header-search .header-search-form input {
  width: 100%;
  height: 46px;
  border: none;
  padding: 0 50px 0 18px;
  display: block;
  font-size: 14px;
}
.header-action-area .header-action .header-search .header-search-form button {
  font-size: 18px;
  border: none;
  height: 46px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  width: 46px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-left: 1px solid #eee;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-action-area .header-action .header-search .header-search-form button:hover {
  background-color: #ff383f;
  color: #fff;
}
.header-action-area .header-action .header-search .header-search-form.search-open {
  height: 46px;
}
.header-action-area .header-action .header-search.open .search-toggle .bardy-search {
  display: none;
}
.header-action-area .header-action .header-search.open .search-toggle .bardy-cancel {
  display: block;
}
.header-action-area .header-action .header-mini-cart {
  height: 80px;
  line-height: 80px;
  margin-left: 25px;
  position: relative;
}
.header-action-area .header-action .header-mini-cart .mini-cart-toggle {
  background-color: transparent;
  border: none;
  line-height: 87px;
  height: 80px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 43px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-toggle .icon {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.header-action-area .header-action .header-mini-cart .mini-cart-toggle .number {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 30px;
  position: relative;
  right: 1px;
  top: -15px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #222;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 99;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-title {
  border-bottom: 1px solid #3c3c3c;
  color: #d8d8d8;
  font-size: 24px;
  padding: 16px 30px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap {
  border-bottom: 1px solid #3c3c3c;
  padding: 21px 31px 10px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item {
  align-items: center;
  display: flex;
  margin-bottom: 22px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .thumb {
  flex: 0 0 60px;
  line-height: 1;
  min-width: 60px;
  position: relative;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .thumb .remove {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 50%;
  color: #222;
  display: inline-block;
  font-size: 11px;
  left: -11px;
  line-height: 22px;
  height: 22px;
  position: absolute;
  text-align: center;
  top: -11px;
  width: 22px;
  z-index: 3;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .thumb .remove:hover {
  color: #ff383f;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .content {
  flex: 0 0 calc(100% - 60px);
  line-height: 1;
  padding-left: 15px;
  top: -2px;
  position: relative;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .content .title {
  color: #d8d8d8;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .content .title a {
  color: #d8d8d8;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .content .title a:hover {
  color: #ff383f;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .cart-item-wrap .cart-item .content span {
  color: #d8d8d8;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .mini-cart-footer {
  line-height: 1;
  padding: 21px 30px 20px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .mini-cart-footer h4 {
  color: #d8d8d8;
  font-size: 18px;
  margin-bottom: 21px;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .mini-cart-footer .cart-btn {
  display: flex;
  justify-content: space-between;
  flex: 1 0 100%;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .mini-cart-footer .cart-btn a {
  background-color: #090909;
  color: #d0a97e;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 8px 15px;
  text-align: center;
  width: 114.19px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown .mini-cart-footer .cart-btn a:hover {
  background-color: #ff383f;
  color: #fff;
}
.header-action-area .header-action .header-mini-cart .mini-cart-dropdown.show {
  height: 393px;
}

.fix {
  overflow: hidden;
}

/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area .home-slider-container {
  position: relative;
  color: lightblue;
  font-weight: 600;
}
.home-slider-area .home-slider-container .home-slider-wrapper {
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content .sub-title {
  animation-delay: 0.3s;
  animation-name: fadeInRight;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content .title {
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content .btn-slider {
  animation-name: fadeInLeft;
  animation-delay: 1.3s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  height: 600px;/*calc(100vh - 360px)*/
  justify-content: flex-end;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 460px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content {
  z-index: 999;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content {
    text-align: center;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .sub-title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slider {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .sub-title {
  color: #222;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .sub-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .sub-title {
    font-size: 16px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
  color: #222;
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
    font-size: 50px;
    line-height: 68px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slider {
  background-color: #222;
  border: 1px solid #222;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 46px;
  line-height: 25px;
  letter-spacing: 0.25px;
  padding: 9px 30px;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slider {
    font-size: 14px;
    height: 42px;
    line-height: 22px;
    padding: 8px 22px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slider:hover {
  background-color: rgba(0,0,0,.3);
  border-color: rgba(0,0,0,.3);
}
.home-slider-area .home-slider-container .swiper-button-next, .home-slider-area .home-slider-container .swiper-button-prev {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: rgba(0,0,0,.3); /*#222;*/
  border-radius: 50%;
  color: #fff;
  border: none;
  font-size: 30px;
  height: 60px;
  position: absolute;
  text-align: center;
  top: 300px; /*52%*/
  width: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  z-index: 9;
}
@media only screen and (max-width: 1399.98px) {
  .home-slider-area .home-slider-container .swiper-button-next, .home-slider-area .home-slider-container .swiper-button-prev {
    /*display: none;*/
  }
}
.home-slider-area .home-slider-container .swiper-button-next:after, .home-slider-area .home-slider-container .swiper-button-prev:after {
  display: none;
}
.home-slider-area .home-slider-container .swiper-button-next:hover, .home-slider-area .home-slider-container .swiper-button-prev:hover {
  background-color: rgba(0,0,0,.3);
}
.home-slider-area .home-slider-container .swiper-button-next {
  right: 15px;
}
.home-slider-area .home-slider-container .swiper-button-prev {
  left: 15px;
}
/*
-----------------------------------------------------------------------
    About CSS
-----------------------------------------------------------------------
*/
.about-area.about-inner-area .container {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-inner-area .container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.about-inner-wrap .about-thumb {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  margin-right: 50px;
  margin-left: -15px;
}
@media only screen and (max-width: 1199px) {
  .about-inner-wrap .about-thumb {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-inner-wrap .about-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-inner-wrap .about-content {
    margin-bottom: 40px;
  }
}
.about-inner-wrap .about-content .section-title .sub-title {
  margin-top: 35px;
}
@media only screen and (max-width: 1399.98px) {
  .about-inner-wrap .about-content .section-title .sub-title {
    margin-top: 0;
  }
}
.about-inner-wrap .about-content .section-title .title {
  margin-bottom: 28px;
  letter-spacing: 0;
}
.about-inner-wrap .about-content .section-title .desc p {
  line-height: 28px;
}
.about-inner-wrap .about-content .section-title .desc p:first-child {
  margin-bottom: 16px;
}
.about-inner-wrap .about-content .section-title .desc p:last-child {
  margin-bottom: 36px;
}
.about-inner-wrap .about-content .btn-theme {
  background-color: #222;
  border: 1px solid #222;
}
.about-inner-wrap .about-content .btn-theme:hover {
  background-color: #ff383f;
  border: 1px solid #ff383f;
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-area.product-grid-list-area .container {
  padding-top: 85px;
  padding-bottom: 57px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-grid-list-area .container {
    padding-top: 57px;
    padding-bottom: 5px;
  }
}
.product-area.product-grid-list-area .product-item .inner-content {
  margin-bottom: 65px;
}
.product-area.product-single-area .container {
  padding-bottom: 75px;
  padding-top: 85px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-single-area .container {
    padding-bottom: 42px;
    padding-top: 60px;
  }
}
.product-area.shopping-cart-area .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .product-area.shopping-cart-area .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.product-area.product-information-area .container {
  padding-top: 57px;
  padding-bottom: 98px;
}
.product-area.product-list-area .section-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-list-area .section-title {
    margin-bottom: 40px;
  }
}

.shipping-policy-area .container {
  padding-top: 103px;
  padding-bottom: 64px;
}

.product-size-area .container {
  padding-top: 101px;
  padding-bottom: 80px;
}

.product-item .inner-content {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0 0 30px;
}
.product-item .inner-content .product-thumb {
  position: relative;
}
.product-item .inner-content .product-thumb .product-action {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap {
  display: flex;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap a {
  background-color: #fff;
  border-right: 1px solid #ededed;
  height: 50px;
  display: flex;
  position: relative;
  width: 51px;
  justify-content: center;
  align-items: center;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap a .icon {
  height: 20px;
  overflow: hidden;
  width: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap a .icon .hover-icon {
  color: #ff383f;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap a i {
  color: #222;
  display: block;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap a:last-child {
  border-right: none;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap a:hover .icon i {
  margin-top: -20px;
}
.product-item .inner-content .product-thumb .product-action .addto-wrap a:hover .icon .hover-icon {
  margin-top: 0;
}
.product-item .inner-content .product-info {
  padding: 26px 18px 28px;
  text-align: center;
}
.product-item .inner-content .product-info .title {
  color: #222;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 19px;
}
.product-item .inner-content .product-info .title a {
  color: #222;
}
.product-item .inner-content .product-info .title a:hover {
  color: #ff383f;
}
.product-item .inner-content .product-info .star-content {
  display: flex;
  margin-bottom: 18px;
  justify-content: center;
}
.product-item .inner-content .product-info .star-content i {
  color: #ff383f;
  font-size: 14.4px;
  letter-spacing: 1px;
}
.product-item .inner-content .product-info .prices span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.product-item .inner-content .product-info .prices .price-old {
  color: #666;
  text-decoration: line-through;
}
.product-item .inner-content:hover .product-thumb .product-action {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}


.product-swiper-pagination {
  padding-bottom: 19px !important;
}
.product-swiper-pagination .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.product-swiper-pagination .swiper-pagination span {
  background-color: #1e1e1e;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 0 3px;
  opacity: 1;
  width: 10px;
}
.product-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.product-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d0a97e;
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area .swiper-container.swiper-slide-gap {
  padding: 0;
  margin: 0;
}

.brand-logo-item {
  text-align: center;
}
.brand-logo-item img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.brand-logo-item:hover img {
  opacity: 0.6;
}

.brand-logo-slider-container .swiper-wrapper {
  align-items: center;
}

/*
-----------------------------------------------------------------------
    Form CSS
-----------------------------------------------------------------------
*/
.contact-form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 23px;
}
.contact-form .desc {
  font-size: 15px;
  margin-bottom: 63px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  box-shadow: none;
  color: #656565;
  display: block;
  font-size: 15px;
  padding: 11px 25px;
  height: 48px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.contact-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #656565;
}
.contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #656565;
}
.contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #656565;
}
.contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #656565;
}
.contact-form .form-control:active, .contact-form .form-control:focus {
  border-color: #ff383f;
}
.contact-form textarea.form-control {
  border-radius: 20px;
  resize: inherit;
  padding-top: 21px;
  height: 190px;
}
.contact-form .btn-theme {
  background-color: #ff6537;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  height: 45px;
  letter-spacing: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  text-align: center;
}
.contact-form .btn-theme:hover {
  background-color: #ff6537;
}

.comment-form-content .form-group {
  margin-bottom: 36px;
}
.comment-form-content .form-group label {
  color: #222;
  font-size: 14px;
  margin-bottom: 10px;
}
.comment-form-content .form-group .form-control {
  background: #f2f2f2;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #f2f2f2;
  font-size: 14px;
  width: 100%;
  padding-left: 13px;
  height: 46px;
}
.comment-form-content .form-group .form-control:active, .comment-form-content .form-group .form-control:focus {
  border: 2px solid #ff383f;
  border-radius: 5px;
}
.comment-form-content .form-group textarea.form-control {
  height: 135px;
  padding-top: 13px;
}
.comment-form-content .form-submit-btn {
  margin-top: -7px;
}
.comment-form-content .form-submit-btn .btn-submit {
  border: none;
  border-radius: 5px;
  background-color: #ff383f;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 42px;
  padding: 0 33px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.comment-form-content .form-submit-btn .btn-submit:hover {
  background-color: #222;
}

/*
-----------------------------------------------------------------------
    Contact CSS
-----------------------------------------------------------------------
*/
.contact-area .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .contact-area .container {
    padding-bottom: 50px;
    padding-top: 66px;
  }
}

.contact-info {
  background-color: #ff6537;
  max-width: 435px;
  padding: 95px 60px;
}
@media only screen and (max-width: 991px) {
  .contact-info {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info {
    padding: 55px 40px;
  }
}
.contact-info .info-item {
  border-bottom: 1px dashed #636363;
  margin-bottom: 31px;
  padding-bottom: 30px;
}
.contact-info .info-item .info .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info .info-item .info p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  max-width: 250px;
}
.contact-info .info-item .info a {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  display: block;
}
.contact-info .info-item .info a:hover {
  color: #fff;
}
.contact-info .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  padding-top: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .footer-area {
    padding-top: 20px;
    margin-top: 25px;
  }
}
.footer-area .footer-widget-wrap {
  justify-content: space-between;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrap {
    padding-bottom: 0px;
  }
}
.footer-area .footer-widget-wrap .col {
  flex-grow: 1;
}
.footer-area p {
  color: #ccc;
  /*width: 270px;*/
  line-height: 20px;
  margin-bottom: 15px;
  font-size:14px;
}

.footer-area p a {
  color: #d8d8d8;
}

.footer-area .footer-logo-area {
  width: 270px;
  margin-bottom: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.footer-area .widget-item {
  margin-bottom: 30px;
}
.footer-area .widget-item .widget-title {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size:16px;
  font-weight: bold;
}
.footer-area .widget-menu-wrap .nav-menu {
  margin-bottom: 0;
}
.footer-area .widget-menu-wrap .nav-menu li {
  color: #d8d8d8;
  white-space: nowrap;
  display: block;
  line-height: 23px;
  margin-bottom: 12px;
}
.footer-area .widget-menu-wrap .nav-menu li a {
  color: #d8d8d8;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #ff383f;
}
.footer-area .widget-menu-wrap .nav-menu li:last-child {
  margin-bottom: 0;
}

.footer-logo-area .qrcode{
  width: 140px;
  height: 140px;
}


.footer-top-href .icons{
  width: 25px;
  height: 25px;
}
.footer-top-href .sub-icons{
  width: 18px;
  height: 18px;
}
.footer-top-href .sub-font{
  color: #d8d8d8;
  font-size: 12px;
}

.footer-logo-area .qrcode-text{
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}


.footer-area .footer-bottom {
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 21px;
}
.footer-area .footer-bottom .copyright {
  color: #222;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-bottom .copyright {
    text-align: center;
    margin: 0 auto;
  }
}
.footer-area .footer-bottom .copyright a {
  color: #222;
  font-weight: 700;
}
.footer-area .footer-bottom .copyright a:hover {
  color: #ff383f;
}
.footer-area .footer-bottom .payment-method {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-bottom .payment-method {
    text-align: center;
    margin-top: 10px;
  }
}

/*
-----------------------------------------------------------------------
  2021-08-02 左侧导航栏等（新闻详情使用）
-----------------------------------------------------------------------
*/
.left-nav{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #ff6537; /*#fbfbfb;*/
  padding: 45px 45px;
  opacity: 0.8;
}

.left-nav-title, .left-nav-title:hover {
  font-size: 18px;
  color: #fff;
}

.content-title{
  font-size: 18px;
}


.header-title-wrapper{
  position:absolute;
  top:120px;
  left:calc((100% - 1080px)/2);
}

.header-title{
  color:#fff;
  font-size: 48px;
  font-weight: bolder;
}

/*
-----------------------------------------------------------------------
  NEWS CSS
-----------------------------------------------------------------------
*/

* {
  box-sizing: border-box;
}

.child-menu {
  text-align: center;
  display: flex;
  height: 20vh;
  justify-content: center;
  align-items: center;
}

.nav-1 {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background-color: #fff;
  padding: 0px 60px;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
}

.nav-item {

  color: black;
  padding: 20px;
  text-decoration: none;
  transition: .3s;
  margin: 0 6px;
  z-index: 1;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  font-weight: bolder;
}
.nav-item:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #dfe2ea;
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: .3s;
}

.nav-item:not(.is-active):hover:before {
  opacity: 1;
  bottom: 0;
}

.nav-item:not(.is-active):hover {
  color: #333;
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  transition: .4s;
  height: 5px;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 580px) {
  .nav {
    overflow: auto;
  }
}
