/**/
.full-header-top {
  position: relative;
  padding: 4px 0;
  /*background-color: #70a6b160;*/
  background-color: #fce7de;
  padding-top: 15px;
  padding-bottom: 65px;
}
.header-top-wrap {
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.line-image {
  overflow: hidden;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.line-image.rotate {
  transform: rotate(180deg);
}
.line-image.top {
  bottom: auto;
  top: -1px;
}
.full-header-top .line-image {
  bottom: -1px;
}
.full-breadcrumbs .line-image {
  bottom: -10px;
}
.line-image img {
  width: 100%;
  display: block;
}

.header-top-wrap ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-top-wrap ul li {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
}
.header-top-wrap ul li a {
  color: #385469;
}
.header-top-wrap ul i {
  background-color: #ff6600;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: ;
  font-size: 10px;
  text-align: ;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
/**/
/* Search */
.inner-header {
  position: relative;
}
.menu-primary .header-search {
  display: none;
}
.btn_search:hover{
  color: #f96c2a;
}
.header-search{
  position: relative; 
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-search .btn_search {
  border-radius: 99px;
  text-align: center;
  color: #000;
  line-height: 25px;
}
.active .form-search {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.form-search {
  position: absolute;
  top: -10px;
  z-index: 999999;
  right: -5px;
  transform: translateX(50px);
  opacity: 0;
  transition: all .4s linear;
  visibility: hidden;
}
.header-search .form-search input {
  height: 48;
  box-shadow: initial;
  padding: 8px 20px;
  color: #333;
  border-bottom: initial;
  min-width: 300px;
  background: initial;
  background-color: #fff;
  border-radius: 99px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.header-search .form-search button {
  position: absolute;
  right: 6px;
  height: 48px;
  width: 48px;
  box-shadow: initial;
  background: transparent;
  border: initial;
  z-index: 999;
  padding: 0;
  cursor: pointer;
  border: 0;
  color: #385469;
}

.header-top-right {
  display: flex;
  align-items: center;
}
.header-top-right i {
  font-size: 20px;
}
.header-top-right > div {
  margin: 0 16px;
}
.header-cart{
  position: relative;
}
.num-product{
  position: absolute;
  top: -5px;
  right: -11px;
  background-color: #ff6600;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
}
/**/
.full-header-mobile{
  display: none;
}
.full-header {
  position: relative;
  z-index: 3;
  overflow-x:clip;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
.full-header .line-image{
  bottom: -50px;
}
/**/
@media only screen and (min-width: 640px) {
  .full-header.sticky {
    background-color: #fff;
    padding: 5px 0;
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
  }
}
  @keyframes stuckMoveDown {
    0% {
      -webkit-transform:translateY(-100%);
      transform:translateY(-100%)
    }
    100% {
      -webkit-transform:translateY(0);
      transform:translateY(0)
    }
  }
  .sticky .header-logo a img {
    max-height: 120px;
  }
  .sticky .header-right-wrap {
    overflow-y: clip;
  } 

  .sticky.full-header .line-image {
    bottom: unset; 
  }
  .sticky .line-image.bottom{
    display: none;
  }
  /**/
.header-wrap {
  justify-content: space-between;
  align-items: center;
}
/**/
.header-right{
  position:relative;
  flex: 1;
  padding-left: 80px;
}
/**/
.header-menu {
  flex: 1;
}
.header-logo a {
  display: block;
}
.header-desktop .header-logo a img {
  max-width: 200px;
}
.main-menu{
  flex: 1;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.main-menu .menu-primary > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-menu ul li {
  position: relative;
  margin: 0;
}
.main-menu ul li a {
  padding: 0 20px;
  color: #385469;
  height: 30px;
  display: inline-block;
}
.main-menu a:hover,
.main-menu .menu-primary ul li.current-item a {
  color: #ff6600;
}
/*submenu*/
.main-menu .menu-primary>ul>li {
  min-height: 35px;
  line-height: 35px;
}
ul.sub-menu {
  display: none;
}
@media only screen and (min-width: 1101px) {
  .has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    width: 20px;
    height: 20px;
    margin-left: 5px;
    font-weight: 600;
  }
  .main-menu ul li {
    position: relative;
  }
  .menu-primary>ul>li>ul.sub-menu::before {
    position: absolute;
    top: -9px;
    left: 20px;
    content: "";
    width:0px;
    height:0px;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
  }
  ul.sub-menu {
    position: absolute;
    display: none;
    background-color: #fff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
    min-width: 328px;
    padding: 10px 0;
    z-index: 1;
  }
  li:hover > ul.sub-menu {
    position: absolute;
    top: 95%;
    left: 0;
    display: block;
  /*transform: translate(-50%);*/
  }
  ul.sub-menu li {
    margin: 5px 0;
  }
  ul.sub-menu li a{
    padding: 0 20px;
    min-height: 35px;
    display: block;
    line-height: 22px;
    display: flex;
    align-items: center;
  }
  .sub-menu .sub-menu{
    left: 100% !important;
    top: 0 !important;
  }
  .main-menu .fa-plus{
    display: none;
  }
}
/**/
.lte-btn-after::after {
  font-style: normal;
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E82E";
  margin-inline-end: 0;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
 .btn-style {
  position: relative;
  line-height: 1.6em;
  min-width: 180px;
  font-size: 14px;
  background-color: #ff6600;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
 }
 .btn-style-inner {
  position: relative;
  z-index: 2;
  display: block;
  padding: 14px 24px 14px 24px;
}
 .btn-style .btn-style-inner::after, 
 .btn-style .btn-style-inner::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #0f51af;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  content: "";
}
.btn-style .btn-style-inner::after {
  left: auto;
  right: 50%;
}
.btn-style .btn-style-inner:hover:before,
.btn-style .btn-style-inner:hover:after{
  width: 100%;
}
.btn-style .lte-btn-after{
  margin-left: 10px;
  font-size: 12px;
}
button.btn-style {
  border: 0;
  padding: 0;
}
/**/
.main-menu .menu-toggle {
  display: none;
}


/**/
.full-breadcrumbs {
  position: relative;
  padding: 220px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
.full-breadcrumbs::before {
  content: "";
  background-color: #385469;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.35;
}
.breadcrumb-wrap{
  z-index: 1;
  position: relative;
}
.breadcrumb-title{
  color: #fff;
}
#breadcrumbs,
#breadcrumbs a {
  color: #ff6600;
}
#breadcrumbs .breadcrumb_last {
  color: #fff;
  margin-left: 8px;
}
#breadcrumbs .lte-btn-after {
  font-size: 12px;
}
/**/
@media only screen and (max-width: 1300px) {
  .main-menu .menu-primary > ul{
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .full-header-top {
    padding-bottom: 45px;
  }
  .header-top-wrap input {
    width: 280px;
    padding: 0 20px;
    height: 35px;
  }
  .header-top-wrap form button {
    width: 40px;
    height: 35px;
    font-size: 16px;
  }
  .btn-header {
    padding: 0 10px;
    height: 35px;
    width: 35px !important;
    justify-content: center;
  }
  .btn-header span {
    display: none;
  }
  .btn-header i {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .header-logo .site-logo {
    max-width: 80px;
    padding: 10px 0;
  }
  .full-header{
    overflow: hidden;
    padding: 10px 0;
  }
  .full-header.menu-opend{
    z-index: 999;
  }
  .main-menu .menu-toggle {
    display: block;
    background: linear-gradient(180deg, #108bea 0%, #0066b3 100%);
    border: 0;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    padding: 2px 10px;
    color: #fff;
    font-size: 18px;
  }
  .main-menu .menu-toggle::after {
    position: fixed;
    width: 100%;
    height: 99999px;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
    background: black;
    cursor: pointer;
    z-index: 9999999998;
  }
  .main-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  } 
  .main-menu:not(.active) .menu-toggle::after{
    display: none;
  }
  .main-menu .menu-primary{
    position: fixed;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 200ms ease-in-out, right 200ms ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
    left: -300px;
    background-color: #fff;
  }
  .main-menu.active .menu-primary{
    left: 0;
  }
  .main-menu ul li {
    line-height: 35px;
    font-size: 14px;
    width: 100%;
  }
  .main-menu ul li a {
    padding: 0 10px;
    color: #262626;
    display: block;
  }
  .main-menu .menu-primary > ul {
    display: block;
    padding: 0;
  }
  ul.sub-menu {
    width: 100%;
    background-color: #fff;
    z-index: 1;
    padding-left: 10px;
  }
  .has-children i {
    display: block;
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition:.3s all;
  }
  .has-children.active>i::before{
    content: "\f068";
  }
  /**/
  .moblie-menu .menu-primary>ul>li{
    border-bottom: 1px dashed #ddd;
    min-height: 40px;
  }
  .moblie-menu .menu-primary ul ul{
    padding-left: 10px;
  }

  /**/
  .main-menu .menu-primary ul li {
    min-height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ccc;
    padding-left: 5px !important;
    white-space: nowrap;
  }
/*  ul.sub-menu {
    margin-left: -8px;
  }*/
  .main-menu ul li {
    border-bottom: 1px dashed #ccc;
    line-height: 45px;
  }
  .main-menu ul li:last-child {
    border-bottom: none !important;
  }
  ul.sub-menu li a {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 990px) {
  .header-top-right > div {
    margin: 0 8px;
  }
  .full-breadcrumbs{
    padding: 120px 0;
    background-position: center;
    background-attachment: unset;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .header-wrap-top {
    justify-content: center;
  }
  .header-wrap-top p,
  .header-wrap-top ul{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-right {
    padding-left: 80px;
  }
  .searchform input{
    width: 180px;
  }
  /**/
  .full-breadcrumbs .line-image {
    bottom: 0;
  }
  .full-breadcrumbs {
    padding: 80px 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .full-header-top{
    display: none;
  }
  .header-search{
    display: none;
  }
  .menu-primary .header-search {
    display: block;
    margin: 5px;
  }
  /**/
  .menu-primary .searchform {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px auto;
  }
  .menu-primary .form-search {
    position: unset;
  }
  .menu-primary .header-search .form-search input {
    width: 100%;
    min-width: auto;
  }
  .header-search .form-search button{
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .main-menu {
    padding-right: 5px;
  }
}