header {
  margin: 0px !important;
  background: #ffffff;
}
@media (max-width: 999px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 111111;
  }
}
header .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0px;
}
@media (max-width: 999px) {
  header .header_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 65px;
  }
}
header .header_top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
header .header_top .block1 .logo_mobile {
  display: none;
}
@media (max-width: 999px) {
  header .header_top .block1 .logo_mobile {
    display: block;
    max-width: 90px;
  }
  header .header_top .block1 .logo_mobile img {
    max-width: 100%;
  }
}
header .header_top .block1 span {
  padding-right: 50px;
}
@media (max-width: 999px) {
  header .header_top .block1 span {
    display: none;
  }
}
header .header_top .block1 span:before {
  padding-right: 11px;
  vertical-align: middle;
}
header .header_top .block1 span:first-child:before {
  content: url("../images/icon_mail.jpg");
}
header .header_top .block1 span:last-child:before {
  content: url("../images/icon_phone.jpg");
}
header .header_top .block1 span a {
  color: #9d9d9d;
}
header .header_top .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_top .block2 span {
  color: #9d9d9d;
}
header .header_top .block2 i {
  font-size: 18px;
}
@media (max-width: 999px) {
  header .header_top .block2 .btn_show_search {
    display: none;
  }
}
header .header_top .box_search {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  width: 0;
  overflow: hidden;
}
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;
  margin-right: 10px;
}
header .header_top .box_search .box_search_content .form-group input {
  border-color: #eaeaea;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  height: 25px;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
}
header .header_top .box_search .box_search_content .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-moz-placeholder { /* Firefox 18- */
  color: #777;
  font-size: 13px;
}
header .header_top .box_search.show {
  width: 220px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
header .header_top #box_lang ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}
header .header_top #box_lang ul li {
  width: 23px;
  height: 23px;
  float: left;
  overflow: hidden;
}
header .header_top #box_lang ul li a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
header .header_top #box_lang ul .flag_vi {
  background-image: url("../images/vie.png");
}
header .header_top #box_lang ul .flag_en {
  background-image: url("../images/eng.png");
}
@-webkit-keyframes show {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes show {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes hidden {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes hidden {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
header .header-menu-btn {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 36px;
  border: 1px #41a9e0 solid;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 13px;
}
@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: #41a9e0;
  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;
}

#main-menu {
  margin-top: 9px;
}

#tth-main-menu {
  padding: 0px;
  width: 100%;
  position: relative;
}
#tth-main-menu .menu-wrapper {
  width: 100%;
  max-width: 1194px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1194px) {
  #tth-main-menu .menu-wrapper {
    padding-left: 11px;
    padding-right: 11px;
  }
}
#tth-main-menu .menu-wrapper .input_search {
  display: none;
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper {
    display: block;
  }
  #tth-main-menu .menu-wrapper .input_search {
    display: block;
    padding: 0px 15px;
  }
  #tth-main-menu .menu-wrapper .logo {
    display: none;
  }
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul {
    width: 100%;
  }
}
#tth-main-menu .menu-wrapper > ul > li {
  display: inline-block;
  float: none;
  height: 100%;
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li {
    display: block;
    width: 100%;
  }
}
#tth-main-menu .menu-wrapper > ul > li > a {
  font-size: 17px;
  padding-left: 35px;
  padding-right: 0;
  line-height: 17px;
  text-transform: uppercase;
  position: static;
  font-weight: 500;
  text-align: center;
  white-space: normal;
  color: #000000;
  display: block;
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li > a {
    display: block;
    text-align: left;
    padding: 15px 14px;
    color: #bd0007;
  }
}
#tth-main-menu .menu-wrapper > ul > li > a:after {
  content: "";
  background: #0171b6;
  height: 4px;
  width: 100%;
  display: block;
  margin-top: 15px;
  opacity: 0;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
#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: #0171b6;
}
#tth-main-menu .menu-wrapper > ul > li > a:hover:after, #tth-main-menu .menu-wrapper > ul > li > a:focus:after, #tth-main-menu .menu-wrapper > ul > li > a:active:after, #tth-main-menu .menu-wrapper > ul > li > a.highlighted:after, #tth-main-menu .menu-wrapper > ul > li > a.current:after {
  opacity: 1;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
#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;
  display: none;
}
#tth-main-menu .menu-wrapper > ul > li > ul {
  border: none;
  background: #fff;
  display: none;
  margin-left: 0px !important;
  top: 50px !important;
  left: 19px !important;
  min-width: 200px !important;
}
#tth-main-menu .menu-wrapper > ul a:hover, #tth-main-menu .menu-wrapper > ul a:focus, #tth-main-menu .menu-wrapper > ul a:active, #tth-main-menu .menu-wrapper > ul a.highlighted, #tth-main-menu .menu-wrapper > ul a.current {
  color: #0171b6;
}
#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: #0171b6;
  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: 59px;
    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;
  }
}

.slider_nav {
  position: relative;
}
.slider_nav .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.slider_nav h4 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .slider_nav h4 {
    font-size: 14px;
  }
}
.slider_nav .tth_navigation {
  padding-top: 3px;
}
@media (max-width: 768px) {
  .slider_nav .tth_navigation {
    display: none;
  }
}
.slider_nav .tth_navigation ul li:before {
  color: #fff;
}
.slider_nav .tth_navigation ul li a {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 999px) {
  .slider_nav .tth_navigation ul li a {
    font-size: 12px;
  }
}