.header-fe {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F8F8F8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background-color: white;
}

.header-fe a {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 0;
  line-height: 1;
}

.header-fe a:hover {
  color: #333;
}

.header-fe a.active {
  font-weight: 700;
}

@media only screen and (max-width: 1028px) and (min-width: 767px) {
  .header-fe .navbar-nav {
    column-gap: 10px !important;
  }
}
@media only screen and (min-width: 645px) {
  .container {
    max-width: 650px;
    background: white;
    padding-left: 16px;
    padding-right: 16px;
  }
  header.header {
    position: inherit !important;
  }
  body {
    background-color: #F9F9F9;
  }
  body:not(.page-id-145) {
    padding-top: 80px;
  }
  .n_new_nofify {
    height: 18px;
    width: 18px;
    font-size: 12px;
    font-weight: 600;
    right: 6px;
    top: 3px;
  }
}
@media only screen and (max-width: 644px) {
  .n_new_nofify {
    right: 3px;
  }
  .mb-none {
    display: none;
  }
  .header-fe {
    padding-top: 16px;
    padding-bottom: 16px;
    display: none;
  }
  .header-fe a {
    font-size: 15px;
  }
  .header-fe img {
    max-width: 139px;
    height: 27px;
  }
  .header-fe .navbar-nav {
    column-gap: 5px !important;
    justify-content: space-between;
  }
  .header-fe .navbar {
    padding-bottom: 0;
    padding-top: 15px;
  }
  .header-fe .col-md-9 > div, .header-fe .collapse {
    display: block !important;
  }
  .header-fe .nav-icon a {
    padding: 0;
  }
  .header-fe .nav-search {
    position: fixed;
    top: 15px;
    right: 48px;
  }
  .header-fe .nav-notif {
    position: fixed;
    top: 15px;
    right: 8px;
  }
  [lang=vi] .header-fe a {
    font-size: 12px;
  }
  [lang=vi] .header-fe .navbar-nav {
    column-gap: 0px !important;
  }
}


/*# sourceMappingURL=website.css.map */
