@import url(bootstrap.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(font-awesome.css);
@font-face {
  font-family: 'UTM Swiss CondensedBold';
  src: url('../fonts/utm/UTM Swiss CondensedBold.eot');
  src: url('../fonts/utm/UTM Swiss CondensedBold.woff2') format('woff2'), url('../fonts/utm/UTM Swiss CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/utm/UTMSwissCondensed-Bold.woff') format('woff'), url('../fonts/utm/UTMSwissCondensed-Bold.ttf') format('truetype'), url('../fonts/utm/UTMSwissCondensed-Bold.svg#UTMSwissCondensed-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'utm-avo';
  src: url('../fonts/utm/utm-avo.eot');
  src: url('../fonts/utm/utm-avo.woff2') format('woff2'), url('../fonts/utm/utm-avo.eot?#iefix') format('embedded-opentype'), url('../fonts/utm/UTMAvo.woff') format('woff'), url('../fonts/utm/UTMAvo.ttf') format('truetype'), url('../fonts/utm/UTMAvo.svg#UTMAvo') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTM Swiss Condensed';
  src: url('../fonts/utm/UTM Swiss Condensed.eot');
  src: url('../fonts/utm/UTM Swiss Condensed.woff2') format('woff2'), url('../fonts/utm/UTM Swiss Condensed.eot?#iefix') format('embedded-opentype'), url('../fonts/utm/UTMSwissCondensed.woff') format('woff'), url('../fonts/utm/UTMSwissCondensed.ttf') format('truetype'), url('../fonts/utm/UTMSwissCondensed.svg#UTMSwissCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'utm-bryantlg';
  src: url('../fonts/utm/utm-bryantlg.eot');
  src: url('../fonts/utm/utm-bryantlg.woff2') format('woff2'), url('../fonts/utm/utm-bryantlg.eot?#iefix') format('embedded-opentype'), url('../fonts/utm/UTMBryantLG.woff') format('woff'), url('../fonts/utm/UTMBryantLG.ttf') format('truetype'), url('../fonts/utm/UTMBryantLG.svg#UTMBryantLG') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTM Hanzel';
  src: url('../fonts/utm/UTM Hanzel.eot');
  src: url('../fonts/utm/UTM Hanzel.woff2') format('woff2'), url('../fonts/utm/UTM Hanzel.eot?#iefix') format('embedded-opentype'), url('../fonts/utm/UTMHanzel.woff') format('woff'), url('../fonts/utm/UTMHanzel.ttf') format('truetype'), url('../fonts/utm/UTMHanzel.svg#UTMHanzel') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTM Times';
  src: url('../fonts/utm/UTM Times.eot');
  src: url('../fonts/utm/UTM Times.woff2') format('woff2'), url('../fonts/utm/UTM Times.eot?#iefix') format('embedded-opentype'), url('../fonts/utm/UTMTimes.woff') format('woff'), url('../fonts/utm/UTMTimes.ttf') format('truetype'), url('../fonts/utm/UTMTimes.svg#UTMTimes') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'utm_altergothic';
  src: url('../fonts/utm/UTMAlterGothic.eot');
  src: url('../fonts/utm/UTMAlterGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/utm/UTMAlterGothic.woff') format('woff'), url('../fonts/utm/UTMAlterGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: auto;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  background-color: #f5f5f5;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased ;
  -moz-osx-font-smoothing: grayscale ;
  text-rendering: optimizeLegibility;
}
.wrapper {
  overflow-x: hidden;
}
a {
  color: #000000;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000000;
}
img {
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1500px;
  }
}
.col-main {
  float: right;
  width: calc(100% -  300px);
  width: -moz-calc(100% -  300px);
  width: -webkit-calc(100% -  300px);
  width: -o-calc(100% -  300px);
}
.col-sidebar {
  width: 300px;
  float: left;
}
@media (max-width: 991px) {
  .col-main {
    width: 100%;
  }
  .col-sidebar {
    width: 100%;
  }
}
.breadcrumb {
  font-size: 19px;
  color: #fd5c5c;
  padding: 9px 0px;
  background-color: transparent;
  margin: 0 0  20px;
  text-transform: none;
  line-height: 22px;
  border-radius: 0;
  font-style: italic;
}
.breadcrumb a {
  color: #fd5c5c;
}
.breadcrumb2 {
  font-size: 19px;
  color: #3e3e3e;
  padding: 13px 20px;
  background-color: #eeeeee;
  margin: 0 0  20px;
  text-transform: none;
  line-height: 22px;
  border-radius: 0;
}
.breadcrumb2 a {
  color: #3e3e3e;
}
.pagination {
  display: block;
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination li a {
  display: block;
  padding: 0 3px;
  min-width: 40px;
  color: #fff !important;
  border: none !important;
  background-color: #666666 !important;
  border-radius: 3px !important;
  line-height: 40px;
  text-align: center;
}
.pagination li.active a {
  border: none !important;
  background-color: #0054a6 !important;
  text-decoration: none;
}
.pagination li .next,
.pagination li .previous {
  border: none !important;
  width: auto;
  text-align: center;
  background-color: transparent  !important;
  color: #666666 !important;
}
.pagination2 li a {
  background-color: #fff !important;
  color: #666666 !important;
}
.pagination2 li.active a {
  border: none !important;
  background-color: #c2592e !important;
  text-decoration: none;
  color: #fff !important;
}
.price {
  white-space: nowrap;
}
.heading1 {
  color: #fff;
  background-color: #0054a6;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 30px;
  text-transform: uppercase;
}
.row-flex {
  display: -webkit-flex;
  display: flex;
}
.row-flex.content-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.popup-addcart {
  overflow-y: auto;
}
.popup-addcart .modal-dialog {
  position: relative;
  z-index: 2040;
}
.popup-addcart .modal-content {
  border-radius: 0;
}
.popup-addcart .modal-body {
  padding: 20px 40px;
}
.popup-addcart .modal-header {
  border: none;
}
.block-cart {
  margin-bottom: 30px;
}
.block-cart__header {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 18px;
  border-left: 3px solid #ed1c24;
  padding-left: 12px;
  margin-bottom: 15px;
  line-height: 1;
}
.block-cart__table thead tr th,
.block-cart__table thead tr td {
  white-space: nowrap;
  border-bottom: none;
  color: #0054a6;
  text-transform: uppercase;
  text-align: center;
}
.block-cart__table tbody tr th,
.block-cart__table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.block-cart__table tbody .img {
  width: 100px;
  min-width: 100px;
}
.block-cart__table tbody .t-name {
  text-align: left;
}
.block-cart__table tbody .t-name .name {
  display: block;
  margin-bottom: 10px;
}
.block-cart__table tbody .t-name textarea {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.block-cart__table tbody .qty {
  display: -webkit-flex;
  display: flex;
  border: 1px solid #ccc;
  width: 100px;
  margin: 0 auto;
}
.block-cart__table tbody .qty button {
  height: 36px;
  width: 30px;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.block-cart__table tbody .qty input {
  height: 36px;
  width: 40px;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.block-cart__table tbody .t-price {
  font-weight: bold;
  font-size: 16px;
}
.block-cart__table tbody .t-total {
  font-weight: bold;
  color: #ed1c24;
  font-size: 16px;
}
.block-cart__table tbody .t-mb {
  display: none;
}
.block-cart__table tbody .t-mb .qty {
  margin: 5px 0;
}
.block-cart__table tbody .t-mb .price {
  color: #ed1c24;
  font-weight: bold;
}
.block-cart__table tfoot {
  color: #ed1c24;
  text-transform: uppercase;
}
.block-addcart__header {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 18px;
  border-left: 3px solid #ed1c24;
  padding-left: 12px;
  margin-bottom: 15px;
  line-height: 1;
}
.block-addcart label {
  font-weight: normal;
}
.block-addcart .box-ma {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.block-addcart .refresh {
  color: blue;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.block-addcart .btn {
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  background-color: #ed1c24;
  border-radius: 0;
  height: 50px;
  font-size: 18px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .popup-addcart .modal-body {
    padding: 20px;
  }
  .block-cart__table .t-qty,
  .block-cart__table .t-price,
  .block-cart__table .t-total {
    display: none !important;
  }
  .block-cart__table .img {
    width: 70px !important;
    min-width: 70px !important;
  }
  .block-cart__table .t-mb {
    display: block !important;
  }
}
.form-control {
  outline: none;
  border-radius: 0;
  border: 1px solid #dadada;
  height: 40px;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  outline: none;
}
textarea.form-control {
  height: auto;
}
.btn-default {
  color: #fff;
  background: linear-gradient(to bottom, #1f8cdd 0%, #149ee6 100%);
  background: -moz-linear-gradient(to bottom, #1f8cdd 0%, #149ee6 100%);
  background: -o-linear-gradient(to bottom, #1f8cdd 0%, #149ee6 100%);
  background: -ms-linear-gradient(to bottom, #1f8cdd 0%, #149ee6 100%);
  background: -webkit-linear-gradient(top, #1f8cdd 0%, #149ee6 100%);
  border: none;
  padding: 0 18px;
  height: 40px;
  border-radius: 5px;
  font-weight: bold;
}
.btn-default:hover {
  background: linear-gradient(to bottom, #149ee6 0%, #1f8cdd 100%);
  background: -moz-linear-gradient(to bottom, #149ee6 0%, #1f8cdd 100%);
  background: -o-linear-gradient(to bottom, #149ee6 0%, #1f8cdd 100%);
  background: -ms-linear-gradient(to bottom, #149ee6 0%, #1f8cdd 100%);
  background: -webkit-linear-gradient(top, #149ee6 0%, #1f8cdd 100%);
  color: #fff;
}
a.btn-default {
  height: auto;
  line-height: 40px;
}
.btn-dangbai {
  font-size: 30px;
  font-weight: bold;
  max-width: 335px;
  width: 100%;
  height: 58px;
  background: linear-gradient(to bottom, #2285e6 0%, #0256a8 100%);
  background: -moz-linear-gradient(to bottom, #2285e6 0%, #0256a8 100%);
  background: -o-linear-gradient(to bottom, #2285e6 0%, #0256a8 100%);
  background: -ms-linear-gradient(to bottom, #2285e6 0%, #0256a8 100%);
  background: -webkit-linear-gradient(top, #2285e6 0%, #0256a8 100%);
  margin-bottom: 20px;
}
.owl-carousel .owl-item img {
  width: auto;
  transform-style: flat;
}
.slick-slide {
  height: auto;
}
.site-header {
  background-color: #fff;
}
.header-top {
  line-height: 26px;
  background-color: #c2592e;
  font-size: 16px;
  color: #fff;
  border-top: 3px solid #1f2c5b;
  padding: 7px 0;
}
.header-top a {
  color: #fff;
}
.header-top a:hover {
  color: #fff200;
}
.header-top .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.header-top .container:before,
.header-top .container:after {
  content: none;
}
.header-top ul {
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}
.header-top ul li {
  margin: 0 15px;
  text-align: center;
}
.header-top ul li.active a {
  color: #fff200;
}
.header-top .login img {
  margin-right: 5px;
}
.header-top .logo-top-mobile {
  display: none;
}
.hotlinne-text {
  margin-left: 10px;
  padding-left: 54px;
  padding-right: 15px;
  white-space: nowrap;
  color: #fff200;
  background-color: #ed1c24;
  background-position: left -4px center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/h-hotline.png');
  border-radius: 30px;
  margin-bottom: 9px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  font-size: 20px;
  font-family: 'UTM Swiss CondensedBold';
}
.header-content {
  padding: 20px 0;
}
.header-content .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-content .container:before,
.header-content .container:after {
  content: none;
}
.header-content .content-left {
  display: -webkit-flex;
  display: flex;
}
.header-content .logo {
  display: block;
}
.header-content .logo img {
  max-height: 100%;
  max-height: 70px;
}
.header-content .logo .logo-sm {
  display: none;
}
.header-content .block-search {
  margin-left: 10px;
}
.header-content .hotlinne {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  margin-bottom: 9px;
}
.header-content .hotlinne a {
  margin-left: 10px;
}
.header-content .hotlinne img {
  max-height: 40px;
  min-width: 34px;
}
.header-content .link-blog {
  height: 40px;
  background-color: #ef4136;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  background-image: url('../images/icon/write.png');
  background-position: left 15px center;
  background-repeat: no-repeat;
  margin-left: 35px;
  white-space: nowrap;
  background-size: 20px auto;
}
.block-search {
  position: relative;
  min-width: 290px;
  margin-bottom: 9px;
}
.block-search input {
  height: 40px;
  padding: 3px 55px 3px 16px;
  border: 1px solid #959595;
  border-radius: 0 10px 10px 0;
}
.block-search .btn {
  background-color: #c0582d;
  width: 50px;
  height: 40px;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  background-image: url('../images/icon/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.block-search .btn span {
  display: none;
}
.toggle-nav-filter {
  display: none;
}
.header-nav {
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
}
.header-nav .dropdown-backdrop {
  display: none !important;
}
.toggle-nav {
  display: none;
  float: left;
  line-height: 30px;
  width: 30px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/menu2.png');
}
.toggle-nav span {
  display: none;
}
.toggle-nav:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header-content .block-search,
  .hotlinne-text,
  .header-content .hotlinne {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .header-content .hotlinne img {
    min-width: 24px;
  }
  .hotlinne-text {
    background-size: auto 100%;
    padding-left: 32px;
    font-size: 16px;
  }
  .header-content .block-search input {
    height: 30px;
  }
  .header-content .block-search .btn {
    height: 30px;
    width: 40px;
  }
  .header-content .container {
    -webkit-align-items: center ;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ui-menu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    font-size: 15px;
  }
  .ui-menu a {
    color: #000;
    display: block;
  }
  .ui-menu > li {
    display: block;
  }
  .ui-menu > li:last-child {
    margin-right: 0;
  }
  .ui-menu > li > a {
    line-height: 50px;
    color: #000;
    padding: 0 20px;
    text-transform: capitalize;
    font-size: 22px;
    display: block;
  }
  .ui-menu > li.active > a,
  .ui-menu > li.open > a {
    background-color: #e88441;
    color: #fff;
  }
  .ui-menu > li:hover > a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #e88441;
  }
  .ui-menu > li .caret2 {
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-image: url('../images/icon/down.png');
    background-position: center;
    background-repeat: no-repeat;
    border: none;
  }
  .ui-menu > li > .dropdown-menu > li > a {
    font-size: 17px;
  }
  .ui-menu > li > .dropdown-menu > li > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 3px;
  }
  .ui-menu .dropdown-menu {
    border-radius: 0;
    margin: 0;
    min-width: 100%;
    font-size: 15px;
    padding: 0;
  }
  .ui-menu .dropdown-menu .caret {
    display: none;
  }
  .ui-menu .dropdown-menu a {
    line-height: 34px;
    padding: 0 20px 0 15px;
  }
  .ui-menu .dropdown-menu a:hover {
    color: #e88441;
    background-color: transparent;
  }
  .ui-menu .dropdown-menu > li {
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
  }
  .ui-menu .dropdown-menu li {
    position: relative;
  }
  .ui-menu .dropdown-menu .dropdown-menu {
    top: -1px;
    left: 100%;
    padding-left: 28px;
    width: 360px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 2px solid #e88441;
  }
  .ui-menu .dropdown-menu .dropdown-menu:before,
  .ui-menu .dropdown-menu .dropdown-menu:after {
    content: "";
    display: table;
  }
  .ui-menu .dropdown-menu .dropdown-menu:after {
    clear: both;
  }
  .ui-menu .dropdown-menu .dropdown-menu li {
    list-style-type: none;
    list-style-position: outside;
    font-size: 12px;
    border: none;
    width: 50%;
    float: left;
    padding-right: 25px;
    margin-bottom: 5px;
  }
  .ui-menu .dropdown-menu .dropdown-menu li a {
    font-size: 15px;
    color: #5d5d5d;
    line-height: 20px;
    padding: 0;
    border: none;
    white-space: normal;
  }
  .ui-menu .dropdown-menu .dropdown-menu li a:hover {
    color: #ed1c24;
    background-color: transparent;
  }
  .ui-menu li:hover > .dropdown-menu {
    display: block;
  }
}
@media (min-width: 1400px) {
  .ui-menu {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ui-menu > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ui-menu > li > a {
    padding: 0 15px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body.menu-open {
    overflow: hidden;
  }
  .toggle-nav {
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: -4px;
  }
  .toggle-nav.active:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle-nav-filter {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    color: #db6738;
    cursor: pointer;
    margin-left: 20px;
  }
  .toggle-nav-filter:hover,
  .toggle-nav-filter:focus {
    color: #db6738;
  }
  .toggle-nav-filter:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('../images/icon/nav-filter.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
  }
  .toggle-nav-filter span {
    display: block;
  }
  .toggle-nav-filter:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle-nav-filter.active:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-top {
    padding: 0;
    line-height: 1;
    border-top-width: 2px;
  }
  .header-top .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center ;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 40px;
  }
  .header-top .container:before,
  .header-top .container:after {
    content: none;
  }
  .header-top ul {
    display: none;
  }
  .header-top .login {
    display: none;
  }
  .header-top .logo-top-mobile {
    display: block;
  }
  .header-top .logo-top-mobile img {
    height: 11px;
    display: block;
  }
  .header-top .toggle-nav {
    position: static;
    margin: 0;
  }
  .header-content {
    display: block !important;
    height: 60px;
    padding: 5px 0;
  }
  .header-content .logo {
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center ;
    align-items: center;
    height: 50px;
  }
  .header-content .logo img {
    max-height: 50px;
    height: auto;
  }
  .header-content .container {
    -webkit-align-items: center;
    align-items: center;
  }
  .header-content .content-left {
    display: none;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    z-index: 500;
    width: 280px;
    background-color: #fff;
    border: none;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 0;
    visibility: hidden;
    padding-top: 20px;
    overflow-y: auto;
    display: block !important;
  }
  .header-nav.active {
    right: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 1;
    visibility: visible;
  }
  .header-nav .container {
    width: 100%;
  }
  .ui-menu {
    display: block;
  }
  .ui-menu li {
    display: block;
    line-height: 40px;
    padding: 0;
    font-size: 15px;
  }
  .ui-menu li a {
    line-height: 40px;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .ui-menu > li {
    border-top: 1px solid #ccc;
  }
  .ui-menu > li:first-child {
    border: none;
  }
  .ui-menu .dropdown-menu {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    float: none;
  }
  .ui-menu .dropdown-menu a {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-content .logo2 .logo-md {
    display: none;
  }
  .header-content .logo2 .logo-sm {
    display: inline-block;
  }
}
.footer-top {
  background-color: #fff;
  border-top: 2px solid #1f2b5a;
  font-size: 20px;
  color: #555555;
  padding-bottom: 30px;
}
.footer-top h3 {
  display: block;
  text-transform: uppercase;
  margin: 30px 0 20px;
  font-size: 20px;
  color: #282828;
  font-weight: normal;
}
.footer-top a {
  color: #555555;
}
.footer-top a:hover {
  color: #ed1c24;
}
.footer-top img {
  margin-right: 10px;
}
.footer-top li {
  margin-bottom: 10px;
}
.footer-bottom {
  background-color: #fff;
  text-align: center;
  color: #565656;
  font-size: 20px;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}
.footer-bottom p {
  margin-bottom: 3px;
}
.footer-bottom .title {
  font-size: 21px;
}
.footer-bottom .copyright {
  font-size: 15px;
}
.back-to-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 999;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  font-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon/back-to-top.png');
  border-radius: 100%;
  border: 1px solid #c2592e;
}
.phone-mobile {
  display: none;
  background-size: auto 100%;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  text-align: center;
  line-height: 30px;
  background-color: #ed1c24;
  border-radius: 100%;
  color: #fff !important;
  font-size: 20px;
}
.phone-mobile:before {
  content: "\f095";
  font-family: "fontAwesome";
}
.phone-desktop {
  background-color: #f79b2c;
  color: #fff;
  line-height: 30px;
  padding-left: 13px;
  padding-right: 37px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
  font-weight: bold;
  background-image: url('../images/icon/phone2.png');
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 100px;
}
.phone-desktop:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .site-footer {
    text-align: center;
  }
  .footer-top {
    font-size: 14px;
  }
  .footer-top h3 {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .phone-desktop {
    display: none;
  }
  .back-to-top {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
  }
  .phone-mobile {
    display: block;
  }
  .footer-bottom .copyright {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .footer-bottom .title {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 14px;
  }
}
.post-item {
  display: block;
  position: relative;
}
.post-item:hover .post-info {
  border-color: #57a0e7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item .post-info {
  position: relative;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item .label-item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.post-item .label-left {
  right: auto;
  left: 3px;
  top: 3px;
}
.post-item .photo {
  display: block;
  width: 110px;
  margin-bottom: 6px;
  position: relative;
}
.post-item .link {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-top: 75%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-item .link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.post-item .detail {
  padding-left: 10px;
  width: calc(100% -  110px);
  width: -moz-calc(100% -  110px);
  width: -webkit-calc(100% -  110px);
  width: -o-calc(100% -  110px);
}
.post-item .title {
  color: #1a5861;
  display: block;
  line-height: 1.2;
}
.post-item .title a {
  color: #1a5861;
}
.post-item .info {
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  line-height: 18px;
}
.post-item .price {
  color: #ff0000;
  font-weight: bold;
  margin: 3px 0;
}
.post-item .date {
  color: #707070;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 6px;
}
.post-item .map {
  width: 100%;
  padding-left: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/icon/map1.png');
  margin-bottom: 9px;
}
.post-item .info1 {
  width: 50%;
  padding-left: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/icon/info1.png');
}
.post-item .info2 {
  width: 50%;
  padding-left: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/icon/info2.png');
}
.item-product1 .item-info {
  background-color: #fff;
  padding: 5px 12px;
  position: relative;
  border: 1px solid #d7d7d7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product1:hover .item-info {
  border: 1px solid #ed1c24;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product1 .name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  min-height: 33px;
  padding-right: 32px;
}
.item-product1 .label-sale {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/sale1.png');
  background-size: 100% 100%;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 5;
}
.item-product1 .photo {
  margin: 5px 0;
  text-align: center;
}
.item-product1 .photo a {
  height: 0;
  padding-top: 78.9%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item-product1 .photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.item-product1 .price-box {
  font-size: 16px;
}
.item-product1 .price-box .price {
  color: #ed1c24;
  font-weight: bold;
}
.owl-carousel .item-product1 {
  padding-top: 3px;
}
.item-product2 {
  text-align: center;
}
.item-product2:hover {
  z-index: 10;
}
.item-product2:hover .item-info {
  box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product2 .item-info {
  padding: 10px 3px;
}
.item-product2 a {
  color: #767676;
}
.item-product2 .name {
  display: block;
  color: #767676;
  font-size: 16px;
  height: 57px;
  padding-top: 16px;
  line-height: 20px;
  overflow: hidden;
}
.item-product2 .photo {
  height: 75px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.item-product2 .photo img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}
.item-product3 {
  margin-bottom: 15px;
}
.item-product3 .item-info {
  background-color: #fff;
  padding: 10px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
}
.item-product3:hover .item-info {
  border: 1px solid #ed1c24;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product3 .photo {
  width: 140px;
}
.item-product3 .photo a {
  height: 0;
  padding-top: 107.9%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item-product3 .photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.item-product3 .detail {
  width: calc(100% -  140px);
  width: -moz-calc(100% -  140px);
  width: -webkit-calc(100% -  140px);
  width: -o-calc(100% -  140px);
  padding-left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.item-product3 .name {
  display: block;
  font-size: 18px;
}
.item-product3 .old-price {
  font-size: 18px;
  color: #8d8d8d;
  text-decoration: line-through;
  display: block;
  font-style: italic;
}
.item-product3 .price {
  font-size: 20px;
  color: #ed1c24;
  display: block;
}
.item-product3 .label-sale {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/sale2.png');
  background-size: 100% 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  /*position: absolute;
		bottom: 15px;
		right: 8px;*/
  z-index: 5;
  position: static;
  margin-bottom: 3px;
}
.item-product3 .item-price {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.owl-carousel .item-product3 {
  padding-top: 3px;
}
.item-product5 {
  padding: 0 12px;
  margin-bottom: 22px;
}
.item-product5 .item-info {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d7d7d7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.item-product5:hover .item-info {
  border: 1px solid #f45c62;
  -webkit-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product5 .photo {
  margin-bottom: 10px;
}
.item-product5 .photo a {
  height: 0;
  padding-top: 95.45%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item-product5 .photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.item-product5 .name {
  display: block;
  font-size: 16px;
}
.item-product5 .price {
  font-size: 18px;
  color: #ed1c24;
  margin-right: 30px;
}
.item-product5 .old-price {
  font-size: 14px;
  color: #767676;
  text-decoration: line-through;
}
.item-product5 .price-box {
  margin: 3px 0;
}
.item-product5 .bottom {
  margin: 0 -10px;
  border-top: 1px solid #d7d7d7;
  padding: 5px 10px;
  color: #818181;
  line-height: 20px;
}
.item-product5 .bottom .title {
  display: inline-block;
  background-color: #e88441;
  color: #fff;
  margin-right: 10px;
  padding: 0 9px;
  border-radius: 3px;
}
.item-product5 .review {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center ;
  align-items: center;
  margin-bottom: 5px;
}
.item-product5 .star img {
  display: block;
}
.item-product5 .view {
  padding-left: 23px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/view.png');
  line-height: 15px;
}
.item-product5 .label-sale {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/sale1.png');
  background-size: 100% 100%;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
}
.item-product5 .label-sale._new {
  color: #fff200;
  text-transform: uppercase;
}
.item-product4 {
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 10px 10px;
}
.item-product4:hover {
  border: 1px solid #ed1c24;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product4 .item-top {
  font-size: 15px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.item-product4 .count span {
  color: #2868bf;
}
.item-product4 .photo {
  overflow: hidden;
  width: 80px;
}
.item-product4 .detail {
  padding-left: 12px;
  width: calc(100% -  80px);
  width: -moz-calc(100% -  80px);
  width: -webkit-calc(100% -  80px);
  width: -o-calc(100% -  80px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.item-product4 .img {
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.item-product4 .img img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
}
.item-product4 .item-bottom ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 -4px;
}
.item-product4 .item-bottom li {
  width: 25%;
  padding: 0 4px;
  margin-bottom: 10px;
}
.item-product4 .item-bottom li a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.item-product4 .item-bottom li a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.item-product4 .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #0f0f0f;
  margin: 0;
  margin-bottom: 5px;
}
.item-product4 .title a {
  color: #0f0f0f;
}
.item-product6 .item-info {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product6:hover .item-info {
  border: 1px solid #dd3a33;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-product6 .item-info {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d7d7d7;
  position: relative;
}
.item-product6 .photo {
  margin-bottom: 10px;
}
.item-product6 .photo a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-top: 95.45%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item-product6 .photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.item-product6 .name {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.item-product6 .price {
  font-size: 18px;
  color: #ed1c24;
  margin-right: 10px;
}
.item-product6 .old-price {
  font-size: 14px;
  color: #767676;
  text-decoration: line-through;
}
.item-product6 .price-box {
  margin: 3px 0;
  position: relative;
  padding-right: 30px;
}
.item-product6 .ship {
  position: absolute;
  top: 0;
  right: 0;
}
.item-product6 .label-sale {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/sale1.png');
  background-size: 100% 100%;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
}
.item-product6 .label-sale._new {
  color: #fff200;
}
.owl-carousel .item-product6 {
  padding-top: 3px;
}
.main-container {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.main-container:before,
.main-container:after {
  content: none;
}
.main-container .sidebar {
  width: 330px;
  padding-right: 30px;
}
.main-container .main-content {
  width: calc(100% -  330px);
  width: -moz-calc(100% -  330px);
  width: -webkit-calc(100% -  330px);
  width: -o-calc(100% -  330px);
}
.main-container .sidebar-right {
  padding-left: 30px;
  padding-right: 0;
  order: 3;
}
.toobar {
  margin-bottom: 30px;
}
.toobar .link {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
}
.toobar .link a {
  width: 50%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-position: right -2px top;
  background-size: auto 100%;
  padding: 0 25px;
}
.toobar .link a.active {
  background-image: url('../images/icon/nav.jpg');
  background-color: #0054a6;
  color: #fff;
}
.toobar-top {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
}
.toobar-top .link {
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-left: 5px;
}
.toobar-top .link a {
  display: block;
  line-height: 44px;
  padding: 0 15px;
  background-color: #ebeff2;
  color: #000;
  margin: 5px 10px 5px 0;
  font-size: 23px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
}
.toobar-top .link a.active {
  background-color: #e88441;
  color: #fff;
}
.toobar-top .link-breadcrumb {
  font-size: 20px;
  color: #0054a6;
  line-height: 30px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 12px 0px;
  padding-left: 65px;
}
.toobar-top .link-breadcrumb a,
.toobar-top .link-breadcrumb span {
  color: #0054a6;
  padding: 0px 3px;
}
.toobar-top .link-breadcrumb .home {
  background-color: #0054a6;
  width: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/home.png');
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}
.post-item-gird {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.post-item-gird .item {
  width: 33.33333333%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.post-item-gird .post-info {
  padding: 8px;
  border-radius: 5px;
}
.block-filter {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.block-filter .block-title {
  background-color: #0054a6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  background-position: left 10px top 12px;
  background-repeat: no-repeat;
  background-image: url('../images/icon/filter.png');
  line-height: 44px;
  padding-left: 45px;
}
.block-filter .block-content {
  padding: 0 10px;
}
.block-filter .filter-title {
  display: block;
  color: #0054a6;
  font-size: 19px;
  text-transform: capitalize;
  padding-top: 10px;
  margin-bottom: 12px;
}
.block-filter .filter-item {
  padding-bottom: 5px;
}
.block-filter .filter-item + .filter-item {
  border-top: 1px solid #ccc;
}
.block-filter label {
  display: block;
  padding: 0;
  font-size: 17px;
  color: #393939;
  line-height: 20px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
.block-filter label span {
  display: block;
  padding-left: 30px;
}
.block-filter label span:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.block-filter label > a {
  color: #393939;
}
.block-filter label > a span {
  padding-left: 0;
}
.block-filter label > a span:before {
  content: none;
}
.block-filter input[type="checkbox"],
.block-filter input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.block-filter input[type="checkbox"]:checked + span:before,
.block-filter input[type="radio"]:checked + span:before {
  background-image: url('../images/icon/checked.png');
}
.block-filter select {
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
}
.block-filter2 .block-title {
  color: #5b5b5b;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  background-position: left 10px top 12px;
  background-repeat: no-repeat;
  background-image: url('../images/icon/filter2.png');
  line-height: 44px;
  padding-left: 45px;
}
.block-sidebar-cat1 {
  border: 1px solid #ccc;
  margin-bottom: -1px;
  font-size: 17px;
}
.block-sidebar-cat1 .block-title {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  color: #ed1c24;
  text-align: center;
  line-height: 46px;
  padding: 0 5px;
  font-size: 22px;
}
.block-sidebar-cat1 .block-content {
  padding: 5px 15px;
}
.block-sidebar-cat1 .block-content li {
  margin-bottom: 5px;
  margin-top: 5px;
}
.block-sidebar-cat1 .block-content li.active a {
  color: #e88441;
}
.block-sidebar-cat1 a:hover {
  color: #e88441;
}
.product-item-gird {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.product-item-gird .item-product5 {
  width: 20%;
}
.toobar2 {
  background-color: #eeeeee;
  margin-bottom: 23px;
  padding: 0 15px;
}
.toobar2:before,
.toobar2:after {
  content: "";
  display: table;
}
.toobar2:after {
  clear: both;
}
.toobar2 .sortby {
  float: left;
}
.toobar2 .sortby label {
  display: block;
  line-height: 35px;
  height: 35px;
  margin: 6px 0;
  background-color: #fff;
  margin-right: 20px;
  font-size: 18px;
  color: #3e3e3e;
  position: relative;
  font-weight: normal;
  float: left;
  white-space: nowrap;
  cursor: pointer;
}
.toobar2 .sortby label span {
  display: block;
  width: 100%;
  padding: 0 12px;
}
.toobar2 .sortby input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.toobar2 .sortby input[type="radio"]:checked + span {
  background-color: #e88441;
  color: #fff;
}
.toobar2 .sortby button[type="reset"] {
  opacity: 0;
  position: absolute;
}
.toobar2 .page {
  float: right;
  margin: 6px 0;
}
.toobar2 .page a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 3px;
  float: left;
  text-align: center;
  font-size: 25px;
  color: #3e3e3e;
  background-color: #fff;
}
.toobar2 .per-page {
  float: right;
  margin: 6px 20px;
  font-size: 18px;
  line-height: 35px;
}
.toobar2 .per-page strong {
  color: #e88441;
  font-weight: normal;
}
.toobar2 .title {
  float: left;
  line-height: 35px;
  display: block;
  margin: 6px 0;
  margin-right: 20px;
  font-size: 18px;
  color: #3e3e3e;
}
.toobar2 select {
  height: 35px;
  border: none;
  float: left;
  margin: 6px 0;
  margin-right: 20px;
  width: 180px;
  padding-left: 15px;
  font-size: 18px;
  color: #3e3e3e;
  box-shadow: none;
}
.imglag {
  margin-bottom: 15px;
}
.imglag .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
}
.imglag .item .img {
  height: 0;
  padding-top: 67.73%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block !important;
}
.imglag .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.imglag .slick-arrow {
  width: 54px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  border: none;
  background-color: transparent;
  font-size: 0;
  text-decoration: -1000px;
  overflow: hidden;
  box-shadow: none;
  outline: none;
  opacity: 1;
  display: block;
  z-index: 10;
}
.imglag .slick-prev {
  left: 0;
  background-image: url('../images/icon/prev.png');
}
.imglag .slick-next {
  right: 0;
  background-image: url('../images/icon/next.png');
}
.img-thumb {
  margin: 0 -5px;
}
.img-thumb img {
  display: block;
  width: 100%;
}
.img-thumb .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
  padding: 0 5px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.img-thumb .thumb .img {
  height: 0;
  padding-top: 68%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block !important;
}
.img-thumb .thumb .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.block-product-detail {
  background-color: #fff;
  padding-bottom: 20px;
  padding: 20px 25px;
}
.block-product-detail .title {
  display: block;
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: bold;
}
.block-product-detail .price-box {
  padding-bottom: 5px;
  font-size: 26px;
  color: #707070;
}
.block-product-detail .price-box .price {
  color: #ed1c24;
  font-weight: bold;
}
.block-product-detail .date {
  color: #707070;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  font-style: italic;
  margin-bottom: 15px;
}
.block-product-detail .info {
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.block-product-detail .info p {
  margin-bottom: 12px;
}
.block-product-detail .hotline {
  font-size: 25px;
  color: #165fb8;
  padding-left: 86px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/icon/hotline.png');
  line-height: 1;
  height: 77px;
}
.block-product-detail .hotline strong {
  color: #ed1c24;
  font-size: 40px;
  display: block;
}
.block-product-detail .map,
.block-product-detail .info1,
.block-product-detail .info2 {
  padding-left: 30px;
  background-position: left top 7px;
  background-repeat: no-repeat;
}
.block-product-detail .map {
  background-image: url('../images/icon/map1.png');
}
.block-product-detail .info1 {
  background-image: url('../images/icon/info1.png');
}
.block-product-detail .info2 {
  background-image: url('../images/icon/info2.png');
}
.block-tabs-view {
  margin-bottom: 30px;
  background-color: #fff;
}
.block-tabs-view .nav {
  font-size: 25px;
  background-color: #eeeeee;
  font-weight: bold;
  border: none;
}
.block-tabs-view .nav li {
  margin-right: 20px;
}
.block-tabs-view .nav li a {
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  line-height: 54px;
  padding: 0 17px;
  text-transform: uppercase;
  position: relative;
}
.block-tabs-view .nav li.active a {
  background-color: #0054a6;
  color: #fff;
}
.block-tabs-view .nav li.active a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #0054a6 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  z-index: 10;
}
.block-tabs-view .tab-content {
  padding: 30px;
  font-size: 17px;
}
.block-product-related .block-title {
  font-size: 20px;
  color: #3e3e3e;
  background-color: #eeeeee;
  margin-bottom: 20px;
  line-height: 40px;
  padding: 3px 20px;
}
.block-product-related .block-title:before,
.block-product-related .block-title:after {
  content: "";
  display: table;
}
.block-product-related .block-title:after {
  clear: both;
}
.block-product-related .block-title a {
  color: #ed1c24;
  font-size: 18px;
  font-style: italic;
}
.block-product-related .item-product5 {
  margin-bottom: 30px;
}
.block-comment {
  margin-bottom: 30px;
}
.block-comment .block-title {
  font-size: 35px;
  color: #3e3e3e;
  background-color: #fffaf6;
  margin-bottom: 20px;
  line-height: 40px;
  padding: 13px 20px;
}
.block-comment .item-product5 {
  margin-bottom: 30px;
}
.block-detail2 {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  font-size: 25px;
}
.block-detail2 .block-title {
  font-size: 30px;
  color: #3e3e3e;
  background-color: #eeeeee;
  line-height: 40px;
  padding: 8px 20px;
}
.block-detail2 .block-content {
  padding: 30px;
}
.shop-detail {
  font-size: 20px;
  color: #6d6d6d;
  padding: 20px;
  background-color: #eeeeee;
  margin-bottom: 25px;
}
.shop-detail .title {
  color: #000;
}
.shop-detail p {
  margin-bottom: 2px;
}
.shop-detail .social img {
  margin-right: 25px;
}
.shop-detail .tag {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
.shop-detail .tag a {
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  padding: 0 7px 0 2px;
  border-radius: 3px;
  background-color: #e88441;
  margin-bottom: 15px;
  margin-right: 8px;
  position: relative;
  margin-left: 30px;
}
.shop-detail .tag a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 27px 18px 0;
  border-color: transparent #e88441 transparent transparent;
  position: absolute;
  top: 0;
  left: -26px;
  z-index: 1;
}
.shop-detail .tag a:after {
  content: "";
  width: 8px;
  height: 6px;
  background-color: #fff;
  z-index: 10;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: -15px;
}
.block-product-detail2 {
  margin-bottom: 25px;
}
.block-product-detail2 .imglag2 {
  margin-bottom: 15px;
}
.block-product-detail2 .imglag2 .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
}
.block-product-detail2 .imglag2 .item .img {
  height: 0;
  padding-top: 100%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block !important;
}
.block-product-detail2 .imglag2 .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.block-product-detail2 .img-thumb2 {
  margin: 0 -6px;
}
.block-product-detail2 .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
  padding: 0 6px;
}
.block-product-detail2 .thumb .img {
  height: 0;
  padding-top: 100%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block !important;
}
.block-product-detail2 .thumb .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.block-product-detail2 .slick-arrow {
  width: 30px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border: none;
  background-color: transparent;
  font-size: 0;
  text-decoration: -1000px;
  overflow: hidden;
  box-shadow: none;
  outline: none;
  opacity: 1;
  display: block;
  z-index: 10;
  background-size: 30px auto;
}
.block-product-detail2 .slick-prev {
  left: 6px;
  background-image: url('../images/icon/prev.png');
}
.block-product-detail2 .slick-next {
  right: 6px;
  background-image: url('../images/icon/next.png');
}
.block-product-detail2 .title {
  font-size: 35px;
  font-weight: normal;
}
.block-product-detail2 .review {
  font-size: 25px;
  color: #7c7c7c;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center ;
  align-items: center;
  margin-bottom: 15px;
}
.block-product-detail2 .review img {
  display: block;
}
.block-product-detail2 .review span {
  margin-right: 5px;
}
.block-product-detail2 .price-box {
  line-height: 1;
  margin-bottom: 20px;
}
.block-product-detail2 .price-box .old-price {
  color: #919191;
  text-decoration: line-through;
  font-size: 30px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: text-bottom;
}
.block-product-detail2 .price-box .price {
  color: #ed1c24;
  font-size: 47px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: text-bottom;
}
.block-product-detail2 .price-box .label-sale {
  line-height: 30px;
  color: #fff;
  background-color: #e88441;
  padding: 0 10px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 5px;
}
.block-product-detail2 .info {
  font-size: 20px;
}
.block-product-detail2 .info table {
  border: none;
}
.block-product-detail2 .info table tr th,
.block-product-detail2 .info table tr td {
  border: none;
  font-weight: normal;
  padding-left: 0;
}
.block-product-detail2 .info table tr th {
  width: 1%;
  min-width: 150px;
  color: #919191;
}
.block-product-detail2 .btn-buy {
  background-color: #e88441;
  height: 75px;
  color: #fff;
  padding: 0 48px;
  border: none;
  font-size: 27px;
  border-radius: 0;
  margin: 30px 0;
}
.block-product-detail2 .qty {
  line-height: 32px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  color: #919191;
  font-size: 20px;
}
.block-product-detail2 .qty .qty-title {
  min-width: 150px;
}
.block-product-detail2 .qty .box {
  position: relative;
  color: #2e2e2e;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  margin-right: 12px;
}
.block-product-detail2 .qty .box button {
  height: 30px;
  border: 1px solid #eeeeee;
  width: 30px;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  line-height: 28px;
  font-size: 25px;
  color: #6c6c6c;
}
.block-product-detail2 .qty .box input {
  height: 30px;
  border: 1px solid #eeeeee;
  width: 65px;
  box-shadow: none;
  background-color: #fff;
  outline: none;
  text-align: center;
}
.post-4column {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 -13px;
}
.post-4column .item-post {
  width: 25%;
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .post-4column .item-post {
    width: 33.33333333%;
  }
}
@media (max-width: 639px) {
  .post-4column {
    margin: 0 -5px;
  }
  .post-4column .item-post {
    width: 50%;
    padding: 0 5px;
  }
}
.banner-sidebar {
  margin-bottom: 30px;
}
.banner-sidebar img {
  display: block;
  width: 100%;
}
.sidebar-top-sale {
  border: 1px solid #eeeeee;
  margin-bottom: 45px;
}
.sidebar-top-sale .block-title {
  font-size: 22px;
  color: #838383;
  padding: 10px 15px;
  line-height: 40px;
  text-transform: capitalize;
}
.sidebar-top-sale .item-product5 {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.sidebar-top-sale .item-product5 .item-info {
  padding: 0;
  border: none;
}
.sidebar-top-sale .item-product5:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.block-flash-sale {
  padding: 25px 0 20px;
  background-color: #fff;
}
.block-flash-sale .block-title {
  display: block;
  line-height: 47px;
  padding: 0 12px;
  background-color: #ed1c24;
  margin-bottom: 25px;
  position: relative;
  color: #fff;
  font-size: 34px;
}
.block-flash-sale .block-title:before,
.block-flash-sale .block-title:after {
  content: "";
  display: table;
}
.block-flash-sale .block-title:after {
  clear: both;
}
.block-flash-sale .block-title .viewmore {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  float: right;
}
.block-flash-sale .block-title .icon {
  width: 70px;
  height: 90px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon/sale.png');
  position: absolute;
  left: -35px;
  top: -25px;
}
.block-flash-sale .owl-nav .owl-prev,
.block-flash-sale .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #e1e1e1;
}
.block-flash-sale .owl-nav .owl-prev {
  left: 1px;
  background-image: url('../images/icon/prev2.png');
}
.block-flash-sale .owl-nav .owl-next {
  right: 1px;
  background-image: url('../images/icon/next2.png');
}
.block-category1 {
  background-color: #fff;
  padding: 25px 0;
}
.block-category1 .block-title {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  line-height: 44px;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 18px;
  color: #767676;
}
.block-category1 .block-content {
  border: 1px solid #d7d7d7;
}
.block-category1 .item {
  border-right: 1px solid #d7d7d7;
}
.block-category1 .item .item-product2 + .item-product2 {
  border-top: 1px solid #d7d7d7;
}
.block-category1 .owl-nav .owl-prev,
.block-category1 .owl-nav .owl-next {
  width: 33px;
  height: 33px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.block-category1 .owl-nav .owl-prev {
  left: -15px;
  background-image: url('../images/icon/prev3.png');
}
.block-category1 .owl-nav .owl-next {
  right: -15px;
  background-image: url('../images/icon/next3.png');
}
.block-flash-hot {
  background-color: #eeeeee;
  padding-bottom: 20px;
}
.block-flash-hot .block-title {
  display: block;
  line-height: 40px;
  padding: 16px 0;
  background-image: url('../images/icon/hot.png');
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 34px;
  color: #ed1c24;
  font-weight: bold;
}
.block-flash-hot .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.block-flash-hot .owl-nav .owl-prev,
.block-flash-hot .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  margin-left: 18px;
}
.block-flash-hot .owl-nav .owl-prev {
  background-image: url('../images/icon/prev2.png');
}
.block-flash-hot .owl-nav .owl-next {
  background-image: url('../images/icon/next2.png');
}
.block-banner1 {
  background-color: #fff;
  padding: 30px 0;
}
.block-banner1 img {
  display: block;
  width: 100%;
}
.block-shop-hot {
  background-color: #e7e7e7;
  padding-bottom: 35px;
}
.block-shop-hot .block-title {
  line-height: 75px;
  padding-left: 54px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/shop1.png');
  font-size: 35px;
  color: #2c4da1;
  text-transform: uppercase;
  font-weight: bold;
}
.block-shop-hot .item-product4 {
  background-color: #fff;
  border-radius: 5px;
}
.block-shop-hot .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.block-shop-hot .owl-nav .owl-prev,
.block-shop-hot .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  margin-left: 18px;
}
.block-shop-hot .owl-nav .owl-prev {
  background-image: url('../images/icon/prev2.png');
}
.block-shop-hot .owl-nav .owl-next {
  background-image: url('../images/icon/next2.png');
}
.block-product-search {
  padding-top: 15px;
  padding-bottom: 40px;
}
.block-product-search .block-title {
  margin-bottom: 22px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 60px;
  font-size: 30px;
  color: #ed1c24;
  text-transform: uppercase;
}
.block-product-search .block-content {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.block-product-search .item-product5 {
  width: 20%;
}
.block-product-search .redmore {
  display: inline-block;
  line-height: 54px;
  border-radius: 5px;
  text-align: center;
  padding: 0 40px;
  color: #e88441;
  border: 1px solid #e88441;
  font-size: 25px;
  margin-top: 30px;
}
.block-category2 {
  background-color: #e7e7e7;
  padding: 24px 0 14px;
}
.block-category2 .block-content {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -5px;
}
.block-category2 .item {
  width: 20%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.block-category2 .item a {
  display: block;
  background-color: #fff;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  color: #767676;
  font-size: 17px;
}
.block-category2 .item .icon {
  width: 30px;
  min-width: 30px;
}
.block-top-sale {
  background-color: #e7e7e7;
  padding: 0 0 30px;
}
.block-top-sale .block-title {
  line-height: 46px;
  padding: 10px 0;
  font-size: 30px;
  color: #5f5f5f;
  text-transform: uppercase;
}
.block-top-sale .owl-nav .owl-prev,
.block-top-sale .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #e1e1e1;
}
.block-top-sale .owl-nav .owl-prev {
  left: 1px;
  background-image: url('../images/icon/prev2.png');
}
.block-top-sale .owl-nav .owl-next {
  right: 1px;
  background-image: url('../images/icon/next2.png');
}
.block-lienhe {
  padding: 40px;
  background-color: #fff;
  color: #686868;
  font-size: 23px;
  margin-bottom: 50px;
  box-shadow: rgba(129, 129, 129, 0.75) 4px 3px 5px 0px;
}
.block-lienhe h3 {
  color: #1f2c5b;
  font-size: 46px;
}
.block-lienhe h3.title {
  text-align: center;
  display: block;
  color: #c2582e;
  font-size: 80px;
  margin-bottom: 30px;
}
.block-about {
  padding: 40px;
  background-color: #fff;
  color: #686868;
  font-size: 23px;
  margin-bottom: 50px;
  box-shadow: rgba(129, 129, 129, 0.75) 4px 3px 5px 0px;
}
.block-about h3 {
  color: #ed1c24;
  font-size: 23px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
.block-about h3.title {
  text-align: center;
  display: block;
  color: #c2582e;
  font-size: 60px;
  margin-bottom: 30px;
}
.owl-carousel .owl-item img {
  width: 100%;
}
.post-item-gird.owl-carousel {
  margin-bottom: 30px;
}
.post-item-gird.owl-carousel .item {
  margin-bottom: 0;
}
.post-item-gird.owl-carousel .owl-nav .owl-prev,
.post-item-gird.owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #e1e1e1;
}
.post-item-gird.owl-carousel .owl-nav .owl-prev {
  left: 1px;
  background-image: url('../images/icon/prev2.png');
}
.post-item-gird.owl-carousel .owl-nav .owl-next {
  right: 1px;
  background-image: url('../images/icon/next2.png');
}
.block-dangtin {
  margin-bottom: 30px;
  background-color: #fff;
}
.block-dangtin .block-content {
  padding: 20px 50px;
}
.block-dangtin .form-control {
  height: 50px;
  border: 1px solid #999999;
  padding-left: 22px;
  box-shadow: none;
}
.block-dangtin .form-group {
  margin-bottom: 22px;
}
.block-dangtin textarea,
.block-dangtin textarea.form-control {
  height: 400px;
}
.block-dangtin label {
  padding: 13px 0;
  line-height: 24px;
  font-weight: normal;
  font-size: 17px;
  margin: 0;
}
.block-slide-top {
  position: relative;
  margin-bottom: 30px;
}
.block-slide-top .owl-item img {
  width: 100%;
}
.block-slide-top .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 25px;
  z-index: 10;
}
.block-slide-top .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background-color: #b6b5b1;
  border: 2px solid #b6b5b1;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0 0 8px;
}
.block-slide-top .owl-dots .owl-dot.active {
  background-color: #be5327;
}
._style2.block-slide-top .owl-dots .owl-dot.active {
  background-color: #0054a6;
}
.block-product-home {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
  width: 100%;
}
.block-product-home .block-title {
  border-bottom: 1px solid #b7b7b7;
  padding: 13px 0;
  height: 100px;
}
.block-product-home .block-title img {
  max-height: 100%;
}
.block-product-home .block-content {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.block-product-home .item {
  width: 50%;
}
.column-home .row {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.column-home .row:before,
.column-home .row:after {
  content: none;
}
.column-home .row .col-md-6,
.column-home .row .col-sm-6,
.column-home .row .col-lg-6 {
  display: -webkit-flex;
  display: flex;
}
.block-product-home1 .block-content {
  margin: 0 -8px;
}
.block-product-home1 .item {
  padding: 15px 8px 0px;
  position: relative;
}
.block-product-home1 .item .post-info {
  border-width: 0 0 1px;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 5px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.block-product-home1 .item:hover .post-info {
  background-color: #ebebeb;
}
.block-product-home1 .item:nth-child(2n+1):before {
  content: "";
  width: 1px;
  background-color: #b7b7b7;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  z-index: 2;
}
.block-product-home1 .item:nth-child(2n+1):after {
  content: "";
  width: 17px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  right: -8px;
  display: block;
  z-index: 1;
}
.block-product-home1 .post-item .map {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-product-home1 .post-item .title {
  overflow: hidden;
  height: 33px;
}
.block-product-home2 .block-content {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.block-product-home2 .item {
  padding: 0 10px;
  margin-top: 20px;
  width: 25%;
}
.block-product-home2 .item img {
  max-height: 100%;
}
.block-product-home2 .item .info {
  background-color: #fed8ae;
  padding: 5px;
  display: block;
  height: 135px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-product-home2 .item:hover .info {
  background-color: #d82018;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-product-home3 .post-item2 {
  width: 50%;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  border-right: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-product-home3 .post-item2:nth-child(2n) {
  border-right: none;
  padding-right: 0;
  padding-left: 14px;
}
.block-product-home3 .post-item2:hover {
  background-color: #ebebeb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-product-home3 .post-info {
  font-size: 15px;
  color: #4f4f4f;
  height: 252px;
  overflow: hidden;
  line-height: 22px;
}
.block-product-home3 .post-info:before,
.block-product-home3 .post-info:after {
  content: "";
  display: table;
}
.block-product-home3 .post-info:after {
  clear: both;
}
.block-product-home3 .title {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.block-product-home3 .photo {
  float: left;
  width: 110px;
  margin-right: 10px;
}
.block-product-home3 .photo img {
  display: block;
  width: 100%;
}
.block-product-home3._style2 .post-info {
  height: 162px;
}
.block-product-home3._style2 .detail {
  overflow: hidden;
}
.block-product-home3._style2 .detail p {
  margin-bottom: 0;
}
.block-product-home5 .block-content {
  margin: 0 -4px;
}
.block-product-home5 .block-content .item-info {
  padding: 5px;
}
.block-product-home5 .item-product6 {
  width: 25%;
  padding: 0 4px;
  margin-top: 25px;
}
.block-product-home5 .item-product6 .name {
  font-size: 12px;
}
.block-product-home5 .item-product6 .price {
  font-size: 16px;
  margin-right: 3px;
}
.block-product-home5 .item-product6 .old-price {
  font-size: 13px;
}
.block-product-home5 .item-product6 .ship {
  width: 20px;
}
.block-product-home5 .item-product6 .price-box {
  padding-right: 20px;
}
.block-product-home4 .item {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 17px;
  position: relative;
  padding-left: 42px;
  height: 42px;
  overflow: hidden;
}
.block-product-home4 .item .date {
  width: 32px;
  height: 32px;
  background-color: #c52227;
  color: #fff;
  text-align: center;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 3px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center ;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}
.block-product-home4 .item:hover a {
  color: #c2592e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .toobar-top .link-breadcrumb {
    font-size: 16px;
  }
  .toobar-top .link a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main-container .sidebar {
    width: 100%;
    padding: 0 !important;
  }
  .main-container .sidebar .banner-sidebar {
    display: none;
  }
  .main-container .main-content {
    width: 100%;
    padding: 0 !important;
  }
  .block-product-detail .title {
    margin-top: 20px;
  }
  .block-category2 .item {
    width: 25%;
  }
  .block-lienhe,
  .block-about {
    font-size: 16px;
  }
  .block-lienhe h3,
  .block-about h3 {
    font-size: 30px;
  }
  .block-lienhe h3.title,
  .block-about h3.title {
    font-size: 40px;
  }
  .header-content .block-search {
    min-width: 200px;
  }
  .block-dangtin label {
    font-size: 14px;
  }
  .block-dangtin .block-content {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .toobar-top {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .post-item-gird .item {
    width: 50%;
  }
  .block-product-search .item-product5 {
    width: 50%;
  }
  .block-category2 .item {
    width: 33.33333333%;
  }
  .product-item-gird .item-product5 {
    width: 33.33333333%;
  }
  .item-product3 {
    margin-bottom: 5px;
  }
  .item-product3 .photo {
    width: 45px;
  }
  .item-product3 .detail {
    width: calc(100% -  45px);
    width: -moz-calc(100% -  45px);
    width: -webkit-calc(100% -  45px);
    width: -o-calc(100% -  45px);
  }
  .item-product3 .name {
    font-size: 10px;
  }
  .item-product3 .price {
    font-size: 10px;
  }
  .item-product3 .old-price {
    font-size: 9px;
  }
  .item-product3 .label-sale {
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
  }
  .block-sidebar-cat1 {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 0 10px 5px;
    margin: 0;
  }
  .block-sidebar-cat1 .block-title {
    border: none;
    text-align: left;
    font-size: 15px;
    color: #5b5b5b;
    line-height: 30px;
    padding: 0;
  }
  .block-sidebar-cat1 .block-content {
    padding: 0;
  }
  .block-sidebar-cat1 ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .block-sidebar-cat1 ul li {
    width: 48%;
  }
  .block-filter {
    border: none;
    margin: 0;
  }
  .block-filter .block-title {
    display: none;
  }
  .block-filter .block-content {
    padding: 0;
  }
  .block-filter .filter-item {
    padding: 0 10px 5px;
    border-bottom: 1px solid #ccc;
    border-top: none !important;
  }
  .block-filter .filter-title {
    font-size: 15px;
    color: #5b5b5b;
    line-height: 30px;
  }
  .block-filter .filter-content {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .block-filter select {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .block-filter label {
    width: 48%;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 14px;
  }
  .block-filter input[type="checkbox"] + span,
  .block-filter input[type="radio"] + span {
    padding-left: 19px;
  }
  .block-filter input[type="checkbox"] + span:before,
  .block-filter input[type="radio"] + span:before {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    top: -1px;
    background-size: 10px;
  }
  .actions-filter {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
  }
  .actions-filter a,
  .actions-filter button {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #e88441;
    border-radius: 3px;
    text-align: center;
    color: #e88441;
    background-color: #fff;
  }
  .actions-filter .btn-app {
    color: #fff;
    background-color: #e88441;
  }
  .block-dangtin .block-content {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .toobar-top {
    padding-top: 5px;
  }
  .toobar-top .link-breadcrumb {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    padding: 0px;
    padding-left: 35px;
    min-height: 30px;
    -webkit-align-items: center ;
    align-items: center;
  }
  .toobar-top .link-breadcrumb .home {
    height: 30px;
    width: 30px;
    background-size: 17px auto;
    left: 5px;
  }
  .toobar-top .link a {
    line-height: 30px;
  }
  .block-slide-top {
    margin-bottom: 10px;
  }
  .block-filter .block-title {
    font-size: 16px;
  }
  .block-product-home5 .item-product6,
  .block-product-home2 .item {
    width: 33.33333333%;
  }
  .imglag .slick-arrow {
    display: none !important;
  }
  .block-tabs-view .nav {
    font-size: 17px;
  }
  .block-product-detail .title {
    font-size: 16px;
  }
  .block-product-detail .price-box {
    font-size: 13px;
  }
  .block-product-detail .date,
  .block-product-detail .info {
    font-size: 13px;
  }
  .block-product-detail .hotline {
    font-size: 14px;
  }
  .block-product-detail .hotline strong {
    font-size: 21px;
  }
  .block-tabs-view .tab-content,
  .breadcrumb,
  .footer-top,
  .footer-bottom,
  .item-product2 .name {
    font-size: 14px;
  }
  .footer-top h3 {
    font-size: 16px;
  }
  .block-category2 {
    padding-top: 12px;
    padding-bottom: 7px;
  }
  .block-category2 .container {
    padding: 0 5px;
  }
  .block-category2 .item {
    margin-bottom: 5px;
  }
  .block-category2 .item .icon {
    height: 15px;
    width: 18px;
    min-width: 18px;
  }
  .block-category2 .item .icon img {
    max-height: 100%;
  }
  .block-category2 .item a {
    font-size: 8px;
    padding: 5px;
  }
  .pagination {
    font-size: 13px;
  }
  .pagination li a {
    min-width: 30px;
    line-height: 30px;
  }
  .block-product-detail2 .title {
    font-size: 20px;
  }
  .block-product-detail2 .review {
    font-size: 12px;
  }
  .block-product-detail2 .price-box .old-price {
    font-size: 14px;
  }
  .block-product-detail2 .price-box .price {
    font-size: 20px;
  }
  .block-product-detail2 .price-box .label-sale {
    margin-bottom: 0;
  }
  .block-product-detail2 .info {
    font-size: 14px;
  }
  .block-product-detail2 .qty {
    font-size: 14px;
  }
  .block-detail2 {
    font-size: 14px;
  }
  .block-product-related .block-title {
    font-size: 16px;
  }
  .footer-bottom .title {
    font-size: 16px ;
    color: #000000;
  }
  .block-slide-top .owl-dots {
    bottom: 8px;
    right: 8px;
  }
  .block-slide-top .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  .block-flash-sale {
    padding: 0 ;
    background-color: #fff;
    margin: 0 -1px;
  }
  .block-flash-sale .block-title {
    margin: 0 0 10px;
    color: #fff;
    line-height: 27px;
  }
  .block-flash-sale .block-title .icon {
    display: none;
  }
  .block-flash-sale .block-title strong {
    display: block;
    text-transform: uppercase;
  }
  .block-flash-sale .block-title .viewmore {
    display: none;
  }
  .block-flash-sale .container {
    padding: 0;
  }
  .item-product1 .name {
    font-size: 10px;
    line-height: 14px;
  }
  .item-product1 .price-box {
    font-size: 14px;
  }
  .block-category1 {
    padding: 13px 0;
    margin: 0 -1px;
  }
  .block-category1 .container {
    padding: 0;
  }
  .block-category1 .owl-nav .owl-prev {
    left: 0;
  }
  .block-category1 .owl-nav .owl-next {
    right: 0;
  }
  .block-category1 .block-title {
    display: none;
  }
  .item-product2 .name {
    font-size: 10px;
    height: 34px;
    line-height: 14px;
    padding-top: 5px;
  }
  .block-flash-hot {
    background-color: #e7e7e7;
    padding: 0 0 5px;
  }
  .block-flash-hot .block-title {
    font-size: 11px;
    line-height: 23px;
    padding: 0;
    background-size: auto 20px;
  }
  .block-flash-hot .owl-nav {
    top: -20px;
  }
  .block-flash-hot .container {
    padding: 0 5px;
  }
  .block-flash-hot .owl-nav .owl-prev,
  .block-flash-hot .owl-nav .owl-next {
    width: 14px;
    height: 14px;
    background-size: 6px auto;
    margin-left: 7px;
  }
  .item-product3 .detail {
    padding-left: 5px;
  }
  .item-product3 .label-sale {
    bottom: 12px;
    padding: 0 3px;
    font-size: 8px;
  }
  .block-banner1 {
    padding: 10px 0;
  }
  .block-banner1 .container {
    padding: 0;
  }
  .block-shop-hot {
    padding-bottom: 12px;
  }
  .block-shop-hot .container {
    padding: 0 5px;
  }
  .block-shop-hot .block-title {
    background-size: auto 15px;
    padding-left: 25px;
    line-height: 30px;
    font-size: 14px;
  }
  .block-product-search {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .block-product-search .block-title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 40px;
    padding: 0 5px;
  }
  .block-product-search .container {
    padding: 0;
  }
  .block-product-search .item-product5 {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .block-product-search .block-content {
    margin: 0 -6px;
  }
  .block-product-search .redmore {
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 10px;
  }
  .item-product5 .item-info {
    padding: 5px;
  }
  .item-product5 .name {
    font-size: 12px;
  }
  .item-product5 .price {
    font-size: 14px;
    margin-right: 14px;
  }
  .item-product5 .old-price {
    font-size: 11px;
  }
  .item-product5 .review .star {
    width: 70px;
  }
  .item-product5 .view {
    font-size: 11px;
    background-size: 12px auto;
  }
  .item-product5 .bottom {
    font-size: 10px;
    padding: 5px;
    margin: 0 -5px;
  }
  .item-product5 .bottom .title {
    font-size: 10px;
    line-height: 14px;
    padding: 0 6px;
    margin-right: 5px;
  }
  .block-dangtin label {
    padding: 0;
  }
  .block-dangtin .form-control {
    height: 42px;
  }
  .block-dangtin textarea,
  .block-dangtin textarea.form-control {
    height: 200px;
  }
  .heading1 {
    font-size: 18px;
    padding: 5px 15px;
  }
}
@media (max-width: 639px) {
  .post-item-gird .item {
    width: 100%;
  }
  .block-product-home3 .post-item2 {
    width: 100%;
    border-right: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toobar .link a.active {
    background-image: none;
  }
  .toobar .link a {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
  }
  .block-product-home1 .item {
    width: 100%;
  }
  .block-product-home1 .item:before {
    content: none !important;
  }
  .block-product-home5 .item-product6,
  .block-product-home2 .item {
    width: 50%;
  }
  .block-flash-hot .block-title,
  .block-shop-hot .block-title,
  .block-top-sale .block-title,
  .block-detail2 .block-title {
    font-size: 11px;
  }
  .block-shop-hot .owl-nav {
    display: none;
  }
  .block-product-search .redmore {
    font-size: 14px;
  }
  .product-item-gird .item-product5 {
    width: 50%;
  }
  .block-product-detail2 .btn-buy {
    width: 100%;
    display: block;
    height: 60px;
  }
  .shop-detail .tag a {
    font-size: 11px;
    line-height: 24px;
    margin-left: 8px;
  }
  .shop-detail .tag a:before {
    border-width: 12px 12px 12px 0;
    left: -10px;
  }
  .shop-detail .tag a:after {
    content: none;
  }
  .shop-detail {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .product-item-gird .item-product5 {
    width: 100%;
  }
  .footer-top {
    font-size: 13px;
  }
  .footer-top h3 {
    font-size: 14px;
    min-height: 34px;
    margin-bottom: 0;
  }
  .footer-top li {
    margin-bottom: 5px;
  }
  .footer-bottom br {
    display: none;
  }
  .footer-bottom .title {
    font-size: 14px ;
  }
}
.post-item-gird.owl-carousel {
  margin-right: 0;
  margin-left: 0;
}
.post-item-gird.owl-carousel .item {
  width: 100% !important;
  padding: 3px 0 0  !important;
}
@media (max-width: 1199px) {
  .block-product-home .block-title {
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .header-top .logo-top-mobile img {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .column-home .row .col-md-6,
  .column-home .row .col-sm-6,
  .column-home .row .col-lg-6 {
    display: block;
  }
  .block-product-home {
    border-radius: 0;
    margin-right: -5px;
    margin-left: -5px;
    padding: 10px 5px;
    width: auto;
    margin-bottom: 10px;
  }
  .block-product-home2 .item {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .block-product-home2 .block-content {
    margin-right: -5px;
    margin-left: -5px;
  }
  .block-product-home3 .title {
    font-size: 15px;
  }
  .block-product-home4 .item {
    font-size: 14px;
    margin-top: 10px;
    height: auto;
  }
  .block-product-home5 .item-product6 {
    margin-top: 10px;
  }
  .block-product-home5 .item-product6 .old-price {
    font-size: 12px;
  }
  .block-product-home5 .item-product6 .name {
    margin-bottom: 0;
  }
  .block-product-home5 .item-product6 .price {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-top {
    padding-bottom: 10px;
  }
  .block-product-home3 .post-info {
    font-size: 13px;
  }
  .post-item .info {
    font-size: 13px;
  }
  .post-item-gird .item {
    margin-bottom: 5px;
  }
  .toobar {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .toobar .link a {
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
  }
  .block-product-detail .hotline {
    background-size: 37px auto;
    height: auto;
    min-height: 50px;
    padding-left: 55px;
  }
  .block-product-detail {
    padding: 10px;
  }
  .imglag {
    margin-bottom: 5px;
  }
  .img-thumb {
    margin: 0 -3px;
  }
  .img-thumb .thumb {
    padding: 0 3px;
  }
  .block-product-detail .title {
    margin-top: 10px;
  }
  .block-tabs-view {
    margin-bottom: 10px;
  }
  .block-banner1 {
    padding: 5px 0;
  }
  .block-banner1 .container {
    padding: 0 5px;
  }
  .block-banner1 .container img {
    display: block;
    margin: 5px 0;
  }
  .block-top-sale {
    padding-bottom: 10px;
  }
  .block-top-sale .block-title {
    font-size: 15px;
    line-height: 24px;
  }
  .product-item-gird {
    margin: 0 -11px;
  }
  .product-item-gird .item-product5 {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .toobar2 {
    padding: 5px;
    margin: 0 -5px 5px;
  }
  .toobar2 .title {
    font-size: 13px;
    line-height: 24px;
    margin-right: 5px;
    display: none;
  }
  .toobar2 .sortby {
    float: none;
  }
  .toobar2 .sortby label {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin-right: 5px;
  }
  .toobar2 .sortby label span {
    padding: 0 5px;
  }
  .toobar2 select {
    height: 24px;
    margin-right: 5px;
    font-size: 13px;
    padding-left: 5px;
  }
  .toobar2 .per-page {
    font-size: 13px;
    line-height: 24px;
    margin: 6px 5px;
  }
  .toobar2 .page a {
    height: 24px;
    line-height: 24px;
    width: 24px;
    font-size: 14px;
  }
  .item-product6 .name {
    font-size: 12px;
    text-transform: none;
    margin-bottom: 0;
  }
  .item-product6 .price {
    font-size: 13px;
  }
  .item-product6 .old-price {
    font-size: 11px;
  }
  .item-product6 .price-box {
    padding: 0;
  }
  .item-product6 .ship {
    display: none;
  }
  .block-lienhe h3.title,
  .block-about h3.title {
    font-size: 24px;
  }
  .block-lienhe,
  .block-about {
    padding: 10px;
  }
  .block-lienhe h3,
  .block-about h3 {
    font-size: 18px;
  }
  .block-lienhe,
  .block-about {
    font-size: 14px;
  }
  .block-flash-sale .block-title {
    font-size: 15px;
  }
}
@media (max-width: 639px) {
  .block-product-home1 .item:last-child .post-info {
    border-bottom: none;
  }
  .block-product-home1 .item .title {
    height: auto;
    overflow: visible;
  }
  .block-product-home3 .photo {
    width: 70px;
  }
  .block-tabs-view .nav li {
    margin: 0;
  }
  .block-tabs-view .nav li a {
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
  }
  .block-tabs-view .nav li a img {
    display: none;
  }
  .block-tabs-view .tab-content {
    padding: 10px;
  }
  .product-item-gird .item-product5 {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .post-item .date {
    font-size: 11px;
  }
  .post-item .info {
    font-size: 12px;
  }
  .post-item-gird.owl-carousel {
    margin-bottom: 10px;
  }
  .post-item-gird.owl-carousel .post-item .photo {
    width: 100%;
  }
  .post-item-gird.owl-carousel .post-item .detail {
    width: 100%;
    padding: 0;
  }
  .post-item-gird.owl-carousel .post-item .info1,
  .post-item-gird.owl-carousel .post-item .info2 {
    width: 100%;
    margin-bottom: 5px;
  }
  .post-item-gird.owl-carousel .post-item .map {
    margin-bottom: 5px;
  }
  .block-product-home1 .post-item .photo img {
    max-height: none;
  }
}
.hotlinne-fix {
  display: none;
}
@media (max-width: 767px) {
  .back-to-top {
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  .hotlinne-fix {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 200;
  }
  .hotlinne-fix a {
    margin-right: 5px;
  }
  .hotlinne-fix img {
    height: 40px;
  }
}
.block-product-home {
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-product-home:hover {
  border-color: #c2592e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .item-product4 .photo {
    width: 40px;
  }
  .item-product4 .detail {
    padding-left: 5px;
    width: calc(100% -  40px);
    width: -moz-calc(100% -  40px);
    width: -webkit-calc(100% -  40px);
    width: -o-calc(100% -  40px);
  }
  .item-product4 .title {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .item-product4 .item-top {
    font-size: 11px;
  }
}
.owl-carousel .owl-item .item-product6 .photo a img,
.owl-carousel .owl-item .item-product4 .photo a img {
  width: auto;
}
