/*============================================================================
#Variable
==============================================================================*/
/*============================================================================
3. HEADER
==============================================================================*/
@media (min-width: 1200px) {
  #menu-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
  }
  #menu-overlay.reveal {
    display: block;
  }
}

.cartgroup {
  position: relative;
  float: right;
  padding-right: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .cartgroup {
    float: left;
    width: 100%;
  }
}
.cartgroup .header-right {
  float: left;
  margin-right: 0px;
}
.cartgroup .header-right .cart_header {
  line-height: 90px;
}

.mid-header .account {
  display: inline-block;
  float: left;
  line-height: 106px;
}
.mid-header .account img {
  display: inline-block;
  margin-right: 5px;
}
.mid-header .account_header {
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.mid-header .account_header li {
  display: inline-block;
  margin-right: 10px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .mid-header .account_header li {
    margin-right: 5px;
  }
}
.mid-header .account_header li:last-child {
  margin-right: 40px;
  position: relative;
}
.mid-header .account_header li:last-child:before {
  content: "/";
  position: absolute;
  top: 2px;
  left: -9px;
}
.mid-header .account_header li a {
  color: #323c42;
  font-size: 16px;
}
.mid-header .account_header li a:hover {
  color: #003E3A;
}

/*4.2  Minicart*/
.mini-cart {
  height: 110px;
}
@media (max-width: 991px) {
  .mini-cart {
    height: 30px;
  }
}
.mini-cart:hover .top-cart-content {
  display: block;
}
.mini-cart .dropdown-toggle {
  font-size: 12px;
  padding: 0;
  text-transform: none;
}

.top-cart-contain .price {
  color: #003E3A;
}

.top-cart-content {
  display: none;
  right: 0px;
  top: 85px;
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  z-index: 10000;
}
.top-cart-content.visited {
  display: block;
}
.top-cart-content .product-details-bottom {
  margin-bottom: 15px;
}
.top-cart-content .product-name {
  margin: 0;
  word-break: break-word;
  width: 160px;
  padding-right: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-cart-content .product-name a {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 400;
  color: #323c42;
}
.top-cart-content .product-name:hover > a {
  text-decoration: none;
  color: #003E3A;
}
.top-cart-content .variant-title {
  color: #323c42;
  font-size: 12px;
  margin: 0;
}
.top-cart-content .product-details-bottom span {
  font-size: 14px;
  font-weight: 700;
  color: #003E3A;
  margin: 10px 0;
  display: inline-block;
}
.top-cart-content .product-details-bottom .quanlity {
  color: #323c42;
  font-weight: 400;
  font-size: 16px;
  display: none;
}
.top-cart-content li {
  list-style: none;
}
.top-cart-content li.item {
  overflow: hidden;
  padding: 0px;
  position: relative;
}
.top-cart-content li.item:first-child {
  border-top: none;
}
.top-cart-content li.item:last-child {
  margin: 0;
  border-bottom: 0;
}
.top-cart-content li.item .border_list {
  overflow: hidden;
  padding: 10px 20px 10px 0px;
  border-bottom: solid 1px #ebebeb;
  width: 100%;
  float: left;
}
.top-cart-content li.item .image_drop {
  float: left;
  display: block;
  width: 65px;
  position: relative;
  padding: 5px;
  margin-right: 15px;
}
.top-cart-content li.item .image_drop .product-image {
  float: left;
  display: block;
  position: relative;
}
.top-cart-content li.item .image_drop .remove-item-cart {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}
.top-cart-content li.item .image_drop .remove-item-cart:hover {
  color: #003E3A;
}
.top-cart-content li.item .image_drop .remove-item-cart:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.top-cart-content li.item .detail-item {
  display: block;
  float: left;
  width: calc(100% - 85px);
  -o-width: calc(100% - 85px);
  -moz-width: calc(100% - 85px);
  -webkit-width: calc(100% - 85px);
  position: relative;
}
.top-cart-content li.item .detail-item a:hover {
  text-decoration: none;
}
.top-cart-content li.item .detail-item .i_close_svg {
  width: 9px;
  height: 9px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: -25px;
  cursor: pointer;
}
.top-cart-content li.item .detail-item input {
  display: inline-block;
  width: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-right: 0;
  border-left: 0;
}
.top-cart-content li.item .detail-item button.items-count {
  display: inline-block;
}

.qty_drop_cart {
  font-size: 12px;
  position: relative;
  height: 25px;
  padding-left: 0px;
  width: 80px;
  position: relative;
}
.qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
  width: 20px;
  height: 25px;
  color: #000;
  line-height: 17px;
  right: 0;
}
.qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
  color: #003E3A;
}
.qty_drop_cart button.btn_increase {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 25px;
  line-height: 25px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  border-style: hidden;
  border: 1px solid #eaebf3;
  font-size: 14px;
  cursor: pointer;
  float: left;
  background: #fff;
  color: #333;
}
.qty_drop_cart button.btn_reduced {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 25px;
  line-height: 25px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  border-style: hidden;
  border: 1px solid #eaebf3;
  background: #fff !important;
  font-size: 14px;
  cursor: pointer;
  float: left;
}
.qty_drop_cart input {
  display: inline-block;
  float: left;
  width: 30px !important;
  height: 25px !important;
  max-height: 25px;
  padding: 0;
  text-align: center;
  border: 1px solid #eaebf3;
  color: #323c42;
}

.pd {
  padding: 10px 15px 0px;
}

.top-subtotal {
  color: #323c42;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  text-align: left;
  text-transform: none;
  border-top: 0;
}
.top-subtotal .price_big {
  font-size: 14px !important;
}
.top-subtotal .price {
  font-weight: 700 !important;
  line-height: 20px;
  margin-top: 0 !important;
  font-size: 14px;
  float: right;
  text-align: right;
}

/*CSS HEADER*/
.header_right {
  position: relative;
  float: right;
}
.header_right .header_search {
  position: relative;
  display: inline-block;
  float: right;
  text-align: right;
  height: 50px;
  width: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .header_right .header_search {
    margin-right: 0;
  }
}
.header_right .header_search:hover .search-bar {
  display: block;
}
.header_right .header_search .icon-search-mobile {
  text-align: right;
  display: inline-block;
  position: relative;
}
.header_right .header_search .icon-search-mobile i.icon-search {
  background-image: url(//bizweb.dktcdn.net/100/415/036/themes/939001/assets/i-search.svg?1705899441180);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.header_right .header_search form {
  width: 280px;
  height: 36px;
  float: none;
  position: absolute;
  margin-bottom: 0;
  top: 7px;
  right: 0px;
}
.header_right .header_search form input {
  width: 100%;
  height: 36px;
  min-height: 36px;
  padding: 0 10px;
  line-height: 36px;
  background: transparent;
  outline: none;
  padding: 0 45px 0 20px;
  float: right;
  border: none;
  overflow: hidden;
  background: #fff;
  border-radius: 6px !important;
  font-size: 14px;
  color: #999ea1;
  font-style: italic;
}
.header_right .header_search form input::-webkit-input-placeholder {
  color: #999ea1;
}
.header_right .header_search form input::-moz-placeholder {
  color: #999ea1;
}
.header_right .header_search form input:-ms-input-placeholder {
  color: #999ea1;
}
.header_right .header_search form .input-group-btn {
  position: absolute;
  white-space: nowrap;
  width: 40px;
  height: 36px;
  line-height: 36px;
  right: 0;
  top: 0px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
}
.header_right .header_search form .input-group-btn button {
  padding: 0 10px;
  position: absolute;
  top: 0px;
  right: 3px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  background-color: transparent;
  border: none;
}
.header_right .header_search form .input-group-btn button .icon-search {
  background-image: url(//bizweb.dktcdn.net/100/415/036/themes/939001/assets/i-search-2.svg?1705899441180);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  right: 11px;
}
.header_right .top-cart-contain {
  float: right;
}
.header_right .top-cart-contain .img_hover_cart {
  color: #323c42;
  position: relative;
  font-size: 16px;
  height: 107px;
  line-height: 107px;
}
.header_right .top-cart-contain .img_hover_cart img {
  margin-right: 10px;
}
.header_right .top-cart-contain .img_hover_cart .icon-shopping-bag {
  background-image: url(//bizweb.dktcdn.net/100/415/036/themes/939001/assets/i-shopping-bag.svg?1705899441180);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 0;
}
.header_right .top-cart-contain .img_hover_cart .count_item_pr {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -6px;
  left: 10px;
  background: #003E3A;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}
.header_right .top-cart-contain .img_hover_cart .giohang {
  padding-top: 3px;
  display: inline-block;
  float: right;
}

/*============================================================================
Menu bottom
==============================================================================*/
.header_nav_main {
  background-color: #003E3A;
  height: 50px;
}
@media (max-width: 991px) {
  .header_nav_main {
    height: 70px;
    background-color: #fff;
  }
}

.bg-header-nav .header-nav > ul.item_big {
  text-align: left;
  margin: 0;
  padding: 0;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 0px;
  padding: 0px;
  height: 50px;
}
@media (max-width: 1199px) {
  .bg-header-nav .header-nav > ul.item_big > li.nav-item {
    margin-right: 0px;
  }
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item:first-child > a {
  padding-left: 0;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item.has-mega {
  position: static !important;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
  display: block;
  text-align: left;
  padding: 0px 24px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
    padding: 0px 15px;
  }
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > a span > i.icon-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  padding-bottom: 3px;
  margin-left: 2px;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a {
  color: #323c42;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a span > i.icon-down {
  border-color: #323c42 transparent transparent transparent;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  transform: perspective(600px) rotateX(0deg);
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  transform: perspective(600px) rotateX(-90deg);
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  position: absolute;
  top: 99%;
  left: 0px;
  width: 250px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
  transform-origin: 0% 0%;
  z-index: 99;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
  float: none;
  padding: 0 25px;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
  border-bottom: 0;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
  display: block;
  position: absolute;
  width: 250px;
  padding: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 12px 5px 12px 0px;
  color: #323c42;
  position: relative;
  border-bottom: solid 1px #e5e6ec;
  text-align: left;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a:hover {
  color: #323c42;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a > i.icon-right {
  position: absolute;
  top: 19px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #323c42;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li ul {
  display: none;
  left: 250px;
  top: 0px;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li {
  color: #323c42;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
  color: #003E3A;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a .icon-right {
  border-color: transparent transparent transparent #003E3A;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li ul li:hover > a {
  color: #003E3A;
}
.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li ul li:hover > a .icon-right {
  border-color: transparent transparent transparent #003E3A;
}
.bg-header-nav .header-nav > ul.item_big > li.active > a {
  color: #323c42;
}
.bg-header-nav .header-nav > ul.item_big > li.active > a span > i.icon-down {
  border-color: #003E3A transparent transparent transparent;
}
.bg-header-nav .header-nav ul li ul a.text2line:hover {
  color: #323c42 !important;
  background: transparent !important;
}
.bg-header-nav .header-nav li li {
  position: relative;
}

/*Menu mobile*/
#nav-mobile {
  z-index: 999;
}

/*CSS Mega menu*/
.header-nav ul .nav-item.has-mega {
  position: static;
  height: 45px;
  margin-left: 1px;
}
.header-nav ul .nav-item:hover > .mega-content {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  transform: perspective(600px) rotateX(0deg);
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.header-nav ul .nav-item .a-img span.menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  background: #003E3A;
  display: inline;
  padding: 4px 8px;
  border-radius: 0px;
  color: #fff;
  font-size: 10px;
  right: 23px;
  line-height: normal;
  letter-spacing: 1px;
}
.header-nav ul .nav-item .a-img span.menu-label:after {
  border-color: #003E3A transparent transparent transparent;
  border-width: 6px 7px 0 6px;
  right: 12px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;
}
.header-nav .mega-content {
  background: #fff;
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  transform: perspective(600px) rotateX(-90deg);
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transform-origin: 0% 0%;
  margin: 0;
  padding: 20px 15px;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 99;
  width: 1110px;
  border: none;
  text-align: left;
  border-bottom: 5px #7bbd42 solid;
  box-shadow: 0 0 20px -5px;
}
@media (max-width: 1199px) {
  .header-nav .mega-content {
    left: 0;
    width: 940px;
  }
}
.header-nav .mega-content .level1.parent h2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 0;
  color: #323c42;
  text-transform: uppercase;
}
.header-nav .mega-content .level1.parent ul.level1 {
  padding: 0;
}
.header-nav .mega-content .level1.parent ul.level1 li {
  line-height: 20px;
}
.header-nav .mega-content .level1.parent ul.level1 li a {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 14px;
  color: #323c42;
}
.header-nav .mega-content .level1.parent ul.level1 li + li {
  padding-top: 5px;
}
.header-nav .mega-content .level1.item {
  float: left;
  width: 20%;
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .header-nav .mega-content .level1.item {
    width: 25%;
  }
}
.header-nav .mega-content .level1.item > a {
  color: #003E3A;
}
.header-nav .mega-content .level1.item > a:hover, .header-nav .mega-content .level1.item > a:focus {
  color: rgb(0, 11, 10.2903225806);
  text-decoration: none;
}
.header-nav .mega-content .level1.item h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  color: #323c42;
  text-transform: uppercase;
}
.header-nav .mega-content .level1.item ul.level1 {
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
  float: left;
}
.header-nav .mega-content .level1.item ul.level1 li {
  line-height: 26px;
  width: 100%;
  float: left;
}
.header-nav .mega-content .level1.item ul.level1 li .fa {
  display: inline-block;
  float: left;
  width: 10px;
  line-height: 23px;
}
.header-nav .mega-content .level1.item ul.level1 li a {
  font-weight: normal !important;
  text-transform: none !important;
  color: #323c42;
  display: block;
  float: left;
  width: calc(100% - 10px);
  -webkit-width: calc(100% - 10px);
  -o-width: calc(100% - 10px);
  -os-width: calc(100% - 10px);
}
.header-nav .mega-content .level1.item ul.level1 li:hover a, .header-nav .mega-content .level1.item ul.level1 li:focus a {
  text-decoration: none;
  color: #003E3A;
}
.header-nav .mega-content .level1.item ul.level1 li:hover .fa, .header-nav .mega-content .level1.item ul.level1 li:focus .fa {
  color: #003E3A;
}
@media (min-width: 1200px) {
  .header-nav .mega-content .level1.item ul.level1:nth-child(5n+1) {
    clear: left;
    clear: both;
  }
}
@media (max-width: 1199px) {
  .header-nav .mega-content .level1.item ul.level1:nth-child(4n+1) {
    clear: left;
    clear: both;
  }
}
.header-nav .mega-content .level0-wrapper2 .nav-block .level0 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}/*# sourceMappingURL=header.css.map */