/* @import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/* Header */

.header .cart {
  padding: 7px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #326e51;
}
.header .cart:hover {
  text-decoration: none;
}
.fixed-menu .header.clone .logo-col img {
  max-height: 50px !important;
}
.header.clone .main-logo {
  max-height: 59px !important;
}

.header.clone {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
}
.line-top {
  position: relative;
  z-index: 124;
  padding-bottom: 0px;
}
.head-slogan {
  background: #f74100;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.head-slogan img {
  height: 30px !important;
}
.header .pre-user span a {
    font-size: 15px;
}
.header .pre-user a {
    font-size: 13px;
    padding: 1px 7px;
    background-size: 31px;
    padding-left: 32px;
    display: block;
    color: #333;
    line-height: 17px;
    text-decoration: none !important;
}
.header .pre-user:after{font-family: "Font Awesome 5 Pro";content:"\f007";position: absolute;top: 0;font-size: 23px;top: 3px;left: 3px;}
.header .pre-user {
    display: inline-block;
    position: relative;
}
.header {
  top: 0;
  z-index: 123;
  width: 100%;
  background: #fff;
  transition: 0.4s ease;
  color: #333;
  margin-bottom: -1px;
  position: relative;
}
.show-modal-pick:hover {
  text-decoration: none;
  color: #fff;
  background: #00a553;
}
.show-modal-pick {
  display: block;
  background: #ff694b;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  text-align: center;
  border-radius: 7px;
  transition: 0.4s ease;
}
.show-modal-pick i {
}

.header .hotline {
  background: url(../images/phone-white.png) no-repeat left center;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.header .hotline span {
  font-size: 11px;
  margin-left: 10px;
}
.hide-slide .header {
}
.hide-slide .header,
.fixed-menu .header {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.hide-slide .header a,
.fixed-menu .header a {
  /* color:#121212 */
}
.hide-slide .header .no-hover a,
.hide-slide .header .search a,
.fixed-menu .header .no-hover a,
.fixed-menu .header .search a {
  color: #333;
}
.hide-slide .menu li.search > div > i,
.fixed-menu .menu li.search > div > i {
  color: #333;
}

.logo-col {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 27px;
}
.logo-col:after {
  right: 10%;
  width: 2000px;
}


.logo-col a {
}

.header .top-header a:hover {
  color: #ff694b;
  text-decoration: none;
}
.header .top-header a.trigger-search {
  color: #fff !important;
}
.header .top-header {
  border-bottom: 0px solid #ccc;
  position: relative;
  color: #4e4e4e;
  font-size: 14px;
  background: #f3f3f3;
  font-weight: 500;
  padding: 7px 0;
}
.header .top-header .lang-switch a {
  font-size: 11px;
  color: #fff;
  padding: 3px;
  white-space: nowrap;
  border-radius: 3px;
  text-decoration: none !important;
}

/* Menu */
.wrap-menu .menu {
  position: relative;
}
.wrap-menu {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 123;
  border-top: 1px solid rgb(204 204 204 / 49%);
  margin-top: 10px;
  background: #04a13a;
  border-bottom: 1px solid rgb(204 204 204 / 49%);
}


.menu > ul {
  padding: 0px;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.menu li.search > div > i {
  /* position: relative; */
  /* top: 9px; */
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
.menu .dropdown a {
  background: transparent !important;
  color: #111 !important;
  text-align: left;
  font-size: 12px;
}
.menu .dropdown .dropdown-menu a {
  padding: 7px 7px;
}

.hide-slide .menu .dropdown > a span,
.fixed-menu .menu .dropdown > a span {
  color: #111;
}
.menu .dropdown > a span {
  max-width: 88px;
  overflow: hidden;
  display: inline-block;
  color: #fff;
}
.menu .dropdown > a {
  border: 1px solid #ccc;
  font-size: 13px;
  border-radius: 3px;
  text-transform: none;
}
.menu .dropdown .dropdown-menu {
  padding: 3px 0;
}
.menu li.search {
  padding-left: 20px;
  cursor: pointer;
}
.menu li.search span {
  cursor: pointer;
}
.menu li.search div {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
}
.menu li.search form {
  position: relative;
}
.menu li.search form input {
  background: #fff;
}
.menu li.search form button {
  transition: #fde212;
  top: 0;
  height: 100%;
  border: 0;
  right: 0;
  position: absolute;
  width: 40px;
  color: #111;
}
.menu > ul > li {
  position: relative;
  z-index: 99;
  -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.phone-link a {
}
.menu ul li a {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  text-align: center;
  padding: 11px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  border-radius: 1px;
  margin: 0 3px;
  transition: all 0.4s ease;
  background: transparent;
  margin: 0;
  width: 100%;
  transition: 0.4s ease;
  background: transparent;
  font-weight: 500;
}
.menu ul li a h2 {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  padding: 16px 14px;
  text-transform: uppercase;
}
.menu ul li a.active,
.menu ul li:hover > a {
  background: #077a2f;
}
.menu ul li.lang span {
  padding: 5px 7px;
  display: inline-block;
}
.menu ul li.lang .active span {
  background: #0b6740;
  color: #fff;
}
.menu ul li li:hover > a {
  color: #04a13a;
}
.cart-menu a {
  position: relative;
}
.cart-menu a span {
  position: absolute;
  background: red;
  width: 15px;
  height: 15px;
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  border-radius: 50%;
  top: 2px;
  right: 5px;
}
.menu ul li.no-hover a {
  color: #fff;
}
.menu ul li.no-hover:hover a,
.menu ul li.search:hover > a {
  background: transparent;
}
.menu ul li .lang-switch {
}
.menu ul li .lang-switch a img {
  position: relative;
  margin-right: 5px;
  top: -2px;
}
.menu ul li .lang-switch a {
  font-size: 12px !important;
  color: #fff !important;
}
.menu ul li {
  position: relative;
  max-width: 300px;
  white-space: normal;
}
.menu ul li ul {
  position: absolute;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  /* -webkit-transform: perspective(600px) rotateX(-90deg); */
  /* transform: perspective(600px) rotateX(-90deg); */
  /* -webkit-transform-origin: 0 0 0; */
  /* transform-origin: 0 0 0; */
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.5s; */
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  left: 0;
  background: #ffff;
  /* overflow: hidden; */
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}
.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgb(41 41 41 / 18%);
    color: #333;
    text-transform: uppercase;
    padding: 9px 8px;
    margin: 0;
    min-width: 214px;
    background: transparent !important;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul li ul li a h2 {
  font-size: 14px;
  padding: 12px 15px;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.support-head {
  background: url(../images/icon_03.png) no-repeat left center;
  color: #326e51;
  padding-left: 50px;
  width: 245px;
  margin-left: 25px;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
@media(max-width: 768px){
  .header .pre-user span a {
    font-size: 13px;
}
.header .pre-user:after{
    font-size: 22px;
}
.header .pre-user a {
    font-size: 11px;
    
}
}