.wrapper {
  max-width: 1260px;
  margin: 0 auto; }

/* ------------ HEADER ------------ */
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

#header .desktop-header .desktop-header-top {
  background: #2c394c; }

#header .desktop-header .desktop-header-top .hdt-left-menu > a {
  display: inline-block;
  padding: 7px 0px 10px 0px;
  margin-right: 15px;
  color: #ffffff;
  border-top: 3px solid transparent; }

#header .desktop-header .desktop-header-top .hdt-left-menu > a:last-child {
  margin-right: 0px; }

#header .desktop-header .desktop-header-top .hdt-left-menu > a:hover {
  color: #11b5e6;
  border-top: 3px solid #11b5e6; }

#header .desktop-header .desktop-header-top .hdt-right-social > a {
  display: inline-block;
  padding: 7px 0px 10px 0px;
  margin-right: 15px;
  color: #ffffff;
  border-top: 3px solid transparent; }

#header .desktop-header .desktop-header-top .hdt-right-social > a:last-child {
  margin-right: 0px; }

#header .desktop-header .desktop-header-top .hdt-right-social > a:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-center {
  padding: 10px 0px;
  background: #ffffff; }

#header .desktop-header .desktop-header-center .hd-logo > a {
  display: inline-block;
  max-width: 240px; }

#header .desktop-header .desktop-header-center .hd-logo h1 {
  font-size: 0px !important;
  padding: 0px;
  margin: 0px; }

#header .desktop-header .desktop-header-center .hd-logo h1 > a {
  display: inline-block;
  max-width: 195px; }

#header .desktop-header .desktop-header-center .hd-contact > div {
  display: inline-block;
  margin-right: 15px; }

@media (min-width: 769px) {
  #header .desktop-header .desktop-header-center .hd-contact > div {
    width: 31%;
    vertical-align: top; } }

#header .desktop-header .desktop-header-center .hd-contact > div > img {
  float: left; }

#header .desktop-header .desktop-header-center .hd-contact > div > div {
  padding-left: 45px; }

#header .desktop-header .desktop-header-center .hd-contact > div > div h5 {
  color: #002e5b;
  margin: 0px; }

#header .desktop-header .desktop-header-center .hd-contact > div > div a {
  display: inline-block;
  color: #002e5b; }

#header .desktop-header .desktop-header-center .hd-contact > div > div a:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-center .hd-text p {
  text-align: center;
  font-size: 32px;
  font-weight: 600; }

#header .desktop-header .desktop-header-center .hd-text p:first-child {
  color: #137eb0; }

#header .desktop-header .desktop-header-center .hd-text p:last-child {
  font-size: 18px;
  color: #f20e0e;
  margin-top: 10px; }

#header .desktop-header .desktop-header-center .hd-menu {
  margin-top: 5px; }

@media (min-width: 992px) {
  #header .desktop-header .desktop-header-center .hd-menu {
    margin: 5px auto 0; } }

#header .desktop-header .desktop-header-center .hd-menu li {
  display: inline-block;
  margin-right: 3px; }

#header .desktop-header .desktop-header-center .hd-menu li > a {
  font-weight: 600; }

#header .desktop-header .desktop-header-center .hd-menu li:after {
  content: "|";
  color: #ccc;
  margin-left: 4px; }

#header .desktop-header .desktop-header-center .hd-menu li > .search-bar {
  position: relative;
  width: 180px;
  display: inline-block; }

#header .desktop-header .desktop-header-center .hd-menu li > .search-bar input {
  width: 100%;
  border-radius: 100px;
  padding: 3px 40px 3px 10px; }

#header .desktop-header .desktop-header-center .hd-menu li > .search-bar button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: transparent;
  color: #2c394c;
  padding: 0px;
  height: 30px;
  width: 30px;
  line-height: 30px; }

#header .desktop-header .desktop-header-center .hd-menu li > .search-bar button:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-center .grid {
  display: flex;
  justify-content: center;
  align-items: center; }

#header .desktop-header .desktop-header-navbar {
  background: #6eadf7; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul {
  margin: 0px;
  z-index: 99; }
  @media (max-width: 768px) {
    #header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul {
      position: relative; } }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 10px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.active a {
  color: #000; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li:last-child {
  border-right: none; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li > a {
  display: inline-block;
  color: #ffffff; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li > a:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown {
  position: relative;
  z-index: 9999; }
  @media (max-width: 768px) {
    #header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown {
      position: static !important; } }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown:hover > ul {
  display: inline-block; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul {
  display: none;
  animation: slide-up 0.6s;
  margin: 0px;
  line-height: normal;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 190px;
  min-width: max-content;
  max-height: calc(100vh - 230px);
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  background: #3d4e7d;
  text-align: left;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  @media (max-width: 768px) {
    #header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul {
      width: 100%;
      min-width: 100%;
      max-height: calc(100vh - 330px); } }

.headerfixed #header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul {
  max-height: calc(100vh - 60px); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li {
  margin: 0px;
  position: relative; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li:last-child > a {
  border-bottom: 0px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > svg {
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  color: #11b5e6;
  font-size: 10px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > a {
  display: block;
  padding: 15px 20px 15px 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > a:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li:hover > ul {
  display: inline-block; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > ul {
  display: none;
  animation: slide-up 0.6s;
  margin: 0px;
  line-height: normal;
  position: absolute;
  top: 0%;
  left: 90%;
  width: 200px;
  min-width: max-content;
  padding: 0px;
  z-index: 9;
  background: #3d4e7d;
  text-align: left;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > ul > li {
  margin: 0px;
  position: relative; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > ul > li:last-child > a {
  border-bottom: 0px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > ul > li > svg {
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  color: #11b5e6;
  font-size: 10px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > ul > li > a {
  display: block;
  padding: 15px 0px 15px 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown > ul > li > ul > li > a:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li {
  position: relative; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul {
  display: none;
  animation: slide-up 0.6s;
  margin: 0px;
  line-height: normal;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 180px;
  z-index: 9999;
  background: #3d4e7d;
  text-align: left;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li {
  margin: 0px;
  position: relative; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li:last-child > a {
  border-bottom: 0px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > svg {
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  color: #11b5e6;
  font-size: 10px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > a {
  display: block;
  padding: 15px 0px 15px 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > a:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li:hover > ul {
  display: inline-block; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > ul {
  display: none;
  animation: slide-up 0.6s;
  margin: 0px;
  line-height: normal;
  position: absolute;
  top: 0%;
  left: 90%;
  width: 180px;
  padding: 0px;
  z-index: 9;
  background: #3d4e7d;
  text-align: left;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > ul li {
  margin: 0px;
  position: relative; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > ul li:last-child > a {
  border-bottom: 0px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > ul li > svg {
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  color: #11b5e6;
  font-size: 10px; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > ul li > a {
  display: block;
  padding: 15px 0px 15px 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1); }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li ul > li > ul li > a:hover {
  color: #11b5e6; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown li:hover > ul {
  display: block; }

#header .mobile-header {
  background: #ffffff;
  padding: 15px 0px; }

#header .mobile-header .hd-btnMenu > a {
  padding: 0px;
  color: #000000; }

#header .mobile-header .hd-btnMenu > a svg {
  font-size: 24px; }

#header .mobile-header .hd-logo > a {
  display: block;
  max-width: 95px; }

#header .mobile-header .hd-menu {
  margin-top: 5px; }

@media (min-width: 992px) {
  #header .mobile-header .hd-menu {
    margin: 5px auto 0; } }

#header .mobile-header .hd-menu li {
  display: inline-block;
  margin-right: 3px; }

#header .mobile-header .hd-menu li > a {
  font-weight: 600;
  color: #007ec3; }

#header .mobile-header .hd-menu li > .search-bar {
  position: relative;
  width: 180px;
  display: inline-block; }

#header .mobile-header .hd-menu li > .search-bar input {
  width: 100%;
  border-radius: 100px;
  padding: 3px 40px 3px 10px; }

#header .mobile-header .hd-menu li > .search-bar button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: transparent;
  color: #2c394c;
  padding: 0px;
  height: 30px;
  width: 30px;
  line-height: 30px; }

#header .mobile-header .hd-menu li > .search-bar button:hover {
  color: #11b5e6; }

#header .mobile-header .hd-menu li:nth-child(1)::after, #header .mobile-header .hd-menu li:nth-child(2)::after, #header .mobile-header .hd-menu li:nth-child(3)::after {
  content: "|";
  color: #ccc;
  margin-left: 4px; }

#header.scrolldown .desktop-header-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation: slide-down 0.5s; }

@media (max-width: 768px) {
  #header.scrolldown .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: slide-down 0.5s;
    border-bottom: 1px solid #ddd; } }

.contentallfexl {
  /* the slides */
  /* the parent */ }
  .contentallfexl .slick-slide {
    margin: 0 15px; }
  .contentallfexl .slick-list {
    margin: 0 -15px; }
  .contentallfexl .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    z-index: 9; }
    .contentallfexl .slider-index.next svg path {
      stroke: #000; }
  .contentallfexl .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    z-index: 9; }
    .contentallfexl .slider-index.prev svg {
      transform: rotate(180deg); }
      .contentallfexl .slider-index.prev svg path {
        stroke: #000; }
  .contentallfexl:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .contentallfexl .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .contentallfexl .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .contentallfexl .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #EC0098 0%, #FF8159 100%); }

.contentallfexl:not(.slick-initialized) {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }
  .contentallfexl:not(.slick-initialized) > div {
    width: calc(100%/9 - 15px);
    padding: 0 !important;
    margin-bottom: 0px !important; }

.headerflex > div:nth-child(1) {
  width: 20%; }

.headerflex > div:nth-child(2) {
  width: 80%; }

li.noea:after {
  display: none !important; }

.header-left.mb-0 {
  padding-left: 0; }
  .header-left.mb-0 li:after {
    display: none !important; }

.megamenumiz {
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  top: 100%; }

.toogle-nav-wrapper .navigation .submenu {
  width: 904px; }

.navigation .list-group-item > a:after {
  background: transparent; }

.navigation .list-group-item > a {
  background: transparent;
  color: #000;
  padding: 13px 15px;
  position: relative; }

.navigation .list-group-item > a {
  white-space: initial; }

.navigation .list-group-item {
  width: 100%; }

.toogle-nav-wrapper {
  color: #fff;
  display: flex;
  align-items: center; }

li:hover {
  color: #fff;
  cursor: pointer; }
  li:hover .toogle-nav-wrapper .megamenumiz {
    display: block; }

.icon-bar.menu-bar {
  padding: 0;
  color: #fff;
  height: initial; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li.dropdown:hover > ul {
  display: inline-block;
  padding: 0;
  list-style: none; }

#header .desktop-header .desktop-header-top {
  background: #5992e7; }

.socialicon {
  width: 20px;
  height: 20px;
  object-fit: contain; }

.dropdown-menu.overflow2 {
  max-height: 300px;
  overflow: auto; }
  .dropdown-menu.overflow2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .dropdown-menu.overflow2::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5; }
  .dropdown-menu.overflow2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

.nav-category.navbar-toggleable-md .fa-caret-down:before {
  color: #000 !important;
  content: "\f067" !important; }

.nav-category.navbar-toggleable-md .fa-caret-up:before {
  content: "\f068" !important; }

.fixedmenua .main-article.fixedall {
  position: fixed;
  z-index: 99999999;
  bottom: 18px;
  right: 54px; }
  .fixedmenua .main-article.fixedall .main-article-menu-data {
    display: none; }
  .fixedmenua .main-article.fixedall .main-article-menu {
    margin: 10px 0 !important;
    padding-bottom: 0 !important; }
    @media (max-width: 767px) {
      .fixedmenua .main-article.fixedall .main-article-menu {
        padding-top: 0 !important; } }
  @media (max-width: 767px) {
    .fixedmenua .main-article.fixedall {
      top: 0px;
      overflow: auto; }
      .fixedmenua .main-article.fixedall .main-article-menu label {
        font-size: 12px; } }

.motasanpham {
  background: #F7F7F7;
  padding: 15px;
  max-height: 299px;
  overflow: hidden;
  position: relative; }

.seemoreleff {
  text-align: center;
  margin-bottom: 35px; }

.motasanpham:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 78%;
  background: #fff;
  bottom: -10px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.42) 74.48%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  z-index: 1; }

.seemoreleff a {
  display: inline-flex;
  height: 45px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--primary-dark, #0055A6);
  margin-top: 12px;
  color: #0055A6; }

.motasanpham.active {
  max-height: initial; }
  .motasanpham.active:before {
    display: none; }

.headerfixed #menuganpo {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%; }

@media (max-width: 767px) {
  .hd-logo {
    text-align: center; } }

.hd-logo img {
  object-fit: contain; }

@media (max-width: 1200px) {
  #header .desktop-header .desktop-header-center .hd-menu li > a {
    font-weight: 600;
    font-size: 13px; }
  .headerflex > div:nth-child(1) {
    width: 15%; }
  .headerflex > div:nth-child(2) {
    width: 85%; } }

@media (max-width: 992px) {
  .navigation .list-group-item > a:after {
    display: none !important; }
  #header .desktop-header .desktop-header-center .hd-text p {
    font-size: 13px;
    margin-bottom: 0; } }

.menumobilebar:after {
  display: none !important; }

.mini-cart > a {
  padding: 0;
  border: 0;
  margin-left: 10px;
  font-size: 23px; }

@media (min-width: 992px) {
  .menumobilebar {
    display: none !important; } }

@media (max-width: 767px) {
  #header .desktop-header .desktop-header-center .hd-menu li > .search-bar {
    width: 96vw; }
  .desktop-header-center {
    position: relative; }
  #header .desktop-header .desktop-header-center .hd-menu {
    margin-top: 5px;
    padding-left: 0;
    margin: 0; }
  .cartnona {
    position: absolute;
    top: 13px;
    right: 38px; }
  .menumobilebar {
    font-size: 20px;
    position: absolute;
    top: 22px;
    right: 15px; }
  .hd-logo img {
    height: initial;
    margin-bottom: 10px;
    max-width: 120px; }
  .nonemobile {
    display: none !important; }
  #header .desktop-header .desktop-header-center .grid {
    flex-wrap: wrap; }
  .headerflex > div:nth-child(1) {
    width: 100%; }
  .textpendingon {
    display: none; }
  .headerflex > div:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .headerflex > div:nth-child(1) > div {
    width: 33.3333%; }
  .headerflex > div:nth-child(2) {
    width: 100%; }
  .hd-search {
    color: #fff; } }

.menumobile {
  position: fixed;
  background: #fff;
  z-index: 999999;
  bottom: 0;
  top: 0;
  right: 0;
  width: 90vw;
  overflow: auto;
  padding: 10px;
  display: none; }
  .menumobile .headertitle {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .menumobile .navigation .submenu {
    display: none;
    width: 100%;
    height: initial;
    position: initial;
    box-shadow: none; }
  .menumobile .navigation .submenu__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none; }
  .menumobile .navigation .submenu__col {
    width: 100%; }

.overlxyll {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

body.activmenu .overlxyll {
  display: block; }

body.activmenu .menumobile {
  display: block; }

@media (min-width: 768px) {
  .icon-bar.btn.menu-bar {
    width: initial; }
  #header .desktop-header .desktop-header-center .hd-text p:first-child {
    color: #137eb0;
    margin-bottom: 0;
    font-family: 'Arial', sans-serif; }
  #header .desktop-header .desktop-header-center .hd-text p:last-child {
    font-size: 20px;
    color: #f20e0e;
    margin-top: 0;
    margin-bottom: 5px; } }

.search-bar input {
  outline: none; }

.submenu__item.submenu__item--main a {
  color: #000; }

@media (max-width: 767px) {
  #header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li:first-child {
    display: none; }
  .headerfixed .desktop-header-center {
    position: fixed;
    background: #ffffff;
    z-index: 999;
    top: 0;
    width: 100%; }
  .headerfixed #menuganpo {
    top: 129px;
    display: none; } }

.hd-btnMenu span {
  font-size: 14px;
  margin-right: 10px; }

.hd-btnMenu a {
  display: flex;
  align-items: center;
  color: #fff; }

@media (max-width: 767px) {
  #header .desktop-header .desktop-header-center {
    background: #6eadf7; }
  #header .desktop-header .desktop-header-center .hd-menu li.searchno {
    display: none; }
  #header .desktop-header .desktop-header-center .hd-menu .small--hide {
    display: none; } }

@media (min-width: 768px) {
  .hd-search {
    display: none; } }
