/*
Template Name: Newserific
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/
@import url(global.css);
@import url(grid_system.css);
@import url(button.css);
@import url(forms.css);
@import url(tables.css);
/*--------------box-------------*/
.box {
  margin-bottom: 24px;
}

.box .box-title {
  margin-bottom: 26px;
  font-weight: normal;
  color: #333;
  font-size: 24px;
  padding-bottom: 6px;
  border-bottom: solid 3px #e6e9ea;
  display: block;
  text-transform: capitalize;
}

.box .box-content {
  position: relative;
}

.box .box-content:before, .box .box-content:after {
  content: " ";
  display: table;
}

.box .box-content:after {
  clear: both;
}

.box .box-content .iframe {
  max-width: 100%;
}

.video-img .button_play {
  background: url(../images/button_play_03.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-img .title {
  font-size: 30px;
  text-align: center;
  color: #000000;
  padding: 5px 0;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  margin: auto;
  display: table;
  margin-bottom: 20px;
}

.video_about .video-img {
  padding: 0px;
}

.video_about .video-img .title {
  position: absolute;
  bottom: 21px;
  left: 2px;
  border-top-right-radius: 18px;
}

.video_about .video-img {
  height: 333px;
}

.video-img {
  position: relative;
  margin: auto;
}

.video_item {
  position: relative;
  display: inline-block;
  width: 100%;
}

.video-img .images_video {
  max-width: 100%;
  width: 100%;
}

#play-video {
  position: absolute;
  background: url(../images/button_play_03.png) no-repeat center center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

#play-video1 {
  position: absolute;
  background: url(../images/button_play_03.png) no-repeat center center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

#video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

#video1 {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 9;
}

.show_video #video {
  opacity: 1;
}

.show_video #play-video {
  opacity: 0;
}

.show_video #video1 {
  opacity: 1;
}

.show_video #play-video1 {
  opacity: 0;
}

/*-------------box_mid-------------*/
.box_mid {
  padding: 0px 17px 0px 17px;
}

.box_mid .box_mid-title h1 {
  position: relative;
  text-align: left;
  overflow: hidden;
  font-weight: bold;
  /*background: url('../images/bg_h1_title.png');
    
    background-repeat: no-repeat;
    background-size: cover;*/
  max-height: 36px;
  float: left;
}

.box_mid .box_mid-title {
  background: url("../images/bg_title_box_mid.png");
  background-repeat: no-repeat;
  margin-bottom: 38px;
  position: relative;
  background-position: 100%;
}

.box_mid .box_mid-title .mid_title_l {
  font-weight: bold;
  font-size: 20px;
  color: #1129b7;
  display: inline-block;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  background: #fff;
  padding-right: 10px;
}

.box_mid .box_mid-title .mid_title_l a {
  color: #08651e;
}

.box_mid .box_mid-title .mid_title_r {
  float: right;
}

/*-------------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 5px 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;
  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;
}

/*box_video */
.box_video .box-content, .box_weblink .box-content, .box_calendar .box-content {
  padding: 0px !important;
  border: none;
}

.box_video .box-content .video_other p a:before {
  content: '\e814';
  font-family: 'ficon';
  padding-right: 10px;
  color: #007eff;
  position: absolute;
  left: 0px;
  font-size: 20px;
}

.box_video .box-content .video_other p a {
  font-size: 13px;
  padding-left: 30px;
  color: #888888;
}

.box_video .box-content .video_other p {
  border-bottom: none;
  position: relative;
  text-align: left !important;
}

.box_video .box-content p {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #eeeeee;
}

/*box weblink*/
.box_weblink .banner_item {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: flex-start;
  /* Safari 6.1+ */
  align-items: center;
}

.box_weblink img {
  float: left;
  border: solid 1px #eeeeee;
  margin-right: 15px;
}

/*box calendar*/
.box_calendar .box-content a:before {
  content: '\e88b';
  background: #1129b7;
  font-family: ficon;
  width: 42px;
  position: absolute;
  left: 0;
  top: 0px;
  display: table-column;
  padding: 4px 0px;
  text-align: center;
}

.box_calendar .box-content .item_page {
  margin-bottom: 10px;
  background: #e70000;
  position: relative;
}

.box_calendar .box-content .item_page img {
  width: 100%;
}

.box_calendar .box-content .item_page a {
  display: block;
  padding-left: 58px;
  padding: 4px 0px;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 58px;
  color: #fff;
}

.box_calendar .box-content .item_page:nth-child(4) a:before {
  content: '\e895';
}

/*product_focus==============================================================*/
.box_product_highlight .box-title {
  background: #eee;
  font-size: 18px;
  border-bottom: none;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 8px;
  text-transform: none;
  margin-bottom: 16px;
}

.box_product_highlight .product_focus .product_focus-row {
  border: solid 1px #e1e1e1;
  margin-bottom: 26px;
  padding: 15px;
  padding-top: 50px;
}

.box_product_highlight .product_focus .product_focus-row .img {
  width: 100%;
  margin-bottom: 20px;
}

.box_product_highlight .product_focus .product_focus-row .info {
  width: 100%;
}

.box_product_highlight .product_focus .product_focus-row .info h3 {
  text-align: center;
}

.box_product_highlight .product_focus .product_focus-row .info h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #444444;
}

.box_product_highlight .product_focus .product_focus-row .info h3 a:first-letter {
  text-transform: uppercase;
}

.box_service_group .group_service .item {
  padding: 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #ddd;
  align-items: center;
}

.box_service_group .group_service .item .img {
  width: 27%;
}

.box_service_group .group_service .item h3 {
  width: 73%;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 14px;
}

.box_service_group .group_service .fisrt {
  padding-top: 0px;
}

.box_service_group .group_service .last {
  padding-bottom: 0px;
  border-bottom: none;
}

.page_weblink_col .box-content {
  padding: 0px;
  border: none;
}

.page_weblink_col .box-content ul li {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  display: block;
  align-items: center;
}

.page_weblink_col .box-content ul li img {
  float: left;
  width: 42.4%;
  border: solid 1px #ddd;
}

.page_weblink_col .box-content ul li .title {
  float: left;
  padding-left: 15px;
  width: 57.6%;
  padding-top: 25px;
}

/*box_news_focus==============================================================*/
.section_box .box_news_hot .box-content {
  padding: 0px;
  border: solid 1px #ebebeb;
}

.section_box .box_news_hot .row_first {
  float: left;
  width: 51.5%;
  padding: 15px;
}

.section_box .box_news_hot .row_first .img {
  padding-bottom: 10px;
}

.section_box .box_news_hot .row_first .img a {
  width: 100%;
}

.section_box .box_news_hot .row_first .img img {
  width: 100%;
}

.section_box .box_news_hot .row_first .info span {
  font-size: 12px;
  color: #888888;
}

.section_box .box_news_hot .row_first .info > a {
  font-size: 16px;
  color: #000;
  display: block;
  padding-bottom: 5px;
}

.section_box .box_news_hot .row_first .info .short {
  font-size: 14px;
  color: #222;
  margin-bottom: 15px;
}

.section_box .box_news_hot .row_first .info .btn_detail a {
  background: #1834d6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  padding: 9px 18px;
  box-shadow: 1px 3px 4px #000000;
}

.section_box .box_news_hot .row_first .info .btn_detail a:after {
  content: '\e8b5';
  font-family: ficon;
  padding-left: 10px;
}

.section_box .box_news_hot .news_list {
  float: left;
  width: 48.5%;
  border-left: solid 1px #ebebeb;
  background: #f7f7f7;
}

.section_box .box_news_hot .news_list .news_focus-row {
  padding: 15px;
  clear: both;
  border-bottom: solid 1px #ebebeb;
}

.section_box .box_news_hot .news_list .last {
  border-bottom: none;
}

.section_box .box_news_hot .news_list .img {
  float: left;
  width: 36%;
}

.section_box .box_news_hot .news_list .img img {
  width: 100%;
  max-width: 100%;
}

.section_box .box_news_hot .news_list .r {
  float: left;
  width: 64%;
  padding-left: 10px;
}

.section_box .box_news_hot .news_list .r a {
  color: #222222;
}

.section_box .box_news_hot .news_list .r p {
  padding: 0px;
  margin-bottom: -5px;
}

.section_box .box_news_hot .news_list .r p span {
  font-size: 12px;
  color: #888888;
}

/* end box_news_focus==============================================================*/
.box_advisory .box-content {
  padding: 0px;
  border: none;
}

.box_advisory .box-content ul li {
  display: block;
  padding: 10px 9px;
  border: solid 1px #ddd;
  margin-bottom: 5px;
  min-height: 55px;
}

.box_advisory .box-content ul li a {
  font-size: 13px;
  color: #333;
  clear: left;
}

.box_advisory .box-content ul li a:before {
  content: '\e825';
  font-family: ficon;
  padding-right: 5px;
  color: #c5c5c5;
}

.page_weblink .box-content {
  padding: 0px;
  border: none;
}

.page_weblink ul li img {
  width: 100%;
  border: solid 1px #ddd;
  margin-bottom: 15px;
}

.page_weblink ul li a.title {
  font-size: 15px;
  color: #333;
  padding-bottom: 5px;
  font-weight: bold;
}

.page_weblink ul li p {
  font-size: 13px;
}

.box_feedback .box-content {
  padding: 0px;
  border: none;
}

#feedback .item .icon_img {
  float: left;
  width: 20%;
}

#feedback .item .icon_img img {
  max-width: 100%;
}

#feedback .item .col_right {
  float: left;
  width: 70%;
  padding-left: 15px;
}

#feedback .item .col_right p.nd {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
}

#feedback .item .col_right h4 {
  font-style: 13px;
  font-weight: both;
  margin-bottom: 10px;
  color: #000;
}

#feedback .item .col_right .img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: auto;
  margin-left: 20px;
}

.box_page_group .list_item .item_first .img {
  position: relative;
  margin-bottom: 8px;
}

.box_page_group .list_item .item_first .img h4 a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  text-align: justify;
  font-size: 14px;
  color: #fff600;
  background: rgba(0, 0, 0, 0.56);
  padding: 5px 10px;
}

.box_page_group .list_item .item_first .img img {
  max-width: 100%;
  width: 100%;
}

.box_page_group .list_item .item {
  border-bottom: dotted 1px #ccc;
  padding: 10px 0px;
}

.box_page_group .list_item .item:before, .box_page_group .list_item .item:after {
  content: " ";
  display: table;
}

.box_page_group .list_item .item:after {
  clear: both;
}

.box_page_group .list_item .item img {
  float: left;
  width: 21.4%;
}

.box_page_group .list_item .item h4 {
  float: left;
  width: 78.6%;
  padding-left: 13px;
  color: #222;
  font-size: 14px;
}

.box_page_group .list_item .last {
  border-bottom: none;
  padding-bottom: 0px;
}

.advisory_form_1 .title_advisory {
  font-size: 20px;
  font-weight: bold;
  color: #1129b7;
  font-family: Roboto-Bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.advisory_form_1 .captcha {
  margin-top: -26px;
}

.advisory_form_1 .tg-line-form {
  margin-bottom: 15px;
}

.advisory_form_1 .tg-line-form textarea {
  height: 129px;
}

.advisory_form_1 .tg-line-form .repuire_icon {
  color: #f00 !important;
}

.advisory_form_1 .repuire_icon {
  color: #f00 !important;
}

.advisory_form_1 label {
  font-weight: normal;
}

.advisory_form_1 .row {
  margin-right: -37px;
}

.advisory_form_1 .col-sm-6 {
  padding-right: 37px;
}

.advisory_form_1 .col-sm-6 .row {
  margin-right: -15px;
}

.box_new .news_view_desc .box-content {
  border: none !important;
  padding: 0px !important;
  padding-top: 30px;
  margin-right: -65px;
  background: none;
}

.news_view_desc .title {
  float: left;
  width: 68.6%;
  padding-left: 17px;
}

.news_view_desc .box-content .title a {
  font-size: 14px;
  color: #444444;
  padding-bottom: 10px;
  display: block;
}

.news_view_desc .box-content .image {
  float: left;
  width: 31.4%;
}

.news_view_desc .box-content .image img {
  width: 100%;
}

.news_view_desc .box-content .news_item {
  width: 50%;
  margin-bottom: 50px;
  float: left;
  padding-right: 65px;
}

.news_view_desc .box-content .news_item .short {
  font-size: 13px;
}

.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 .group_info {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.22);
  padding: 20px 20px 30px 20px;
}

.row_item_first .group_info .image img {
  max-width: 100%;
}

.row_item_first .group_info .title {
  color: #dacb12;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

.row_item_first .group_info .title:hover {
  color: #c7c20d;
}

.row_item_first .group_info .short {
  color: #f1f1f1;
}

.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 {
  width: 100%;
}

.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 i.angle-right {
  right: 0px;
  position: absolute;
  top: 40%;
  width: 30px;
  height: 58px;
  background: url("../../images/right.png");
}

.product_scroll .owl-nav .owl-prev {
  left: 0px;
  position: absolute;
  top: 40%;
  width: 30px;
  height: 58px;
  background: url("../../images/left.png");
}

/*-------------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: 0px;
  margin-top: 0px;
}

.tth_navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tth_navigation li {
  float: left;
  padding-left: 8px;
  position: relative;
}

.tth_navigation li.first {
  padding-left: 0px;
}

.tth_navigation li.first:before {
  content: '\e82f';
  font-family: 'ficon';
}

.tth_navigation li:before {
  content: '\e8a7';
  font-family: 'ficon';
  padding-right: 8px;
}

.tth_navigation li a {
  color: #fff;
  font-size: 15px;
}

.tth_navigation li a:hover {
  color: #fff;
}

/*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 {
  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;
}

.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 {
  float: left;
  margin-right: 10px;
}

@media (max-width: 769px) {
  .box .box-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section_box .box_news_hot .row_first, .section_box .box_news_hot .news_list {
    float: none;
    width: 100%;
  }
  .section_box .box_left {
    width: 100% !important;
    float: none !important;
  }
}

@media (max-width: 768px) {
  .advisory_form_1 .captcha {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .captcha-group {
    width: 20%;
    float: left;
  }
  .capcha_input {
    width: 80%;
    float: left;
  }
}

@media (max-width: 499px) {
  .advisory_form_1 .captcha {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .captcha-group {
    width: 40%;
    float: left;
  }
  .capcha_input {
    width: 60%;
    float: left;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}

#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;
}

#tth-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.detail-content table {
  background: #01c2c6;
  border-spacing: 1px;
}

.detail-content table tr {
  background: #fff;
}

.detail-content table th,
.detail-content table td {
  padding: 10px;
}

/* --------------------------------Wrapper-------------------------------------*/
div.wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

/* -------------------------------------Header-------------------------------------*/
header {
    position: relative;
    z-index: 100;
    border-top: 3px #22b14c solid;
}

/****************************menu_header_top*******************/
header .menu_header_top .wrap_one {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  width: 50%;
}

header .menu_header_top .logo img {
}

header .menu_header_top .group_info {
  padding-left: 15px;
  padding-right: 15px;
  display: table;
  height: 100%;
}
header .menu_header_top .group_info .banner_item{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
header .menu_header_top .group_info .banner_item a,
header .menu_header_top .group_info .banner_item a img{
    display: block;
    width: 100%;
}


header .menu_header_top .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 120px;
  padding: 10px 0px;
}

header .header-tool {
  position: absolute;
  top: 15px;
  right: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .header-tool #box_lang .current {
  display: none;
}

header .header-tool #box_lang a {
  text-decoration: underline;
}

header .header-tool .box_search {
  margin-right: 20px;
}

header .header-tool .box_search .text_search {
  width: 110px;
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  border: solid 1px #dddddd;
  padding-left: 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background: #00a9eb;
  background: url(../images/icon_search.png) no-repeat #f9f9f9;
  background-position: 95% 50%;
  z-index: 9999;
  color: #444;
}

header .header-tool .box_search .text_search:focus {
  width: 190px;
  border-color: #dddddd;
  background: url(../images/icon_search.png) no-repeat #f5f5f5;
  background-position: 95% 50%;
  color: #444;
  outline: none;
  z-index: -100 !important;
  border-radius: 0px !important;
}

header .header-tool .box_search .btn_search {
  position: absolute;
  /* color: #134a99; */
  border: none;
  display: none;
  border-left: 0px;
  background: url(../images/icon_search.png) no-repeat;
  font-size: 18px;
  right: 5px !important;
  top: 4px;
  height: 100%;
  width: 23px;
  padding: 0px;
  cursor: pointer;
  border-right: none;
  z-index: -99;
}

header .header-tool .box_search input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
  line-height: 25px;
}

header .header-tool .box_search input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  font-size: 13px;
  line-height: 25px;
}

header .header-tool .box_search input[type='text']::-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  font-size: 13px;
  line-height: 25px;
}

header .header-tool .box_search input[type='text']::-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  font-size: 13px;
  line-height: 25px;
}

header .header_user {
  padding-right: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}

header .header_user:before {
  content: '\e80c';
  font-family: "ficon";
}

header .wrapper {
  position: relative;
}

header .wrapper:after {
  content: '';
  display: block;
  clear: both;
}

header .logo a,
header .logo img {
  display: block;
}

header .logo img {
  transition: all 0.5s;
  padding: 0px 0px;
}

header .box_search input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  font-size: 14px;
  font-style: italic;
}

header .box_search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-size: 14px;
  font-style: italic;
}

header .box_search input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  font-size: 14px;
  font-style: italic;
}

header .box_search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-size: 14px;
  font-style: italic;
}

/* start box search mobile*/
header #tth-main-menu .box_search {
  position: relative;
  float: right;
}

header #tth-main-menu .box_search form {
  margin: 0px;
}

header #tth-main-menu .box_search .text_search {
  background-color: #fff;
  color: #000;
  width: 190px;
  padding-left: 10px;
  height: 32px;
  margin-top: 7px;
  border: none;
}

header #tth-main-menu .box_search .btn_search {
  position: absolute;
  background: url(../images/icon_search.png) no-repeat;
  border: none;
  right: -9px;
  top: 13px;
  height: 100%;
  width: 35px;
  padding: 0px;
  cursor: pointer;
}

/* end box search mobile*/
/* ------------------------------------tth-menu-main-------------------------------*/
#tth-main-menu {
    display: inline-block;
    width: 90%;
    float: right;
    margin-top: 40px;
    right: 0px;
}

#tth-main-menu .menu-wrapper {
  width: 100%;
  position: relative;
  max-width: 1200px;
}

#tth-main-menu .menu-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

#tth-main-menu .menu-wrapper > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: right;
}

#tth-main-menu .menu-wrapper > ul > li {
  float: left;
}

#tth-main-menu .menu-wrapper > ul > li ul > li {
  border-bottom: solid 1px #ccc;
  float: none;
  border-left: none;
  border-right: none;
}

#tth-main-menu .menu-wrapper > ul > li ul > li:last-child {
  border-bottom: none;
}

#tth-main-menu .menu-wrapper > ul > li > a {
  font-weight: normal;
  font-size: 15px;
  padding: 5px 15px;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  font-family: 'Arial';
}

#tth-main-menu .menu-wrapper > ul > li.first {
}

/*#tth-main-menu .menu-wrapper > ul > li:nth-child(2) > a:before {
  content: '\e82f';
  font-family: "ficon";
  font-size: 14px;
}*/

#tth-main-menu .menu-wrapper > ul > li ul {
  border-radius: 0px;
}

#tth-main-menu .menu-wrapper > ul .last {
  border-right: none;
}

#tth-main-menu .menu-wrapper > ul > .first {
  border-left: none;
}

/*#tth-main-menu .menu-wrapper > ul > .first > a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px 0px;
}*/

#tth-main-menu .menu-wrapper > ul a {
  color: #333333;
  padding: 9px 10px 9px 15px;
  display: block;
  font-size: 14px;
  -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;
  text-transform: uppercase;
}

.info_product {
  background: #e30c13;
  color: #fff;
  font-family: "Arial";
  padding: 7px 0px;
  border-bottom: solid 1px #ededed;
}

.info_product:before, .info_product:after {
  content: " ";
  display: table;
}

.info_product:after {
  clear: both;
}

.info_product .p_left {
  text-transform: capitalize;
  font-size: 16px;
  float: left;
}

.info_product .p_right {
  float: right;
  color: #333;
  display: none;
  background: #fff;
  padding: 1px 16px;
  position: relative;
  overflow: hidden;
}

.info_product .p_right:before {
  background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 200%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 500ms ease-in-out 0s, height 500ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
  width: 2%;
  z-index: 0;
}

.info_product .p_right:hover:before {
  width: 200%;
  opacity: 1;
  width: 120%;
}

/*#tth-main-menu > .menu-wrapper > ul > li:first-child > a:before {
  content: '\e883';
  font-family: "ficon";
  padding-right: 8px;
  font-size: 15px;
}*/

#tth-main-menu > .menu-wrapper > ul > li:last-child a {
    margin-right: 0px;
    padding-right: 0px;
}

#tth-main-menu > .menu-wrapper > ul > li > a > .sub-arrow {
  display: none;
}

#tth-main-menu > .menu-wrapper > ul a:hover,
#tth-main-menu > .menu-wrapper > ul a:focus,
#tth-main-menu > .menu-wrapper > ul a:active,
#tth-main-menu > .menu-wrapper > ul a.highlighted,
#tth-main-menu > .menu-wrapper > ul a.current {
    font-weight: bold;
    color: #21b24b;
    -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-main-menu > .menu-wrapper > ul a:hover{
    font-weight: normal;
}

#tth-main-menu > .menu-wrapper > ul ul a:hover,
#tth-main-menu > .menu-wrapper > ul ul a:focus,
#tth-main-menu > .menu-wrapper > ul ul a:active,
#tth-main-menu > .menu-wrapper > ul ul a.highlighted,
#tth-main-menu > .menu-wrapper > ul ul a.current {
  color: #333;
  -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-main-menu > .menu-wrapper > ul > li > ul {
  left: 0px !important;
}

@media (min-width: 900px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul .sub-arrow {
    display: none;
  }
}

/*
#tth-main-menu > .menu-wrapper > ul >li > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 20px;
    border: 8px solid transparent;
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    -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: #ffffff;
  display: none;
  border: none;
  border-radius: 0 0 5px 5px;
}

#tth-main-menu > .menu-wrapper ul ul li a {
  font-size: 14px;
  font-family: Arial;
  color: #444444;
  font-weight: normal;
  padding: 10px 15px;
  text-align: left;
  text-transform: none;
  -webkit-transition: all 0ms ease-out 0s;
  -moz-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}
#tth-main-menu > .menu-wrapper ul ul li a img {
  max-width: 20px;
}
/******************************************* start menu left ****************/
.menu_left {
  margin-bottom: 35px;
  border-top: none;
}

.menu_left .title {
  background: #28a7d7;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 12px;
  font-weight: bold;
}

.menu_left .title p:before {
  padding-right: 8px;
}

.menu_left ul {
  background: #fff;
  border: solid 1px #ddd;
}

.menu_left ul a {
  font-size: 14px;
  display: block;
  padding: 9px 20px;
  color: #333333;
  margin: 0px 7px;
  border-bottom: dotted 1px #333 !important;
}

.menu_left > ul > li {
  -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;
  border-top: none !important;
}

.menu_left ul li a:hover {
  color: #28a7d7;
  -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;
}

.menu_left ul li.last a {
  border-bottom: none !important;
}

.menu_left ul .sub-arrow {
  background-image: url("../images/icon_sub_arrow.png") !important;
  background-repeat: no-repeat !important;
  display: none;
}

.menu_left ul .has-submenu:before {
  content: url("../images/icon_sub_arrow.png");
  position: absolute;
  left: 0;
  top: 13px;
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding-right: 20px;
}

/******************************************* end menu left ****************/
/* -----------------------------Content---------------------------------*/
.slider {
  position: relative;
  z-index: 0;
}

.slider .tth_navigation {
  position: absolute;
  top: 48%;
}

.slider .tth_navigation ul {
  position: relative;
}

.slider .meta_title {
  position: absolute;
  color: #00a9eb;
  font-size: 30px;
  font-weight: bold;
  top: 30%;
  text-transform: uppercase;
}

.product .meta_title {
  top: 20%;
}

.product .tth_navigation {
  top: 53%;
}

.slider .tth_navigation li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #333 !important;
}

#main_slide .owl-stage-outer {
  height: auto !important;
}

/* -----------------------------Content---------------------------------*/
#container {
  padding: 25px 0px 20px;
  margin: 0px -17px;
  position: relative;
  min-height: 460px;
}

#tth-content {
  display: block;
  float: left;
  width: 78.5%;
  min-height: 1px;
  /*padding-left:17px;*/
  padding-right: 0px;
}

#tth-content img {
  max-width: 100%;
  height: auto !important;
}

/* -----------------------------Column------------------------------*/
#tth-column_left {
  display: block;
  float: left;
  width: 21.5%;
  min-height: 1px;
  padding-left: 17px;
  padding-right: 0px;
}

#tth-column {
  display: block;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
}

#tth-column .banner_item,
#tth-column .fb_iframe_widget {
  margin-bottom: 8px;
  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;
}

/*--------------------fanpage_facebook---------------------*/
#fanpage_facebook {
  background: #ffffff;
  -webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

/*---------------paginate---------------*/
.paginate {
  margin-top: 10px;
  text-align: left;
}

.paginate a:hover {
  border-color: #28abd9;
  color: #28abd9;
}

.paginate .pagetotal {
  background: #000000;
  display: none;
  padding: 0px 2px;
  color: #ffffff;
}

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  display: inline-block;
  height: 28px;
  width: auto;
  line-height: 26px;
  min-width: 25px;
  text-align: center;
  padding: 0px 3px;
  margin: 0px 4px;
  border: 1px solid #ebebeb;
  vertical-align: top;
  border: solid 1px #ccc;
  color: #474747;
  font-size: 14px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
}

.paginate .btnPage i {
  display: inline-block;
  margin-top: 2px;
  font-size: 25px;
}

.paginate .pagecur {
  color: #fff;
  background: #003d90;
  border-color: #0185d3;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.paginate a {
  background: #e8e8e8;
  border: 1px solid #ddd;
}

/* ------------------------------------footer---------------------------------*/
ul.list_brand li {
  display: inline-block;
  width: 50%;
}

ul.list_brand li a {
  cursor: pointer;
}

.brand_scroll {
    padding: 18px 0px;
    background: #eaeaea;
}

.brand_scroll .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}

.brand_scroll .wrapper div.title {
  width: 10%;
  font-size: 24px;
  color: #333;
  float: left;
}

.brand_scroll .wrapper .owl-prev, .brand_scroll .wrapper .owl-next {
  z-index: 1;
  width: 12px;
  height: 21px;
  position: absolute;
  top: 42%;
  margin: 0px !important;
}

.brand_scroll .wrapper .owl-prev {
  left: -20px !important;
  background: url(../../images/prev.png) !important;
  background-repeat: no-repeat;
}

.brand_scroll .wrapper .owl-next {
  right: -20px !important;
  background: url(../../images/next.png) !important;
  background-repeat: no-repeat;
}

.brand_scroll .wrapper .owl-carousel .owl-item img {
  width: auto !important;
  max-width: 100%;
}

/* ------------------------------------footer---------------------------------*/
footer {
    background: #22b14c;
}

footer .footer-content {
  border-top: none;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0px -20px;
  position: relative;
}
footer .footer-content:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #fff;
}

footer .footer-content .footer-col {
    float: left;
    width: 50%;
    padding: 0px 20px;
}

.footer-1 .logo_f{
    width: 150px;
    float: left;
    margin-top: 5px;
    text-align: center;
}
.footer-1 .content{
    margin-left: 150px;
}
.footer-1 .content p{
    padding: 1px 0px;
}

footer .footer-content .footer-1 h3 {
  text-transform: uppercase;
  color: #0d2479;
  padding-bottom: 0px;
  font-size: 15px;
  margin-bottom: 5px;
}

footer .footer-content .footer-1 p:before {
  padding-right: 10px;
  color: #fff;
  font-size: 16px;
}

footer .footer-content .footer-1 a.link_map {
  color: #1b7097;
  font-size: 13px;
  font-family: 'Arial';
}

footer .footer-content .footer-1 a.link_map:after {
  content: '\e8b5';
  font-family: ficon;
  padding-left: 3px;
}

footer .footer-content .footer-2{
    color: #fff;
}
footer .footer-content .footer-2 a{
    color: #fff;
}
footer .footer-content .footer-2 a:hover{
    color: #feb717;
}
footer .footer-content .footer-2 .menu-title{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
footer .footer-content .footer-2 .menu-content{
    margin-top: 10px;
}
footer .footer-content .footer-2 .menu-content:after{
    clear: both;
    content: '';
    display: block;
}
footer .footer-content .footer-2 .menu-content li{
    display: inline-block;
    font-size: 14px;
}
footer .footer-content .footer-2 .menu-content li:nth-of-type(n+2):before{
    content: '|';
    display: inline-block;
    text-align: center;
    width: 15px;
}
footer .footer-content .footer-2 .copyright{
    margin-top: 10px;
}

footer .footer-content .resgister_email_follow {
  position: relative;
  margin-top: 5px;
}

footer .footer-content .resgister_email_follow p {
  font-size: 17px;
  padding-bottom: 19px;
  color: #FFF;
  text-transform: uppercase;
}

footer .footer-content .resgister_email_follow .email {
  border: none;
  height: 40px;
  padding: 0px 5px;
  outline: none;
  width: 100%;
}

footer .footer-content .resgister_email_follow button.btn_search {
  position: absolute;
  width: 72px;
  right: 0px;
  color: #fff;
  bottom: 30px;
  background: #3d7ebd;
  border: none;
  height: 40px;
  font-size: 18px;
  padding: 3px 0px;
  cursor: pointer;
  -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;
}

footer .footer-content .resgister_email_follow button.btn_search:hover {
  -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;
}

footer .footer-content .resgister_email_follow button.btn_search::before {
  content: "\e8f2";
  font-family: ficon;
}

/* ------------------------------------bottom---------------------------------*/
#bottom {
  position: relative;
  padding: 25px 0px;
  background: #fff;
}

#bottom:before, #bottom:after {
  content: " ";
  display: table;
}

#bottom:after {
  clear: both;
}

#bottom .copyright {
  color: #fff;
  float: left;
}

#bottom .copyright a {
  color: #fff;
}

#bottom .follow {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 5px;
}

#bottom .follow .title {
    color: #444;
    padding-right: 14px;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 13px;
}

#bottom .follow i {
    width: 22px;
    height: 19px;
    padding: 8px;
    background: #fff;
    z-index: 10;
    color: #22b14c;
    margin-right: 3px;
    font-size: 24px;
}


/* ------------------------------------bottom---------------------------------*/
#tth-scrollup {
  background: #3994b9;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 10px;
  font-size: 30px;
}

/* ------------------------------------scroll---------------------------------*/
#tth-scroll_left {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  left: 12px;
  overflow: hidden;
}

#tth-scroll_right {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  right: 0px;
  overflow: hidden;
}

.class_top {
  top: 536px !important;
}

.fr {
  padding-bottom: 30px;
}

/*product_item ===============================================================*/
.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 .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;
  height: 40px;
  overflow: hidden;
  margin: 5px 0px;
  text-align: left;
}

.product_item .info h3 {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-family: 'tahoma';
  font-size: 14px;
}

.product_item .info h3 a {
  line-height: 20px;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.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;
}

/********************************************************/
.product_item p.price {
  color: #00a9eb;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.product_item p.made_in {
  text-align: center;
  font-size: 13px;
  color: #888888;
}

.product_item:hover:before {
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.product_item .ficon-eye-1,
.product_item .icon_detail,
.product_item .icon_add_cart,
.product_item .ficon-cart-plus {
  position: absolute;
  top: 55%;
  display: none;
  height: 35px;
  line-height: 35px;
  width: 87%;
  color: #fff;
  background: #00a9eb;
  border: solid 1px #00a9eb;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.product_item .icon_detail:hover,
.product_item .ficon-cart-plus:hover {
  background: none;
  color: #fff;
  color: #00a9eb;
}

.product_item .icon_detail {
  right: 100%;
  background: #00a9eb;
  display: none;
}

.product_item .icon_add_cart {
  left: 100%;
  background: #fff;
  color: #00a9eb;
  border-color: #fff;
  display: none;
}

.product_item .ficon-cart-plus {
  left: 100%;
  margin-left: 6px;
}

.product_item:hover .icon_detail {
  right: 8%;
}

.product_item:hover .icon_add_cart {
  left: 5%;
}

.product_item:hover .ficon-cart-plus {
  left: 50%;
}

.product_item .info {
  padding: 0px;
  text-align: center;
}

.list_item_product .product_item .rate {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.rate i {
  color: #ffd322;
  margin: -3px;
  font-size: 11px;
  padding-right: 2px;
}

.rate .empty {
  color: #cccccc !important;
}

.rate i:hover {
  color: #00a9eb;
}

#item_detail .info_right .rate i {
  color: #fe9e0d;
}

.list_item_product .product_item .rate img {
  display: inline !important;
  width: auto;
  padding: 0px 1px;
}

.list_item_product .title_product {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.list_item_product .title_product a {
    color: #444 !important;
}

.list_item_product .fix_bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.responsiveGallery-btn {
  display: none;
}

.resp-content__active .is_focus .responsiveGallery-btn_prev1, .resp-content__active .is_focus .responsiveGallery-btn_next1 {
  display: block !important;
}

.resp-content__active .rating .responsiveGallery-btn_prev, .resp-content__active .rating .responsiveGallery-btn_next {
  display: block !important;
}

.resp-content__active .new .responsiveGallery-btn_prev2, .resp-content__active .new .responsiveGallery-btn_next2 {
  display: block !important;
}

.list_item_product .title_product_new {
  padding-bottom: 30px;
  position: relative;
}

.list_item_product .title_product_new .customNavigation {
  display: block;
}

.list_item_product .title_product_new .customNavigation a {
  color: #444444;
  font-size: 14px;
  cursor: pointer;
  border: solid 1px #ccc;
  margin-right: 1px;
  padding: 8px 30px;
  text-transform: uppercase;
}

.list_item_product .title_product_new .customNavigation a:hover {
  border-color: #00a9eb;
  color: #00a9eb;
}

.list_item_product .title_product_new .customNavigation .prev {
  float: left;
}

.list_item_product .title_product_new .customNavigation .next {
  float: right;
  position: absolute;
  right: 0px;
}

.list_item_product .title_product_new h3 {
  color: #00a9eb;
  font-size: 36px;
  padding: 10px 0px;
  border-bottom: solid 1px #000;
  font-weight: normal;
}

.list_item_product .col_item {
  float: left;
  width: 100%;
  position: relative;
}

.list_item_product .col_item p.icon_new {
  text-align: center;
}

.list_item_product .col_item p.icon_new span {
  text-align: center;
  padding: 2px 15px;
  margin-bottom: 2px;
  background: #7ec891;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  outline: solid 1px #7ec891;
  border: solid 1px #fff;
}

.list_item_product .row_empty {
  text-align: center;
}

.star_img {
  max-width: 16px;
  float: left;
  width: auto !important;
}

.list_item_product .col_item .on-ribbon {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 59px;
  height: 59px;
  text-align: center;
  display: none;
}

.col_item .on-ribbon span {
  display: inline-block;
  width: auto;
  color: #fff;
  -webkit-transform: rotate(317deg);
  -moz-transform: rotate(317deg);
  -o-transform: rotate(317deg);
  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);
  writing-mode: lr-tb;
  font-weight: bold;
  font-size: 13px;
  margin-top: 11px;
  margin-left: -25px;
}

.on-ribbon.sale {
  display: block !important;
  background: url("../../images/sale.png");
}

.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;
}

.owl-product {
  margin-right: 17px;
  margin-left: 17px;
  margin-bottom: 40px;
}

.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: 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 {
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #cd1233;
  outline-color: #ccc;
  background: #e54d42;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e54d42), to(#e54d42));
  background: -webkit-linear-gradient(#e54d42, #d72041);
  background: -moz-linear-gradient(#e54d42, #d72041);
  background: -ms-linear-gradient(#e54d42, #d72041);
  background: -o-linear-gradient(#e54d42, #d72041);
  background: linear-gradient(#e54d42, #d72041);
  -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;
}

.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: 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: #e54d42;
  color: #fff;
}

.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*/
.full.news #tth-content {
  width: 72%;
}

.full.news #tth-column {
  width: 28%;
}

#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 #22b14c;
  bottom: 40px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 41px;
  z-index: 9999;
  -moz-border-radius: 50%;
  border: 3px #fff double;
  color: #fff;
}

.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;
  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 .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: 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;
  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 .media-body .row {
  margin-bottom: 10px;
}

#tab-comment_rate .admin-name {
  font-weight: bold;
  color: #e81c24;
}

#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;
}

.button-blue {
  background: #f00 !important;
  color: #fff;
}

.button-blue:hover {
  background: #f00;
  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;
  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 {
  background: #e9ebee;
}

#form_signin .row_btn {
  width: 100%;
}

.fixed {
  position: fixed !important;
  top: 75px !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;
}

.ads-home {
  display: block;
}

.ads-home .banner_item {
  margin-bottom: 15px;
}

.ads-home .banner_item img {
  max-width: 100%;
  width: 100%;
}

/*----------------------------------------fixed_menu*/
#tth-main-menu.fixed_menu{
    width: 100%;
    margin-top: 0px;
}
.fixed_menu {
  position: fixed;
  top: 0px;
  background: #fff;
  z-index: 999;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0 -5px 10px #333;
  -moz-box-shadow: 0 -5px 10px #333;
  box-shadow: 0 -5px 10px #333;
  min-height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.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: '';
  display: none;
}

.header-menu-big:before,
.header-menu-big:after,
.header-menu-big > span {
  position: absolute;
  display: block;
  height: 2px;
  width: 23px;
  left: 7px;
  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%;
}

header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li > a:before {
  border: 0px;
}

header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li.last {
  display: none;
}

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: 4px;
  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 {
  width: 40px;
  margin-left: 30px;
  margin-top: -4px;
  margin-top: -4px;
}

header.fixed_menu #tth-main-menu {
  margin-left: -45px;
  padding: 0px;
}

.news_scroll {
  display: inline-block;
  width: 69%;
  background: #888888;
  padding: 25px;
  position: relative;
  margin-top: 7px;
  min-height: 253px;
  max-height: 253px;
}

.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: 267px;
  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: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#tth-main-menu #box_lang ul {
  list-style-type: none;
  background: red;
}

.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;
}

/*list other
*/
.list_other ul {
  padding-left: 17px;
  margin: 0px;
}

.list_other ul li {
  margin-bottom: 5px;
}

.list_other .list_other-title {
  margin-bottom: 26px;
  font-weight: normal;
  color: #333;
  font-size: 24px;
  background: url(../images/bg_title_box.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding-bottom: 6px;
  display: inline-block;
  text-transform: capitalize;
}

.list_other .list_other-title span {
  display: block;
  margin-bottom: 14px;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  line-height: 36px;
  max-height: 40px;
  text-transform: uppercase;
}

.list_other .list_other-title span:before {
  content: url(../images/icon_title_box.png);
  left: 9px;
  top: 7px;
  padding-right: 14px;
  position: absolute;
}
.contact_us{
    color: #888;
}
.contact_us b{
    color: red;
    font-weight: normal;
}
.section_box.banner_ads{
    padding: 20px 0px;
}
.section_box.banner_ads .content{
    margin-left: -15px;
    margin-right: -15px;
}
.section_box.banner_ads .banner_item{
    display: inline-block;
    float: left;
    width: 33.3333%;
    padding: 0px 15px;
}
.section_box.banner_ads .banner_item:hover{
    opacity: 0.7;
}
.section_box.banner_ads .banner_item a, 
.section_box.banner_ads .banner_item a img{
    display: block;
    width: 100%;
}

footer .emaillist{
    float: right;
}
footer .emaillist h2{
    float: left;
    margin-right: 14px;
    margin-top: 3px;
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    color: #666666;
    font-family: 'Times New Roman';
}
footer .emaillist form{
    float: left;
}
footer .emaillist form .input-group{
    display: table;
}
footer .emaillist .emaillist_input,
footer .emaillist .input-group-addon{
    display: table-cell;
    vertical-align: top;
}
footer .emaillist .emaillist_input{
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0px 12px;
    width: 290px;
}
footer .emaillist .btn_emaillist{
    background: #22b14c;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    min-width: 100px;
}

@media (max-width: 1330px) {
  #tth-scroll_right,
  #tth-scroll_left {
    display: none;
  }
}

@media (max-width: 1200px) {
  div.wrapper,
  #tth-main-menu > .menu-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  header #tth-main-menu .box_search .text_search {
    width: 167px;
  }
}

@media (max-width: 1169px) {
    header .menu_header_top .group_info .slogan{
        font-size: 18px;
        margin-top: 20px;
    }
    header .menu_header_top .group_info .name_company{
        font-size: 20px;
    }
    
  #tth-scroll_right,
  #tth-scroll_left {
    display: none;
  }
  #tth-main-menu > .menu-wrapper {
    position: relative;
    padding-left: 0px;
  }
}

@media (max-width: 1109px) {
    header .menu_header_top .wrap_one{
        width: 40%;
    }
  footer .emaillist {
      width: 100%;
      margin-top: 10px;
  }
}

@media (max-width: 1079px) {
  header .menu_header_top {
    background-position: 83% 100%;
  }
}

@media (max-width: 1025px) {
    header .menu_header_top .wrap_one{
        width: auto;
    }
    header .menu_header_top .group_info{
        display: none;
    }
  footer .footer-content .footer-1, footer .footer-content .footer-2 {
    width: 50%;
  }
  footer .footer-content .footer-3 {
    width: 100%;
  }
}

@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper ul > li > a {
    padding: 9px 13px;
  }
  header #tth-main-menu .box_search .text_search {
    height: 26px;
    width: 130px;
  }
  header #tth-main-menu .box_search .btn_search {
    top: 10px;
  }
}

@media (max-width: 979px) {
  footer .footer-content {
    flex-wrap: wrap;
  }
  footer .footer-col {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 850px) {
  header .menu_header_top {
    background: none;
  }
  header .menu_header_top .wrapper {
    padding: 7px 0px;
    height: auto;
  }
  header .menu_header_top .wrap_one{
    width: auto;
    display: block;
    margin-right: 20px;
  }
  header .menu_header_top .wrapper .wrap_one .group_info {
    display: none;
  }
  header .menu_header_top .wrapper .wrap_one .logo_right {
    display: none;
  }
  header .menu_header_top .wrapper .wrap_two {
    display: none;
  }
  header .menu_header_top .wrapper .header-tool {
    position: static;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
    margin-right: 50px;
  }
  header .menu_header_top .wrapper .header-tool .email{
      display: block;
  }
  header .menu_header_top .wrapper h2 {
    line-height: 50px;
    font-size: 25px;
  }
  header .menu_header_top .wrapper img {
    margin-top: 0px;
    max-width: 65px;
    max-height: 50px;
  }
  header .menu_header_top .wrapper .icon_menu {
    position: absolute;
    right: 0px;
    top: 16px;
  }
  header .menu_header_top .wrapper .icon_menu .header-menu-btn {
    border-color: #23b14c;
  }
  header .menu_header_top .wrapper .icon_menu .header-menu-btn:before, header .menu_header_top .wrapper .icon_menu .header-menu-btn:after, header .menu_header_top .wrapper .icon_menu .header-menu-btn span {
    background: #23b14c;
    border: #23b14c;
  }
  .fixed_menu {
    background: #ed3237;
  }
  .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%;
  }
  .full.news #tth-content {
    width: 100%;
  }
  #tth-content .box_mid {
    padding-left: 17px;
  }
  .full.news #tth-column {
    display: none;
  }
  .slider .meta_title {
    top: 16%;
    font-size: 20px;
  }
  #tth-main-menu > .menu-wrapper .logo {
    display: none;
  }
  .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;
    background: #fff;
  }
  .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;
  }
  #header_cart {
    margin-right: 8px;
  }
  #tth-wrapper {
    padding-top: 67px;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 500;
    min-height: auto;
  }
  .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;
  }
  #tth-wrapper.mmenu-opening {
    overflow: hidden;
    height: 100%;
  }
  header .header-menu-btn {
    float: left;
    display: block;
    margin-left: 7px;
    height: 32px;
    line-height: 32px;
    width: 36px;
    border: 1px #fff  solid;
    position: relative;
    cursor: pointer;
  }
  header .header-menu-btn:before,
  header .header-menu-btn:after,
  header .header-menu-btn > span {
    position: absolute;
    display: block;
    height: 2px;
    width: 21px;
    left: 7px;
    background: #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 .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: 7px;
    top: 15px;
    -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: 7px;
    top: 15px;
    -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: 27px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: rgba(255, 255, 255, 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;
    background: #f8f8ff;
  }
  #tth-main-menu > .menu-wrapper {
    padding: 0 0 50px;
    margin: 0px;
    display: block;
  }
  #tth-main-menu > .menu-wrapper > ul {
    display: block;
    margin-left: 0px;
    float: none;
    padding-left: 0px;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a {
    color: #666666;
    border-radius: 0px;
    margin: 0px;
    padding-left: 30px;
    border-bottom: solid 1px #e2e2e2;
    text-align: left;
    text-transform: capitalize;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a:hover,
  #tth-main-menu > .menu-wrapper > ul > li > a:focus,
  #tth-main-menu > .menu-wrapper > ul > li > a:active,
  #tth-main-menu > .menu-wrapper > ul > li > a.highlighted,
  #tth-main-menu > .menu-wrapper > ul > li > a.current {
    color: #666;
  }
  #tth-main-menu > .menu-wrapper > ul > li {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a::before {
    top: 0;
    bottom: auto;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  #tth-main-menu > .menu-wrapper ul ul li a {
    text-align: left;
  }
  #tth-main-menu > .menu-wrapper > ul > li > ul {
    width: 100%;
    background: none;
  }
  #tth-main-menu .menu-wrapper ul .last a {
    border-bottom: none;
  }
  #tth-main-menu .menu-wrapper > ul > li:nth-child(2) {
    display: none;
  }
  #tth-main-menu > .menu-wrapper > ul > li:first-child > a {
    padding-left: 30px;
  }
  #tth-main-menu > .menu-wrapper > ul > li:first-child > a:before {
    display: none;
  }
  #tth-main-menu .menu-wrapper > ul > li.first {
    width: 100%;
  }
  #tth-main-menu .menu-wrapper > ul > li.first > a {
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #tth-main-menu .menu-wrapper > ul > li ul {
    box-shadow: none;
  }
  #tth-main-menu .menu-wrapper > ul > li ul > li:last-child {
    border-bottom: solid 1px #ccc;
  }
  #tth-main-menu > .menu-wrapper ul ul li a {
    padding-left: 35px;
  }
  #tth-main-menu > .menu-wrapper ul ul li a:before {
    content: '\e8b5';
    display: none;
    font-family: "ficon";
    padding-right: 5px;
  }
  header .logo img {
    padding: 0px;
  }
  #tth-column_left {
    display: none;
  }
  header .menu_header_top {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  footer .footer-content {
    padding-bottom: 0px;
  }
  #bottom .copyright {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  #bottom .follow {
    float: none;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .brand_scroll .wrapper div.title {
    display: none;
  }
  .brand_scroll .wrapper .owl-prev {
    left: -5px !important;
  }
  .brand_scroll .wrapper .owl-next {
    right: -5px !important;
  }
  
  footer .footer-content::before{
      display: none;
  }
  footer .footer-content .footer-1, footer .footer-content .footer-2{
      width: 100%;
  }
  footer .footer-content .footer-2{
      border-top: 1px solid #01962d;
      padding-top: 20px;
  }
}

@media (max-width: 799px) {
    footer .emaillist{
        float: none;
        max-width: 500px;
        margin: 0px auto;
    }
  footer .emaillist h2,
  footer .emaillist form{
      width: 100%;
      text-align: center;
  }
  footer .emaillist form .input-group{
      width: 100%;
  }
  footer .emaillist .emaillist_input{
      width: 99%;
  }
  footer .emaillist .input-group-addon{
      width: 1%;
  }
}

@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-content::before{
        display: none;
    }
  footer .footer-col:nth-of-type(n) {
    width: 100%;
  }
  footer .footer-content .footer-1, footer .footer-content .footer-2 {
    padding-right: 0px;
  }
}

@media (max-width: 690px) {
  .resgister_email_follow .follow {
    padding-top: 0px;
    text-align: left;
  }
  .resgister_email_follow {
    height: auto;
  }
  .resgister_email_follow .wrapper {
    padding-bottom: 20px;
  }
}

@media (max-width: 599px) {
  .owl-product .box_item .product_item .image {
    margin: 0px;
    padding: 0px;
    padding-top: 210px;
  }
  #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%;
  }
  .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 {
    font-size: 16px;
  }
  .resgister_email .fr {
    width: 100%;
  }
  footer .footer-col {
    width: 100%;
  }
  header .header-tool .header_user > ul > li > a > i {
    display: inline-block;
    font-size: 25px;
    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: '';
  }
  header .header-tool .header_cart > ul > li > a > i {
    margin-top: 0px;
  }
  header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
    margin: 0px 5px;
  }
  .list_item_product .title_product_new .customNavigation a {
    padding: 5px 0px;
    width: 62px;
  }
  .list_item_product .title_product_new {
    padding-bottom: 48px;
  }
  .slider .meta_title {
    top: 16%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
  }
  
  .footer-1 .logo_f{
      display: none;
  }
  .footer-1 .content{
      margin-left: 0px;
  }
}

@media (max-width: 499px) {
  header .menu_header_top .wrapper h2 {
    line-height: 50px;
    font-size: 20px;
  }
  .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;
  }
  .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: 50% !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 .header-tool .box_search {
    left: 0px;
    right: 0px;
  }
  header .header-tool .box_search .text_search {
    width: 110px;
  }
  header .header-tool .box_search .text_search:focus {
    width: 110px;
  }
  .slogan_xs span {
    margin-top: 6px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .owl-product .box_item .title {
    height: 35px;
    overflow: hidden;
  }
  .news_focus .row_first {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  #tth-content {
    width: 100%;
  }
  #tth-column {
    display: none;
  }
  #tth-main-menu {
    width: 100%;
  }
  header .menu_header_top .wrapper .hotline {
    display: none;
  }
  #menu_footer .menu_footer-col {
    width: 50%;
  }
  .fb_gg {
    padding-left: 0px;
  }
  .check_order {
    left: 165px;
  }
  .product_item:before {
    display: none;
  }
  .product_item .ficon-eye-1,
  .product_item .icon_detail,
  .product_item .icon_add_cart,
  .product_item .ficon-cart-plus {
    display: none;
  }
  .list_item_product .col_item {
    padding: 5px;
  }
  .list_item_product .col_item p.icon_new span {
    font-size: 10px;
    padding: 0 9px;
  }
  .slider .meta_title {
    top: 19%;
    font-size: 16px;
    display: none;
  }
  .slider .tth_navigation {
    top: 14%;
  }
  .slider .tth_navigation li a {
    text-transform: capitalize;
  }
}

@media (max-width: 400px) {
    header .menu_header_top .wrap_one{
        margin-right: 10px;
    }
  header .menu_header_top .wrapper h2 {
    line-height: 50px;
    font-size: 17px;
  }
  .check_order {
    left: 150px;
  }
  .list_item_product .title_product_new {
    padding-bottom: 45px;
  }
  .section_box.banner_ads .banner_item{
      width: 100%;
      margin-bottom: 10px;
  }
  header .menu_header_top .wrapper .header-tool{
      margin-right: 30px;
  }
  header .menu_header_top .wrapper .header-tool .contact_us{
      font-size: 13px;
  }
  header .menu_header_top .wrapper .header-tool .phone span,
  header .menu_header_top .wrapper .header-tool .email span{
      display: none;
  }
}

@media (max-width: 361px) {
  header .menu_header_top .wrapper h2 {
    line-height: 50px;
    font-size: 15px;
    margin-left: 5px;
    line-height: 41px;
  }
  .captcha input {
    margin-left: 0px;
    margin-top: 10px;
  }
  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;
  }
  header .logo {
    margin-top: 1px;
  }
  .check_order {
    left: 130px;
  }
  .full.promotion .list_item_product .col_item {
    width: 100% !important;
  }
  #bottom .follow .title {
    padding-right: 5px;
  }
}

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