/*Add font ================================*/
header {
  margin: 0px !important;
  background: #ffffff;
  min-height: 82px;
}
header .header_top {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  header .header_top {
    box-shadow: none;
    position: unset;
  }
}
header .header_top .row {
  align-items: center;
}
@media (min-width: 992px) {
  header .header_top .row {
    padding: 14px 0;
  }
}
header .header_top .logo {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (min-width: 992px) {
  header .header_top .logo {
    flex: 0 0 22.5%;
    max-width: 225.5%;
  }
}
header .header_top .logo a img {
  max-width: 100%;
  height: auto;
}
header .header_top .slogan {
  padding: 0;
}
@media (min-width: 992px) {
  header .header_top .slogan {
    flex: 1 1;
    width: auto;
    max-width: 100%;
  }
}
header .header_top .slogan .top {
  font: 400 2.1333333333rem/150% "UTMHelvetIns";
  color: #03a34b;
}
header .header_top .slogan .bottom {
  font: 500 0.9333333333rem/150% "Arial", sans-serif;
  color: #272727;
}
header .header_top .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 992px) {
  header .header_top .right {
    flex: 0 0 22.5%;
    max-width: 22.5%;
    display: block;
  }
}
header .header_top .right .header_user {
  display: none;
  padding-bottom: 7px;
}
@media (min-width: 992px) {
  header .header_top .right .header_user {
    display: block;
  }
}
header .header_top .right .header_user .box_signin {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  padding: 10px;
}
header .header_top .right .header_user .user_link {
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  position: relative;
}
header .header_top .right .header_user .user_link .text {
  font: 500 0.9333333333rem/150% "Arial", sans-serif;
  color: #00823a;
}
header .header_top .right .header_user .user_link .text a {
  color: #00823a;
}
header .header_top .right .header_user .user_link .text:before {
  content: "";
  background: url("../../images/user.png") center center no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .header_top .right .header_user .sign_group {
  display: none;
}
header .header_top .right .hotline {
  position: relative;
}
header .header_top .right .hotline .icon {
  width: 40px;
  height: 40px;
  background: #2a9337 url(../../images/hotline.png) center center no-repeat;
  background-size: 70%;
  border-radius: 100%;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
}
header .header_top .right .hotline .tel {
  font: 600 1.0666666667rem/150% "Arial", sans-serif;
  color: #fff;
  background: #2a9337;
  border-radius: 0 25px 25px 0;
  padding: 2.5px 0;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: -15px;
  animation: color-change 3s infinite;
}
header .header_top .right .box_search {
  flex: 0 0 30px;
  max-width: 30px;
  position: relative;
  padding-left: 1rem;
  z-index: 1;
}
@media (min-width: 576px) {
  header .header_top .right .box_search {
    border: 1px solid #ced4da;
    flex: 0 0 245px;
    max-width: 245px;
  }
}
@media (min-width: 992px) {
  header .header_top .right .box_search {
    border: 0;
    margin-left: auto;
  }
}
header .header_top .right .box_search:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #a1a1a1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  header .header_top .right .box_search:before {
    background: #fff;
  }
}
header .header_top .right .box_search form {
  display: flex;
  align-items: center;
}
header .header_top .right .box_search form input {
  color: #000;
  background: transparent;
  border: 0;
  width: 175px;
  display: none;
  opacity: 0;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 300ms ease-in-out;
}
header .header_top .right .box_search form input::-moz-placeholder {
  color: #7c7c7c;
  padding: 5px 0px;
}
header .header_top .right .box_search form input::placeholder {
  color: #7c7c7c;
  padding: 5px 0px;
}
header .header_top .right .box_search form input.active, header .header_top .right .box_search form input:focus {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  opacity: 1;
}
@media (min-width: 576px) {
  header .header_top .right .box_search form input {
    width: 100%;
    display: block;
    opacity: 1;
    position: relative;
    transform: unset;
  }
}
@media (min-width: 992px) {
  header .header_top .right .box_search form input::-moz-placeholder {
    font-style: italic;
    color: #7c7c7c;
  }
  header .header_top .right .box_search form input::placeholder {
    font-style: italic;
    color: #7c7c7c;
  }
}
header .header_top .right .box_search form .btn_clear {
  display: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}
header .header_top .right .box_search form .btn_search {
  color: #03a34b;
  background: transparent;
  border: 0;
  padding: 6.5px;
  cursor: pointer;
  z-index: 1;
}
header .header_top .right .box_search form .btn_search:focus {
  outline: 0;
}
header .header_top .right .box_search form .btn_search.active {
  color: #333;
  border: 0;
}
header .header_top .right .box_search form .btn_search i {
  font-size: 1.0666666667rem;
}
header .header_top .right .cart_mobile {
  padding-left: 10px;
}
header .header_top .right .cart_mobile a {
  font: 500 1rem/150% "Arial", sans-serif;
  color: #2d2d2d;
  display: flex;
  position: relative;
}
header .header_top .right .cart_mobile a i {
  font-size: 1.2rem;
  color: #03a34b;
  margin-right: 5px;
}
header .header_top .right .cart_mobile a .text {
  color: #2d2d2d;
  display: flex;
  position: absolute;
  top: -7px;
  right: -7px;
}
@media (min-width: 575px) {
  header .header_top .right .cart_mobile a .text {
    position: static;
  }
}
@media (min-width: 992px) {
  header .header_bottom {
    margin-bottom: -60px;
    position: relative;
    z-index: 10;
  }
}
header .header_bottom .wrapper {
  background: #2a9337;
  max-width: 1090px;
  margin: auto;
  position: relative;
}
@media (min-width: 1500px) {
  header .header_bottom .wrapper {
    max-width: 1290px;
  }
}
header .header_bottom .wrapper:before, header .header_bottom .wrapper:after {
  content: "";
  width: 55px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .header_bottom .wrapper:before {
  background: url(../../images/bg-menu-left.png) center center no-repeat;
  background-size: 100% 100%;
  left: -55px;
}
header .header_bottom .wrapper:after {
  background: url(../../images/bg-menu-right.png) center center no-repeat;
  background-size: 100% 100%;
  right: -55px;
}
header .header_bottom .header-btn a {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #fff;
  border-left: 1px solid #166f21;
  box-shadow: -1px 0 0 0 #0dbc22;
  padding: 18px 25px;
  display: block;
}
header .header_bottom .header-btn a i {
  font-size: 1.2rem;
  color: #ffdd00;
  margin-right: 12px;
}
header .header_bottom .header_branch a {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffdd00;
}

.box_signin {
  width: auto;
  min-width: 265px;
  max-width: 96vw;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 20px;
  transition: opacity 300ms;
  overflow: hidden;
  z-index: 150;
}
.box_signin a {
  font: 400 0.8666666667rem/150% "Arial", sans-serif;
  text-align: center;
  color: #4a4a4a;
  background: #fdd835;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  box-shadow: -1px 2px 4px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  padding: 0;
  margin: 10px 0;
  position: relative;
}
.box_signin a i {
  font-size: 1.0666666667rem;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.box_signin a.btn-social {
  justify-content: flex-start;
  padding-left: 50px;
}
.box_signin a.btn-google {
  color: #fff;
  background: #df4a32;
}
.box_signin a.btn-facebook {
  color: #fff;
  background: #3b5998;
}

.header-tool {
  display: flex;
  align-items: center;
  padding-right: 15px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .header-tool {
    display: none;
  }
}

header.fixed_menu .header_top {
  display: none;
}
header.fixed_menu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.navbar-toggler {
  height: 40px;
  border: 1px solid #2a9337;
}
.navbar-toggler span {
  background: #000;
}

/* --------------Hamburger button-------------- */
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: ease 0.5s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.change .icon-bar:first-child {
  transform: translate3d(0, 6px, 0) rotate(34deg);
}

.change .icon-bar:nth-child(2) {
  opacity: 0;
}

.change .icon-bar:last-child {
  transform: translate3d(0, -6px, 0) rotate(-34deg);
}

/* ------****------Tth-Menu-Main------****------*/
#tth-main-menu:not(.sideMenu) {
  width: 100%;
  height: 100%;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li {
  height: 100%;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li > a {
  font: 500 0.9666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  position: relative;
  transition: background 300ms ease;
}
@media (min-width: 1200px) {
  #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li > a {
    font-size: 0.9666666667rem;
  }
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li > a.dropdown-toggle::after {
  content: unset;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li > a.has-submenu::after {
  content: "";
  background: url(../../images/caret-down.png) center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 6px;
  margin-left: 8px;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li:hover > a, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li:focus > a, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li.active > a {
  color: #ffdd00;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul {
  background: #1b7d32;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li {
  min-width: 250px;
  padding: 0;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li + li {
  border-top: 1px dashed rgba(255, 235, 59, 0.3);
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a {
  color: #fff !important;
  background: transparent !important;
  display: block;
  padding: 7px 15px;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a:hover, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a:focus, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li a.current {
  color: #03a34b !important;
  position: relative;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li:hover, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li:focus, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li.current {
  background: #ffdd00 !important;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li:hover > a, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li:focus > a, #tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li.current > a {
  color: #03a34b !important;
  position: relative;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper > li ul li ul {
  display: none;
  position: absolute;
}
#tth-main-menu:not(.sideMenu) ul.menu-wrapper .dropdown-item {
  white-space: normal;
}

.overlay, .sideMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  left: -100%;
  right: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  transition: all ease 0.2s;
}
.overlay.open {
  left: 0;
  right: 0;
}

.main-nav {
  margin-left: auto;
  margin-bottom: 0;
  z-index: 10;
  justify-content: flex-start;
  padding: 0;
}

.sideMenu {
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 17rem;
  z-index: 9000;
  margin-bottom: 0;
  background: #fff;
  transform: translateX(-100%);
}
.sideMenu.open {
  transform: translateX(0);
  display: block;
  overflow-y: auto;
}
.sideMenu .navbar-toggler {
  position: absolute;
  top: 2.5px;
  right: 0;
  border: 0;
  display: none;
}
.sideMenu .box_user {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #1b7d32;
  padding: 10px 45px 10px 20px;
}
@media (min-width: 576px) {
  .sideMenu .box_user {
    padding: 10px;
  }
}
.sideMenu .box_user .logo img {
  width: auto;
  max-height: 50px;
}
.sideMenu .box_user .header_cart {
  display: flex;
  align-content: center;
  justify-content: center;
  background: #096295;
  border-radius: 6px;
  padding: 7px 10px;
}
.sideMenu .box_user .header_cart a {
  font: 600 0.8666666667rem/150% "Open Sans";
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.sideMenu .box_user .header_cart a i.fa-shopping-cart {
  font-size: 1.6rem;
  margin-right: 15px;
}
.sideMenu .box_user .header_cart a .num {
  white-space: nowrap;
}
.sideMenu .box_user .header_cart a .num .num_cart {
  color: #ffa200;
}
.sideMenu .box_user .header_cart a .num .text {
  display: block;
  font-weight: 300;
}
.sideMenu .box_user ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  width: auto;
  padding: 0;
}
.sideMenu .box_user ul li {
  text-align: center;
  flex: 1 1 auto;
}
.sideMenu .box_user ul li a {
  font-size: 0.9666666667rem;
  background: transparent;
  color: inherit;
  padding: 2px 8px;
}
.sideMenu .box_user ul li a:hover, .sideMenu .box_user ul li a:focus, .sideMenu .box_user ul li a:active {
  color: #ee2b2a;
  background: #ffc000;
  border-color: #ffc000;
}
.sideMenu #tth-side-menu {
  min-height: calc(100% - 70px);
  padding-bottom: 50px;
  position: relative;
}
.sideMenu #tth-side-menu ul {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.sideMenu #tth-side-menu ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sideMenu #tth-side-menu ul li > a {
  font: 400 1.0666666667rem/150% "Arial", sans-serif;
  color: #333;
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}
.sideMenu #tth-side-menu ul li > a.current {
  color: #1b7d32;
}
.sideMenu #tth-side-menu ul li.has-submenu i.icon {
  font: 900 1.2rem/150% "Font Awesome 5 Duotone";
  color: #007528;
  width: 40px;
  position: relative;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
}
.sideMenu #tth-side-menu ul li.has-submenu i.icon:before {
  content: "\f105";
  position: absolute;
  color: inherit;
  opacity: 1;
}
.sideMenu #tth-side-menu ul li.has-submenu i.icon:after {
  content: "\10f105";
  color: inherit;
  opacity: 0.4;
}
.sideMenu #tth-side-menu ul li.has-submenu i.icon.open {
  transform: translateX(30px);
}
.sideMenu .menu_sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.25);
  transform: translate3d(-120%, 0, 0);
  transition: all 0.5s ease-in-out;
  padding-bottom: 50px;
  z-index: 1;
}
.sideMenu .menu_sub.open {
  transform: translate3d(0, 0, 0);
}
.sideMenu .menu_sub h3 a {
  font: 400 1.0666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  margin: 10px 0;
}
.sideMenu .menu_sub .menu_back {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #fff;
  background: #777;
  display: block;
  padding: 5px 30px;
}

.show_mobile .box_search {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #005c11;
  top: 20px;
}
.show_mobile .box_search .icon_search {
  cursor: pointer;
}
.show_mobile .box_search .icon_search:hover {
  color: #ffdd00;
}
.show_mobile .box_search form {
  position: absolute;
  margin: 0px 0 0;
  right: 0;
  top: 35px;
  z-index: 9;
  min-width: 200px;
}
.show_mobile .box_search form .box_search_content button.ficon-search {
  position: absolute;
  top: 1px;
  right: 0px;
  background: #fff;
  padding: 8px 10px;
  height: 31px;
  border-left: 1px #ccc solid;
}

.show_mobile {
  display: none;
}

@media (min-width: 990px) {
  .show_mobile {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */