/*Add font ================================*/
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header .header_bottom {
  margin-bottom: 60px;
  padding: 5px 0 0;
}
@media (min-width: 992px) {
  header .header_bottom {
    margin-bottom: 0;
    padding: 0;
  }
}
header .header_bottom .row {
  align-items: center;
  justify-content: space-between;
}
header .header_bottom .logo {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media (min-width: 992px) {
  header .header_bottom .logo {
    width: 110px;
    padding: 10px 0;
  }
}
header .header_bottom .logo a {
  display: block;
}
header .header_bottom .logo a img {
  max-width: 100%;
  max-height: 45px;
}
@media (min-width: 992px) {
  header .header_bottom .logo a img {
    max-height: 75px;
  }
}
header .header_bottom .right_header {
  display: flex;
  padding-left: 10px;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) {
  header .header_bottom .right_header {
    width: calc(100% - 110px);
    padding-left: 8.6%;
    display: block;
  }
}
header .header_bottom .right_header .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_bottom .right_header .group .item {
  color: #3a3a3a;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  header .header_bottom .right_header .group .item {
    flex: unset;
  }
}
header .header_bottom .right_header .group .item .wrap {
  display: inline-block;
}
header .header_bottom .right_header .group .item > a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
header .header_bottom .right_header .group .item > a p:first-child {
  margin-bottom: -3px;
}
header .header_bottom .right_header .group .item > a p:last-child {
  color: #f10000;
}
header .header_bottom .right_header .group .item > a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 424px) {
  header .header_bottom .right_header .group .item.hotl {
    display: none;
  }
}
header .header_bottom .right_header .group .item.hotl > a:before {
  width: 27px;
  height: 33px;
  background: url("../images/use/hotline.png") no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  header .header_bottom .right_header .group .item.em {
    display: none;
  }
}
header .header_bottom .right_header .group .item.em > a:before {
  width: 29px;
  height: 28px;
  background: url("../images/use/email.png") no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  header .header_bottom .right_header .group.bottom {
    background: #c92127;
    position: relative;
  }
  header .header_bottom .right_header .group.bottom:before {
    content: "";
    width: 61px;
    height: 100%;
    background: url("../images/use/left_menu.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 100%;
    top: 0;
  }
  header .header_bottom .right_header .group.bottom:after {
    content: "";
    width: 50vw;
    height: 100%;
    background: #c92127;
    position: absolute;
    left: 100%;
    top: 0;
  }
}
header .header_bottom .box_search {
  position: absolute;
  bottom: -50px;
  left: 10px;
  right: 10px;
  z-index: 1;
}
@media (min-width: 992px) {
  header .header_bottom .box_search {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: 36%;
    margin-right: 3.5%;
  }
}
header .header_bottom .box_search form {
  position: relative;
}
header .header_bottom .box_search form .text_search {
  font-weight: 300;
  background: none;
  width: 100%;
  height: 34px;
  border: 1px solid #f36e21;
  padding-left: 18px;
  outline: none;
  border-radius: 50px;
}
@media (max-width: 992px) {
  header .header_bottom .box_search form .text_search {
    border: 1px solid #e49093;
    padding-left: 10px;
  }
}
header .header_bottom .box_search form .text_search::-moz-placeholder {
  color: #686868;
}
header .header_bottom .box_search form .text_search::placeholder {
  color: #686868;
}
header .header_bottom .box_search .btn_search {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #fff;
  background: #1c9f46 url("../images/icon_search.png") no-repeat center;
  height: calc(100% - 10px);
  border: 0;
  cursor: pointer;
  z-index: 1;
  border-radius: 50px;
  padding: 0 11px 0 28px;
  background-position: 15px;
}
@media (max-width: 992px) {
  header .header_bottom .box_search .btn_search {
    height: calc(100% - 4px);
    right: 2px;
  }
}
header .header_bottom .box_search .btn_search:hover {
  opacity: 0.8;
}
header .header_bottom .box_search .btn_search:focus {
  outline: 0;
}
header .header_bottom .box_search .btn_search.active {
  color: #333;
}
header .header_bottom .box_search .btn_search i {
  display: none;
}
header .header_bottom .box_search .btn_clear {
  display: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}
header .header_bottom .hotline {
  padding-left: 59px;
  position: relative;
  display: none;
  padding-right: 4%;
}
@media (min-width: 768px) {
  header .header_bottom .hotline {
    display: block;
  }
}
header .header_bottom .hotline i {
  width: 42px;
  height: 42px;
  background: url("../images/use/phone-call.png") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .header_bottom .hotline i:before {
  display: none;
}
header .header_bottom .hotline .banner_item {
  color: #FFF;
  font-size: 14px;
}
header .header_bottom .hotline .banner_item p:last-child, header .header_bottom .hotline .banner_item a {
  font-size: 16px;
  font-weight: 900;
}
header .header_bottom .header_user {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  header .header_bottom .header_user {
    cursor: pointer;
    flex: 0.5 1 auto;
    display: flex;
    justify-content: flex-end;
  }
}
header .header_bottom .header_user:hover .box_signin {
  opacity: 1;
}
@media (min-width: 992px) {
  header .header_bottom .header_user:hover .box_signin {
    display: block !important;
  }
}
header .header_bottom .header_user .box_signin {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  padding: 10px;
}
header .header_bottom .header_user .user_link {
  display: inline-flex;
  align-items: center;
}
header .header_bottom .header_user .user_link i {
  width: 33px;
  height: 33px;
  background: url("../images/icon_user.png") no-repeat;
  background-size: contain;
}
header .header_bottom .header_user .user_link i:before {
  display: none;
}
header .header_bottom .header_user .user_link i:after {
  color: #e48325;
  opacity: 1;
  display: none;
}
header .header_bottom .header_user .user_link .text {
  padding-left: 12px;
  color: #3a3a3a;
}
header .header_bottom .header_user .user_link .text b {
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-bottom: -3px;
}
header .header_bottom .header_user .sign_group {
  display: none;
}
header .header_bottom .header_cart {
  margin-left: 10px;
}
@media (min-width: 992px) {
  header .header_bottom .header_cart {
    margin: unset;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    position: relative;
  }
  header .header_bottom .header_cart:before, header .header_bottom .header_cart:after {
    content: "";
    width: 1px;
    height: 31px;
    background: #e7e7e7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header_bottom .header_cart:before {
    left: 0;
  }
  header .header_bottom .header_cart:after {
    right: 0;
  }
}
header .header_bottom .header_cart a {
  display: flex;
  align-items: center;
}
header .header_bottom .header_cart a:hover {
  color: inherit;
}
header .header_bottom .header_cart i {
  width: 28px;
  height: 32px;
  background: url("../images/icon_cart.png") no-repeat center;
}
header .header_bottom .header_cart i:before, header .header_bottom .header_cart i:after {
  display: none;
}
header .header_bottom .header_cart i .num_cart {
  width: 21px;
  height: 21px;
  background: #ffde11;
  font-size: 12.18px;
  font-weight: 600;
  color: #f10000;
  line-height: 22px;
  text-align: center;
  position: absolute;
  right: -9px;
  top: -1px;
  border-radius: 50%;
  font-style: normal;
  display: none;
}
header .header_bottom .header_cart .text {
  color: #bfbfbf;
  padding-left: 14px;
}
@media (max-width: 992px) {
  header .header_bottom .header_cart .text {
    padding-left: 10px;
  }
}
header .header_bottom .header_cart .text b {
  color: #3a3a3a;
  display: block;
  margin-bottom: -3px;
}
header .header_bottom .header_cart .text span {
  color: #bfbfbf;
}
header .header_bottom .header_cart .text span.num_cart {
  color: #f10000;
}

#box_lang {
  display: inline-block;
}
#box_lang ul {
  padding: 0;
  margin: 0;
}
#box_lang ul li {
  list-style: none;
}
#box_lang ul li a {
  display: flex;
  align-items: center;
}
#box_lang ul li a.flag_vi i {
  background: url("../../images/flag_vi.png") no-repeat;
  background-size: 100% 100%;
}
#box_lang ul li a.flag_en i {
  background: url("../../images/flag_en.png") no-repeat;
  background-size: 100% 100%;
}
#box_lang ul li a i {
  width: 15px;
  height: 10px;
  margin-right: 3px;
}
#box_lang ul li a span {
  font-size: 13px;
}

.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% "Roboto", 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: block;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .header-tool {
    display: none;
  }
}

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

/*----------------------------------------fixed_menu*/
/* --------------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(45deg);
}
.change .icon-bar:nth-child(2) {
  opacity: 0;
}
.change .icon-bar:last-child {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.top-banner {
  background: #157ed2;
  font-family: UTMSharnay;
  color: #fff601;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  letter-spacing: 1.4px;
  padding: 5px 0 6px;
}
@media (max-width: 1250px) {
  .top-banner {
    font-size: 15px;
  }
}
@media (max-width: 1120px) {
  .top-banner {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .top-banner {
    display: none;
  }
}

.box_notification {
  padding-right: 3.6%;
}
@media (max-width: 992px) {
  .box_notification {
    padding-right: 10px;
  }
}
.box_notification .noti_header {
  display: flex;
  align-items: center;
}
.box_notification .noti_header i {
  position: relative;
}
.box_notification .noti_header i:before {
  font-size: 26.3px;
}
.box_notification .noti_header i span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff0000;
  text-align: center;
  line-height: 22px;
  font-size: 12.18px;
  font-family: "Roboto";
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -50%);
}
@media (max-width: 992px) {
  .box_notification .noti_header i span {
    width: 20px;
    height: 20px;
    transform: translate(30%, -35%);
  }
}
.box_notification .noti_header .text {
  margin-left: 16px;
  font-size: 13px;
  color: #353535;
}
@media (max-width: 992px) {
  .box_notification .noti_header .text {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .box_notification .noti_header .text {
    display: none;
  }
}
.box_notification .noti_header .text p {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.arrow-down {
  width: 18px;
  height: 13px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.arrow-down span {
  background: #FFF;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.arrow-down span:nth-child(1) {
  width: 100%;
  height: 2px;
  display: block;
  top: 0;
  left: 0;
}
.arrow-down span:nth-child(2) {
  width: 100%;
  height: 2px;
  display: block;
  top: 6px;
  left: 0;
}
.arrow-down span:nth-child(3) {
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
}

.topnav {
  background: #11683a;
}
@media (max-width: 992px) {
  .topnav {
    display: none;
  }
}
.topnav .row {
  align-items: center;
  justify-content: space-between;
}
.topnav .row .group_menu {
  display: flex;
}
.topnav #menu-product {
  width: 237px;
  color: #fff;
  background: #16874c;
  align-items: center;
  padding: 0;
  position: relative;
  justify-content: center;
  flex-flow: row-reverse;
}
.topnav #menu-product:hover .arrow-down span {
  background: #FFF;
}
.topnav #menu-product:hover .arrow-down span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 14px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(90deg);
  transition-delay: 150ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(2) {
  left: 0;
  top: 8px;
  width: 9px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(45deg);
  transition-delay: 50ms;
}
.topnav #menu-product:hover .arrow-down span:nth-child(3) {
  left: 7px;
  top: 8px;
  width: 9px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(-45deg);
  transition-delay: 100ms;
}
.topnav #menu-product .menu-wrapper > li {
  height: 100%;
  position: unset;
}
.topnav #menu-product .menu-wrapper > li > a {
  font-family: LinhFranklinGothicDemiBold;
  font-size: 15px;
  color: #FFF;
  text-transform: uppercase;
  padding: 14px 15px 13px 24px;
}
.topnav #menu-product .menu-wrapper > li > a:after {
  display: none;
}
.topnav #menu-product .menu-wrapper > li > ul {
  width: 100% !important;
  padding: 0;
}
.topnav #menu-product .menu-wrapper > li > ul > li {
  padding: 0;
}
.topnav #menu-product .menu-wrapper > li > ul > li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product .menu-wrapper > li > ul > li a .icon {
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.topnav #menu-product .menu-wrapper > li > ul > li a .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.topnav #menu-product .menu-wrapper > li > ul > li a .text {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topnav #menu-product .menu-wrapper > li > ul > li ul {
  background: #fff;
  display: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  min-width: 200px !important;
  min-height: 100%;
  position: absolute;
  top: 0 !important;
  padding: 0;
  margin-top: 0 !important;
}
.topnav #menu-product .menu-wrapper > li ul li {
  padding: 0;
}
.topnav #menu-product .menu-wrapper > li ul li.has-submenu a .sub-arrow {
  display: block;
  color: transparent;
}
.topnav #menu-product .menu-wrapper > li ul li.has-submenu a .sub-arrow:before {
  content: "\f105";
  font: 400 1rem/150% "Font Awesome 5 Pro", sans-serif;
}
.topnav #menu-product .menu-wrapper > li ul li:hover, .topnav #menu-product .menu-wrapper > li ul li:focus, .topnav #menu-product .menu-wrapper > li ul li.active {
  color: #077e3f;
  background: #eceff1;
}
.topnav #menu-product .menu-wrapper > li ul li:hover > a, .topnav #menu-product .menu-wrapper > li ul li:focus > a, .topnav #menu-product .menu-wrapper > li ul li.active > a {
  color: inherit !important;
}
.topnav #menu-product .menu-wrapper > li ul li:hover > a .sub-arrow, .topnav #menu-product .menu-wrapper > li ul li:focus > a .sub-arrow, .topnav #menu-product .menu-wrapper > li ul li.active > a .sub-arrow {
  color: inherit;
}
.topnav #menu-product .menu-all li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 9px 12px;
}
.topnav #menu-product .menu-all li a .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.topnav #menu-product .menu-all li a .icon i {
  color: #da251c;
}
.topnav .promo {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .topnav .promo {
    flex: 0 0 calc(100% - 235px);
    max-width: calc(100% - 235px);
    padding: 0 20px;
  }
}
.topnav .promo .picture {
  flex: 0 0 221px;
  max-width: 221px;
  display: none;
}
@media (min-width: 992px) {
  .topnav .promo .picture {
    display: block;
  }
}
.topnav .promo .picture img {
  max-width: 221px;
  max-height: 26px;
  width: auto;
  height: auto;
}
.topnav .promo .ticker_promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .topnav .promo .ticker_promo {
    flex: 0 0 calc(100% - 102px);
    max-width: calc(100% - 102px);
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .topnav .promo .ticker_promo {
    flex: 0 0 calc(100% - 221px - 102px);
    max-width: calc(100% - 221px - 102px);
  }
}
.topnav .promo .ticker_promo .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #006fe6;
  padding-left: 30px;
  position: relative;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .topnav .promo .ticker_promo .title {
    padding-left: 34px;
  }
}
@media (min-width: 992px) {
  .topnav .promo .ticker_promo .title {
    margin-left: 20px;
  }
}
.topnav .promo .ticker_promo .title:before {
  content: "";
  background: url(../../images/ticker-promo.png) center center no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.topnav .promo .ticker_promo .title span {
  color: #383838;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 600px) {
  .topnav .promo .ticker_promo .title span {
    display: none;
  }
}
.topnav .promo .ticker_promo .list_ticker_promo {
  width: calc(100% - 30px);
  display: none;
}
@media (min-width: 576px) {
  .topnav .promo .ticker_promo .list_ticker_promo {
    width: 75%;
  }
}
.topnav .promo .ticker_promo .list_ticker_promo.slick-initialized {
  display: block;
}
.topnav .promo .ticker_promo .list_ticker_promo .item a {
  display: block;
  white-space: nowrap;
  padding-right: 30px;
}
.topnav .promo .ticker_promo .list_ticker_promo .item:hover a {
  color: #36a2ff;
}
.topnav .promo .fb-like {
  width: 86px;
}
.topnav .arrow-down {
  width: 21px;
  height: 12px;
}
.topnav .arrow-down span {
  background: url("../images/use/left_menu.png") no-repeat;
}
.topnav .arrow-down span:nth-child(2) {
  top: 5px;
}
.topnav .hotline {
  font-family: LinhFranklinGothicHeavy;
  font-style: italic;
  font-size: 16px;
  color: #FFF;
}
.topnav .hotline a {
  color: #FFF;
}

.menu_top, #main_menu {
  display: none;
}
@media (min-width: 992px) {
  .menu_top, #main_menu {
    width: 75%;
    display: block;
  }
}
.menu_top .menu-wrapper, #main_menu .menu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu_top .menu-wrapper a, #main_menu .menu-wrapper a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
}
.menu_top .menu-wrapper a:hover, .menu_top .menu-wrapper a.current, #main_menu .menu-wrapper a:hover, #main_menu .menu-wrapper a.current {
  color: #ffe400;
}
.menu_top .menu-wrapper > li, #main_menu .menu-wrapper > li {
  position: relative;
}
.menu_top .menu-wrapper > li:last-child, #main_menu .menu-wrapper > li:last-child {
  padding-right: 0;
}
.menu_top .menu-wrapper > li:hover > a + ul, #main_menu .menu-wrapper > li:hover > a + ul {
  display: block;
}
.menu_top .menu-wrapper > li > a, #main_menu .menu-wrapper > li > a {
  height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
}
.menu_top .menu-wrapper > li > a.has-submenu:after, #main_menu .menu-wrapper > li > a.has-submenu:after {
  content: "\e8a4";
  font-family: ficon;
  display: inline-block;
  margin-left: 4px;
  font-size: 12.25px;
}
.menu_top .menu-wrapper > li > a.dropdown-toggle::after, #main_menu .menu-wrapper > li > a.dropdown-toggle::after {
  display: none;
}
.menu_top .menu-wrapper > li > a + ul, #main_menu .menu-wrapper > li > a + ul {
  top: 100%;
  left: 0;
}
.menu_top .menu-wrapper > li ul, #main_menu .menu-wrapper > li ul {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 2px);
  z-index: 100;
  background: rgba(28, 159, 70, 0.9);
  min-width: 170px;
  margin: 0;
}
.menu_top .menu-wrapper > li ul li, #main_menu .menu-wrapper > li ul li {
  position: relative;
  padding: 3px 10px;
}
.menu_top .menu-wrapper > li ul li.has-submenu > a:after, #main_menu .menu-wrapper > li ul li.has-submenu > a:after {
  content: "\e8a7";
  font-family: ficon;
  position: absolute;
  right: 0;
  top: 5px;
}
.menu_top .menu-wrapper > li ul li:hover > a + ul, #main_menu .menu-wrapper > li ul li:hover > a + ul {
  display: block;
}
.menu_top .menu-wrapper > li ul li a, #main_menu .menu-wrapper > li ul li a {
  padding: 5px 15px 5px 0;
  position: relative;
}

.menu_header {
  background: #1c9f46;
}
.menu_header.fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.menu_header .container .row {
  flex-wrap: nowrap;
}
.menu_header .promotion {
  padding-left: 10px;
  max-height: 40px;
}
@media (max-width: 992px) {
  .menu_header .promotion {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */