@charset "UTF-8";
@import url(fontello/css/ficon-embedded.css);
@import url(grid_system.css);
@import url(forms.css);
@import url(tables.css);
@font-face {
  font-family: "helveticaneuelight";
  src: local("helveticaneuelight"), local("helveticaneuelight"), url("../fonts/helveticaneuelight.eot");
  src: local("helveticaneuelight"), local("helveticaneuelight"), url("../fonts/helveticaneuelight?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuelight.woff2") format("woff2"), url("../fonts/helveticaneuelight.woff") format("woff"), url("../fonts/helveticaneuelight.ttf") format("truetype"), url("../fonts/helveticaneuelight.svg#helveticaneuelight") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "helveticaneuebold";
  src: local("helveticaneuebold"), local("helveticaneuebold"), url("../fonts/helveticaneuebold.eot");
  src: local("helveticaneuebold"), local("helveticaneuebold"), url("../fonts/helveticaneuebold?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuebold.woff2") format("woff2"), url("../fonts/helveticaneuebold.woff") format("woff"), url("../fonts/helveticaneuebold.ttf") format("truetype"), url("../fonts/helveticaneuebold.svg#helveticaneuebold") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "helveticaneuemedium";
  src: local("helveticaneuemedium"), local("helveticaneuemedium"), url("../fonts/helveticaneuemedium.eot");
  src: local("helveticaneuemedium"), local("helveticaneuemedium"), url("../fonts/helveticaneuemedium?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuemedium.woff2") format("woff2"), url("../fonts/helveticaneuemedium.woff") format("woff"), url("../fonts/helveticaneuemedium.ttf") format("truetype"), url("../fonts/helveticaneuemedium.svg#helveticaneuemedium") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "helveticaneue-regular";
  src: local("helveticaneue-regular"), local("helveticaneue-regular"), url("../fonts/helveticaneue-regular.eot");
  src: local("helveticaneue-regular"), local("helveticaneue-regular"), url("../fonts/helveticaneue-regular?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-regular.woff2") format("woff2"), url("../fonts/helveticaneue-regular.woff") format("woff"), url("../fonts/helveticaneue-regular.ttf") format("truetype"), url("../fonts/helveticaneue-regular.svg#helveticaneue-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-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-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;
}
* {
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner_item img {
  width: 100%;
}

.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: 67%;
  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%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-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);
  -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1);
}

.img > a > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-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);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.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;
  -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;
  -webkit-box-shadow: 2px 2px 4px #8d9aa3;
          box-shadow: 2px 2px 4px #8d9aa3;
}
.box .box-content {
  background: #FFF;
}
.box .box-content .product_focus .product_focus-row {
  border-bottom: 1px solid #e1e1e1;
}
.box .box-content .product_focus .product_focus-row .img {
  display: inline-block;
  width: 45%;
  float: left;
  padding: 20px;
}
.box .box-content .product_focus .product_focus-row .info {
  width: 55%;
  float: left;
  padding: 20px 10px 20px 0px;
}
.box .box-content .product_focus .product_focus-row .info h3 a {
  font-family: helveticaneuelight;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.box .box-content .product_focus .product_focus-row .info h3 a:hover {
  color: #ed7a1d;
}
.box .box-content .product_focus .product_focus-row .info .price {
  font-family: Roboto-Regular;
  font-size: 13.4px;
  color: #de2203;
  padding: 5px 0px;
  display: inline-block;
}
.box .box-content .product_focus .product_focus-row .info .rate img {
  max-width: 10px;
}

#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: "";
  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: "";
  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: -ms-flexbox;
  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: #2c4b9b;
  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: "";
  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: rgba(44, 75, 155, 0.8);
}
.box_menu_product > ul > li > a:hover:before {
  color: #FFF;
}
.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: "";
  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: "";
}

.box_certificate .box-title:before {
  content: "";
  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 a:before {
  content: "";
  position: absolute;
  background: url(../images/button_play_youtube.png) no-repeat center center rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.box_video .item .video_item a:before {
  padding-right: 5px;
  padding-top: 3px;
}

.box_video .item {
  padding-bottom: 5px;
}

.box_video .item .video_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_video .box-title {
  background: #ff0000;
}
.box_video .box-content {
  padding: 1px;
  border: 1px solid #3c875e;
  margin-top: 8px;
}
.box_video .box-content .video_item a img {
  width: 100%;
}

.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: "";
  font-family: ficon;
  font-weight: bold;
  color: #0077d4;
  padding-left: 9px;
}

.box_mid .box_mid-content {
  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: 15px 0px 5px;
  background: #FFF;
  text-align: center;
}

.box_mid-title {
  background: none;
  margin-bottom: 30px;
  overflow: visible;
}
@media (max-width: 980px) {
  .box_mid-title {
    margin-bottom: 20px;
  }
}

.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 {
  font-family: Roboto-Bold;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  text-align: center;
  display: inline-block;
}

/*-------------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: "";
  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;
  -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-------------*/
@media (max-width: 600px) {
  .tth_navigation {
    display: none;
  }
}
.tth_navigation ul li:before {
  content: "/";
  display: inline-block;
  padding-top: 3px;
}
.tth_navigation ul li a {
  font-size: 14px;
  color: #5b5b5b;
  font-family: helveticaneue-regular;
}
.tth_navigation ul li:last-child a {
  color: #096227;
}

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

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

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

.tth_navigation li:before {
  display: block;
  content: "";
  font-family: "ficon";
  position: absolute;
  left: 4px;
  top: -1px;
  font-size: 20px;
}

.tth_navigation li.first:before {
  display: none;
}

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

#tth-statistic {
  padding-left: 15px;
  padding-right: 15px;
}
#tth-statistic .row {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

.header_user {
  display: inline-block;
  background: #2c4b9b;
  height: 37px;
  padding: 0px 12px;
  border-radius: 4px;
}
@media (max-width: 980px) {
  .header_user {
    height: 30px;
    padding: 0px 7px;
  }
}
.header_user .ficon-login:before {
  content: url("../images/icon_user.png");
  margin: 0px 8px 0px 0px;
  position: relative;
  top: 5px;
  display: inline;
}
@media (max-width: 980px) {
  .header_user .ficon-login:before {
    top: 4px;
  }
}
.header_user span {
  font-family: Roboto-Bold;
  font-size: 15px;
  color: #FFF;
  line-height: 37px;
}
@media (max-width: 980px) {
  .header_user span {
    line-height: 30px;
  }
}
.header_user #header_account .ficon-user:before {
  content: url("../images/icon_user.png");
  margin: 0px 8px 0px 0px;
  position: relative;
  top: 5px;
  display: inline;
}
@media (max-width: 980px) {
  .header_user #header_account .ficon-user:before {
    top: 4px;
  }
}
.header_user #header_account span {
  font-family: Roboto-Bold;
  font-size: 15px;
  color: #FFF;
  line-height: 37px;
}
@media (max-width: 980px) {
  .header_user #header_account span {
    line-height: 30px;
  }
}

.slick-list {
  width: 100%;
}
.slick-list .slick-track {
  min-width: 100%;
}

.hearder_cart_mobile {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 32px;
  top: 11px;
}
@media (min-width: 980px) {
  .hearder_cart_mobile {
    display: none;
  }
}
.hearder_cart_mobile a {
  position: relative;
}
.hearder_cart_mobile a .ficon-basket:after {
  border-color: #008210;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
}
.hearder_cart_mobile a .num_cart {
  top: -12px !important;
  right: -9px !important;
}

@media (max-width: 980px) {
  #tth-main-menu .header_cart {
    display: none;
  }
}

.header_cart {
  position: relative;
  width: 34px;
  float: left;
}
.header_cart ul li a i {
  width: 34px;
  height: 34px;
  border: 2px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 980px) {
  .header_cart ul li a i {
    border: 1px solid #2C4B9B;
  }
}
.header_cart ul li a i:before {
  content: url("../images/icon_cart.png");
}
@media (max-width: 980px) {
  .header_cart ul li a i:before {
    -webkit-filter: invert(72%) sepia(12%) saturate(5538%) hue-rotate(196deg) brightness(98%) contrast(94%);
            filter: invert(72%) sepia(12%) saturate(5538%) hue-rotate(196deg) brightness(98%) contrast(94%);
  }
}
.header_cart ul li a .num_cart {
  position: absolute;
  top: -1px;
  right: -6px;
  width: 15px;
  height: 15px;
  background: #2c4b9b;
  border: 1px solid #FFF;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  border-radius: 50%;
  line-height: 15px;
  padding-right: 1px;
  font-weight: bold;
}
@media (max-width: 980px) {
  .header_cart ul li a .num_cart {
    top: -1px !important;
    right: -35px !important;
    border-color: #2c4b9b;
    color: #2c4b9b;
    background: #FFF;
  }
}
@media (max-width: 320px) {
  .header_cart ul li a .num_cart {
    top: -25px !important;
  }
}

.main_slide .banner_item a img {
  width: 100%;
}

.list_album_service {
  background: #2C4B9B;
  padding: 53px 0px 34px;
  position: relative;
}
@media (max-width: 980px) {
  .list_album_service {
    padding: 40px 0px 30px;
  }
}
.list_album_service:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bg_album_service.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.list_album_service .wrapper {
  max-width: 600px;
}
@media (max-width: 1070px) {
  .list_album_service .wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .list_album_service .wrapper {
    margin: 0 10px;
    width: auto;
  }
}
.list_album_service .box_mid {
  margin-bottom: 0px;
}
.list_album_service .box_mid .box_mid-title {
  margin-bottom: 35px;
}
@media (max-width: 980px) {
  .list_album_service .box_mid .box_mid-title {
    margin-bottom: 25px;
  }
}
.list_album_service .box_mid .box_mid-title h1.mid_title_l {
  font-family: helveticaneuemedium;
  font-size: 26px;
  padding: 0px;
  position: relative;
  min-width: unset;
}
@media (max-width: 980px) {
  .list_album_service .box_mid .box_mid-title h1.mid_title_l {
    font-size: 24px;
  }
}
.list_album_service .box_mid .box_mid-title h1.mid_title_l:before {
  content: url("../images/before_title_album_service.png");
  position: absolute;
  left: -78px;
  bottom: 0px;
}
.list_album_service .box_mid .box_mid-title h1.mid_title_l:after {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background: url("../images/title_album_service.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% + 7px);
}
.list_album_service .box_mid .box_mid-content {
  background: none;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer {
  overflow: unset;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img a.first {
  border-radius: 7px;
  position: relative;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img a.first:before {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid #FFF;
  border-radius: 7px;
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 1;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img a.first img {
  opacity: 1;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title {
  font-family: helveticaneue-regular;
  font-size: 23.79px;
  color: #FFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding-top: 25px;
  display: block;
  text-align: center;
}
@media (max-width: 980px) {
  .list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title {
    font-size: 20px;
    padding-top: 15px;
  }
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title span {
  font-family: helveticaneuebold;
  color: #ffea00;
  text-transform: uppercase;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title:before {
  content: url("../images/left_title_group_album_service.png");
  padding-right: 11px;
}
@media (max-width: 375px) {
  .list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title:before {
    display: none;
  }
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title:after {
  content: url("../images/right_title_group_album_service.png");
  padding-left: 11px;
}
@media (max-width: 375px) {
  .list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item.active .group .img .title:after {
    display: none;
  }
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item .group .img a {
  border-radius: 7px;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item .group .img a img {
  opacity: 0.68;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-stage-outer .owl-stage .owl-item .group .img .title {
  display: none;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots {
  margin-top: 22px;
  padding: 0px;
}
@media (max-width: 980px) {
  .list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots {
    margin-top: 15px;
  }
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots .owl-dot span {
  margin: 0px 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #FFF;
  background: none;
}
.list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots .owl-dot.active span, .list_album_service .box_mid .box_mid-content .album_picture .owl-controls .owl-dots .owl-dot:hover span {
  background: #FFF;
}

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

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

div.wrapper {
  display: block;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1070px) {
  div.wrapper {
    margin: 0 10px;
    width: auto;
  }
}

/* ---------------------------------------*/
/* ------****------Header------****------*/
header {
  width: 100%;
}

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

header .logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

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

header .logo img {
  max-width: 100%;
}

header .slogan {
  color: #616161;
  font-size: 15px;
  padding: 10px 0px;
  padding-bottom: 0px;
  padding-bottom: 5px;
}

header .slogan > span {
  float: left;
}

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:last-child > a {
  margin-right: 0px;
}

header .header-tool .header_user > ul > li > a:after {
  content: "|";
  display: block;
  position: absolute;
  right: -10px;
  top: 4px;
}

header .header-tool .header_user > ul > li > a > i {
  display: none;
}

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.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 > ul {
  display: none;
  position: absolute;
  border: 1px solid white;
  text-align: right;
  padding: 5px 0px;
  background: #fff;
  position: absolute;
  top: 38px;
  right: -12px;
  z-index: 100;
  min-width: 135px;
  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);
}
@media (max-width: 980px) {
  header #header_account > ul {
    right: -7px;
  }
}

header #header_account:hover > ul {
  display: block;
}

header #header_account > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: 5px;
  border: 5px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(25deg);
  transform: rotate(45deg);
}

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:first-child {
  border-top: none;
}

header #header_account > ul > li:last-child {
  border-bottom: none;
}

header #header_account > ul a {
  color: #333;
  font-family: tahoma;
  font-size: 14px;
  padding: 2px 10px 2px 10px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

header #header_account > ul a:hover {
  color: #007528;
  text-decoration: none;
  background: white;
}

header .box_search {
  position: relative;
  width: 100%;
}
header .box_search .text_search {
  width: 100%;
  height: 41px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  font-family: Arial;
  color: #7c7c7c;
  padding-left: 15px;
}
header .box_search .text_search::-webkit-input-placeholder {
  color: #7c7c7c;
}
header .box_search .text_search::-moz-placeholder {
  color: #7c7c7c;
}
header .box_search .text_search:-ms-input-placeholder {
  color: #7c7c7c;
}
header .box_search .text_search::-ms-input-placeholder {
  color: #7c7c7c;
}
header .box_search .text_search::placeholder {
  color: #7c7c7c;
}
@media (max-width: 980px) {
  header .box_search .text_search {
    height: 32px;
    padding-left: 5px;
    border-color: #2c4b9b;
    border-radius: 4px;
  }
}
header .box_search .btn_search {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 45px;
  cursor: pointer;
  border: 0px;
  background: #2c4b9b;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 980px) {
  header .box_search .btn_search {
    display: none;
  }
}
header .box_search .btn_search:before {
  content: "";
  font-family: ficon;
  font-size: 17px;
  color: #FFF;
}

/* --------------------------------------*/
/* ------****------Tth-Menu-Main------****------*/
#tth-main-menu {
  padding-left: 0px;
  width: 100%;
  background: #2c4b9b;
}
#tth-main-menu .menu-wrapper {
  max-width: 1070px;
  width: 100%;
  margin: auto;
  height: 48px;
  padding: 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1070px) {
  #tth-main-menu .menu-wrapper {
    margin: 0 10px;
    width: auto;
  }
}
@media (max-width: 980px) {
  #tth-main-menu .menu-wrapper {
    height: auto;
  }
}
#tth-main-menu .menu-wrapper .social {
  width: 81px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 980px) {
  #tth-main-menu .menu-wrapper .social {
    display: none;
  }
}
#tth-main-menu .menu-wrapper .social a {
  display: inline-block;
  width: 15px;
}
#tth-main-menu .menu-wrapper .social .ficon-facebook-squared:before {
  color: #FFF;
  font-size: 17px;
  margin: 0px;
}
#tth-main-menu .menu-wrapper .social .ficon-instagram:before {
  content: url("../images/icon_instagram.png");
  margin: 0px;
}
#tth-main-menu .menu-wrapper .social .ficon-gplus, #tth-main-menu .menu-wrapper .social .ficon-twitter {
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
}
#tth-main-menu .menu-wrapper .social .ficon-gplus:before, #tth-main-menu .menu-wrapper .social .ficon-twitter:before {
  font-size: 10px;
  padding-top: 5px;
  position: relative;
  bottom: 4px;
  color: #2c4b9b;
  margin: 0px;
}
#tth-main-menu .menu-wrapper #main-menu {
  width: calc(100% - 115px);
  float: left;
  padding-left: 5%;
  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;
  padding-right: 7%;
}
@media (max-width: 980px) {
  #tth-main-menu .menu-wrapper #main-menu {
    width: 100%;
    display: unset;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sm:after {
  display: none;
}

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

#tth-main-menu > .menu-wrapper > ul > li > ul > li > a {
  padding: 6px 10px;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #2c4b9b !important;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > a {
    padding: 5px 10px 5px 15px;
    border-bottom: 1px solid #2c4b9b !important;
  }
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul > li > a.current {
    background: #2c4b9b;
  }
}
#tth-main-menu > .menu-wrapper > ul > li > ul > li:last-child a {
  border-bottom: none !important;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li:last-child a {
    border-bottom: 1px solid #2c4b9b !important;
  }
}
#tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li {
  padding-left: 0px;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li {
    padding-left: 15px;
  }
}
#tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a {
  padding: 6px 10px;
  padding-left: 20px;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a {
    padding: 5px 10px 5px 15px;
    border-bottom: 1px solid #2c4b9b !important;
  }
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a.current {
    background: #2c4b9b;
  }
}

#tth-main-menu > .menu-wrapper > ul > li > a {
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  padding: 0px;
  color: #FFF;
  text-transform: uppercase;
  position: static;
  text-align: center;
  white-space: normal;
}
#tth-main-menu > .menu-wrapper > ul > li > a.has-submenu:after {
  content: "";
  font-family: ficon;
  padding-left: 4px;
  font-weight: normal;
}
#tth-main-menu > .menu-wrapper > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > a.current {
  color: #fff000;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > a {
    padding: 5px 15px;
    border-bottom: 1px solid #456ac9;
  }
  #tth-main-menu > .menu-wrapper > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > a.current {
    background: #2c4b9b;
  }
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li.last a {
    border-bottom: none;
  }
}

#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;
  top: 35px !important;
}
#tth-main-menu > .menu-wrapper > ul > li > ul li a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul li a.current {
  color: #fff000;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul {
    padding: 0px;
    padding-left: 15px;
  }
}

#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);
  -ms-transform: rotate(25deg);
  transform: rotate(45deg);
}

#tth-main-menu > .menu-wrapper > ul ul {
  background: rgba(44, 75, 155, 0.9);
  display: none;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul ul {
    background: unset;
    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;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}

#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: 77.5%;
  min-height: 1px;
  /*padding-left:17px;*/
  padding-right: 0px;
  padding-left: 20px;
}

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

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

#tth-column {
  display: block;
  float: left;
  width: 25%;
  min-height: 1px;
  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);
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------*/
/* ------****------Paginate------****------*/
.paginate {
  margin-top: 25px;
  margin-bottom: 60px;
  text-align: center;
}

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

.paginate .btnPage .ficon-angle-left:before {
  content: "";
  font-family: ficon;
  font-size: 16px;
}

.paginate a {
  font-family: Roboto-Medium;
  font-size: 16px;
  color: #353535;
  padding-top: 1px !important;
}

.paginate a:hover {
  background: rgba(44, 75, 155, 0.6);
  border-color: #2c4b9b;
  border-radius: 5px;
  color: #FFF;
}

.paginate .btnPage .ficon-angle-right:before {
  content: "";
  font-family: ficon;
  font-size: 16px;
}

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  display: inline-block;
  color: #888888;
  height: 28px;
  width: 29px;
  line-height: 26px;
  min-width: 25px;
  text-align: center;
  padding: 0px 3px;
  margin: 0px 4px;
  vertical-align: top;
}

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

.paginate .pagecur {
  color: #fff;
  background: #2c4b9b;
  border-color: #2c4b9b;
  font-family: Roboto-Medium;
  font-size: 16px;
  border-radius: 5px;
  padding-top: 1px;
}

/* ----------------------------------------*/
/* ------****------Footer------****------*/
footer {
  background: #fff;
  color: #444444;
}

.brand_scroll_footer {
  padding: 25px 0px 33px 0px;
  border-top: 1px solid #acacac;
}
@media (max-width: 800px) {
  .brand_scroll_footer {
    padding: 20px 0px;
  }
}
.brand_scroll_footer .title_brand {
  font-family: helveticaneuemedium;
  font-size: 26px;
  color: #2c4b9b;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 980px) {
  .brand_scroll_footer .title_brand {
    font-size: 24px;
  }
}
.brand_scroll_footer .wrapper .brand_scroll_ft .brand_scroll-content .item {
  padding-top: 36%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

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

.brand_scroll .owl-carousel .owl-item 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%);
}

#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 {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  left: 12px;
  overflow: hidden;
  margin: 0px;
}

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

.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 {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_bottom .logo {
  width: 12.9%;
  float: left;
}
@media (max-width: 660px) {
  .header_bottom .logo {
    width: 65px;
    padding-top: 3px;
  }
}
.header_bottom .logo a img {
  max-height: 65px;
}
@media (max-width: 980px) {
  .header_bottom .logo a img {
    max-height: 43px;
  }
}
.header_bottom #content_search {
  float: right;
  width: 32%;
  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;
    right: 95px;
    padding-right: 0px;
    top: 50px;
    width: 200px;
  }
}
@media (max-width: 375px) {
  .header_bottom #content_search {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.header_bottom #content_search form {
  margin-bottom: 0px;
}
.header_bottom .info_header {
  width: 55.2%;
  float: left;
  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;
  padding-left: 26px;
}
@media (max-width: 1020px) {
  .header_bottom .info_header {
    padding-left: 15px;
  }
}
@media (max-width: 980px) {
  .header_bottom .info_header {
    width: auto;
    position: absolute;
    right: 122px;
    top: 53%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 620px) {
  .header_bottom .info_header .hotline {
    padding-top: 3px;
  }
}
.header_bottom .info_header .hotline a {
  font-family: Arial;
  font-size: 15px;
  color: #2c4b9b;
  font-weight: bold;
  padding-left: 43px;
  position: relative;
}
@media (max-width: 760px) {
  .header_bottom .info_header .hotline a {
    margin-right: 15px;
  }
}
@media (max-width: 425px) {
  .header_bottom .info_header .hotline a {
    display: none;
  }
}
.header_bottom .info_header .hotline a:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 2px solid #acacac;
  border-radius: 50%;
  background: url("../images/icon_hotline.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 620px) {
  .header_bottom .info_header .hotline a:before {
    display: none;
  }
}
.header_bottom .info_header .email a {
  font-family: Arial;
  font-size: 14px;
  color: #858585;
  padding-left: 61px;
  position: relative;
}
@media (max-width: 1070px) {
  .header_bottom .info_header .email a {
    padding-left: 46px;
  }
}
@media (max-width: 980px) {
  .header_bottom .info_header .email a {
    padding-left: 58px;
    margin-right: 15px;
  }
}
@media (max-width: 760px) {
  .header_bottom .info_header .email a {
    display: none;
  }
}
.header_bottom .info_header .email a:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 2px solid #acacac;
  border-radius: 50%;
  background: url("../images/icon_email.png") no-repeat center;
  position: absolute;
  left: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1070px) {
  .header_bottom .info_header .email a:before {
    left: 0px;
  }
}
@media (max-width: 980px) {
  .header_bottom .info_header .email a:before {
    left: 15px;
  }
}
@media (max-width: 620px) {
  .header_bottom .info_header .email a:before {
    display: none;
  }
}
.header_bottom .info_header .email a:after {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  background: #acacac;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1070px) {
  .header_bottom .info_header .email a:after {
    display: none;
  }
}
.header_bottom .info_header .contact {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #2e2e2e;
}
@media (max-width: 1080px) {
  .header_bottom .info_header .contact {
    font-size: 15px;
  }
}
@media (max-width: 980px) {
  .header_bottom .info_header .contact {
    display: none;
  }
}
.header_bottom .info_header .contact:hover {
  color: #008210;
  font-weight: bold;
}
.header_bottom .info_header .contact:before {
  content: url("../images/icon_map.png");
  padding-right: 6px;
}

.search_mobile {
  position: absolute;
  top: 13px;
  right: 90px;
  font-size: 20px;
  color: #2C4B9B;
}
@media (min-width: 980px) {
  .search_mobile {
    display: none;
  }
}

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

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

#tth-wrapper .user {
  padding-top: 40px;
}

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: "";
  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: "";
  font-family: ficon;
}

.list_item_product .owl-controls .owl-nav .owl-next i:before {
  content: "";
  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;
}

.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: -ms-linear-gradient(bottom, gray 14%, #969696 70%);
  border: 1px solid black;
  margin: auto;
}

.collapse-container > :nth-child(even) {
  background-color: white;
  display: none;
  -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: helveticaneue-regular;
  font-size: 14px;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #2c4b9b;
  outline-color: #ccc;
  background: #2c4b9b;
  /*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 0.5s linear;
  -moz-transistion: all 0.5s linear;
  -ms-transistion: all 0.5s linear;
  -o-transistion: all 0.5s linear;
  transistion: all 0.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: -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 0.5s linear;
  -moz-transistion: all 0.5s linear;
  -ms-transistion: all 0.5s linear;
  -o-transistion: all 0.5s linear;
  transistion: all 0.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*/
.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 #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;
}

.hotline.sticky {
  position: fixed;
  bottom: 2%;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #26d73d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  cursor: pointer;
}
.hotline.sticky i.hotline-icon {
  display: inline-block;
  background: url(../../images/hotline3.png) center center no-repeat;
  background-size: contain;
  width: 59px;
  height: 58px;
  margin-right: 10px;
  -webkit-animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
          animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
}
.hotline.sticky span {
  display: none;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hotline.sticky:hover span, .hotline.sticky:focus span {
  display: block;
  opacity: 1;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
}
.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: -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: 20px;
}

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

footer {
  border-top: none;
  margin-top: 0px;
  background: #2c4b9b;
  position: relative;
  padding: 34px 0px 32px;
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .wrapper h2.title {
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 23px;
}
footer .wrapper h2.title:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
footer .wrapper h2.title:after {
  content: "";
  display: block;
  width: 51px;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0px;
  left: 13px;
}
footer .wrapper .contact_info {
  width: 27%;
  float: left;
  padding-right: 5.7%;
}
@media (max-width: 980px) {
  footer .wrapper .contact_info {
    width: 41.4%;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 620px) {
  footer .wrapper .contact_info {
    width: 60%;
    padding-right: 0px;
  }
}
@media (max-width: 520px) {
  footer .wrapper .contact_info {
    width: 100%;
  }
}
footer .wrapper .contact_info .banner_item p {
  padding: 0px;
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
  padding-left: 22px;
  position: relative;
  padding-bottom: 13px;
}
footer .wrapper .contact_info .banner_item p:before {
  position: absolute;
  left: 0px;
}
footer .wrapper .contact_info .banner_item p:first-child:before {
  content: url("../images/icon_location.png");
  top: 1px;
}
footer .wrapper .contact_info .banner_item p:nth-child(2):before {
  content: url("../images/icon_hotline_bottom.png");
  top: 2px;
}
footer .wrapper .contact_info .banner_item p:last-child:before {
  content: url("../images/icon_email_bottom.png");
  top: 5px;
}
footer .wrapper .menu_footer {
  width: 15.6%;
  float: left;
}
@media (max-width: 980px) {
  footer .wrapper .menu_footer {
    width: 25.3%;
    margin-bottom: 15px;
  }
}
@media (max-width: 620px) {
  footer .wrapper .menu_footer {
    width: 33.3%;
  }
}
@media (max-width: 520px) {
  footer .wrapper .menu_footer {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  footer .wrapper .menu_footer {
    width: 100%;
  }
}
footer .wrapper .menu_footer ul li {
  padding-bottom: 2px;
}
footer .wrapper .menu_footer ul li a {
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
}
footer .wrapper .menu_footer ul li a:hover {
  font-weight: bold;
}
footer .wrapper .logo {
  width: 21%;
  float: left;
}
@media (min-width: 980px) {
  footer .wrapper .logo.logo_mobile {
    display: none;
  }
}
@media (max-width: 980px) {
  footer .wrapper .logo.logo_mobile {
    display: block;
    width: 33.3%;
    margin-bottom: 15px;
  }
}
@media (max-width: 620px) {
  footer .wrapper .logo.logo_mobile {
    width: 40%;
  }
}
@media (max-width: 520px) {
  footer .wrapper .logo.logo_mobile {
    width: 100%;
  }
}
@media (max-width: 980px) {
  footer .wrapper .logo {
    display: none;
  }
}
footer .wrapper .logo a img {
  max-width: 160px;
  height: auto;
}
footer .wrapper .logo .copyright {
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
  padding-top: 32px;
}
footer .wrapper .logo .copyright a {
  padding-left: 0px;
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
}
footer .wrapper .logo .copyright a:hover {
  text-decoration: underline;
}
footer .wrapper .menu_page {
  width: 18.6%;
  float: left;
}
@media (max-width: 980px) {
  footer .wrapper .menu_page {
    width: 33.3%;
  }
}
@media (max-width: 520px) {
  footer .wrapper .menu_page {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  footer .wrapper .menu_page {
    width: 100%;
  }
}
footer .wrapper .menu_page ul li {
  padding-bottom: 2px;
}
footer .wrapper .menu_page ul li a {
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
}
footer .wrapper .menu_page ul li a:hover {
  font-weight: bold;
}
footer .wrapper .work_time {
  width: 17.8%;
  float: left;
}
@media (max-width: 980px) {
  footer .wrapper .work_time {
    width: 33.3%;
  }
}
@media (max-width: 520px) {
  footer .wrapper .work_time {
    width: 50%;
  }
}
@media (max-width: 375px) {
  footer .wrapper .work_time {
    width: 100%;
  }
}
footer .wrapper .work_time .banner_item {
  padding-bottom: 21px;
}
footer .wrapper .work_time .banner_item p {
  padding: 0px;
  padding-left: 20px;
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
  position: relative;
  padding-bottom: 1px;
}
footer .wrapper .work_time .banner_item p:before {
  position: absolute;
  left: 0px;
  top: 2px;
}
footer .wrapper .work_time .banner_item p:first-child:before {
  content: url("../images/icon_24h.png");
}
footer .wrapper .work_time .banner_item p:last-child:before {
  content: url("../images/icon_clock.png");
}
footer .wrapper .work_time .social a {
  display: inline-block;
  padding-right: 1px;
}

/*----------------------------------------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;
  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;
  -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;
}
@media (max-width: 700px) {
  #main_slide .bx-controls-direction {
    display: none;
  }
}
#main_slide .bx-controls-direction .bx-prev {
  display: unset !important;
  width: 46px;
  height: 46px;
  background: url("../images/icon_nav_left_main_slide.png") no-repeat;
}
#main_slide .bx-controls-direction .bx-next {
  display: unset !important;
  width: 46px;
  height: 46px;
  background: url("../images/icon_nav_right_main_slide.png") no-repeat;
}

.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;
  padding-bottom: 0px;
  line-height: 1em;
  margin: 0px;
}

.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;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
  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;
    padding-left: 10px !important;
    border: 1px solid #008210;
  }
}
.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: 1169px) {
  #tth-scroll_right,
#tth-scroll_left {
    display: none;
  }

  #tth-main-menu > .menu-wrapper {
    position: relative;
    padding-left: 0px;
  }
}
@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;
  }

  #tth-content {
    width: 100%;
    padding-left: 0px;
  }

  .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: 5px 0px 0px;
    max-height: 55px;
  }

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

  .full.news #tth-content {
    width: 100%;
  }

  .full.news #tth-column {
    display: none;
  }

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

  #header_cart {
    margin-right: 20px;
  }

  #tth-wrapper {
    padding-top: 50px;
  }

  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    min-height: 50px;
    max-height: 50px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px grey;
            box-shadow: 0px 0px 10px grey;
  }

  header .wrapper {
    padding-left: 0px;
  }

  header .logo {
    float: left;
    max-width: 40%;
    margin: 0px;
    position: relative;
    top: 0px !important;
    left: 0px !important;
  }

  header .logo a,
header .logo img {
    width: auto;
    max-width: 100%;
    max-height: 40px;
  }

  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: 32px;
    line-height: 32px;
    width: 36px;
    border: 1px #2C4B9B solid;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
  }

  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: #2C4B9B;
    margin-top: -1px;
    -webkit-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: 51px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: rgba(44, 75, 155, 0.95);
    -webkit-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;
  }

  #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 .btn_search {
    font-size: 13px;
    width: auto;
  }
}
@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";
  }

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

  div.wrapper, #tth-main-menu > .menu-wrapper {
    width: auto;
  }

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

  #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 .btn_search {
    display: none;
  }

  header .box_search .text_search {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .check_order {
    left: 150px;
  }
}
@media (max-width: 361px) {
  .captcha input {
    margin-left: 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;
  }

  .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;
  }
}
.hotline_sticky {
  position: fixed;
  bottom: 40px !important;
  z-index: 999999;
  top: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hotline_sticky {
    bottom: 40px !important;
    left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .hotline_sticky {
    left: 50px;
  }
}
@media (min-width: 1441px) {
  .hotline_sticky {
    bottom: 40px !important;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .hotline_sticky {
    bottom: 20px !important;
    left: 20px;
  }
}
.hotline_sticky .phone_backtotop {
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  background: #f62d3e;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  -webkit-animation: play 1.5s ease infinite;
          animation: play 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .hotline_sticky .phone_backtotop {
    width: 50px;
    height: 50px;
  }
}
.hotline_sticky .phone_fix {
  background: #f62d3e;
  display: inline-block;
  padding: 8px 15px 8px 20px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  margin-left: -10px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .hotline_sticky .phone_fix {
    padding: 4px 10px 3px 15px;
  }
}
@media (max-width: 425px) {
  .hotline_sticky .phone_fix {
    display: none;
  }
}

@-webkit-keyframes play {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
    -webkit-box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33);
            box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33), 0 0 0 15px rgba(232, 77, 89, 0.33);
            box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33), 0 0 0 15px rgba(232, 77, 89, 0.33);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes play {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
    -webkit-box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33);
            box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33), 0 0 0 15px rgba(232, 77, 89, 0.33);
            box-shadow: 0 0 0 5px rgba(232, 77, 89, 0.33), 0 0 0 10px rgba(232, 77, 89, 0.33), 0 0 0 15px rgba(232, 77, 89, 0.33);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.support-fix {
  position: fixed;
  right: 14px;
  bottom: 150px;
  z-index: 9999;
}
.support-fix a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border: none;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f7a400;
  background-image: url(../images/widget_icon_zalo.svg);
}
/*# sourceMappingURL=layout.css.map */