header {
  margin: 0px !important;
  background: #ffffff;
}
@media (max-width: 999px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 111111;
    min-height: 48px;
    -webkit-box-shadow: 0px 0px 5px grey;
            box-shadow: 0px 0px 5px grey;
  }
}
@media (max-width: 800px) {
  header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
header .header_top {
  background: #b05334;
  padding: 8px 0px;
}
@media (max-width: 999px) {
  header .header_top {
    background: #FFFFFF;
    padding: 0px;
  }
}
header .header_top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 999px) {
  header .header_top .wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 48px;
    padding-right: 51px;
  }
}
header .header_top .wrapper i.ficon-search:before {
  color: #057cf2;
}
@media (min-width: 999px) {
  header .header_top .wrapper i.ficon-search {
    display: none;
  }
}
header .header_top .col_l span {
  margin-right: 9px;
}
@media (max-width: 670px) {
  header .header_top .col_l span:nth-child(2) {
    display: none;
  }
  header .header_top .col_l span:last-child {
    display: none;
  }
}
@media (max-width: 410px) {
  header .header_top .col_l span {
    display: none;
  }
}
header .header_top .col_l a {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 999px) {
  header .header_top .col_l a {
    color: #057cf2;
  }
}
header .header_top .col_l a:before {
  width: auto;
  padding-right: 5px;
}
header .header_top .col_r {
  width: auto;
}
@media (max-width: 499px) {
  header .header_top .col_r {
    display: none;
  }
}
@media (max-width: 999px) {
  header .header_top .box_search {
    width: 280px;
    float: left;
    padding: 0px 15px 0px 30px;
    position: absolute;
    top: 49px;
    right: 30px;
  }
  header .header_top .box_search.none {
    display: none;
  }
}
header .header_top .box_search .box_search_content {
  position: relative;
}
header .header_top .box_search .box_search_content .form-group {
  border-bottom: 0px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  header .header_top .box_search .box_search_content .form-group {
    margin-bottom: 0px;
  }
}
header .header_top .box_search .box_search_content .form-group input {
  border-color: #eaeaea;
  border-radius: 2px;
  padding: 5px 10px;
  padding-left: 20px;
  outline: none !important;
  border: none;
  font-size: 13px;
  font-weight: 300;
  color: #acacac;
  background: url("../images/ic_search.png") right no-repeat #fff;
  background-position: 94%;
  max-width: 320px;
  width: 280px;
  line-height: unset;
  height: auto;
}
@media (max-width: 999px) {
  header .header_top .box_search .box_search_content .form-group input {
    width: 100%;
    border: 1px solid #057cf2;
  }
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-ms-input-placeholder { /* IE 10+ */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-moz-placeholder { /* Firefox 18- */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .btn {
  color: #fff;
  background: #ed1c24;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 16px;
  height: 38px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
@media (max-width: 800px) {
  header .header_top .box_search .btn {
    height: 32px;
    padding: 5px 11px;
  }
}
header .logo {
  overflow: hidden;
  z-index: 10;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding: 0px;
}
@media (max-width: 999px) {
  header .logo {
    position: fixed;
    left: 10px;
    top: 2px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 599px) {
  header .logo {
    width: 160px;
    top: 7px;
  }
}
header .logo h1 {
  padding: 0px;
  margin: 0px;
}
header .logo a, header .logo img {
  display: block;
  outline: none;
  max-width: 265px;
}
@media (max-width: 1070px) {
  header .logo a, header .logo img {
    max-width: 200px;
  }
}
@media (max-width: 999px) {
  header .logo a, header .logo img {
    max-height: 44px;
  }
}
@media (max-width: 599px) {
  header .logo a, header .logo img {
    max-height: 33px;
  }
}
header .header-menu-btn {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 36px;
  border: 1px #6b4737 solid;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 7px;
}
@media (min-width: 999px) {
  header .header-menu-btn {
    display: none;
  }
}
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: #6b4737;
  margin-top: -1px;
  -webkit-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;
}
@media (max-width: 999px) {
  .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: 15px 14px;
  }
}

.header_bottom {
  background: #f6f6f6;
}
.header_bottom .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
.header_bottom .wrapper .hotline {
  padding-left: 56px;
  position: relative;
  background: url(../images/phone-call.png) no-repeat top left;
  background-position: 25px 0px;
}
@media (max-width: 999px) {
  .header_bottom .wrapper .hotline {
    display: none;
  }
}
.header_bottom .wrapper .hotline:before {
  content: "";
  height: 56px;
  width: 1px;
  background: #e1e1e1;
  position: absolute;
  left: 0px;
  top: -12px;
}
.header_bottom .wrapper .hotline span {
  display: block;
  font-weight: 300;
  color: #46312c;
  font-size: 12px;
  line-height: 0.8;
}
.header_bottom .wrapper .hotline strong {
  color: #46312c;
  font-size: 16px;
}

#tth-main-menu {
  padding: 0px;
  position: relative;
  background: #f6f6f6;
}
#tth-main-menu .menu-wrapper {
  margin: 0px auto;
}
#tth-main-menu .menu-wrapper > ul > li {
  display: inline-block;
  float: none;
  height: 100%;
  vertical-align: middle;
}
#tth-main-menu .menu-wrapper > ul > li > a {
  font-size: 15px;
  padding: 35px 17px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  white-space: normal;
  color: #3c332e;
  display: block;
}
@media (max-width: 1182px) {
  #tth-main-menu .menu-wrapper > ul > li > a {
    padding: 35px 11px;
  }
}
#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: #017ef5;
}
#tth-main-menu .menu-wrapper > ul > li > a.current:before {
  content: "";
  height: 4px;
  background: #057cf2;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}
#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: #F6F6F6;
  display: none;
  margin-left: 0px !important;
  top: 93px !important;
  left: 15px !important;
  min-width: 200px !important;
}
#tth-main-menu .menu-wrapper > ul > li > ul ul {
  background: #F6F6F6;
}
#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: 8px 5px;
  padding-left: 15px;
  color: #3c332e;
  font-weight: normal;
  -webkit-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: 49px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: #fff;
    -webkit-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;
  }
}

@media (max-width: 999px) {
  .slider_nav {
    margin-top: 48px;
  }
}
/*# sourceMappingURL=header.css.map */