@import url(fontello/css/ficon-embedded.css);
@import url(grid_system.css);
@import url(forms.css);
@import url(tables.css);
@font-face {
  font-family: "Roboto-Light";
  src: local("Roboto-Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.eot");
  src: local("Roboto-Light"), local("Roboto-Light"), url("../fonts/Roboto-Light?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-style: normal; }
@font-face {
  font-family: "Roboto-Regular";
  src: local("Roboto-Regular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot");
  src: local("Roboto-Regular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-style: normal; }
@font-face {
  font-family: "Roboto-Bold";
  src: local("Roboto-Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot");
  src: local("Roboto-Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-style: normal; }
@font-face {
  font-family: "Roboto-Medium";
  src: local("Roboto-Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot");
  src: local("Roboto-Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-style: normal; }
@font-face {
  font-family: "Roboto-Italic";
  src: local("Roboto-Italic"), local("Roboto-Italic"), url("../fonts/Roboto-Italic.eot");
  src: local("Roboto-Italic"), local("Roboto-Italic"), url("../fonts/Roboto-Italic?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-style: normal; }
* {
  line-height: 150%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.img_bo_t,
.img_bo_b {
  position: relative;
  height: 7px;
  margin: 0px 7px;
  background: url(../images/pic_bo_tb.gif) repeat-x top;
  z-index: 0; }

.img_bo_b {
  background-position: bottom left; }

.img_bo_t .img_bo_tl,
.img_bo_t .img_bo_tr,
.img_bo_b .img_bo_bl,
.img_bo_b .img_bo_br {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../images/pic_bo.png) no-repeat 0px 0px;
  top: 0px; }

.img_bo_t .img_bo_tl {
  left: -7px; }

.img_bo_t .img_bo_tr {
  background-position: right top;
  right: -7px; }

.img_bo_b .img_bo_bl {
  background-position: left bottom;
  left: -7px; }

.img_bo_b .img_bo_br {
  background-position: right bottom;
  right: -7px; }

.img_bo_m {
  position: relative;
  z-index: 1;
  padding: 0px 7px; }

.img_bo_m .img_bo_l,
.img_bo_m .img_bo_r {
  position: absolute;
  width: 7px;
  height: 100%;
  background: url(../images/pic_bo_lr.gif) repeat-y left;
  top: 0px;
  z-index: 0; }

.img_bo_m .img_bo_l {
  left: 0px; }

.img_bo_m .img_bo_r {
  background-position: right top;
  right: 0px; }

.limit {
  overflow: hidden; }

img {
  margin: 0;
  padding: 0;
  border: none; }

img.img_full_size {
  width: 100% !important;
  height: auto !important; }

img.img_max_width {
  max-width: 100% !important;
  height: auto !important; }

img.img_fleft {
  float: left; }

img.img_fright {
  float: right; }

.img > a {
  display: inline-block;
  overflow: hidden; }

.product_item .img > a:first-child {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  height: 0px; }

.product_item .img > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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; }

.product_item .img:hover > a > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1); }

.img > a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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;
  max-width: 100%; }

.img > a:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.justify {
  text-align: justify; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.nostart {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

br.clear {
  clear: both;
  margin-top: -15px; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

a {
  outline: none;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s; }

a:hover {
  color: #ed3237; }

.fl_left {
  float: left; }

.fl_right {
  float: right; }

.imgl, .imgr {
  border: 1px solid #C7C5C8;
  padding: 5px; }

.imgl {
  float: left;
  margin: 0 8px 8px 0;
  clear: left; }

.imgr {
  float: right;
  margin: 0 0 8px 8px;
  clear: right; }

.input_hidden {
  height: 0px;
  border: none;
  font-size: 0px;
  background: none; }

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px; }

p {
  margin: 0px 0px;
  padding: 5px 0px; }

ul.list_none {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.input_hidden {
  height: 0px !important;
  border: none !important;
  font-size: 0px !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important; }

table {
  table-layout: fixed; }

.table-responsive {
  width: 100%;
  overflow: auto; }

table.tablescroll > tbody,
table.tablescroll > thead,
table.tablescroll > tfoot {
  display: block;
  width: 100%; }

table.tablescroll > thead,
table.tablescroll > tfoot {
  /*    padding-right: 17px;*/ }

table.tablescroll > tbody {
  overflow-y: scroll;
  overflow-x: hidden; }

table.tablescroll > tbody > tr,
table.tablescroll > thead > tr,
table.tablescroll > tfoot > tr {
  display: table;
  width: 100%; }

/*--------------box-------------*/
.box {
  margin-bottom: 30px; }
  .box .box-title {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px; }
    .box .box-title span {
      display: inline-block;
      height: 100%;
      background: #39b54a;
      padding: 0px 3px 0px 4px;
      font-family: Roboto-Bold;
      font-size: 14px;
      text-transform: uppercase;
      color: #FFF;
      line-height: 26px;
      position: relative; }
      .box .box-title span:after {
        content: '';
        display: block;
        width: 13px;
        height: 24px;
        background: url("../images/right_box_title.png") no-repeat;
        position: absolute;
        left: 100%;
        top: 0px; }
    .box .box-title .watch_more {
      font-family: Roboto-Medium;
      font-size: 13px;
      color: #b70000;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      .box .box-title .watch_more:hover {
        font-weight: bold;
        text-decoration: underline; }
    .box .box-title .read_more {
      font-family: Roboto-Regular;
      font-size: 14px;
      color: #b70000;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      .box .box-title .read_more:hover {
        font-weight: bold;
        text-decoration: underline; }
    .box .box-title ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .box .box-title ul li {
        padding-left: 14px; }
        @media (max-width: 920px) {
          .box .box-title ul li {
            padding-left: 5px; } }
        .box .box-title ul li:first-child {
          padding-left: 0px; }
        .box .box-title ul li:last-child {
          padding-left: 5px; }
        .box .box-title ul li a {
          font-family: Roboto-Regular;
          font-size: 13.51px;
          color: #ef0000; }
          @media (max-width: 920px) {
            .box .box-title ul li a {
              font-size: 12px; } }
          .box .box-title ul li a:hover {
            text-decoration: underline; }

#tth-column {
  padding-top: 33px; }
  @media (max-width: 800px) {
    #tth-column {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #tth-column .box-content .list_item_most_read {
    max-height: 325px;
    overflow: auto; }
    @media (max-width: 800px) {
      #tth-column .box-content .list_item_most_read {
        max-height: 480px; } }
    #tth-column .box-content .list_item_most_read::-webkit-scrollbar {
      width: 5px;
      background-color: #c2c2c2; }
    #tth-column .box-content .list_item_most_read::-webkit-scrollbar-track {
      background: #FFF;
      opacity: 0%; }
    #tth-column .box-content .list_item_most_read .item .title {
      font-family: Roboto-Regular;
      font-size: 12px;
      color: #232323;
      padding-bottom: 8px;
      line-height: 18px;
      position: relative;
      padding-left: 11px; }
      #tth-column .box-content .list_item_most_read .item .title:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border: 1px solid #f36c2c;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 5px; }
  #tth-column .box-content .item_first {
    padding-bottom: 10px; }
    #tth-column .box-content .item_first .title {
      font-family: Roboto-Medium;
      font-size: 13px;
      color: #151515;
      padding-top: 5px;
      padding-bottom: 3px;
      display: block; }
      #tth-column .box-content .item_first .title:hover {
        font-weight: bold; }
    #tth-column .box-content .item_first .date_update {
      font-family: Roboto-Italic;
      font-size: 11px;
      color: #c40202; }
  #tth-column .box-content .list_item .item {
    padding-bottom: 5px; }
    #tth-column .box-content .list_item .item:last-child {
      padding-bottom: 0px; }
    #tth-column .box-content .list_item .item .title {
      font-family: Roboto-Light;
      font-size: 11px;
      color: #151515;
      position: relative;
      display: inline-block; }
      #tth-column .box-content .list_item .item .title:hover {
        font-weight: bold; }
      #tth-column .box-content .list_item .item .title:before {
        content: '\e808';
        font-family: ficon;
        color: #ff0000;
        position: absolute;
        left: -10px;
        font-size: 7px; }
    #tth-column .box-content .list_item .item .date_update {
      font-family: Roboto-Light;
      font-size: 11px;
      color: #151515; }
  @media (max-width: 800px) {
    #tth-column .box_news_home1 .list_item {
      padding-left: 10px; } }
  @media (max-width: 800px) {
    #tth-column .box_news_home2 .list_item {
      padding-left: 13px; } }
  #tth-column .box_news_home2 .list_item .item .title:before {
    content: url("../images/icon_heart.png");
    left: -14px;
    top: 2px; }
  #tth-column .box_news_home3 .item_first .title, #tth-column .box_news_news2 .item_first .title, #tth-column .box_news_detail2 .item_first .title {
    position: relative; }
    @media (max-width: 800px) {
      #tth-column .box_news_home3 .item_first .title, #tth-column .box_news_news2 .item_first .title, #tth-column .box_news_detail2 .item_first .title {
        padding-left: 13px; } }
    #tth-column .box_news_home3 .item_first .title:before, #tth-column .box_news_news2 .item_first .title:before, #tth-column .box_news_detail2 .item_first .title:before {
      content: '\e85b';
      font-family: ficon;
      color: #b80000;
      position: absolute;
      left: -13px;
      top: 4px;
      font-size: 9px; }
      @media (max-width: 800px) {
        #tth-column .box_news_home3 .item_first .title:before, #tth-column .box_news_news2 .item_first .title:before, #tth-column .box_news_detail2 .item_first .title:before {
          left: 0px; } }
  @media (max-width: 800px) {
    #tth-column .box_news_home3 .list_item, #tth-column .box_news_news2 .list_item, #tth-column .box_news_detail2 .list_item {
      padding-left: 13px; } }
  #tth-column .box_news_home3 .list_item .item .title, #tth-column .box_news_news2 .list_item .item .title, #tth-column .box_news_detail2 .list_item .item .title {
    font-size: 12px; }
    #tth-column .box_news_home3 .list_item .item .title:before, #tth-column .box_news_news2 .list_item .item .title:before, #tth-column .box_news_detail2 .list_item .item .title:before {
      content: '\e85b';
      font-family: ficon;
      color: #959595;
      position: absolute;
      left: -13px;
      top: -1px;
      font-size: 9px; }
    #tth-column .box_news_home3 .list_item .item .title:hover:before, #tth-column .box_news_news2 .list_item .item .title:hover:before, #tth-column .box_news_detail2 .list_item .item .title:hover:before {
      color: #b80000; }
  @media (max-width: 800px) {
    #tth-column .box_news_home4 .list_item {
      padding-left: 10px; } }
  #tth-column .box_news_home4 .list_item .item .title {
    display: inline; }
  @media (max-width: 800px) {
    #tth-column .box_news_news1 .list_item, #tth-column .box_news_detail1 .list_item, #tth-column .box_news_detail3 .list_item {
      padding-left: 8px; } }
  #tth-column .box_news_news1 .list_item .item .title:before, #tth-column .box_news_detail1 .list_item .item .title:before, #tth-column .box_news_detail3 .list_item .item .title:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    top: 5px;
    left: -8px; }

.content .right .box-content .list_item .item .title {
  font-family: Roboto-Light;
  font-size: 12px;
  color: #151515;
  line-height: 15px;
  padding-bottom: 8px;
  position: relative;
  text-align: justify; }
  .content .right .box-content .list_item .item .title:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 5px; }
.content .right .box-content .list_item .item .short {
  font-family: Roboto-Light; }
.content .right .box-content .list_item .item:last-child .title {
  padding-bottom: 0px; }
.content .right .news_news_child2 {
  margin-bottom: 20px; }
  .content .right .news_news_child2 .item_first {
    padding-bottom: 20px; }
    @media (max-width: 640px) {
      .content .right .news_news_child2 .item_first {
        padding-bottom: 15px; } }
    @media (max-width: 426px) {
      .content .right .news_news_child2 .item_first {
        padding-bottom: 10px; } }
    .content .right .news_news_child2 .item_first .title {
      font-family: Arial;
      font-weight: bold;
      font-size: 16px;
      color: #373737;
      line-height: 20px;
      padding: 15px 0px 10px; }
      @media (max-width: 640px) {
        .content .right .news_news_child2 .item_first .title {
          font-size: 15px;
          padding: 10px 0px 5px; } }
      @media (max-width: 426px) {
        .content .right .news_news_child2 .item_first .title {
          font-size: 13px;
          padding: 5px 0px 0px; } }
    .content .right .news_news_child2 .item_first .short {
      font-family: Roboto-Light;
      font-size: 14px;
      color: #111111;
      line-height: 20px; }
      @media (max-width: 640px) {
        .content .right .news_news_child2 .item_first .short {
          font-size: 13px; } }
      @media (max-width: 426px) {
        .content .right .news_news_child2 .item_first .short {
          font-size: 12px; } }
  @media (max-width: 640px) {
    .content .right .news_news_child2 .list_item {
      padding-left: 15px; } }
  .content .right .news_news_child2 .list_item .item {
    padding-bottom: 13px; }
    @media (max-width: 640px) {
      .content .right .news_news_child2 .list_item .item {
        padding-bottom: 10px; } }
    .content .right .news_news_child2 .list_item .item .title {
      font-family: Roboto-Medium;
      font-size: 14px;
      color: #151515;
      line-height: 20px; }
      @media (max-width: 640px) {
        .content .right .news_news_child2 .list_item .item .title {
          font-size: 13px;
          padding-bottom: 5px; } }
      .content .right .news_news_child2 .list_item .item .title:before {
        width: 9px;
        height: 9px;
        background: #005826;
        border-radius: unset;
        left: -15px;
        top: 6px; }
        @media (max-width: 426px) {
          .content .right .news_news_child2 .list_item .item .title:before {
            width: 7px;
            height: 7px; } }
    .content .right .news_news_child2 .list_item .item:last-child .title {
      padding-bottom: 8px; }
    .content .right .news_news_child2 .list_item .item .short {
      font-family: Roboto-Light;
      font-size: 14px;
      color: #151515;
      line-height: 20px; }
      @media (max-width: 640px) {
        .content .right .news_news_child2 .list_item .item .short {
          font-size: 13px; } }
      @media (max-width: 426px) {
        .content .right .news_news_child2 .list_item .item .short {
          font-size: 12px;
          line-height: 16px; } }
.content .right .news_news_child3 .item_first .title {
  font-family: Roboto-Light;
  font-size: 14px;
  color: #151515;
  line-height: 20px;
  padding: 15px 0px;
  position: relative; }
  @media (max-width: 640px) {
    .content .right .news_news_child3 .item_first .title {
      padding-left: 15px; } }
  @media (max-width: 426px) {
    .content .right .news_news_child3 .item_first .title {
      font-size: 13px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .content .right .news_news_child3 .item_first .title:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #005826;
    left: -15px;
    top: 21px;
    position: absolute; }
    @media (max-width: 640px) {
      .content .right .news_news_child3 .item_first .title:before {
        left: 0px; } }
    @media (max-width: 426px) {
      .content .right .news_news_child3 .item_first .title:before {
        width: 7px;
        height: 7px;
        top: 17px; } }
.content .right .news_news_child3 .list_item .item .title {
  font-family: Roboto-Light;
  font-size: 14px;
  color: #151515;
  line-height: 20px;
  padding-bottom: 15px; }
  @media (max-width: 640px) {
    .content .right .news_news_child3 .list_item .item .title {
      padding-left: 15px; } }
  @media (max-width: 426px) {
    .content .right .news_news_child3 .list_item .item .title {
      font-size: 13px;
      padding-bottom: 5px; } }
  .content .right .news_news_child3 .list_item .item .title:before {
    width: 9px;
    height: 9px;
    background: #005826;
    border-radius: unset;
    left: -15px;
    top: 6px; }
    @media (max-width: 640px) {
      .content .right .news_news_child3 .list_item .item .title:before {
        left: 0px; } }
    @media (max-width: 426px) {
      .content .right .news_news_child3 .list_item .item .title:before {
        width: 7px;
        height: 7px; } }

#tth-column_left .title_box {
  text-transform: uppercase;
  font-size: 16px;
  color: #000000; }

#tth-column_left .filter_group .box_menu_product > ul > li {
  margin-bottom: 0px; }

#tth-column_left .filter_group .box_menu_product > ul > li a label {
  font-weight: normal;
  margin-bottom: 0px; }

#tth-column_left .filter_group .box_menu_product > ul > li a label div {
  background: none;
  font-size: 14px;
  color: #000;
  padding-left: 0px; }

#tth-column_left .filter_group .box_menu_product > ul > li a label div:before {
  content: '\e8a7';
  font-family: 'ficon';
  color: #000;
  padding-right: 5px; }

#tth-column_left .filter_group .box_menu_product > ul > li ul {
  display: block;
  padding-left: 16px;
  margin-top: 0px; }

#tth-column_left .filter_group .box_menu_product > ul > li ul li a label div:before {
  content: '\e8a4';
  font-family: 'ficon';
  color: #000;
  padding-right: 5px; }

#tth-column_left .filter_group .box_menu_product > ul > li ul li input {
  display: none; }

#tth-column_left .filter_group .box_menu_product > ul .ficon-angle-down {
  display: none; }

#tth-column_left .filter_brand {
  margin-top: 13px; }

#tth-column_left .filter_brand .box_menu_product > ul {
  display: block; }

#tth-column_left .filter_brand .box_menu_product > ul > li {
  display: block; }

#tth-column_left .filter_brand .box_menu_product > ul > li > a {
  display: none; }

#tth-column_left .filter_brand .box_menu_product > ul > li > a > label div {
  color: #000;
  font-size: 15px; }

#tth-column_left .filter_brand .box_menu_product > ul input {
  left: 0px; }

#tth-column_left .filter_brand .box_menu_product ul {
  display: block; }

#tth-column_left .filter_brand .box_menu_product ul > li {
  display: block; }

#tth-column_left .filter_brand .box_menu_product ul > li > a > label div {
  color: #000;
  font-size: 15px;
  font-weight: normal; }

#tth-column_left .filter_brand input[type="checkbox"] {
  background-color: #337ab7;
  border-color: #337ab7;
  z-index: 1;
  cursor: pointer;
  width: 12px;
  height: 12px; }

#tth-column_left .filter_price {
  /**slider */ }

#tth-column_left .filter_price #btn_search {
  display: inline-block;
  background: #e2e2e2;
  padding: 4px 11px;
  color: #000; }

#tth-column_left .filter_price #slider {
  padding-top: 6px; }

#tth-column_left .filter_price #slider-range {
  width: 100%;
  max-width: 238px;
  background: #fff;
  border: 1px solid #d0d0d0;
  height: 5px; }

#tth-column_left .filter_price #slider-range .ui-widget-header {
  background: #e2e2e2; }

#tth-column_left .filter_price #slider-range .ui-slider-handle {
  width: 18px;
  height: 18px;
  padding: 0;
  border-color: #d0d0d0;
  background: #fff; }

#tth-column_left .filter_price #comment {
  min-height: 20px;
  padding-right: 50px;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 23px;
  padding-bottom: 10px; }

#tth-column_left .filter_price #slider-range-vertical {
  width: 6px;
  float: left;
  margin-top: 5px;
  border-radius: 0; }

#tth-column_left .filter_price #slider-range-vertical .ui-slider-handle {
  left: -23px; }

#tth-column_left .filter_price #slider-range-vertical .ui-state-default,
#tth-column_left .filter_price #slider-range-vertical .ui-widget-content .ui-state-default,
#tth-column_left .filter_price #slider-range-vertical .ui-widget-header .ui-state-default {
  border-radius: 2px;
  width: 20px;
  height: 14px;
  border: none;
  cursor: pointer;
  background-image: url(../images/ico_slider_02.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 0; }

#tth-column_left .filter_price #slider-range-vertical .ui-slider-vertical .ui-slider-handle {
  left: -21px; }

#tth-column_left .filter_price #slider_value {
  width: 100%;
  padding-top: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#tth-column_left .filter_price #slider_value input {
  width: 39%;
  float: left;
  padding: 4px;
  text-align: center;
  height: 34px;
  color: #999999;
  border: solid 1px #ccc; }

#tth-column_left .filter_price #slider_value span.seperate {
  float: left;
  padding: 5px;
  color: #999; }

#tth-column_left .filter_price #quantity_send {
  width: 34px;
  height: 34px;
  background-color: #ccc;
  border: none;
  display: inline-block;
  margin-left: -4px;
  float: left;
  position: relative;
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
  font-size: 12px;
  border-radius: 0px 5px 5px 0px; }

#tth-column_left .banner_item {
  margin-top: 13px; }

#tth-column_left .banner_item:before, #tth-column_left .banner_item:after {
  content: " ";
  display: table; }

#tth-column_left .banner_item:after {
  clear: both; }

.box_menu_product .box-title {
  font-family: Roboto-Regular;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  background: #00bff3;
  padding: 9px 12px;
  color: #fff;
  font-weight: bold;
  text-align: center; }

.box_menu_product > ul {
  background: #fff; }

.box_menu_product > ul li {
  border-top: none !important; }

.box_menu_product > ul li a {
  border: none; }

.box_menu_product > ul li a label {
  font-size: 14px;
  font-family: "Arial";
  margin-bottom: 0px;
  font-weight: normal;
  color: #047297; }

.box_menu_product > ul li a span, .box_menu_product > ul li a i {
  display: none; }

.box_menu_product > ul li .highlighted {
  background: #02a2d7; }

.box_menu_product > ul li .highlighted label {
  color: #fff; }

.box_menu_product > ul li ul {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: block !important; }

.box_menu_product > ul li ul li a:hover {
  background: #94c9f3;
  color: #fff; }

.box_menu_product > ul li ul li a {
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 2px;
  padding: 5px 10px;
  padding-left: 17px;
  cursor: pointer;
  display: block;
  position: relative; }
  .box_menu_product > ul li ul li a:before {
    display: none !important; }
  .box_menu_product > ul li ul li a:hover {
    border-left: unset; }
    .box_menu_product > ul li ul li a:hover label {
      color: #FFF;
      font-size: 16px; }
    .box_menu_product > ul li ul li a:hover:before {
      border-color: #FFF;
      background: #FFF; }
    .box_menu_product > ul li ul li a:hover:after {
      color: #FFF; }
  .box_menu_product > ul li ul li a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #1b693b;
    margin-right: 6px;
    margin-bottom: 3px; }
  .box_menu_product > ul li ul li a:after {
    content: '\e8ad';
    font-family: ficon;
    color: #1b5800;
    position: absolute;
    right: 5px; }

.box_menu_product > ul li ul li a label {
  font-size: 16px;
  color: #5d5d5d;
  cursor: pointer; }

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding-right: 0px; }

.box_menu_product > ul > li {
  padding: 0px;
  border-top: none;
  cursor: pointer; }
  .box_menu_product > ul > li > a {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #eaeaea; }
    .box_menu_product > ul > li > a:hover {
      background: #94c9f3; }
      .box_menu_product > ul > li > a:hover label {
        color: #FFF; }
  .box_menu_product > ul > li > ul > li {
    padding-left: 20px; }
    .box_menu_product > ul > li > ul > li a {
      border-bottom: 1px solid #eaeaea; }

.box_menu_product > ul > li > a {
  cursor: pointer;
  display: block;
  padding-right: 0px !important; }

.box_menu_product > ul > li > a label {
  display: block;
  font-family: Roboto-Regular;
  color: #5d5d5d;
  text-transform: capitalize;
  font-size: 15px;
  border: none;
  margin-bottom: 0px;
  cursor: pointer; }

.box_menu_product > ul > li > a span {
  display: none; }

.box_menu_product > ul > li > a .ficon-angle-down:before {
  content: '\e8af';
  font-family: ficon;
  color: #2a6313;
  margin: 0px !important; }

.box_menu_product > ul > li > a .ficon-angle-down {
  display: none;
  position: absolute;
  right: 3px;
  top: 35%; }

.box_menu_product > ul > li > ul > li input {
  display: none; }

.box_menu_product > ul > li ul {
  display: block;
  position: relative !important;
  margin-left: 0px !important;
  margin-top: 0px !important; }

.box_menu_product > ul > li ul a {
  color: #424242;
  padding: 7px 10px;
  display: block; }

.box_fanpage .box-title:before {
  content: '\e9a2'; }

.box_certificate .box-title:before {
  content: '\e808';
  font-family: ficon; }
.box_certificate #list_certificate ul li {
  text-align: center;
  margin-bottom: 10px; }
  .box_certificate #list_certificate ul li img {
    max-width: 100%; }

/*box video*/
.box_video .item_first .video_item img {
  max-width: 100%;
  display: block; }
.box_video .item_first .video_item a:last-child {
  font-family: Roboto-Medium;
  font-size: 15px;
  color: #151515;
  padding-top: 8px;
  display: inline-block; }
  .box_video .item_first .video_item a:last-child:before {
    display: none; }
.box_video .item {
  padding-bottom: 7px; }
  @media (max-width: 800px) {
    .box_video .item {
      padding-left: 9px; } }
  .box_video .item:last-child {
    padding-bottom: 0px; }
  .box_video .item a {
    position: relative;
    font-family: Roboto-Light;
    font-size: 12px;
    color: #151515;
    display: inline-block; }
    .box_video .item a:before {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      background: #000;
      border-radius: 50%;
      position: absolute;
      left: -11px;
      top: 6px; }
    .box_video .item a:hover {
      font-weight: bold; }

.box_support_center {
  position: relative;
  margin-top: 27px; }
  .box_support_center .box-title {
    border-radius: 8px 8px 0px 0px;
    background: #ffa200;
    padding-left: 37%; }
    .box_support_center .box-title:before {
      content: url("../images/icon_tongdai.png");
      position: absolute;
      left: 9px;
      bottom: 9px; }
    .box_support_center .box-title .title {
      font-family: SFUHelveticaBlack;
      font-size: 17px;
      color: #FFF;
      text-transform: uppercase; }
    .box_support_center .box-title .phone {
      font-family: SFUHelveticaBlack;
      font-size: 21.68px;
      color: #ff0101;
      text-shadow: -2px 0px 3px #FFF, 2px 0px 3px #FFF, 0px 2px 3px #FFF, 0px -2px 3px #FFF; }

/*box_support*/
.box_support .box-title {
  position: relative;
  border-radius: 8px 8px 0px 0px; }
  .box_support .box-title span {
    text-align: right;
    display: block; }
    .box_support .box-title span:before {
      content: url("../images/icon_call_hotrotructuyen.png");
      position: absolute;
      left: -6px;
      bottom: 0px; }

.box_support .box-content {
  background: #fff;
  margin-top: 7px;
  border: 1px solid #82ab94;
  padding: 0px; }
  .box_support .box-content .row {
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc;
    margin: 0px !important;
    padding-left: 10px; }
    .box_support .box-content .row:last-child {
      border-bottom: none; }
    .box_support .box-content .row .support_skype .call {
      display: inline-block;
      float: left;
      width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .box_support .box-content .row .support_skype .info {
      width: 70%;
      float: left;
      color: #ff0000;
      font-size: 14px; }
      .box_support .box-content .row .support_skype .info .title {
        font-family: SFUHelveticaBold;
        font-size: 14px;
        color: #696969; }
      .box_support .box-content .row .support_skype .info .phone {
        font-family: SFUHelveticaBlack;
        font-size: 15px;
        color: #235d00; }
  .box_support .box-content .skype {
    background: url(../images/skye.png) no-repeat;
    width: 102px;
    height: 35px;
    float: left;
    margin-right: 5px; }
  .box_support .box-content p {
    padding: 0px; }

.box_support .box-content li a, .box_support .box-content li span {
  display: inline; }

.box_support .box-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: flex;
  -moz-box-flex: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 7px; }

.box_support .box-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: flex;
  -moz-box-flex: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  overflow: auto; }

/**************custom scroll****************/
::-webkit-scrollbar {
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:window-inactive {
  background: #fff; }

/**************custom scroll****************/
.box_support .box-content p.hotline:before {
  content: url("../images/icon_phone.jpg");
  padding-right: 5px; }

.box_support .box-content p.email:before {
  content: url("../images/icon_mail.jpg");
  padding-right: 5px; }

/*-------------box_mid-------------*/
.box_mid {
  margin-bottom: 28px; }

.box_mid .box_mid-title {
  text-align: center; }
  .box_mid .box_mid-title .ouline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .box_mid .box_mid-title .ouline .ouline_left {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: url("../images/line_left.png") no-repeat;
      background-position: center;
      background-size: contain; }
      @media (max-width: 440px) {
        .box_mid .box_mid-title .ouline .ouline_left {
          display: none; } }
    .box_mid .box_mid-title .ouline h1.mid_title_l {
      font-family: SFUHelveticaBlack;
      font-size: 16px;
      color: #FFF;
      text-transform: uppercase;
      display: inline-block;
      padding: 3px 18px;
      background: #237c00;
      border-radius: 8px 8px 0px 0px;
      margin: 0 10px; }
      @media (max-width: 440px) {
        .box_mid .box_mid-title .ouline h1.mid_title_l {
          font-size: 13px;
          padding: 3px 10px;
          margin: 0px auto; } }
    .box_mid .box_mid-title .ouline .ouline_right {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: url("../images/line_right.png") no-repeat;
      background-position: center;
      background-size: contain; }
      @media (max-width: 440px) {
        .box_mid .box_mid-title .ouline .ouline_right {
          display: none; } }
  .box_mid .box_mid-title h2.title_small {
    font-family: SFUHelveticaLight;
    font-size: 14px;
    color: #494949;
    padding-top: 15px; }
    @media (max-width: 520px) {
      .box_mid .box_mid-title h2.title_small {
        font-size: 12px; } }

.box_mid .box_mid-title .mid_title_r {
  float: right; }

.box_mid > .watch_more {
  text-align: right; }
  .box_mid > .watch_more a {
    font-family: helveticaneuelight;
    font-size: 14px;
    color: #0077d4;
    display: inline-block;
    margin-top: 17px;
    margin-right: 10px;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #d8ecfb; }
    .box_mid > .watch_more a:hover {
      border-bottom: 1px solid; }
    .box_mid > .watch_more a:after {
      content: '\e8b5';
      font-family: ficon;
      font-weight: bold;
      color: #0077d4;
      padding-left: 9px; }

.box_mid .box_mid-content {
  padding-top: 5px;
  background: #FFF; }
  .box_mid .box_mid-content .content p, .box_mid .box_mid-content > p {
    padding: 0px 15px; }
    .box_mid .box_mid-content .content p img, .box_mid .box_mid-content > p img {
      max-width: 100%;
      margin: auto;
      display: block;
      height: auto; }
    .box_mid .box_mid-content .content p:first-child, .box_mid .box_mid-content > p:first-child {
      padding-top: 15px; }
    .box_mid .box_mid-content .content p:last-child, .box_mid .box_mid-content > p:last-child {
      padding-bottom: 15px; }
  .box_mid .box_mid-content .paginate {
    margin: 0px;
    padding: 25px 30px;
    background: #FFF;
    text-align: right; }

.box_mid-title {
  background: none;
  margin-bottom: 18px;
  overflow: visible; }

.box_mid-title .mid_title_l {
  padding-left: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Arial-Bold";
  color: #008eda;
  margin-bottom: -1px; }

@media (max-width: 850px) {
  .box_mid-title .mid_title_l {
    font-size: 14px; } }
.box_mid-title {
  border-bottom: none;
  background-repeat: repeat-x;
  background-position: 100% 100%; }

.box_mid-title .mid_title_l {
  text-align: left;
  padding-left: 0px;
  border-bottom: 1px solid #39b54a;
  font-size: 16px;
  text-transform: uppercase;
  font-family: helveticaneue;
  color: #39b54a; }

/*-------------box_menu-------------*/
.box_menu .box-content {
  padding: 0px;
  margin: 0px;
  position: relative;
  background: #fff; }

.box_menu .box-content > * {
  position: relative; }

.box_menu li {
  display: block;
  width: 100%; }

.box_menu .box-content > ul > li {
  padding-right: 0px; }

.box_menu li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 15px;
  color: #444444;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: 1px dashed #eaeaea; }

.box_menu li a > div {
  position: relative;
  display: block;
  padding-left: 25px; }

.box_menu li a > div:before {
  font-family: 'ficon';
  content: '\e806';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #f7941e; }

.box_menu li a:before {
  content: '';
  display: block;
  position: absolute;
  background: #484848;
  top: 0px;
  left: -100%;
  bottom: 0px;
  width: 100%;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s; }

.box_menu li:first-child a {
  border-top: none; }

.box_menu li:last-child a {
  border-bottom: none; }

.box_menu li a:hover,
.box_menu li a.current {
  color: #fff; }

.box_menu li a:hover:before,
.box_menu li a.current:before {
  left: 0px; }

.box_menu li a:hover:after,
.box_menu li a.current:after {
  display: none; }

.box_menu li a:hover > div:before,
.box_menu li a.current > div:before {
  color: #fff; }

.box_menu li ul {
  display: none;
  background: #fff;
  width: 12em; }

.box_menu .sm-simple.sm-vertical a span.sub-arrow {
  right: 10px;
  margin-left: 0px; }

/*product_focus==============================================================*/
.box_product_focus {
  border: 1px solid #dedddd; }
  .box_product_focus .box-content {
    padding-top: 14px; }
    .box_product_focus .box-content .product_focus .product_focus-row {
      padding-bottom: 15px; }
      .box_product_focus .box-content .product_focus .product_focus-row .img {
        width: 49.8%;
        float: left; }
        .box_product_focus .box-content .product_focus .product_focus-row .img a {
          width: 100%; }
          .box_product_focus .box-content .product_focus .product_focus-row .img a img {
            width: 100%; }
      .box_product_focus .box-content .product_focus .product_focus-row .info {
        width: 50.2%;
        float: left;
        padding: 0px 17px 15px 14px; }
        .box_product_focus .box-content .product_focus .product_focus-row .info h3 a {
          font-family: SFUHelveticaBold;
          font-size: 13px;
          color: #555555; }
        .box_product_focus .box-content .product_focus .product_focus-row .info .watch_more {
          font-family: SFUHelveticaOblique;
          color: #ff0000;
          font-size: 12px;
          padding-top: 15px;
          display: inline-block; }

/*box_news_focus==============================================================*/
.box_news_focus .box-content {
  border: 1px solid #84c293;
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px; }

.box_news_focus .news_focus-row {
  margin-left: -7px;
  margin-right: -7px; }

.box_news_focus.hot .news_focus-row {
  margin-left: -13px;
  margin-right: -13px;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e3e4;
  text-align: justify; }

.box_news_focus.hot .news_focus-row.row_first .img {
  width: 100%;
  padding: 0px;
  margin: 0px; }

.box_news_focus.hot .news_focus-row.row_first .info {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  color: #404041;
  font-weight: bold;
  font-size: 14px; }

.box_news_focus .box-title {
  margin-top: 0;
  border-bottom: 1px solid #ed3338;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  background: #fff;
  padding: 0px; }

.box_news_focus .box-content {
  border: 0px; }

.news_view_desc .box-content .title a:hover {
  color: #007ca5; }

.news_view_desc .box-content .title a {
  font-size: 13px;
  color: #333333; }

.news_view_desc .box-content .image {
  display: inline-block;
  float: left;
  width: 47.5%;
  text-align: center;
  float: left; }

.news_view_desc .box-content .title {
  width: 52.5%;
  padding: 0px 3px 0px 11px;
  float: left; }
  .news_view_desc .box-content .title a {
    font-family: SFUHelveticaBold;
    font-size: 12px;
    color: #696969; }
    .news_view_desc .box-content .title a:hover {
      color: #246d00; }

.news_view_desc .box-content .news_item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.news_view_desc .box-content .news_item {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2; }

.news_view_desc .box-content .image img {
  max-width: 100%; }

.box_about {
  margin-bottom: 25px; }

.box_about ul li {
  font-size: 14px;
  padding: 5px 0px;
  position: relative;
  padding-left: 20px; }

.box_about ul li a:before {
  content: '';
  background: #4c4c4c;
  width: 6px;
  height: 6px;
  top: 11px;
  left: 3px;
  position: absolute;
  display: inline-block;
  border-radius: 50%; }

.box_about ul li a.current {
  font-weight: bold; }

.box_about .title span {
  background: #ed3338;
  display: inline-block;
  padding: 7px 10px 6px; }

.box_about .title {
  margin-top: 0;
  border-bottom: 1px solid #ed3338;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  background: #fff;
  padding: 0px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.box_news_focus span {
  background: #ed3338;
  display: inline-block;
  padding: 7px 10px 6px; }

.row_item_first {
  position: relative; }

.row_item_first .image {
  text-align: center; }

.row_item_first .group_info {
  position: relative;
  bottom: 0;
  background: white;
  padding: 20px 0px;
  border-bottom: 1px #d4d4d4 solid;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.row_item_first .group_info .image img {
  max-width: 100%; }

.row_item_first .group_info .title {
  color: #464646;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden; }

.row_item_first .group_info .title:hover {
  color: #ed3237; }

.row_item_first .group_info .short {
  color: #2b2b2b; }

.box_news_focus .news_focus-row:after {
  content: '';
  display: block;
  clear: both; }

.box_news_focus .news_focus-row .img,
.box_news_focus .news_focus-row .info {
  float: left;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
  margin: 10px 0px; }

.box_news_focus .news_focus-row .img a,
.box_news_focus .news_focus-row .img img {
  display: block;
  width: 100%; }

.box_news_focus .news_focus-row .info > h3 {
  font-weight: lighter; }

/*product_scroll =============================================================*/
.product_scroll .product_item {
  margin-bottom: 2px; }

.product_scroll.has_price .product_item .info-price {
  height: 40px;
  margin-top: 5px; }

.product_scroll .owl-nav .owl-next {
  right: -46px;
  position: absolute;
  top: 35%;
  width: 76px;
  height: 77px;
  background: url("../../images/right.png"); }

@media (max-width: 1190px) {
  .product_scroll .owl-nav .owl-next {
    display: none !important; } }
.product_scroll .owl-nav .owl-prev {
  left: -45px;
  position: absolute;
  top: 35%;
  width: 76px;
  height: 77px;
  background: url("../../images/left.png"); }

@media (max-width: 1190px) {
  .product_scroll .owl-nav .owl-prev {
    display: none !important; } }
/*-------------tth-statistic-------------*/
.tth-statistic > .srow:after {
  content: '';
  display: block;
  clear: both; }

.tth-statistic > .srow > .rtitle,
.tth-statistic > .srow > .rcontent {
  float: left; }

.tth-statistic > .srow > .rtitle {
  padding-right: 10px;
  font-weight: bold; }

/*-------------tth_navigation-------------*/
.tth_navigation {
  padding-bottom: 20px;
  margin-right: 17px;
  margin-left: 17px;
  background: #f3f3f3;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .tth_navigation ul li:before {
    content: '/';
    display: inline-block;
    padding-top: 3px; }
  .tth_navigation ul li a {
    font-size: 15px;
    color: #000; }
  .tth_navigation ul li:last-child a {
    color: #005ba1; }

.tth_navigation ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px; }

.tth_navigation li {
  float: left;
  padding-left: 24px;
  position: relative; }

.tth_navigation li.first {
  padding-left: 0px; }

.tth_navigation li:before {
  display: block;
  content: '\e8ad';
  font-family: 'ficon';
  position: absolute;
  left: 9px;
  top: -1px;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.tth_navigation li.first:before {
  display: none; }

.tth_navigation li a:hover {
  color: #666666; }

#tth-statistic {
  padding-left: 15px;
  padding-right: 15px; }
  #tth-statistic .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #tth-statistic .row .col {
      display: inline-block; }

/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px; }

.fileupload .upload-progress.show {
  display: block; }

.fileupload .upload-progress .progress-bar {
  background: #42b3e5;
  height: 4px; }

.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px; }

.fileupload .list_uploaded:after {
  content: '';
  display: block;
  clear: both; }

.fileupload .list_uploaded .pic-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  max-width: 80px;
  width: 25%; }

.fileupload .list_uploaded .pic-item img {
  width: 100%;
  border-radius: 3px;
  height: 45px; }

.fileupload .list_uploaded .pic-item .btn-remove {
  color: #CE2C2C;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  top: -5px;
  font-weight: normal;
  border: 1px solid #CE2C2C;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
  background-color: #fff; }

.fileupload .btn-upload {
  background: #ffffff;
  border: 1px solid #42b3e5;
  color: #000;
  overflow: hidden;
  position: relative;
  padding: 3px 10px;
  display: inline-block; }

.fileupload .btn-upload input[type="file"] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/*----------------list_share----------------*/
.list_share {
  text-align: right; }

.box_news_focus.hot .box-title {
  margin-top: 0;
  border-bottom: 1px solid #ed3338;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  background: #fff;
  padding: 0px; }

.box_news_focus.hot .box-title span {
  background: #ed3338;
  display: inline-block;
  padding: 7px 10px 6px; }

.box_news_focus.hot .box-content {
  border: 0px; }

.owl-product .info-price {
  display: block;
  margin-top: 5px; }

.owl-product .info-price .price_buy span.number {
  font-size: 16px;
  font-weight: bold;
  color: #ed3237;
  margin-top: 5px; }

.owl-product .info-price .price span.number {
  font-size: 16px;
  color: #777;
  font-weight: normal;
  text-decoration: line-through; }

.owl-product .price_buy {
  display: inline-block;
  float: left; }

.owl-product .price_buy.none {
  display: none; }

.owl-product .price {
  float: left;
  margin-right: 10px; }

@media (max-width: 599px) {
  .box_mid .box_mid-title {
    display: block; }

  .box_mid .box_mid-title .mid_title_l {
    display: block; }

  .box_mid .box_mid-title .mid_title_l:after {
    display: none; } }
/* ------****------Body------****------*/
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #444444; }

.full {
  padding-top: 13px;
  padding-bottom: 13px; }

a.title {
  display: inline-block; }
  a.title:hover {
    font-weight: bold; }

a {
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset; }

.header_bottom > .ficon-search {
  cursor: pointer;
  position: absolute;
  right: 37px; }
  .header_bottom > .ficon-search:before {
    color: #39b54a; }
  @media (min-width: 980px) {
    .header_bottom > .ficon-search {
      display: none; } }

.header_user {
  display: inline-block; }
  @media (max-width: 980px) {
    .header_user {
      position: absolute;
      right: 35px; } }
  .header_user .ficon-login:before {
    content: url("../images/icon_login.png");
    padding-right: 6px;
    margin: 0px; }
    @media (max-width: 500px) {
      .header_user .ficon-login:before {
        content: '';
        display: block;
        width: 23px;
        height: 23px;
        border: 1.5px solid #39b54a;
        border-radius: 50%;
        padding-right: 0px;
        background: url("../images/icon_login.png") no-repeat center;
        background-position-y: 48%;
        background-position-x: 50%; } }
  .header_user .ficon-user-plus {
    display: none; }
  .header_user span {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #159e39; }
    .header_user span:hover {
      font-weight: bold; }
    @media (max-width: 500px) {
      .header_user span {
        display: none !important; } }
  .header_user li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: left; }
    .header_user li:first-child {
      padding-right: 6px;
      position: relative; }
      .header_user li:first-child:after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #0d6f00;
        position: absolute;
        top: 5px;
        right: 0px; }
        @media (max-width: 980px) {
          .header_user li:first-child:after {
            display: none; } }
    .header_user li:last-child {
      padding-left: 6px; }
      @media (max-width: 980px) {
        .header_user li:last-child {
          display: none; }
          .header_user li:last-child#header_account {
            display: unset;
            padding-left: 0px;
            padding-right: 6px; }
            .header_user li:last-child#header_account .ficon-user {
              position: absolute;
              right: 72px;
              bottom: -2px; } }
      @media (max-width: 980px) and (max-width: 500px) {
        .header_user li:last-child#header_account .ficon-user {
          position: unset; } }

  @media (max-width: 980px) {
    .header_user #header_account li:last-child {
      display: block !important; } }
  .header_user #header_account .ficon-user:before {
    content: url("../images/icon_user.png");
    padding-right: 10px; }
  .header_user #header_account span {
    display: none; }
    @media (max-width: 980px) {
      .header_user #header_account span {
        display: block; } }

.header_cart {
  margin-top: 25px;
  position: relative; }
  @media (max-width: 980px) {
    .header_cart {
      margin-top: 20px; } }
  @media (max-width: 430px) {
    .header_cart {
      margin-right: 15px !important; } }
  @media (max-width: 400px) {
    .header_cart {
      margin-right: 12px !important; } }
  .header_cart ul li a i:before {
    content: url("../images/icon_cart_on_product.png"); }
  .header_cart ul li a .num_cart {
    position: absolute;
    top: -4px;
    right: -12px;
    width: 14px;
    height: 14px;
    background: #0d7ed6;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

#tth-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1500;
  background: #fff url(../images/loading.gif) no-repeat center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  margin: 0px; }

/* ------------------------------------*/
.hot_news {
  margin-bottom: 15px; }
  .hot_news .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hot_news .box-content .left {
      width: 56.9%;
      float: left;
      padding-right: 2.5%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      @media (max-width: 640px) {
        .hot_news .box-content .left {
          width: 52.5%; } }
      @media (max-width: 500px) {
        .hot_news .box-content .left {
          width: 100%;
          padding-right: 0px; } }
      .hot_news .box-content .left .img a {
        display: block;
        padding-top: 66%;
        position: relative; }
        .hot_news .box-content .left .img a:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1); }
        .hot_news .box-content .left .img a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .hot_news .box-content .left .info {
        padding-top: 10px; }
        .hot_news .box-content .left .info .title {
          font-family: Roboto-Medium;
          font-size: 18px;
          color: #9b0000;
          display: block;
          padding-bottom: 7px;
          text-align: justify; }
          @media (max-width: 640px) {
            .hot_news .box-content .left .info .title {
              font-size: 15px; } }
          @media (max-width: 426px) {
            .hot_news .box-content .left .info .title {
              font-size: 13px; } }
        .hot_news .box-content .left .info .short {
          font-family: Roboto-Light;
          font-size: 12px;
          color: #212121;
          text-align: justify; }
    .hot_news .box-content .right {
      width: 43.1%;
      float: left;
      overflow: auto;
      padding-right: 5px;
      margin-right: -5px; }
      @media (max-width: 640px) {
        .hot_news .box-content .right {
          width: 47.5%; } }
      @media (max-width: 500px) {
        .hot_news .box-content .right {
          width: 100%;
          padding-top: 10px; } }
      .hot_news .box-content .right::-webkit-scrollbar {
        width: 4px;
        background-color: #c2c2c2; }
      .hot_news .box-content .right::-webkit-scrollbar-track {
        background: #FFF;
        opacity: 0%; }
      .hot_news .box-content .right .list_item .item {
        padding-bottom: 10px;
        padding-left: 10px;
        position: relative; }
        .hot_news .box-content .right .list_item .item:before {
          content: '';
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #f69161;
          position: absolute;
          left: 0px;
          top: 6px; }
        .hot_news .box-content .right .list_item .item:last-child {
          padding-bottom: 0px; }
        .hot_news .box-content .right .list_item .item .title {
          font-family: Roboto-Regular;
          font-size: 14px;
          color: #151515;
          padding-bottom: 2px;
          display: inline-block;
          line-height: 19px;
          text-align: justify; }
          @media (max-width: 640px) {
            .hot_news .box-content .right .list_item .item .title {
              font-size: 13px; } }
        .hot_news .box-content .right .list_item .item .info .writer {
          font-family: Roboto-Light;
          font-size: 11px;
          color: #4d4d4d;
          padding-right: 20px;
          position: relative; }
          .hot_news .box-content .right .list_item .item .info .writer span {
            font-family: Roboto-Medium; }
          .hot_news .box-content .right .list_item .item .info .writer:after {
            content: '';
            display: block;
            width: 1px;
            height: 9px;
            background: #362f2d;
            position: absolute;
            right: 7px;
            top: 2px;
            display: none; }
        .hot_news .box-content .right .list_item .item .info .date_update {
          font-family: Roboto-Light;
          font-size: 11px;
          color: #4d4d4d; }

/* ------****------Wrapper------****------*/
#tth-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

div.wrapper {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left; }

/* ---------------------------------------*/
/* ------****------Header------****------*/
header {
  width: 100%;
  background: #f0f0f0; }
  header .wrapper {
    position: relative; }
    header .wrapper:after {
      content: '';
      display: block;
      clear: both; }
    header .wrapper .logo {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-top: 0px; }
      header .wrapper .logo a, header .wrapper .logo img {
        display: block;
        max-width: 100%; }

header .header-tool {
  float: right; }
  header .header-tool .header_cart, header .header-tool .header_user {
    float: left; }
    header .header-tool .header_cart > ul > li, header .header-tool .header_user > ul > li {
      float: left; }
      header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
        display: block;
        color: #616161;
        margin: 0px 12px;
        padding: 5px 0px;
        position: relative;
        font-size: 13px; }
        header .header-tool .header_cart > ul > li > a:after, header .header-tool .header_user > ul > li > a:after {
          content: '|';
          display: block;
          position: absolute;
          right: -10px;
          top: 4px; }
        header .header-tool .header_cart > ul > li > a > i, header .header-tool .header_user > ul > li > a > i {
          display: none; }
      header .header-tool .header_cart > ul > li:last-child > a, header .header-tool .header_user > ul > li:last-child > a {
        margin-right: 0px; }

header .header-tool .header_cart > ul > li > a {
  position: relative;
  /*padding-left: 28px;*/ }

header .header-tool .header_cart > ul > li > a > i {
  margin-top: -5px;
  background: url("../images/icon-cart.png") no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0px; }

header .header-tool .header_cart > ul > li > a > i.ficon-basket:before {
  font-family: ''; }

header .header-tool .header_cart .num_cart {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ed3237;
  color: #fff;
  font-weight: bold;
  padding: 0px 0px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  text-align: center;
  font-size: 13px; }

header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li > a:before {
  border: 0px; }

header.fixed_menu .box_search {
  margin-top: -2px; }

header.fixed_menu .header-tool .header_cart {
  margin-top: 3px; }

header.fixed_menu .box_check.none {
  display: block;
  margin-top: 10px;
  float: right;
  margin-right: 30px;
  width: auto;
  background: none;
  padding: 0px; }

header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li > ul {
  left: 30px !important; }

header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li > ul:before {
  left: 10px;
  right: auto !important; }

header.fixed_menu #tth-main-menu > .menu-wrapper > ul a,
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a:focus,
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a:active,
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a.highlighted,
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a.current {
  border-bottom: 0px; }

header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li.first > a {
  margin-left: 30px;
  margin-top: 2px; }

header.fixed_menu #tth-main-menu {
  margin-left: 185px;
  padding: 0px; }

header #header_account {
  position: relative; }

header #header_account:hover ul {
  display: block; }
header #header_account > ul {
  display: none;
  position: absolute;
  border: 1px solid #39b54a;
  background: rgba(57, 181, 74, 0.95);
  text-align: right;
  padding: 5px 0px;
  top: 35px;
  right: 0px;
  z-index: 10000;
  min-width: 135px;
  display: none;
  margin-left: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); }
  header #header_account > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 5px;
    border: 5px solid transparent;
    border-left-color: rgba(57, 181, 74, 0.85);
    border-top-color: rgba(57, 181, 74, 0.85);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(45deg); }
  @media (max-width: 980px) {
    header #header_account > ul {
      right: 5px; } }
  header #header_account > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    header #header_account > ul > li:last-child {
      border-bottom: none; }
    header #header_account > ul > li a {
      font-family: Roboto-Regular;
      font-size: 15px;
      color: #FFF;
      padding: 2px 10px 2px 10px;
      display: block;
      white-space: nowrap; }
      header #header_account > ul > li a:hover {
        font-weight: bold; }

header .box_search {
  position: relative;
  width: 100%; }
  header .box_search .text_search {
    width: 100%;
    height: 26px;
    border: 1px solid #c0c0c0;
    font-size: 12px;
    outline: none;
    font-family: Roboto-Light;
    color: #6c6c6c;
    font-style: italic;
    padding-left: 10px;
    background: #f0f0f0; }
  header .box_search .btn_search {
    position: absolute;
    color: #FFF;
    background: #39b54a;
    font-family: Roboto-Light;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 37px;
    cursor: pointer;
    border: 0px; }
    header .box_search .btn_search:before {
      content: '';
      display: block;
      width: 17px;
      height: 26px;
      background: url("../images/left_button_search.png") no-repeat;
      position: absolute;
      right: 36px;
      top: 0px; }

/* --------------------------------------*/
/* ------****------Tth-Menu-Main------****------*/
#tth-main-menu {
  width: 100%;
  background: #39b54a;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 980px) {
    #tth-main-menu {
      height: unset; } }
  #tth-main-menu .sm-simple a.has-submenu {
    padding-right: 0px !important; }
  #tth-main-menu .menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #tth-main-menu .menu-wrapper > ul > li {
      position: relative; }
      #tth-main-menu .menu-wrapper > ul > li:first-child {
        padding: 0px !important; }
        #tth-main-menu .menu-wrapper > ul > li:first-child:after {
          display: none; }
        #tth-main-menu .menu-wrapper > ul > li:first-child a {
          width: 26px;
          height: 26px;
          border: 1px solid #FFF;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 980px) {
        #tth-main-menu .menu-wrapper > ul > li:first-child {
          display: none; } }
      #tth-main-menu .menu-wrapper > ul > li:nth-child(2) {
        display: none !important; }
        @media (max-width: 980px) {
          #tth-main-menu .menu-wrapper > ul > li:nth-child(2) {
            display: block !important; } }
      #tth-main-menu .menu-wrapper > ul > li:nth-child(3) {
        padding-left: 1.46% !important; }
        @media (max-width: 980px) {
          #tth-main-menu .menu-wrapper > ul > li:nth-child(3) {
            padding-left: 0px !important; } }
      #tth-main-menu .menu-wrapper > ul > li:last-child {
        padding-right: 0px !important; }
        #tth-main-menu .menu-wrapper > ul > li:last-child:after {
          display: none; }
      #tth-main-menu .menu-wrapper > ul > li:after {
        content: '';
        display: block;
        width: 1px;
        height: 13px;
        background: #00a651;
        position: absolute;
        right: -2px;
        bottom: 5px; }
        @media (max-width: 980px) {
          #tth-main-menu .menu-wrapper > ul > li:after {
            display: none; } }

.sm:after {
  display: none; }

#tth-wrapper .banner_item > a > img {
  width: 100%; }

#tth-main-menu > .menu-wrapper:after {
  content: '';
  display: block;
  clear: both; }

#tth-main-menu > .menu-wrapper > ul > li {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
  padding: 0px 1.95%; }
  @media (max-width: 980px) {
    #tth-main-menu > .menu-wrapper > ul > li {
      padding: 0px;
      height: auto; } }

#tth-main-menu > .menu-wrapper > ul > li > ul > li > a {
  padding: 6px 10px 6px 20px;
  font-family: Roboto-Regular;
  text-transform: capitalize; }
  @media (max-width: 980px) {
    #tth-main-menu > .menu-wrapper > ul > li > ul > li > a {
      padding: 5px 15px;
      border-bottom: 1px solid #0d6f00 !important;
      text-transform: uppercase; }
      #tth-main-menu > .menu-wrapper > ul > li > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul > li > a.current {
        font-weight: normal;
        background: #0d6f00; } }
#tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li {
  padding-left: 0px; }
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a {
    padding-left: 20px; }

#tth-main-menu > .menu-wrapper > ul > li > a {
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #FFF;
  position: static;
  text-align: center;
  font-weight: normal; }
  #tth-main-menu > .menu-wrapper > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > a.current {
    font-weight: bold; }
  @media (max-width: 980px) {
    #tth-main-menu > .menu-wrapper > ul > li > a {
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px 15px;
      border-bottom: 1px solid #0d6f00; }
      #tth-main-menu > .menu-wrapper > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > a.current {
        background: #0d6f00; } }
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li.last > a {
    border-bottom: none; } }

#tth-main-menu > .menu-wrapper > ul > li > ul > li > a {
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #FFF;
  position: static;
  font-weight: normal; }
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul > li > a.current {
    font-weight: bold; }

#tth-main-menu > .menu-wrapper > ul > li:first-child > a:before {
  display: none; }

#tth-main-menu > .menu-wrapper > ul > li > a > .sub-arrow {
  display: none; }

#tth-main-menu > .menu-wrapper > ul > li > ul {
  max-width: 304px;
  /* left: -155px !important; */
  top: 28px !important;
  padding: 15px 0px; }
  @media (max-width: 980px) {
    #tth-main-menu > .menu-wrapper > ul > li > ul {
      padding: 0px;
      padding-left: 15px; } }
  @media (min-width: 980px) {
    #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul {
      margin-left: 260px !important; } }

#tth-main-menu > .menu-wrapper > ul > li > ul:before {
  content: '';
  display: none;
  position: absolute;
  top: -8px;
  right: 40px;
  border: 8px solid transparent;
  border-left-color: #888888;
  border-top-color: #888888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(45deg); }

#tth-main-menu > .menu-wrapper > ul ul {
  background: rgba(57, 181, 74, 0.85);
  display: none; }
  @media (max-width: 980px) {
    #tth-main-menu > .menu-wrapper > ul ul {
      background: none;
      position: unset;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100% !important;
      max-width: 100% !important; } }

#tth-main-menu > .menu-wrapper ul ul li a {
  font-size: 16px;
  color: #fff;
  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; }
  @media (max-width: 980px) {
    #tth-main-menu > .menu-wrapper ul ul li a {
      color: #444; } }

#tth-main-menu > .menu-wrapper > ul ul li ul li a {
  padding: 6px 10px 6px 0px; }

#tth-main-menu > .menu-wrapper > a:hover, #tth-main-menu > .menu-wrapper a.current {
  color: #FFF !important; }

#tth-main-menu > .menu-wrapper > ul ul li ul li {
  padding-left: 20px; }

/* ---------------------------------------------*/
/* ------****------Content------****------*/
#main_slide .owl-stage-outer {
  height: auto !important; }

#container {
  padding: 0px 0px 20px;
  position: relative;
  min-height: 460px; }

#tth-content {
  display: block;
  float: left;
  width: 79.8%;
  min-height: 1px;
  padding-right: 18px; }
  #tth-content img {
    max-width: 100%;
    height: auto;
    width: auto; }
  @media (max-width: 800px) {
    #tth-content {
      width: 100%;
      padding-right: 0px; } }

/* ---------------------------------------*/
/* ------****------Columt------****------*/
#tth-column_left {
  display: block;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-right: 0px; }

#tth-column {
  display: block;
  float: left;
  width: 20.2%;
  min-height: 1px;
  position: relative; }
  @media (max-width: 800px) {
    #tth-column {
      width: calc(100% + 2.5%); }
      #tth-column .banner_item {
        display: none; } }
  @media (max-width: 800px) {
    #tth-column .box {
      width: 50%;
      float: left;
      padding-right: 2.5%; } }
  @media (max-width: 500px) {
    #tth-column .box {
      width: 100%; } }

#tth-column .banner_item,
#tth-column .fb_iframe_widget {
  margin-bottom: 20px;
  position: relative; }

#tth-column .banner_item > a {
  display: block; }

#tth-column .banner_item > a > img {
  max-width: 100%; }

#tth-column .banner_item object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

#tth-column #column-right-bottom-ft {
  position: relative; }

#tth-column #column-right-bottom {
  position: absolute;
  left: 0px;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px; }

/* ------****------Paginate------****------*/
.paginate {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left; }
  .paginate a {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #353535; }
    .paginate a:hover {
      background: #88d392;
      border-color: #88d392;
      color: #FFF; }
  .paginate .pagetotal {
    background: #000000;
    display: none;
    padding: 0px 2px;
    color: #ffffff; }
  .paginate .pagelink, .paginate .btnPage, .paginate .pagecur {
    display: inline-block;
    color: #888888;
    height: 23px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    margin: 0px 4px;
    vertical-align: top; }
  .paginate .pagecur {
    color: #fff;
    background: #39b54a;
    border-color: #39b54a;
    font-family: Roboto-Regular;
    font-size: 14px; }
  .paginate .btnPage i {
    display: inline-block;
    margin-top: 2px; }
  .paginate .btnPage .ficon-angle-left:before {
    content: '\e8ac';
    font-family: ficon;
    font-size: 14px; }
  .paginate .btnPage .ficon-angle-right:before {
    content: '\e8ad';
    font-family: ficon;
    font-size: 14px; }
  .paginate .btnPage .ficon-angle-double-right:before, .paginate .btnPage .ficon-angle-double-left:before {
    font-size: 14px; }

/* ------****------Footer------****------*/
footer {
  background: #fff;
  color: #444444; }
  footer .footer-content {
    padding-top: 30px; }
    footer .footer-content .footer-col {
      float: left;
      width: 36%; }
      footer .footer-content .footer-col .banner_item p {
        line-height: 24px;
        padding: 0px; }
      footer .footer-content .footer-col .title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #444444;
        margin-bottom: 10px; }
  footer .info h2 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0px; }

.brand > .wrapper {
  max-width: 1062px; }

.brand_scroll {
  display: inline-block;
  width: 100%; }

.brand_scroll .owl-nav .owl-prev i.angle-left {
  left: -55px;
  position: absolute;
  top: 20%;
  width: 23px;
  height: 47px;
  background: url(../../images/left.png) no-repeat; }

.brand_scroll .owl-nav .owl-next i.angle-right {
  right: -55px;
  position: absolute;
  top: 20%;
  width: 23px;
  height: 47px;
  background: url(../../images/right.png) no-repeat; }

.btn-success {
  color: black !important;
  background-color: #f0f0f0 !important;
  border: unset;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #f0f0f0;
  border-radius: 100%; }

.btn-danger {
  color: black !important;
  background-color: #f0f0f0 !important;
  border: unset;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 3px;
  border: 1px solid #f0f0f0;
  border-radius: 100%; }

.btn-success:hover, .btn-danger:hover {
  border-color: #f0f0f0; }

.brand_scroll_footer .our_clients a {
  padding: 9px 20px 10px 20px;
  font-family: SFUFutura03;
  font-size: 14px;
  color: #FFF;
  background: #353535;
  border: 1px solid #353535; }

.brand_scroll_footer .our_clients a:hover {
  background: #FFF;
  color: #353535; }

.brand_scroll_footer .follow {
  display: inline-block;
  margin-left: 30px; }

.brand_scroll_footer .title {
  display: block;
  margin-bottom: 5px; }

.brand_scroll_footer .dkbct {
  display: inline-block;
  float: left;
  margin-left: 30px; }

.brand .title_brand {
  text-align: center;
  margin-bottom: 20px; }

.brand_scroll-content .item {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  height: 0px; }

.brand_scroll .owl-carousel .owl-item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#bottom {
  position: relative;
  background: #39b54a;
  height: 37px; }
  @media (max-width: 675px) {
    #bottom {
      height: auto;
      padding: 7px 0px; } }
  #bottom .wrapper {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    #bottom .wrapper .copyright {
      font-family: Roboto-Regular;
      font-size: 13px;
      color: #FFF; }
      @media (max-width: 675px) {
        #bottom .wrapper .copyright {
          width: 100%;
          text-align: left;
          padding-bottom: 5px; } }
      #bottom .wrapper .copyright a {
        font-family: Roboto-Regular;
        font-size: 13px;
        color: #FFF; }
    #bottom .wrapper #social {
      width: auto; }
      #bottom .wrapper #social .follow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #bottom .wrapper #social .follow .solo-item {
          padding-right: 10px; }
          #bottom .wrapper #social .follow .solo-item:last-child {
            padding-right: 0px; }

#bottom .copyright {
  text-align: center; }
  #bottom .copyright a {
    color: #878787; }
    #bottom .copyright a:hover {
      text-decoration: underline; }

#tth-scrollup {
  background: #3994b9;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 10px;
  font-size: 30px; }

/* --------------------------------------*/
/* ------****------Scroll------****------*/
#tth-scroll_left {
  width: calc((100% - 1024px)/2);
  padding: 0 20px;
  position: absolute;
  z-index: 100;
  top: 139px;
  left: 0px;
  overflow: hidden;
  margin: 0px; }
  #tth-scroll_left .banner_item a img {
    max-width: 100%;
    width: 100%; }

#tth-scroll_right {
  width: calc((100% - 1024px)/2);
  padding: 0 20px;
  position: absolute;
  z-index: 100;
  top: 139px;
  right: 0px;
  overflow: hidden;
  margin: 0px; }
  #tth-scroll_right .banner_item a img {
    max-width: 100%;
    width: 100%; }

.class_top {
  top: 536px !important; }

.fr {
  float: right; }

.menu-header-top ul li {
  float: left;
  padding: 0px 7px;
  font-weight: normal;
  font-size: 14px; }

.header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header_bottom .logo {
    width: 30%; }
    @media (max-width: 625px) {
      .header_bottom .logo {
        width: 130px; } }
  .header_bottom #content_search {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 34.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 980px) {
      .header_bottom #content_search {
        display: none;
        position: absolute;
        top: 35px;
        width: 200px;
        right: 40px; } }
    @media (max-width: 500px) {
      .header_bottom #content_search {
        width: calc(100% + 20px);
        right: -10px; } }
    .header_bottom #content_search form {
      margin-bottom: 0px; }
  .header_bottom .social_facebook {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    @media (max-width: 980px) {
      .header_bottom .social_facebook {
        position: absolute;
        right: 215px; } }
    @media (max-width: 500px) {
      .header_bottom .social_facebook {
        right: 100px; } }
    .header_bottom .social_facebook a {
      font-family: Roboto-Regular;
      font-size: 15px;
      color: #6c6c6c; }
      .header_bottom .social_facebook a:before {
        color: #475993;
        margin: 0px;
        padding-right: 6px; }
      .header_bottom .social_facebook a span {
        font-family: Roboto-Regular;
        font-size: 15px;
        color: #6c6c6c; }
        .header_bottom .social_facebook a span:hover {
          color: #39b54a; }
        @media (max-width: 500px) {
          .header_bottom .social_facebook a span {
            display: none; } }
  .header_bottom .app_download {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    @media (max-width: 980px) {
      .header_bottom .app_download {
        position: absolute;
        right: 140px; } }
    @media (max-width: 500px) {
      .header_bottom .app_download {
        right: 77px; } }
    .header_bottom .app_download a {
      font-family: Roboto-Regular;
      font-size: 15px;
      color: #6c6c6c; }
      .header_bottom .app_download a span {
        font-family: Roboto-Regular;
        font-size: 15px;
        color: #6c6c6c; }
        .header_bottom .app_download a span:hover {
          color: #39b54a; }
        @media (max-width: 500px) {
          .header_bottom .app_download a span {
            display: none; } }
      @media (max-width: 500px) {
        .header_bottom .app_download a:before {
          content: url("../images/icon_app.png"); } }

.menu-header-top ul li a {
  color: #9b9b9b; }

.menu-header-top ul li a.current {
  color: #ed3237; }

.menu-header-top ul li a:hover {
  color: #ed3237; }

/* --------------------------------------*/
/* ------****------Product_item------****------*/
.product_item .image {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  height: 0px; }

.product_item .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product_item {
  /*border: 1px solid #e7e7e7;*/
  /*background: #fff;*/
  position: relative; }

/*.product_item:after{
   content: '';
   position: absolute;
   left: -1px;
   right: -1px;
   bottom: -3px;
   height: 3px;
   background: #d2d2d2;
}*/
.product_item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 35px; }

.product_item .img a:first-child,
.product_item .img img {
  display: block;
  width: 100%; }

.product_item .img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 1; }

.product_item .img:hover:before {
  display: none;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%; }

.product_item .img .watch_more {
  font-family: SFUFutura03;
  font-size: 14px;
  padding: 14px 29px;
  background: #262626;
  color: #FFFFFF;
  position: absolute;
  left: 35%;
  top: 45%;
  display: none; }

.product_item .img:hover .watch_more {
  display: block !important; }

.product_item .img .ficon-zoom-in,
.product_item .img .ficon-cart-plus {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  height: 34px;
  line-height: 34px;
  width: 37px;
  border: 1px solid #ffffff;
  color: #fff;
  background: none;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 2; }

.product_item .img .ficon-zoom-in:hover,
.product_item .img .ficon-cart-plus:hover {
  background: #fff;
  color: #000; }

.product_item .img .ficon-zoom-in {
  right: 100%;
  margin-right: 6px; }

.product_item .img .ficon-cart-plus {
  left: 100%;
  margin-left: 6px; }

.product_item .img:hover .ficon-zoom-in {
  right: 50%; }

.product_item .img:hover .ficon-cart-plus {
  left: 50%; }

.product_item .img .ficon-cart-plus:before {
  margin-left: 0px; }

.product_item .info {
  padding: 0px 10px 8px;
  text-align: center; }

.product_item .info .rate span {
  color: red;
  float: left;
  margin-top: -1px;
  margin-left: 4px; }

.product_item .info .info-title {
  display: block;
  margin-top: 18px;
  text-align: center; }

.product_item .info h3 {
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-size: 14px; }

.product_item .info h3 a {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-family: SFUFutura03;
  font-size: 16px;
  color: #262626;
  text-transform: capitalize; }

.product_item .info .price {
  text-align: left;
  font-size: 14px;
  color: #525252;
  text-decoration: line-through; }

.product_item .info .price_buy {
  font-size: 15px;
  font-weight: bold;
  color: #dd2222;
  text-align: left; }

.box_mid-title_pr {
  text-align: center; }

.box_mid-title_pr .mid_title_l {
  text-transform: uppercase;
  font-family: "SFU Bold";
  font-size: 26px;
  margin-bottom: 15px;
  padding-top: 18px; }

.box_mid-title_pr .mid_title_r {
  font-size: 15px;
  font-family: SFUFutura03;
  color: #3d3d3d;
  padding-bottom: 25px; }

header .follow {
  float: right; }

header .follow .header_user {
  float: left; }

header .follow .header_user .list_none li a {
  font-family: helveticaneue;
  font-size: 16px; }

header .follow .header_user .list_none li a i:before {
  display: none; }

header .follow .header_user .list_none li:first-child a:after {
  content: '\e8af';
  font-family: ficon;
  padding-left: 10px;
  font-size: 16px; }

header .follow .header_user .list_none li:last-child {
  display: none; }

header .follow .header_user .list_none li:first-child a:hover, header .follow .header_user .list_none li:last-child a:hover {
  color: #ECDDB2; }

#tth-main-menu .menu-wrapper .ficon-search {
  float: left;
  padding: 5px 0px 15px 15px;
  font-size: 16px;
  color: #FFF;
  cursor: pointer; }

#tth-main-menu .menu-wrapper .ficon-search:hover {
  color: #ecdeb1; }

#content_search.show {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

header .follow #header_cart {
  float: left;
  position: relative; }

header .follow #header_cart .num_cart {
  position: absolute;
  top: -1px;
  right: 0px;
  background: red;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 100%; }

header .follow a {
  color: #fff;
  font-size: 20px;
  padding: 0 3px; }

/* --------------------------------------------*/
/*--------------------------------------------*/
.list_item_product .owl-controls .owl-nav .owl-prev i:before {
  content: '\e8b9';
  font-family: ficon; }

.list_item_product .owl-controls .owl-nav .owl-next i:before {
  content: '\e8ba';
  font-family: ficon; }

.list_item_product .col_item {
  float: left;
  width: 100%;
  position: relative; }

.list_item_product .row_empty {
  text-align: center; }

.star_img {
  max-width: 16px;
  float: left;
  margin-right: 2px; }

.list_watched .col_item .on-ribbon,
.product_scroll_orther .col_item .on-ribbon,
.list_item_product .col_item .on-ribbon {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 59px;
  height: 59px;
  text-align: center; }

.col_item .on-ribbon span {
  display: inline-block;
  width: auto;
  color: #fff;
  -webkit-transform: rotate(317deg);
  -moz-transform: rotate(317deg);
  -o-transform: rotate(317deg);
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-weight: bold;
  font-size: 13px;
  margin-top: 8px;
  margin-left: -19px; }

.product_scroll .col_item .on-ribbon span {
  display: inline-block;
  width: auto;
  color: #fff;
  -webkit-transform: rotate(314deg);
  -moz-transform: rotate(314deg);
  -o-transform: rotate(314deg);
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-weight: bold;
  font-size: 13px;
  margin-top: 11px;
  margin-left: -25px; }

.on-ribbon.sale {
  background: url("../../images/sale.png"); }

.on-ribbon.sale_now {
  background: url(../../images/sale_now.png);
  right: 0px;
  left: auto !important; }

.news_focus .row_first {
  display: inline-block;
  width: 38%;
  vertical-align: top; }

.news_focus-row .info h3 {
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px #ececec solid;
  padding: 5px 0px; }

.news_focus-row:last-child .info h3 {
  border-bottom: 0px; }

.news_focus-row .info h3 a {
  color: #666; }

.news_focus-row .info h3 a:hover {
  color: #ed3237; }

.news_focus-row.row_first .info h3 {
  border: 0px; }

.news_focus .row_first h3 a {
  font-weight: normal;
  font-size: 20px;
  color: #ed3237;
  line-height: 25px; }

.news_focus .row_first h3 {
  margin: 5px 0px 5px 0px;
  height: 55px;
  overflow: hidden; }

.news_focus .row_first .short {
  font-family: tahoma;
  font-size: 13px; }

.news_right {
  display: inline-block;
  width: 23%;
  border: 1px #e1e1e1 solid;
  padding: 15px; }

.news_focus {
  margin-left: 17px;
  margin-right: 17px; }

.title_new_focus {
  position: relative;
  text-align: left;
  overflow: hidden;
  font-weight: normal;
  border-bottom: 2px #ececec solid;
  max-height: 40px;
  margin-bottom: 20px; }

.title_new_focus span {
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  position: relative;
  background: #888888;
  padding: 0px 10px; }

.title_register span {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 15px; }

#form_res_email {
  margin-top: 17px;
  position: relative; }

#form_res_email .email {
  height: 32px;
  width: 100%;
  padding: 0px 10px;
  outline: none;
  border: 0px;
  font-family: helveticaneuelight;
  font-size: 12px;
  color: #595959;
  font-style: italic; }

#form_res_email .btn_search {
  width: 80px;
  background: #464646;
  border: 1px solid #d7d7d7;
  height: 100%;
  color: #fff;
  font-family: helveticaneuelight;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  /* margin-top: 8px; */
  position: absolute;
  right: 0;
  top: 0;
  text-align: center; }

.owl-product {
  margin-right: 17px;
  margin-left: 17px;
  margin-bottom: 40px; }

#form_res_email .btn_search:hover {
  background: #6c6969; }

.owl-product .box_item {
  display: inline-block;
  width: 31%;
  vertical-align: top; }

.owl-product .box_item .product_item .image {
  margin: 15px 50px;
  padding: 100px; }

.owl-product .box_item:nth-child(2) {
  margin: 0px 30px; }

.owl-product .box_item .product_item .name {
  text-transform: uppercase;
  font-size: 17px;
  color: #444444;
  font-weight: bold;
  margin: 15px 0px 0px;
  max-height: 44px;
  line-height: 22px;
  overflow: hidden; }

.owl-product .box_item .product_item .buy {
  color: #e22525;
  font-weight: bold;
  font-size: 15px; }

.owl-product .box_item .product_item .buy:hover {
  color: red; }

.owl-product .box_item .product_item .short {
  font-family: tahoma;
  font-size: 14px;
  color: #777777; }

.owl-product .box_item .title {
  background: #888;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
  height: auto !important;
  padding: 1px 10px; }

.owl-product .box_item .title .bg_sale {
  font-size: 13px;
  margin: 5px 0px;
  padding-left: 5px;
  margin-left: -10px;
  padding-top: 4px;
  width: 47px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  background: url("../../images/bg_sale.png"); }

.float-divider {
  clear: both;
  display: block;
  height: 5px;
  font-size: 1px;
  line-height: 1px; }

.menu {
  float: left;
  padding: 50px 0 0 50px; }

.menuTitle {
  float: left;
  border: solid 1px #C9D0D8;
  background-color: #F1F5F8;
  padding: 3px;
  cursor: pointer;
  width: 150px; }

.menuImgClose {
  float: left;
  background: url("../Images/close_bt.png") right no-repeat;
  cursor: pointer;
  width: 30px;
  height: 25px; }

.menuIconOpen {
  background: url("../Images/open_bt.png") right no-repeat; }

.menuContent {
  float: left;
  padding: 3px;
  display: none; }

.arrow-r {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #444;
  margin-bottom: 1%;
  margin-right: 7px;
  margin-left: 3px;
  display: inline-block; }

.arrow-d {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #444;
  margin-bottom: 6px;
  margin-right: 5px;
  display: inline-block; }

.collapse-container > :nth-child(odd) {
  padding: 5px;
  background-color: gray;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(14%, gray), color-stop(70%, #969696));
  background-image: linear-gradient(bottom, gray 14%, #969696 70%);
  background-image: -o-linear-gradient(bottom, gray 14%, #969696 70%);
  background-image: -moz-linear-gradient(bottom, gray 14%, #969696 70%);
  background-image: -webkit-linear-gradient(bottom, gray 14%, #969696 70%);
  background-image: -ms-linear-gradient(bottom, gray 14%, #969696 70%);
  border: 1px solid black;
  margin: auto; }

.collapse-container > :nth-child(even) {
  background-color: white;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black; }

.collapse-container > :nth-child(even) p {
  padding: 0px 5px; }

.collapse-container > :nth-child(odd):hover {
  cursor: pointer;
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit browsers */ }

.form_add_cart {
  height: 0px;
  display: inline; }

.btn_custom {
  font-family: Roboto-Regular;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #39b54a;
  outline-color: #ccc;
  background: #39b54a;
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
  margin-right: 5px;
  outline: none;
  cursor: pointer; }

.btn_custom_1 {
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #cd1233;
  outline-color: #ccc;
  background: #ed3237;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ed3237), to(#ed3237));
  background: -webkit-linear-gradient(#ed3237, #b3161a);
  background: -moz-linear-gradient(#ed3237, #b3161a);
  background: -ms-linear-gradient(#ed3237, #b3161a);
  background: -o-linear-gradient(#ed3237, #b3161a);
  background: -webkit-gradient(linear, left top, left bottom, from(#ed3237), to(#b3161a));
  background: linear-gradient(#ed3237, #b3161a);
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
  margin-right: 5px; }

.btn_custom:hover {
  background: #FFF;
  color: #353535; }

.btn_custom_1:hover {
  background: #e54d42;
  color: #fff; }

#form_signin .row_btn {
  display: inline-block;
  float: left;
  margin-right: 15px; }

.waring_panel {
  margin-bottom: 10px;
  border: 1px #ef5e09 solid;
  padding: 4px 9px;
  border-radius: 2px; }

.skip_login_btn {
  margin-top: 10px;
  border-radius: 2px;
  border: 1px #d6d6d6 solid;
  padding: 3px 10px;
  cursor: pointer;
  outline: none;
  background: #dddddd; }

.skip_login_btn:hover {
  background: #ecebeb; }

.icon-cancel {
  background: url(../images/close-x.png);
  height: 15px;
  width: 15px;
  display: inline-block; }

/*NEWS*/
#group-detail {
  padding: 0px 17px;
  margin-bottom: 28px; }

.news_content .box_menu_product ul li {
  float: left;
  width: auto; }

.news_content .box_menu_product ul li a > div:before {
  content: ''; }

.news_content .box_menu {
  font-size: 14px;
  background: #f1f2f2;
  line-height: 25px;
  position: relative; }

.news_content .box_menu_product ul li a {
  font-weight: bold;
  color: #404041;
  text-transform: inherit; }

.news_content .box_menu_product li a > div {
  padding-left: 0; }

.news_content .box_menu li a:hover, .news_content .box_menu li a.current {
  color: #ed3237 !important; }

.news_content .box_menu li a:before {
  background: none; }

#user_forgot_pass .row_btn {
  margin-top: 10px; }

#form_change_pass {
  margin-top: 10px; }

#BactoTop {
  text-indent: -99999px;
  cursor: pointer;
  background: url(../../images/backtotop.png) no-repeat scroll 11px 12px #DC4040;
  bottom: 40px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 15px;
  bottom: 45px;
  width: 41px;
  z-index: 999;
  -moz-border-radius: 50%;
  border: 3px #fff double;
  margin: 0px; }

.box_check {
  display: inline-block;
  float: left;
  position: relative; }

.check_order {
  display: inline-block;
  float: left;
  margin-left: 42px;
  background-color: #f7f7f7;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
  outline: none; }

.panel_check {
  display: inline-block;
  position: absolute;
  width: 200px;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  padding: 10px 15px;
  top: 25px;
  left: 42px;
  border-radius: 2px;
  display: none; }

#check_order .text_input {
  border: 1px #ccc solid;
  margin: 5px 0px;
  padding: 4px 5px;
  font-size: 13px;
  border-radius: 2px;
  width: 100%;
  outline: none; }

#check_order_xs .text_input {
  border: 1px #ccc solid;
  margin: 5px 0px;
  padding: 4px 5px;
  font-size: 13px;
  border-radius: 2px;
  width: 100%;
  outline: none; }

.btn-check {
  width: 100%;
  padding: 3px 10px;
  margin-top: 5px;
  background: #ed3237;
  border: 1px #ed3237 solid;
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer; }

.btn-check:hover {
  background: #ec1319; }

.danhgia-sp {
  height: 30px;
  line-height: 30px; }

.danhgia-sp .raty {
  display: inline-block;
  vertical-align: 2%; }

.captcha {
  line-height: 30px; }

.captcha input {
  max-width: 150px;
  display: inline-block;
  margin-left: 10px;
  color: #404041; }

.captcha span {
  display: inline-block;
  background-color: #6d6e71;
  background-image: -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-image: -o-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), -o-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #969696;
  position: relative;
  top: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.comments-filter {
  margin: 30px 0 20px;
  border-bottom: 1px solid #e2e3e4; }

.comments-filter button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.comment {
  min-height: 20px;
  padding-right: 50px; }

.rating-scores {
  position: absolute;
  top: 0;
  right: 0px; }

.rating-scores i {
  margin-right: 15px;
  float: left; }

#tab-comment_rate .media-body {
  position: relative; }

#tab-comment_rate .admin-name {
  font-weight: bold;
  color: #e81c24; }

#tab-comment_rate .media {
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 25px;
  margin-bottom: 5px; }

#tab-comment_rate .media .media {
  background: #f9f9f9;
  padding: 10px 5px;
  border-radius: 5px;
  position: relative;
  overflow: visible; }

#tab-comment_rate .media .media:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: -14px;
  border: 7px solid;
  border-color: transparent #f6f7f7 #f9f9f9 transparent; }

.small-star img {
  margin-top: 2px;
  display: block;
  float: left; }

.comment-meta > div {
  padding-right: 15px; }

.comment-meta > div a {
  font-size: 12px;
  color: #1f5ecc; }

.comment-meta > div a:hover {
  color: #184aa0; }

.comment-meta > div .alert {
  color: #e81c24;
  display: none; }

.comment-meta > div .alert:hover {
  color: #be131a; }

.comment-meta:hover .alert {
  display: block; }

.sub-comment-input {
  border: 1px solid #e2e3e4;
  padding: 5px 10px;
  margin-top: 15px;
  max-width: 700px;
  display: none; }

.comments-loadmore {
  text-align: center;
  margin: 20px 0; }

.comments-sub-loadmore {
  background: #f1f2f2;
  padding: 5px 5px;
  border-radius: 5px;
  border-bottom: 1px solid #e2e3e4;
  margin-bottom: 5px; }

.comments-sub-loadmore a {
  display: block; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

#tab-comment_rate .media .input {
  padding: 5px 12px;
  height: 32px;
  font-size: 12px;
  border-radius: 3px;
  display: block;
  border: 1px solid #e2e3e4;
  width: 100%;
  outline: none; }

#tab-comment_rate .media input.input:-moz-read-only {
  /* For Firefox */
  background-color: #e1e6e9; }

#tab-comment_rate .media input.input:read-only {
  background-color: #e1e6e9; }

.media-body {
  width: 10000px; }

#tab-comment_rate .media textarea.input {
  height: 120px;
  max-height: 250px;
  resize: vertical;
  font-family: arial;
  outline: none; }

.tg-line-form {
  margin-bottom: 10px; }

.button {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background: #f1f2f2;
  color: #404041;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0; }

.button-blue {
  background: #ed3237;
  color: #fff; }

.button-blue:hover {
  background: red;
  color: #fff; }

#rate_select {
  height: 30px;
  border-radius: 3px;
  padding: 0px 5px;
  border: 1px #e2e3e4 solid; }

.captcha .captcha-group {
  display: inline-block;
  vertical-align: bottom; }

.btn_loadmore {
  color: #ed3237;
  cursor: pointer;
  outline: none;
  display: inline-block; }

.btn_loadmore:hover {
  text-decoration: underline; }

.list_comment img.star_img {
  width: 12px;
  height: 12px; }

.list_comment .comment {
  padding-right: 0px; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.fb_gg .btn-social {
  padding-left: 5px;
  border-bottom: 2px rgba(0, 0, 0, 0.18) solid;
  border-radius: 1px; }

.fb_gg .btn_c {
  padding: 6px 10px 5px 10px;
  margin: 8px 0px;
  font-size: 12px;
  border-radius: 34px;
  color: white;
  display: block; }

.fb_gg .btn-social span {
  padding: 0px; }

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.fb_gg {
  display: inline-block;
  margin-top: 5px; }

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-block + .btn-block {
  margin-top: 10px; }

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-social span {
  padding-right: 5px; }

.none {
  display: none; }

.slogan_xs {
  display: none; }

.view_no_product .image img {
  max-width: 100%; }

.check_btn_xs {
  display: none; }

.full.signin,
.full.signup {
  padding-top: 40px; }

#form_signin .row_btn {
  width: 100%; }

.fixed {
  position: fixed !important;
  top: 60px !important;
  z-index: 999 !important; }

.near_footer {
  position: absolute !important; }

.method_shipping {
  display: inline-block;
  float: left;
  width: 65%; }

#main_slide .owl-nav .owl-next .angle-right {
  right: 20px;
  position: absolute;
  top: 40%;
  width: 30px;
  height: 58px;
  background: url("../../images/right_main.png") no-repeat; }

#main_slide .owl-nav .owl-prev .angle-left {
  left: 30px;
  position: absolute;
  top: 40%;
  width: 30px;
  height: 58px;
  background: url("../../images/left_main.png") no-repeat; }

.box_statistic {
  margin: 0px;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset; }
  .box_statistic .box-content {
    background: unset;
    padding-top: 15px; }
    .box_statistic .box-content .row {
      font-family: helveticaneuelight;
      font-size: 14px;
      color: #FFF;
      padding: 0px;
      line-height: 28px; }
      .box_statistic .box-content .row .col_title {
        padding-right: 5px; }
      .box_statistic .box-content .row .col_content {
        font-weight: bold; }

footer {
  border-top: none;
  margin-top: 0px;
  background: #e4e4e4; }
  footer .wrapper {
    padding: 20px 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .logo_footer {
    width: 26%;
    padding-right: 4.3%;
    float: left; }
    @media (max-width: 900px) {
      footer .logo_footer {
        width: 257px;
        padding-right: 35px; } }
  footer .contact_info {
    width: 32.8%;
    float: left;
    padding-right: 15px; }
    @media (max-width: 900px) {
      footer .contact_info {
        width: calc(100% - 257px);
        padding-right: 0px; } }
    @media (max-width: 550px) {
      footer .contact_info {
        width: 100%;
        padding-top: 10px; } }
    footer .contact_info .banner_item p {
      padding: 0px;
      font-family: Roboto-Regular;
      font-size: 15px;
      color: #0c0c0c;
      padding-bottom: 10px; }
      footer .contact_info .banner_item p:first-child:before {
        content: url("../images/icon_map.png");
        padding-right: 5px;
        position: relative;
        top: 3px; }
      footer .contact_info .banner_item p:nth-child(2) {
        float: left;
        padding-right: 10px; }
        footer .contact_info .banner_item p:nth-child(2):before {
          content: url("../images/icon_phone.png");
          padding-right: 7px; }
      footer .contact_info .banner_item p:nth-child(3) {
        float: left; }
        footer .contact_info .banner_item p:nth-child(3):before {
          content: url("../images/icon_fax.png");
          padding-right: 5px; }
      footer .contact_info .banner_item p:nth-child(4) {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        footer .contact_info .banner_item p:nth-child(4):before {
          content: url("../images/icon_hotline.png");
          padding-right: 7px; }
      footer .contact_info .banner_item p:last-child:before {
        content: url("../images/icon_mail.png");
        padding-right: 7px; }
  footer .menu_bottom {
    width: 41.2%;
    float: left; }
    @media (max-width: 900px) {
      footer .menu_bottom {
        padding-top: 10px;
        width: 430px; } }
    footer .menu_bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .menu_bottom ul li {
        padding-bottom: 14px;
        width: 33.3%; }
        @media (max-width: 400px) {
          footer .menu_bottom ul li {
            width: 50% !important; } }
        footer .menu_bottom ul li a {
          font-family: Roboto-Regular;
          font-size: 15px;
          color: #0c0c0c;
          padding: 0px;
          line-height: 15px; }
          footer .menu_bottom ul li a:before {
            content: '\e8a7';
            font-family: ficon;
            padding-right: 4px; }
          footer .menu_bottom ul li a:hover {
            font-weight: bold; }
  footer .on_bottom {
    border-top: 1px solid #FFF; }
    footer .on_bottom .wrapper {
      padding: 10px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      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; }
      @media (max-width: 440px) {
        footer .on_bottom .wrapper {
          padding-bottom: 5px; } }
      footer .on_bottom .wrapper .license {
        width: 35%;
        font-family: Roboto-Regular;
        font-size: 13px;
        color: #0c0c0c; }
        @media (max-width: 1024px) {
          footer .on_bottom .wrapper .license {
            width: auto; } }
        @media (max-width: 800px) {
          footer .on_bottom .wrapper .license {
            width: 100%;
            padding-bottom: 10px; } }
        @media (max-width: 400px) {
          footer .on_bottom .wrapper .license {
            font-size: 11px; } }
      footer .on_bottom .wrapper .menu_on_bottom {
        width: 40.5%; }
        @media (max-width: 1024px) {
          footer .on_bottom .wrapper .menu_on_bottom {
            width: auto; }
            footer .on_bottom .wrapper .menu_on_bottom ul li {
              padding-right: 23px; }
              footer .on_bottom .wrapper .menu_on_bottom ul li:last-child {
                padding-right: 0px; } }
        footer .on_bottom .wrapper .menu_on_bottom ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media (max-width: 440px) {
            footer .on_bottom .wrapper .menu_on_bottom ul {
              width: 100%;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
          @media (max-width: 440px) {
            footer .on_bottom .wrapper .menu_on_bottom ul li {
              width: 50%;
              padding-bottom: 5px; } }
          footer .on_bottom .wrapper .menu_on_bottom ul li a {
            font-family: Roboto-Regular;
            font-size: 14px;
            color: #0c0c0c; }
            footer .on_bottom .wrapper .menu_on_bottom ul li a:hover {
              font-weight: bold; }
  footer .register_mail_follow {
    width: 25.82%;
    float: left; }
    @media (max-width: 999px) {
      footer .register_mail_follow {
        width: 50%; } }
    @media (max-width: 450px) {
      footer .register_mail_follow {
        width: 100%; } }
    footer .register_mail_follow .wrapper {
      padding: 0px; }
      @media (max-width: 999px) {
        footer .register_mail_follow .wrapper {
          margin-left: 0px;
          margin-right: 0px; } }
      footer .register_mail_follow .wrapper .fr {
        width: 100%; }
        @media (max-width: 999px) {
          footer .register_mail_follow .wrapper .fr #form_res_email {
            margin-top: 0px; } }

.ads-home {
  display: block;
  padding: 20px 17px; }

.ads-home .banner_item {
  margin-bottom: 15px; }

.ads-home .banner_item img {
  max-width: 100%; }

/*----------------------------------------fixed_menu*/
.fixed_menu {
  position: fixed;
  top: 0px;
  z-index: 8000;
  width: 100%;
  background: rgba(88, 88, 88, 0.9);
  left: 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 -5px 10px #333;
  -moz-box-shadow: 0 -5px 10px #333;
  box-shadow: 0 -5px 10px #333;
  min-height: auto;
  height: auto; }

header.fixed_menu .header_bottom {
  padding: 5px 0px; }

header.fixed_menu .header_bottom .follow {
  display: none; }

header.fixed_menu .logo img {
  max-width: 75px; }

header.fixed_menu .header_bottom #tth-main-menu > .menu-wrapper {
  padding: 10px 0;
  background: unset;
  margin-bottom: unset; }

.fixed_menu .slogan {
  display: none; }

header.fixed_menu .logo {
  top: 2px;
  left: 50px;
  position: absolute; }

.header-menu-big {
  height: 34px;
  display: block;
  line-height: 34px;
  width: 100%;
  border: 1px #fff solid;
  cursor: pointer;
  background: #ed3237;
  border-radius: 2px;
  left: 0px;
  top: 0px; }

.header-menu-big:before, .header-menu-big:after {
  content: ''; }

.header-menu-big:before,
.header-menu-big:after,
.header-menu-big > span {
  position: absolute;
  display: block;
  height: 2px;
  width: 23px;
  left: 8px;
  background: #fff;
  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; }

.header-menu-big:after {
  top: 75%; }

.header-menu-big > span {
  top: 50%; }

.header-menu-big:before {
  top: 25%; }

.news_scroll {
  display: inline-block;
  width: 69%;
  background: #888888;
  padding: 25px;
  position: relative;
  margin-top: 0px;
  min-height: 264px;
  max-height: 264px; }

.news_scroll > .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px #fff solid;
  display: inline-block;
  position: absolute;
  width: 47%;
  height: 44px;
  padding-left: 88px;
  top: 8px;
  padding-top: 10px;
  background: url("../../images/hotdeal.png") no-repeat 0px 0px; }

.ads-home-right .banner_item {
  display: inline-block;
  margin: 0px;
  vertical-align: top;
  text-align: right;
  max-height: 264px;
  float: right;
  overflow: hidden; }

.news_scroll .info {
  padding-top: 45px;
  display: inline-block;
  float: left;
  width: 55%;
  padding-right: 30px; }

.news_scroll .image {
  display: inline-block;
  float: left;
  width: 45%; }

.news_scroll .image img {
  max-width: 100%;
  border-radius: 2px; }

.news_scroll .info .title {
  font-weight: bold;
  font-size: 17px;
  color: #f9f9f9; }

.news_scroll .info .short {
  color: #f9f9f9;
  margin-top: 10px; }

.view_now {
  background: #ed3237;
  display: inline-block;
  padding: 6px 14px;
  margin-top: 15px; }

.view_now a {
  font-weight: bold;
  color: #fff; }

.view_now:hover {
  background: red; }

#tabs img {
  /*max-width: 500px;*/
  height: auto;
  max-width: 100%; }

.flag_vi {
  width: 32px;
  height: 24px;
  display: inline-block;
  background: yellow url("../../images/flag_vi.png") no-repeat; }

.flag_en {
  width: 32px;
  height: 24px;
  display: inline-block;
  background: red url("../../images/flag_en.png") no-repeat; }

#box_lang ul li {
  list-style: none; }

#box_lang {
  display: inline-block;
  float: left; }

#box_lang ul {
  padding: 0px;
  margin: 0px; }

#tth-main-menu #box_lang {
  display: none; }

.banner_footer {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 999; }

.banner_footer .banner_item a {
  background: #fff; }

.close_banner {
  float: right;
  background: #ed3237;
  color: #fff;
  padding: 2px;
  opacity: 0.8;
  cursor: pointer;
  margin-bottom: -25px;
  display: inline-block;
  position: relative;
  z-index: 99; }

.close_banner:hover {
  opacity: 1; }

.owl-theme .owl-dots {
  margin-top: -30px;
  position: relative;
  z-index: 99;
  padding: 4px 0px; }

.guide_btn {
  cursor: pointer;
  margin-top: -10px;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #1f5eb9;
  text-decoration: underline; }

.ordering_address_right .ordering_address_l {
  margin-bottom: 25px; }

.ordering_address_right .ordering_address_l,
.ordering_address_right .ordering_address_r {
  border: 1px #efefef solid; }

.ordering_address_right .ordering_address_l .row,
.ordering_address_right .ordering_address_r .row {
  margin: 0px;
  padding: 0px 10px; }

#popup_banner {
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: relative; }

#popup_banner_a {
  width: 100%;
  height: 100%;
  text-align: center; }

#popup_banner_a .banner_item {
  width: 100%;
  height: 100%; }

#popup_banner_a .banner_item a {
  display: block;
  width: 100%;
  height: 100%; }

#popup_banner_a .banner_item a img {
  max-width: 100%;
  max-height: 100%; }

.popup_custom .fancybox-skin {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#main_slide li {
  list-style: none; }

#main_slide {
  overflow: hidden; }

.info_promotion {
  padding: 0px;
  margin: 0px;
  color: #007fcc;
  text-align: left;
  padding-top: 5px; }

.price_l {
  display: inline-block;
  float: left;
  width: 100%; }

.price_l .price {
  display: inline-block;
  float: left; }

.price_l .price_buy {
  text-decoration: line-through;
  float: right; }

.price_r {
  display: inline-block;
  float: right;
  width: 100%;
  text-align: right !important; }

.price_promotion {
  font-size: 18px;
  font-weight: bold;
  color: #007fcc; }

.product-overlay .info-price .price_l .price {
  margin: 0px 0px 0px; }

.product-overlay .info-price .price_r {
  margin-bottom: 10px; }

.product-overlay .info-price .price_l .price {
  text-decoration: line-through; }

.product_scroll .price_r {
  display: inline-block;
  width: 100%;
  text-align: left; }

.product_scroll.has_price .product_item .info-price {
  height: auto; }

.product_scroll.has_price .product_item .info-price .price_promotion {
  text-align: left;
  line-height: 20px; }

.product_scroll.has_price .product_item .info-price .price_buy.promotion_p {
  text-decoration: line-through; }

.product_scroll_orther .product_item .info-price .price_promotion {
  text-align: left; }

.product_scroll_orther .product_item .info-price .price_buy.promotion_p {
  text-decoration: line-through; }

.product_watched .product_item .info .price_buy.promotion_p {
  text-decoration: line-through; }

.list_watched .product_item .info-price .price_promotion {
  text-align: left; }

.owl-product .product_item .info-price .price_buy.promotion_p {
  text-decoration: line-through; }

.owl-product .product_item .info-price .price_promotion {
  display: inline-block;
  width: 100%; }

.resp-tabDrop {
  display: none; }

.resp-tablist {
  display: block;
  padding: 0;
  border-top: 1px solid #ccc;
  padding-bottom: 0px;
  line-height: 1em;
  margin: 0px;
  padding-top: 10px; }

.resp-tablistItem {
  display: inline;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  font-family: Roboto-Regular;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 0px;
  border-left: 0px;
  font-weight: bold;
  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;
  background-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#d6d6d6));
  background-image: -o-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0); }

.resp-tablistItem:hover {
  color: #1f75d0; }

.resp-tablistItem__active {
  background: #fff;
  color: #169e83;
  border-bottom-color: #fff;
  font-weight: 400;
  /* background: #f1f1f1; */
  font-weight: bold;
  color: #4C4C4C; }

.resp-headings {
  display: none; }

.resp-contents {
  margin-top: 15px; }

.resp-contents p > img {
  display: block;
  margin: 0 auto; }

.resp-contents p {
  font-family: SFUFutura03;
  font-size: 15px;
  line-height: 23px;
  color: #3d3d3d; }

@media (max-width: 1080px) {
  .resp-tablist {
    display: none; }

  .resp-tabDrop {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 1.2em;
    margin: 1em 0 0 0;
    padding-left: 10px !important; } }
.resp-contents table tr td {
  padding: 10px;
  word-wrap: break-word; }

@media (max-width: 1330px) {
  #tth-scroll_right,
  #tth-scroll_left {
    display: none; } }
@media (max-width: 1024px) {
  div.wrapper {
    margin-left: 10px;
    margin-right: 10px;
    width: auto; } }
@media (max-width: 1169px) {
  #tth-scroll_right,
  #tth-scroll_left {
    display: none; } }
@media (min-width: 980px) {
  .header-tool {
    display: none; } }
@media (max-width: 1079px) {
  footer .footer-col:nth-of-type(n) {
    width: 50%;
    margin: 20px 0px; }

  header .box_search .text_search {
    font-size: 13px; }

  footer .footer-col:nth-of-type(2n+1) {
    clear: both; }

  .owl-product .box_item:nth-child(2) {
    margin: 0px 20px; } }
@media (min-width: 850px) {
  .header_bottom > .follow {
    display: none; }

  .header_bottom > #content_search1 {
    display: none; } }
@media (max-width: 999px) {
  .menu-header-top .menu_li.first {
    display: none; }

  .owl-product .box_item:nth-child(2) {
    margin: 0px 20px; }

  .news_focus .row_first {
    width: 32%; }

  .news_right {
    width: 34%; }

  .product_item .image img {
    max-width: 100%; } }
@media (max-width: 984px) {
  .news_scroll {
    width: 63%; }

  .ads-home-right .banner_item {
    /* max-height: 215px;
     max-width: 32%;*/ }

  #tth-main-menu {
    margin-top: 0px; }

  #tth-main-menu .menu-wrapper .ficon-search {
    padding: 0px;
    margin-top: 10px; } }
@media (max-width: 980px) {
  .header_bottom > #content_search1 {
    display: block; }

  .header_bottom > #content_search1 .box_search {
    width: 50%;
    margin-left: 110px;
    margin-bottom: -3px; }

  .header_bottom > .follow {
    float: left;
    margin-left: 5px;
    margin-top: 16px; }

  header .follow a {
    color: #585858 !important;
    font-size: 16px; }

  header .follow #header_cart .num_cart {
    font-size: 10px;
    padding: 0px 4px;
    top: 1px; }

  #tth-column_left {
    display: none; }

  .bs-wizard > .bs-wizard-step {
    width: 32% !important; }

  .bs-wizard-last {
    text-align: right; }

  .full.promotion .list_item_product .col_item {
    width: 33%; }

  #BactoTop {
    bottom: 80px; }

  .header_bottom {
    padding: 0px 0px 0px;
    height: 35px; }

  .owl-product .box_item .product_item .image {
    margin: 0px 20px;
    padding: 0px;
    /* margin: 0px; */
    padding-top: 100%; }

  .banner_footer {
    display: none; }

  header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li.first > a {
    display: none; }

  .fixed_menu {
    background: #ed3237; }

  .ads-home {
    display: none !important; }

  .user_signin,
  .user_signup {
    padding: 35px 15px !important; }

  .method_shipping {
    width: 100%;
    max-width: 100%; }

  .box_menu_product {
    margin-top: 10px !important; }

  .media-left, .media > .pull-left {
    display: none; }

  .rating-scores {
    position: relative;
    top: 0;
    right: 0px; }

  .danhgia-sp {
    margin-bottom: 10px; }

  .menu-header-top .menu_li.first {
    display: block; }

  #form_cart_left {
    width: 100% !important; }

  .right_cart {
    margin: 0px !important;
    margin-top: 15px;
    width: 100% !important; }

  .right_cart .box {
    margin-top: 15px; }

  .ordering_address_right {
    width: 32.5% !important; }

  .cart_content, .ordering_method_shipping, .ordering_address_right, .ordering_method, .ordering_method_method {
    width: 100% !important;
    margin-bottom: 15px; }

  .ordering_address label.title {
    width: 100% !important; }

  .ordering_address h3 {
    height: 50px; }

  .ordering_user .ordering_signin, .panel-cart {
    width: 100% !important;
    margin-left: 0px !important;
    padding: 20px 20px 20px 20px !important;
    margin-bottom: 15px; }

  .bs-wizard > .bs-wizard-step {
    width: 32%; }

  header .header-tool .header_cart .num_cart {
    background: rgba(0, 0, 0, 0.14); }

  footer .footer-content {
    padding-top: 0px; }

  .title_register {
    font-size: 13px; }

  .menu-header-top ul li {
    width: 100%;
    border: 1px #c2c2c2 solid;
    margin: 5px 0px;
    padding: 2px 5px; }

  .check_order {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px; }

  .footer .footer-content {
    padding-top: 0px; }

  .share_link .link {
    padding: 20px 10px !important; }

  #bottom {
    margin-top: 0px; }

  .news_right {
    width: 100%;
    margin-top: 20px; }

  .news_focus .row_first {
    width: 48%;
    margin-right: 1%; }

  .owl-product .box_item:nth-child(2) {
    margin: 0px 15px; }

  .product_item .image img {
    max-width: 100%; }

  header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
    color: #fff; }

  header .header-tool .header_cart > ul > li > a > i {
    background: url("../images/icon-cart-white.png") no-repeat; }

  #main_slide {
    margin-top: 7px; }

  #header_cart {
    margin-right: 16px; }

  #tth-wrapper {
    padding-top: 35px; }

  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    max-height: 35px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px grey;
    box-shadow: 0px 0px 10px grey; }

  header .wrapper {
    padding-left: 0px; }

  header .logo {
    float: left;
    width: auto !important;
    margin: 0px;
    position: relative;
    top: 0px !important;
    left: 0px !important; }

  header .logo a,
  header .logo img {
    width: auto;
    max-width: 100%;
    max-height: 50px; }

  header .slogan span,
  header .slogan .menu-header-top {
    display: none; }

  header .slogan {
    padding: 0px; }

  .check_order {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: absolute;
    left: 180px;
    top: 7px;
    text-indent: -9999px;
    background: none; }

  .panel_check {
    top: 50px; }

  .check_order span {
    display: none; }

  .check_btn_xs {
    display: block !important;
    background: url("../images/check-order.png") no-repeat;
    height: 31px;
    width: 31px; }

  header .header-tool {
    max-width: 80%;
    padding: 0px;
    margin: 0px 0px; }

  header .header-tool .header_user {
    margin-right: 5px; }

  #tth-wrapper.mmenu-opening {
    overflow: hidden;
    height: 100%; }

  header .header-menu-btn {
    float: left;
    display: block;
    margin-left: 7px;
    height: 25px;
    line-height: 32px;
    width: 29px;
    border: 1px solid #39b54a;
    position: relative;
    cursor: pointer;
    margin-top: 0px; }

  header .header-menu-btn:before,
  header .header-menu-btn:after,
  header .header-menu-btn > span {
    position: absolute;
    display: block;
    height: 1px;
    width: 17px;
    left: 5px;
    background: #39b54a;
    margin-top: 0px;
    -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; }

  header .header-menu-btn:before,
  header .header-menu-btn:after {
    content: ''; }

  header .header-menu-btn:before {
    top: 25%; }

  header .header-menu-btn:after {
    top: 75%; }

  header .header-menu-btn > span {
    top: 50%; }

  #tth-wrapper.mmenu-opening header .header-menu-btn:before {
    left: 5px;
    top: 11px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }

  #tth-wrapper.mmenu-opening header .header-menu-btn:after {
    left: 5px;
    top: 11px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }

  #tth-wrapper.mmenu-opening header .header-menu-btn > span {
    left: 150%; }

  #tth-wrapper.mmenu-opening .slogan_xs {
    display: block;
    padding: 0px 10px; }

  #tth-main-menu {
    position: fixed;
    top: 35px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: rgba(57, 181, 74, 0.95);
    -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; }

  #tth-wrapper.mmenu-opening #tth-main-menu {
    right: 0px; }

  #tth-main-menu > .menu-wrapper {
    padding: 0 0 50px;
    margin: 0px;
    height: 100%;
    width: 100%; }

  #tth-main-menu > .menu-wrapper + .follow {
    display: none !important; }

  #tth-main-menu > .menu-wrapper > ul {
    display: block;
    float: none; }

  #tth-main-menu > .menu-wrapper > ul > li {
    display: block; }

  #tth-main-menu > .menu-wrapper > ul > li > a {
    text-align: left; }

  #tth-main-menu > .menu-wrapper > ul > li > a::before {
    top: 0;
    bottom: auto;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5); }

  header .box_search {
    margin: 0; } }
@media (max-width: 767px) {
  header .header-tool .header_cart > ul > li > a {
    margin-top: 5px; }

  .news_focus_main .focus_item,
  .news_focus_main .focus_list {
    width: 100%; }

  .news_focus_main .focus_list-content, .news_focus_main .focus_item-content {
    height: auto !important; }

  .news_focus_main .focus_item h3 a {
    max-height: none; } }
@media (max-width: 729px) {
  footer .footer-col:nth-of-type(n) {
    width: 100%; } }
@media (max-width: 690px) {
  .title_register {
    display: none; }

  #form_res_email .email {
    width: 100%; }

  .resgister_email .fr {
    width: 100%; } }
@media (max-width: 599px) {
  #tabs img {
    max-width: 100%; }

  .owl-product .box_item .product_item .image {
    margin: 0px;
    padding: 0px;
    padding-top: 210px; }

  .header-tool #box_lang {
    display: none; }

  #tth-main-menu #box_lang {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 999; }

  .bs-wizard {
    display: none; }

  .rating-scores {
    position: relative;
    top: 0;
    right: 0; }

  .danhgia-sp {
    margin-bottom: 10px; }

  header .header-tool {
    max-width: 100%; }

  header .logo {
    position: static;
    margin: 0px;
    top: 0px; }

  .owl-product .product_item .image {
    text-align: center; }

  .owl-product .box_item:nth-child(2) {
    margin: 10px 0px; }

  .owl-product .box_item {
    width: 100%;
    margin: 10px 0px; }

  .title_register {
    display: none; }

  .resgister_email .fr {
    width: 100%; } }
@media (max-width: 520px) {
  header .box_search .text_search {
    padding-left: 10px; } }
@media (max-width: 499px) {
  .ordering_user .ordering_signin .forget_password {
    margin-top: 10px !important; }

  header .header-tool .header_cart > ul > li > a > i.ficon-basket:before {
    font-family: "ficon"; }

  .resgister_email {
    margin-bottom: 15px; }

  .menu-header-top .fr {
    float: none; }

  .brand_scroll_ft {
    width: 100%;
    margin-bottom: 15px; }

  .brand_scroll_footer .dkbct {
    margin-left: 0px; }

  .brand_scroll_footer .dkbct img {
    max-width: 100px; }

  #form_signin .row_btn .btn_custom {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px; }

  header .header-tool .header_cart .num_cart {
    top: -5px; }

  header .header-tool .header_cart > ul > li > a > i {
    margin-top: -5px;
    font-size: 23px;
    background: none; }

  header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
    margin: 0px 5px; }

  .btn_payment {
    margin-top: 10px !important; }

  .btn_pay {
    width: 100% !important;
    margin: 15px 0px !important; }

  .ordering_address_l, .ordering_address_r {
    width: 100% !important;
    margin-bottom: 15px; }

  .full.promotion .list_item_product .col_item {
    width: 100% !important; }

  .media-left, .media > .pull-left {
    display: none; }

  .danhgia-sp b {
    width: 100%;
    display: block;
    margin-bottom: 5px; }

  .box_mid-content .wrapper {
    margin: 0px; }

  header .box_search {
    left: 0px;
    right: 0px; }

  .slogan_xs span {
    margin-top: 6px;
    display: inline-block;
    margin-bottom: 10px; }

  .owl-product .box_item .title {
    height: 35px;
    overflow: hidden; }

  footer .footer-content {
    padding-top: 0px; }

  footer .footer-col:nth-of-type(n) {
    margin-top: 0px; }

  #form_res_email .email {
    width: 100%; }

  .news_focus .row_first {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px; }

  header .header-tool .header_user {
    margin-right: 0px;
    margin-top: 6px; }

  header .header-tool .header_user > ul > li > a > i {
    display: inline-block;
    font-size: 18px;
    margin-top: -6px; }

  header .header-tool .header_user > ul > li > a {
    margin: 0px 3px; }

  header .header-tool .header_user > ul > li > a .text {
    display: none; }

  header .header-tool .header_user > ul > li > a:after {
    content: ''; }

  #tth-content {
    width: 100%; }

  #tth-main-menu {
    width: 100%; }

  #menu_footer .menu_footer-col {
    width: 50%; }

  .fb_gg {
    padding-left: 0px; }

  .check_order {
    left: 165px; } }
@media (max-width: 405px) {
  header .box_search .text_search {
    font-size: 12px; } }
@media (max-width: 400px) {
  .check_order {
    left: 150px; } }
@media (max-width: 361px) {
  header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
    margin: 0px 3px; }

  header .header-tool .header_cart > ul > li > a > i {
    margin-top: 0px; }

  header .header-tool .header_cart .num_cart {
    right: -8px;
    top: -5px; }

  .check_order {
    left: 130px; }

  .full.promotion .list_item_product .col_item {
    width: 100% !important; } }
@media (max-width: 320px) {
  header .wrapper {
    padding-left: 0px;
    margin-left: 5px;
    margin-right: 5px; }

  .check_order {
    left: 125px; }

  .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
    margin: 3px 3px; } }



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