@media (max-width: 800px) {
  header {
    padding-top: 0px;
    padding-bottom: 0px; } }
header .header_top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px; }
  header .header_top .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  header .header_top .logo {
    z-index: 10; }
    @media (max-width: 599px) {
      header .header_top .logo {
        width: 130px; } }
    header .header_top .logo h1 {
      padding: 0px;
      margin: 0px; }
    header .header_top .logo a, header .header_top .logo img {
      display: block;
      outline: none;
      max-width: 100%; }
      @media (max-width: 1366px) {
        header .header_top .logo a, header .header_top .logo img {
          max-width: 90%; } }
      @media (max-width: 1199px) {
        header .header_top .logo a, header .header_top .logo img {
          max-width: 85%; } }
      @media (max-width: 375px) {
        header .header_top .logo a, header .header_top .logo img {
          max-width: 70px; } }
  header .header_top .logo_vinasoy {
    z-index: 1; }
    header .header_top .logo_vinasoy a {
      text-align: right;
      display: block; }
    @media (max-width: 1366px) {
      header .header_top .logo_vinasoy img {
        max-width: 90%; } }
    @media (max-width: 1199px) {
      header .header_top .logo_vinasoy img {
        max-width: 85%; } }
    @media (max-width: 599px) {
      header .header_top .logo_vinasoy img {
        max-width: 130px; } }
    @media (max-width: 375px) {
      header .header_top .logo_vinasoy img {
        max-width: 80px; } }
header .header-menu-btn {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 36px;
  border: 1px #f00 solid;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 24px;
  z-index: 1111;
  display: none; }
  @media (min-width: 999px) {
    header .header-menu-btn {
      display: none; } }
  @media (max-width: 800px) {
    header .header-menu-btn {
      top: 16px; } }
  header .header-menu-btn:before {
    content: '';
    top: 25%; }
  header .header-menu-btn:after {
    content: '';
    top: 75%; }
  header .header-menu-btn > span {
    top: 50%; }
  header .header-menu-btn:before, header .header-menu-btn:after, header .header-menu-btn > span {
    position: absolute;
    display: block;
    height: 2px;
    width: 21px;
    left: 7px;
    background: #f00;
    margin-top: -1px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s; }

.mmenu-opening {
  overflow: hidden;
  height: 100%; }
  .mmenu-opening header .header-menu-btn:before {
    left: 7px;
    top: 15px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
  .mmenu-opening header .header-menu-btn:after {
    left: 7px;
    top: 15px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }
  .mmenu-opening header .header-menu-btn > span {
    left: 150%; }
  .mmenu-opening header .header-menu-btn #tth-main-menu {
    right: 0px;
    padding: 10px;
    background: #6b0837; }
  .mmenu-opening #tth-main-menu {
    right: 0px;
    padding: 10px;
    background: #fff; }
    .mmenu-opening #tth-main-menu .menu-wrapper {
      padding: 0 0 50px;
      margin: 0px; }
      .mmenu-opening #tth-main-menu .menu-wrapper ul {
        float: none; }
        .mmenu-opening #tth-main-menu .menu-wrapper ul li {
          display: block; }
          .mmenu-opening #tth-main-menu .menu-wrapper ul li a {
            display: block;
            text-align: left;
            padding: 15px 14px;
            color: #bd0007; }
          .mmenu-opening #tth-main-menu .menu-wrapper ul li:first-child a img {
            display: none; }
          .mmenu-opening #tth-main-menu .menu-wrapper ul li ul {
            padding-left: 20px; }
            .mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:first-child a, .mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:last-child a {
              padding-top: 0px; }

#box_lang {
  position: absolute;
  right: 160px;
  top: -11px; }
  @media (max-width: 1366px) {
    #box_lang {
      right: 260px; } }
  @media (max-width: 999px) {
    #box_lang {
      display: none; } }
  #box_lang ul {
    list-style: none; }
    #box_lang ul li {
      width: 30px;
      height: 21px;
      float: left;
      margin-left: 9px; }
      #box_lang ul li a {
        display: block; }
    #box_lang ul .flag_vi {
      background-image: url("../images/vie.png"); }
    #box_lang ul .flag_en {
      background-image: url("../images/eng.png"); }

#tth-main-menu {
  padding: 0px;
  width: 100%;
  position: relative; }
  #tth-main-menu .menu-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    position: relative; }
    #tth-main-menu .menu-wrapper > ul {
      width: 100%;
      display: table;
      padding-left: 160px; }
      @media (max-width: 1200px) {
        #tth-main-menu .menu-wrapper > ul {
          padding-left: 200px; } }
      @media (max-width: 999px) {
        #tth-main-menu .menu-wrapper > ul {
          padding-left: 0px; } }
      #tth-main-menu .menu-wrapper > ul > li {
        display: inline-block;
        float: none;
        height: 100%;
        vertical-align: middle;
        padding: 0px 60px; }
        @media (max-width: 1200px) {
          #tth-main-menu .menu-wrapper > ul > li {
            padding: 0px 40px; } }
        @media (max-width: 1199px) {
          #tth-main-menu .menu-wrapper > ul > li {
            padding: 0px 30px; } }
        #tth-main-menu .menu-wrapper > ul > li > a {
          font-size: 16.7px;
          text-transform: uppercase;
          position: static;
          text-align: center;
          white-space: normal;
          font-weight: bold;
          color: #0f1e81;
          display: block;
          padding: 0; }
          #tth-main-menu .menu-wrapper > ul > li > a:hover, #tth-main-menu .menu-wrapper > ul > li > a:focus, #tth-main-menu .menu-wrapper > ul > li > a:active, #tth-main-menu .menu-wrapper > ul > li > a.highlighted, #tth-main-menu .menu-wrapper > ul > li > a.current {
            color: #0f1e81; }
          #tth-main-menu .menu-wrapper > ul > li > a img {
            margin-bottom: 3px;
            max-height: 18px;
            vertical-align: middle; }
          #tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow {
            top: 13px;
            margin-top: 0;
            background: none;
            font-size: 21px;
            font: unset; }
            @media (min-width: 999px) {
              #tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow {
                display: none; } }
        #tth-main-menu .menu-wrapper > ul > li > ul {
          border: none;
          background: #fff;
          display: none;
          margin-left: 0px !important;
          top: 32px !important;
          left: 19px !important;
          min-width: 200px !important; }
    #tth-main-menu .menu-wrapper > ul ul {
      background: inherit;
      display: none;
      padding-left: 0px; }
      #tth-main-menu .menu-wrapper > ul ul li a {
        text-align: left;
        padding: 6px 5px;
        padding-left: 15px;
        color: #383838;
        font-weight: normal;
        -webkit-transition: all 0ms ease-out 0s;
        -moz-transition: all 0ms ease-out 0s;
        -o-transition: all 0ms ease-out 0s;
        transition: all 0ms ease-out 0s; }
        #tth-main-menu .menu-wrapper > ul ul li a:before {
          content: url("../../images/ic_arrow.png");
          padding-right: 5px;
          width: auto; }
      #tth-main-menu .menu-wrapper > ul ul li:hover a {
        color: #ed1c24; }
  @media (max-width: 999px) {
    #tth-main-menu {
      position: fixed;
      top: 54px;
      bottom: 0px;
      right: -100%;
      width: 300px;
      overflow: auto;
      z-index: 100;
      background: #fff;
      -webkit-transition: all 500ms ease-out 0s;
      -moz-transition: all 500ms ease-out 0s;
      -o-transition: all 500ms ease-out 0s;
      transition: all 500ms ease-out 0s; } }
  @media (max-width: 999px) and (max-width: 499px) {
    #tth-main-menu {
      width: 100%; } }
  @media (max-width: 999px) {
      #tth-main-menu .get_notifications {
        display: none; } }

/*# sourceMappingURL=header.css.map */
