/* global 3rd libs */
@import url("https://cdn.jsdelivr.net/npm/normalize.css@8.0.1");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.css");
@import url("owl.carousel.min.css");
@import url("owl.carousel.default.css");
a,
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  }
.ul,
.format {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 18px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-25 {
  font-size: 25px;
}

.text-30 {
  font-size: 30px;
}

.color-white {
  color: #fff;
}

.redText {
  color: #ff0000;
}

.yellowText {
  color: #e8e00a !important;
}
.whitetext {
    color: #fff !important;
    font-size: 13px;
}
.transition {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.line-h19 {
  line-height: 19px;
}

.line-h22 {
  line-height: 22px;
}

.line-h25 {
  line-height: 25px;
}

.line-h30 {
  line-height: 30px;
}

.shadow-5 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.shadow-10 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.color-white {
  color: #fff;
}
.space5px {
    padding: 5px 0;
}
.cl {clear: both;}
.txt_d {
    text-decoration: line-through;
}
.space10px {
    padding: 10px 0;
}
  .space20 {
    padding: 10px 0;
}
  .space50 {padding : 25px 0 ; }
  .space70 {
    padding: 35px 0;
}
*.txt_blue {
    color: #124f95;
}
*.txt_999 {
    color: #999;
}
  .bold { font-weight : 600}
  .border-line {
    background-color: #b7b7b7;
    width: 100%;
    clear: both;
    height: 2px;
}
.clearfix:before, .kaishi-menu .kaishi-menu-center .search form:before,
.clearfix:after,
.kaishi-menu .kaishi-menu-center .search form:after,
{
  content: " ";
  display: table;
}

/*.clearfix:before, .kaishi-menu .kaishi-menu-center .search form:before,
.clearfix:after,
.kaishi-menu .kaishi-menu-center .search form:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}*/



.clearfix:after,
.kaishi-menu .kaishi-menu-center .search form:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

body {
  margin: 0 auto;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L",
 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #5c5c5c;
}

a:focus,
a:hover {
  color: #e72e40;
}

.text-underline {
  text-decoration: underline;
}

.container {
  max-width: 1230px;
}

.kaishi-menu {
	background-color: #ed1f24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: space-between;
}

.kaishi-menu .kaishi-menu-left {
        width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.kaishi-menu .kaishi-menu-center {
    
    height: 34px;
    margin: 8px auto;
    max-width: 600px;
    z-index: 3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    flex-grow: 1;
}

@media (max-width: 480px) {
  .kaishi-menu .kaishi-menu-left {
 	width: 96px;
  }
  .kaishi-menu{
      flex-wrap: wrap;
  }
  .kaishi-menu .kaishi-menu-left {
      width: 96px;
  }
  .kaishi-menu .kaishi-menu-center{
      width: calc(100% - 96px - 96px - 10px);
  }
  .kaishi-menu-right {
      width: 96px;
  }
}

@media (max-width: 420px) {
  .kaishi-menu .kaishi-menu-center {
   
  }
}

.kaishi-menu .kaishi-menu-center .search form {
  background-color: #fff;
  height: 100%;
  border-radius: 3px;
}

.kaishi-menu .kaishi-menu-center .search .main-search {
  height: 34px;
  position: relative;
  max-width: 600px;
  margin: auto;
}

.kaishi-menu .kaishi-menu-center .search .drop-search {
  float: left;
  width: 30px;
}

.kaishi-menu .kaishi-menu-center .search .drop-search .btn-drop {
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
}

.kaishi-menu .kaishi-menu-center .search .drop-search ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 11;
  width: 200px;
  padding: 10px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 0 6px 0 #c3c3c3;
          box-shadow: 0 0 6px 0 #c3c3c3;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, 0.18, 0.17, 1);
  transition: 0.4s cubic-bezier(0.68, 0.18, 0.17, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  list-style: none;
}

.kaishi-menu .kaishi-menu-center .search .drop-search ul li {
  margin: 5px 0px;
}

.kaishi-menu .kaishi-menu-center .search .drop-search ul a {
  display: block;
  color: #333333;
}

.kaishi-menu .kaishi-menu-center .search .drop-search ul a.checked { color : #ed1f24}
.kaishi-menu .kaishi-menu-center .search .drop-search ul a:hover {
  color: #ed1c24;
}

.kaishi-menu .kaishi-menu-center .search .drop-search:hover ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.kaishi-menu .kaishi-menu-center .search .form-search {
    float: right;
    width: calc(100% - 30px);
    max-width: 800px;
    position: relative;
}

.kaishi-menu .kaishi-menu-center .search .form-search input {
  width: 100%;
  border: none;
  background-color: transparent;
  line-height: 34px;
  padding-right: 50px;
  height: 34px;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}

.kaishi-menu .kaishi-menu-center .search .form-search .search-btn {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 40px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-size: 16px;
  color: #111;
}

.kaishi-menu .kaishi-menu-center .search .main-result {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
  width: 100%;
  padding: 15px 10px;
  display: none;
}

.kaishi-menu .kaishi-menu-center .search .main-result::before {
  content: "";
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.kaishi-menu .kaishi-menu-center .search .main-result > div {
  width: 25%;
}

.kaishi-menu .kaishi-menu-center .search .main-result > div ul {
  max-height: 220px;
  overflow-y: scroll;
  list-style: none;
  padding-left: 0;
}

.kaishi-menu .kaishi-menu-center .search .main-result > div ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.kaishi-menu .kaishi-menu-center .search .main-result > div ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ed1c24;
}

.kaishi-menu .kaishi-menu-center .search .main-result .result-title {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 0px 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro ul,
.kaishi-menu .kaishi-menu-center .search .main-result .col-key ul {
  border-right: 1px solid #cccccc;
  margin-right: 10px;
  list-style: none;
  padding-left: 0;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro a,
.kaishi-menu .kaishi-menu-center .search .main-result .col-key a {
  color: #333333;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro a:hover,
.kaishi-menu .kaishi-menu-center .search .main-result .col-key a:hover {
  color: #ed1c24;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-brand a {
  color: #333333;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-brand a:hover {
  color: #ed1c24;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro {
  width: 100%;
  padding-left: 10px;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro .item-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 5px;
  margin-right: 10px;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro .item-search .p-img {
  padding: 0 10px;
  max-width: 70px;
  display: inline-block;
  width: 100%;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro .item-search img {
  max-width: 100%;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-pro .item-search .p-name {
  font-size: 13px;
}

.kaishi-menu .kaishi-menu-center .search .main-result .col-blog {
  width: 20%;
}

@media (max-width: 992px) {
  .kaishi-menu .kaishi-menu-center .search .main-result {
    width: 100%;
    padding: 10px 0;
    z-index: 111;
  }
  .kaishi-menu .kaishi-menu-center .search .main-result .col-pro {
    width: 50%;
  }
  .kaishi-menu .kaishi-menu-center .search .main-result .col-blog {
    width: 50%;
  }
  .kaishi-menu .kaishi-menu-center .search .main-result::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .kaishi-menu .kaishi-menu-center .search .main-result .col-blog {
    display: none;
  }
  .kaishi-menu .kaishi-menu-center .search .main-result .col-pro {
    width: 100%;
  }
}

.kaishi-menu-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kaishi-menu-right .kaishi-top-hotline {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 10px;
  	width: 130px;
}
.kaishi-menu-right .kaishi-top-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kaishi-menu-right .kaishi-top-icon i {
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 15px;
}
@media (max-width: 480px)   {
  
    .kaishi-logo img {
        width: 60px !important;
    }
    .kaishi-menu-right .kaishi-top-icon i {
        font-size: 15px;
        margin: 0px 6px;
    }
  .kaishi-menu-right { width: auto;}
  
}
  @media ( max-width: 400px) {
  .kaishi-menu-right .kaishi-top-hotline {    width: auto;
    font-size: 10px;
    margin: 0 5px;}
  }
.kaishi-menu-right .kaishi-top-icon i.rotate {
    transform: rotate(-45deg);
}
  
.custom-slider-style .owl-theme .owl-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0 !important;
  padding: 0 16px 0 25px;
  background-color: #ed1f24;
  border-radius: 15px;
  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;
  height: 25px;
}

.custom-slider-style .owl-theme .owl-dots span {
  margin: 0 5px;
  width: 5px;
  height: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
}

.custom-slider-style .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.custom-slider-style .owl-theme .owl-dots .owl-dot.active span {
  width: 7px;
  height: 7px;
  background: #fff;
}

.custom-slider-style .controls {
  position: absolute;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 12px;
  z-index: 9;
  background-color: #ed1f24;
  padding: 0 10px 0 16px;
  border-radius: 15px;
  height: 25px;
}

.custom-slider-style .controls span {
  display: none;
  line-height: 23px;
}

.custom-slider-style .controls span i {
  color: #fff;
  font-size: 10px;
}

.custom-slider-style .controls span.action {
  display: block;
}

#main-menu {
  position: fixed;
  top: 0;
  left: -305px;
  width: 305px;
  background: #fff;
  z-index: 9999;
  height: 100vh;
  overflow: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-menu.active {
  left: 0;
}

#main-menu .top-main-menu {
  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;
  height: 40px;
  padding: 0;
  background: #333;
  position: relative;
}

#main-menu .top-main-menu i {
  min-width: 30px;
  font-size: 25px;
  color: #fff;
}

#main-menu .top-main-menu .text {
  padding: 0 20px;
  background: #fff;
  height: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
}

#main-menu .menu-list i {
  font-size: 18px;
  color: #888888;
}

#main-menu .menu-list .item > a {
  height: 50px;
  margin: 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-menu .menu-list .item .icon {
  min-width: 34px;
}

#main-menu .menu-list .item .sub-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 255px;
  margin-bottom: 0;
  height: calc(100vh - 40px);
  max-width: 670px;
  min-width: 370px;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  top: 40px;
  background-color: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  padding: 15px;
  font-size: 14px;
}

#main-menu .menu-list .item .sub-menu.show {
  left: 305px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}

#main-menu .menu-list .item .sub-menu .sub-menu-name h3 {
  font-size: 20px;
  margin: 0;
}

#main-menu .menu-list .item.active .sub-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  left: 0;
  min-width: 305px;
  opacity: 1;
  visibility: visible;
}

#main-menu .menu-list .item.active .sub-menu .sub-menu-item {
  width: 100%;
}

#main-menu .menu-list .sub-menu .sub-menu-item {
  padding: 10px 0px;
  width: 33.3333333%;
  float: left;
}

#main-menu .menu-list .sub-menu .sub-menu-item i {
  padding-right: 10px;
}

#main-menu .menu-list .sub-menu .sub-menu-item .drop-icon {
  position: absolute;
  border: solid #888888;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  top: 50%;
  right: 10px;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#main-menu .menu-list .sub-menu .sub-menu-item .sub-menu-title.active .drop-icon {
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}

#main-menu .menu-list .sub-menu .sub-menu-item .sub2 {
  display: block;
  padding: 5px 0px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  display: none;
}

.overlay.active {
  display: block;
}

.border-right {
  border-right: 2px solid #d5d5d5;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.service-item.col-style {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.service-item.row-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-item .service-icon img {
  max-width: 50px;
}

.service-item .service-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 2px solid #e72e40;
  padding-left: 15px;
}

.service-item img {
  max-width: 100%;
}

.service-item .service-icon {
  border-bottom: 2px solid #e72e40;
  padding: 5px;
  margin-bottom: 10px;
}

.service-item .service-image,
.service-item .service-info {
  width: 50%;
}

.service-item .service-info h2 {
  margin: 0;
}

.service-item .viewmore {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .service-item .service-image {
    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;
  }
}

.homepage-category .homepage-category-title {
  letter-spacing: 2px;
  color: #5c5c5c;
}

.homepage-category .homepage-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  justify-content: center;
}

.homepage-category .homepage-category-list .category-item {
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: relative;
}

.homepage-category .homepage-category-list .category-item .category-url {
  z-index: 1 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.homepage-category .homepage-category-list .category-image {
  padding-bottom: 180px;
  position: relative;
}

.homepage-category .homepage-category-list .category-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
      max-height: 180px;
}

.homepage-category .homepage-category-list .category-name {
  margin: 0;
  color: #000;
  padding-top: 15px;
}

.homepage-featuredCate {
  padding: 25px 0;
}

.homepage-featuredCate .featuredCate-name {
  text-align: center;
  letter-spacing: 2px;
}

.homepage-featuredCate .featuredCate-name .title {
  position: relative;
}

.homepage-featuredCate .featuredCate-name .title h2 {
  font-size: 27px;
  display: inline-block;
  margin: 0;
  line-height: 35px;
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
  font-weight: 600;
}

.homepage-featuredCate .featuredCate-name .title h2::after {
  content: "";
  border: 2px solid #333;
  position: absolute;
  right: -2px;
  top: 0;
  height: 100%;
}

.homepage-featuredCate .featuredCate-name .title > span {
  font-size: 27px;
  font-weight: 600;
}

.homepage-featuredCate .featuredCate-name .title .viewmore {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.homepage-featuredCate .featuredCate-name .featuredCate-text {
  font-size: 15px;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 10px 0;
}

.homepage-featuredCate .featuredCate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
}

.homepage-featuredCate .featuredCate-content .featuredCate-banner,
.homepage-featuredCate .featuredCate-content .featuredCate-product {
  width: 50%;
}

.homepage-featuredCate .featuredCate-content .featuredCate-banner img {
  height: 100%;
  width: 100%;
}

.homepage-featuredCate .featuredCate-content .featuredCate-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepage-featuredCate .featuredCate-content .featuredCate-product .p-container {
  width: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px;
}

.p-container .p-image {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.p-container .p-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.p-container .p-image .p-outstock img {
      max-width: 60%;
}

.p-container .p-image .p-action {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #333;
  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;
  width: 50%;
  border-radius: 50px;
  -webkit-box-shadow: 2px 4px 10px 3px #655e5e;
          box-shadow: 2px 4px 10px 3px #655e5e;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.p-container .p-info .p-name {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1.25px;
  height: 40px;
  overflow:hidden;
}

.p-container .p-info .p-price {
  font-size: 16px;
  color: #ff0000;
  font-weight: 600;
  line-height: 18px;
  display: block;
  text-align: center;
  height: 18px;
  overflow: hidden;
}

.p-container .p-info .p-nprice {
	font-size: 13px;
    line-height: 18px;
    display: block;
    text-align: center;
    text-decoration: line-through;
    height: 20px;
    overflow: hidden;
}

.p-container .p-offer {
  display: block;
  text-align: center;
  background: #ed1f24;
  color: #fff;
  margin: 10px;
  border-radius: 50px;
  font-weight: 600;
  line-height: 28px;
}

.p-container .isNew {
  background-image: url("../images/new.png");
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-other .percent {
  background-image: url("../images/icon-sale.png");
  background-size: cover;
  width: 66px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  position: relative;
}

.p-other .percent .percentIcon {
  position: absolute;
  font-size: 10px;
  right: 3px;
  top: -5px;
}

.p-container .p-other .isHot {
  background-image: url("../images/hot-icon.gif");
  background-size: cover;
  width: 54px;
  height: 44px;
}

.p-container .p-other .gift {
  background-image: url("../images/gift-box.png");
  background-size: 100% 100%;
  width: 35px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.p-container:hover {
  -webkit-box-shadow: -3px 1px 6px 0px #868484;
          box-shadow: -3px 1px 6px 0px #868484;
}

.p-container:hover .p-image .p-action {
  opacity: 1;
  visibility: visible;
}

@media ( max-width : 768px ) {

    .p-container .p-image .p-action {
        width : 100%;
    }
    .p-container .p-offer {
    font-size: 11px;
    line-height: 1.25;
    padding: 5px;
    }
}  
  
  
.homepagenews {
  text-align: center;
  letter-spacing: 2px;
}

.homepagenews .homepagenews-name {
  padding: 15px 0;
}

.homepagenews .homepagenews-name .title {
  position: relative;
}

.homepagenews .homepagenews-name .title h2 {
  font-size: 27px;
  display: inline-block;
  margin: 0;
  line-height: 35px;
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
  font-weight: 600;
}

.homepagenews .homepagenews-name .title h2::after {
  content: "";
  border: 2px solid #333;
  position: absolute;
  right: -2px;
  top: 0;
  height: 100%;
}

.homepagenews .homepagenews-name .title > span {
  font-size: 27px;
  font-weight: 600;
}

.homepagenews .homepagenews-item {
  padding-bottom: 65px;
}

.homepagenews .homepagenews-item .homepagenews-title {
  margin: -65px 20px 0 20px;
  padding: 35px 25px;
  background: #fff;
  position: absolute;
  bottom: 0;
  border-bottom: 6px solid #219244;
}

.homepagenews .homepagenews-item .homepagenews-title .title {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.location .location-title {
  text-align: center;
  height: 40px;
  background-color: #ed0c04;
}

.location .location-title h4 {
  margin: 0;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.location .locationSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding : 20px 0 ;
}

.location .locationSlider > .item {
    width: 33.33%;
    max-width: 400px;
    margin: 0 auto;
    /* max-height: 250px; */
    /* overflow-y: scroll; */
    border: 1px solid #dcdcdc;
}
.location .locationSlider > .item .location-list {
  max-height: 340px;
  overflow-y: scroll;
}
  
.footer-static-html .static-html {
    max-width: 930px;
    margin: 0 auto;
}

.footer-static-html .static-html p {
    line-height: 24px;
}

.footer-static-html .static-html .title {
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ec1f27;
    margin: 25px 0 15px 0;
}
  @media (max-width : 768px) {
    .footer-static-html .static-html .title {
        font-size : 16px;
        margin : 10px 0 ;
  		line-height: 1.25;
    }
    .footer-static-html .static-html p {
        font-size : 15px;
        line-height: 1.25;
    }
}
.footer-action .input-newleter {
    position: relative;
}
.footer-action .input-newleter input {
    background: #fff none repeat scroll 0 0;
    border-color: #ffffff;
    border-radius: 0;
    color: #000000;
    height: 46px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    border-color: #ffffff;
    border: 1px solid #c2c2c2;
}

.footer-action .input-newleter .actions {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.footer-action .input-newleter .actions button {
    background: #ed1f24;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 13px;
    height: 46px;
    color: #ffffff;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}
  .social-list li {
    float: left;
    line-height: 46px;
    margin-left: 40px;
}

.social-list {
	padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.social-list li i {
    font-size: 20px;
}
@media (max-width : 480px) {
    .social-list li { margin : 0 20px;}
}
.location .location-list .item {
    border-bottom: 1px solid #dcdcdc;
    border-right: 0;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    padding: 10px;
    max-width: 100%;
}
.location .location-list .item .location-name {
    text-transform: uppercase;
    color: #ec1f27;
    font-weight: 600;
    line-height: 24px;
}
.location .location-list .item p {
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    font-weight: 600;
}
.location .location-list  .owl-item {
    /* border: 1px solid #dcdcdc; */
    border-right: 1px solid #dcdcdc;
    /* border-bottom-left-radius: 20px; */
    border-bottom-right-radius: 20px;
    /* max-width: 270px; */
}
.location .location-list.owl-theme .owl-dots {
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.location .location-list.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.location .location-list.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 7px;
  height: 7px;
}
.footer-service .footer-service-item {
    display: flex;
    /* align-items: center; */
}

.footer-service .footer-service-item i {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    margin-right: 10px;
}
.footer-service .footer-service-item i:hover::before {
    transform: scale(1.1);
}

.footer-service .footer-service-item i::before {
    transition: all .7s ease;
}
.footer-service .footer-service-item {
    margin: 5px 0;
}

.footer-service .footer-service-item span {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
}
@media ( max-width : 768px ) {
    .footer-service .footer-service-item span {
    font-size: 10px;
    line-height: 16px;
    }
}  
@media (min-width: 992px) {
  .homepage-category-list .category-item {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepage-category-list .category-item {
    width: 25%;
  }
}

@media (max-width: 479px) {
  .homepage-category-list {
    padding: 15px 0;
  }
}

@media (min-width: 768px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  #main-menu .menu-list .item:hover .sub-menu {
    left: 305px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
    visibility: visible;
  }
}

  #main-menu .menu-list .item.first-div {
    padding: 20px 0;
    border-bottom: 5px solid #219244;
    margin-bottom: 20px;
  }
@media (max-width: 768px) {
  .hide-xs {
    display: block !important;
  }
  .show-xs {
    display: none !important;
  }
  .homepage-featuredCate .featuredCate-content .featuredCate-product {
    width: 100% !important;
  }
  .homepage-featuredCate .featuredCate-content .featuredCate-banner {
    display: none;
  }
  .homepagenews .homepagenews-item .homepagenews-title {
    margin: 0 15px;
    padding: 15px 10px;
  }
  .homepagenews .homepagenews-item .homepagenews-title .title {
    font-size: 13px;
  }
  .slider-homepage .controls {
    left: 46%;
  }
  .location .locationSlider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .location .locationSlider > .item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
    margin: 0 10px;
  }
  .location .locationSlider::-webkit-scrollbar {
    height: 2px;
    background-color: #F5F5F5;
  }
  .location .locationSlider::-webkit-scrollbar-thumb {
    background-color: #D62929;
  }
}

@media (max-width: 680px) {
  .slider-homepage .controls {
    left: 46%;
  }
}

@media (max-width: 580px) {
  .slider-homepage .controls {
    left: 44%;
  }
}

@media (max-width: 480px) {
  .slider-homepage .controls {
    left: 42%;
  }
}

@media (max-width: 380px) {
  .slider-homepage .controls {
    left: 40%;
  }
}

@media (max-width: 280px) {
  .slider-homepage .controls {
    left: 38%;
  }
}
  
    #img_large{text-align:center;margin: 0 auto;position:relative;}
    #img_large img{max-width:425px !important;display:block;margin:auto;/* max-height:350px !important; */width:auto !important;}
    @media (max-width : 992px) {
  		#img_large img { max-width : 100% !important;}
    }
    body div#wrap div div#pro_detail_page div#product_detail div#widget div#img_detail div#img_large a#Zoomer > .mz-figure > img{width:auto !important;}
    #img_thumb img{max-width:100%;max-height:100%;box-shadow:0 0 0;filter:brightness(100%);position:absolute;top:0;right:0;left:0;bottom:0;display:block;margin:auto;padding: 5px;}
    #img_thumb{margin-top:10px;margin-left:0;text-align:center;}
    #img_thumb li{display:inline-block;margin:0 1px;position: relative;}
    #img_thumb li.current a{border-color:#ce0707;}
    #img_thumb li:nth-child(1){margin-left:0;}
    #img_thumb a{text-decoration:none;display:block;float:left;line-height: 88px;background:#fff;border:solid 1px #ddd;padding:0;width: 100px;text-align:center;overflow:hidden;border-radius: 5px;position:relative;padding-top:80%;}
    #img_thumb a span{display:block;position:absolute;top:0;width:100%;height:100%;line-height:15px;text-align:center;background:rgba(0, 0, 0, 0.54);color:#fff;font-size:12px !important;padding:5px;padding-top:16px;box-sizing:border-box;-moz-box-sizing:border-box;}
  .price-number-0,.price-number-1,.price-number-2,.price-number-3,.price-number-4,.price-number-5,.price-number-6,.price-number-7,.price-number-8,.price-number-9,.price-number-dot,.price-number-dash,.price-number-d{float:left;height:60px;width:32px}
.price-number-0{width:33px;background:url(../images/0x60.png) no-repeat scroll center transparent}
.price-number-1{width:23px;margin-left:-3px!important;background:url(../images/1x60.png) no-repeat scroll center transparent}
.price-number-2{background:url(../images/2x60.png) no-repeat scroll center transparent}
.price-number-3{background:url(../images/3x60.png) no-repeat scroll center transparent}
.price-number-4{background:url(../images/4x60.png) no-repeat scroll center transparent}
.price-number-5{background:url(../images/5x60.png) no-repeat scroll center transparent}
.price-number-6{background:url(../images/6x60.png) no-repeat scroll center transparent}
.price-number-7{width:28px;background:url(../images/7x60.png) no-repeat scroll center transparent}
.price-number-8{width:31px;background:url(../images/8x60.png) no-repeat scroll center transparent}
.price-number-9{width:33px;background:url(../images/9x60.png) no-repeat scroll center transparent}
.price-number-dot{width:15px;background:url(../images/dotx60.png) no-repeat scroll left bottom transparent}
.price-number-dash{background:url(../images/.-x60.png) no-repeat scroll left bottom transparent;width:25px}
.price-number-d{background:url(../images/dx60.png) no-repeat scroll left bottom transparent;width:119px;float:right;position:relative!important;left:0!important}
.price-number .price-number-d-2{position:absolute;right:95px;z-index:7}
.price-number .price-number-d-3{position:absolute;right:76px;z-index:7}
.price-number .price-number-d-4{position:absolute;right:59px;z-index:7}
.price-number .price-number-d-5{position:absolute;right:39px;z-index:7}
.price-number .price-number-d-6{position:absolute;right:12px;z-index:7}
.price-number .price-number-d-7{position:absolute;right:-10px;z-index:7}
.price-number-dash-7{position:absolute;right:35px;z-index:11}
.price-number-dash-9{position:absolute;right:46px;z-index:11}
.price-number-dash-10{position:absolute;right:19px;z-index:11}
.price-number-dash-11{position:absolute;right:23px;z-index:11}
.over-price-number{text-align:center}
.price-number{display:inline-block}
.price-number span{position:relative;margin-left:-10px}
.price-number .price-0{z-index:0}
.price-number .price-1{z-index:1}
.price-number .price-2{z-index:2}
.price-number .price-3{z-index:3}
.price-number .price-4{z-index:4}
.price-number .price-5{z-index:5}
.price-number .price-6{z-index:6}
.price-number .price-7{z-index:7}
.price-number .price-8{z-index:8}
.price-number .price-9{position:absolute;right:24px;z-index:9}
.price-number .price-10{position:absolute;right:8px;z-index:10}
.price-number .price-last{z-index:11;position:absolute}
.price-number .price-last-1{right:-18px}
.price-number .price-number-dot{left:-3px!important}
.price-number .price-number-dot-3{left:-18px}
.price-number .price-number-dot-7{left:-38px}
.price-number-small-0,.price-number-small-1,.price-number-small-2,.price-number-small-3,.price-number-small-4,.price-number-small-5,.price-number-small-6,.price-number-small-7,.price-number-small-8,.price-number-small-9,.price-number-small-dot,.price-number-small-dash{float:left;height:42px;width:22px}
.price-number-small-0{background:url(../images/0x42.png) no-repeat scroll center transparent}
.price-number-small-1{width:16px;background:url(../images/1x42.png) no-repeat scroll center transparent}
.price-number-small-2{width:23px;background:url(../images/2x42.png) no-repeat scroll center transparent}
.price-number-small-3{background:url(../images/3x42.png) no-repeat scroll center transparent}
.price-number-small-4{background:url(../images/4x42.png) no-repeat scroll center transparent}
.price-number-small-5{background:url(../images/5x42.png) no-repeat scroll center transparent}
.price-number-small-6{background:url(../images/6x42.png) no-repeat scroll center transparent}
.price-number-small-7{width:20px;background:url(../images/7x42.png) no-repeat scroll center transparent}
.price-number-small-8{background:url(../images/8x42.png) no-repeat scroll center transparent}
.price-number-small-9{width:23px;background:url(../images/9x42.png) no-repeat scroll center transparent}
.price-number-small-dot{width:11px;background:url(../images/dotx42.png) no-repeat scroll left bottom transparent}
.price-number-small-dash{background:url(../images/.-x42.png) no-repeat scroll left bottom transparent;width:20px}
.price-number-small span{position:relative}
.price-small-number .price-small-0{z-index:0}
.price-number-small .price-small-1{z-index:1;left:-4px}
.price-number-small .price-small-2{z-index:2;left:-9px}
.price-number-small .price-small-3{z-index:3;left:-13px}
.price-number-small .price-small-4{z-index:4;left:-16px}
.price-number-small .price-small-5{z-index:5;left:-19px}
.price-number-small .price-small-6{z-index:6;left:-21px}
.price-number-small .price-small-7{z-index:6;left:-24px}
.price-number-small .price-small-last{z-index:11;position:absolute;right:0}
.price-number-small .price-small-last-2{right:5px}
.price-number-small .price-small-last-3{right:-5px}
.price-number-small .price-small-last-6{right:2px}
.price-number-small .price-small-last-7{right:5px}
.price-number-small .price-number-small-dot{left:-10px}
.price-number-small .price-number-small-dot-1{left:-6px}
.price-number-small .price-number-small-dot-2{left:-8px}
.price-number-small .price-number-small-dot-3{left:-14px}
.price-number-small .price-number-small-dot-7{left:-38px}
.product-detail .p-name {display: inline-block;margin: 0;font-size: 24px;color: #ed1f24;text-transform: uppercase;line-height: 34px;}
.product-detail .p-model {font: bold 13px/27px Arial;}
.p-model span {margin: 0 0 0 8px;}
.product-detail .p-model a {color: #0072bc;}
.ls { padding: 30px 0 ; }
.ls li {float: left;}
.product-detail-top  .p-specialoffer {
    border: 2px solid #ec1933;
    border-right: 1px solid #ec1933;
    position: relative;
    border-radius: 10px;
    margin: 30px 0;
}

.product-detail-top .p-specialoffer .specialoffer-title {
    border: 1px solid #dcdcdc;
    position: absolute;
    top: -20px;
    left: 30px;
    border-radius: 10px;
    padding: 0 25px;
    background-color: #ec1933;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
}

.product-detail-top .p-specialoffer .specialoffer-title i {
    font-size: 22px;
    margin-right: 10px;
}
  .specialoffer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.specialoffer-content .specialoffer-content-right {
    margin-top: -25px;
}
  @media (max-width : 768px) {
    .specialoffer-content .specialoffer-content-right {
        margin-top : 0 ;
    }
    .specialoffer-content {
      padding: 15px 10px;
    }
}
  .btn-buy {
    border: 1px solid #ec1933;
    background-color: #ec1933;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-family: Arial;
  	margin-bottom: 15px;
}

.btn-buy span {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    font-weight: normal;
}

.btn-buy:hover {
    color: #fff !important;
}
  .itemcart {
    display: flex;
    justify-content: space-between;
    background: #f9f9f9;
    padding: 5px;
}

.itemcart .cart-item-img {
    flex-basis: 100px;
}

.itemcart > div {
    padding: 10px 5px;
}

.itemcart .cart-item-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
    width: 40%;
}

.itemcart .cart-item-price .itemCart-price {
    margin: 5px;
    line-height: 18px;
}

.itemcart p.itemCartOldPrice {
    font-size: 14px;
    text-decoration: line-through;
    color: #888;
}

.itemcart .cart-item-price p {
    margin: 5px;
    line-height: 18px;
}

.itemcart .cart-item-qty {
    width: 100px;  
}
.itemcart .cart-item-qty a{
    display: block;
    float: left;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #ddd;
    background: #fff;
    margin: 0 -1px;
    cursor: pointer;
}
.itemcart .cart-item-qty input {
    width: 40px;
    height: 30px;
    text-align: center;
    float: left;
    border: solid 1px #ddd;
}

.itemcart .cart-item-del {
    width: 45px;
}

@media (max-width: 768px) {
    .itemcart {flex-wrap : wrap;position: relative;}
    .itemcart .cart-item-img {
        /* width: 50%; */
        /* flex-basis: 50%; */
    }
    .itemcart .cart-item-name {
        width : calc(100% - 100px);
        width : -webkit-calc(100% - 100px)
    }
    .itemcart .cart-item-price , .itemcart .cart-item-qty{
        width: 50%;
        flex-basis : 50%;
    }
    .itemcart .cart-item-qty { display : flex ; justify-content: flex-end;}
    .itemcart .cart-item-del { position : absolute; top : 10px ; right : 0 ;}
}
  
.cart-right {
     border: 1px solid #e00;
}
@media (max-width : 768px ) {
  .cart-right {
    max-width : 100%;
    margin : 0 auto;
    margin-top: 20px;
  }
}
.cart-right .title {
    line-height: 40px;
    background: #de0b00;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
}
.cart-right p {
    padding: 5px 10px;
    margin: 0;
}
.cart-right label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.cart-right input[type="text"] {
    width: 100%;
    height: 30px;
    padding: 0 5px;
}
.cart-right .btn-buy-order {
    background: #de0b00;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.cart-right .btn-buy-order .submit {
    border: none;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    width: 100%;
    cursor: pointer;
    outline: none;
}
.cart-right   .pay-method {
    padding: 5px 10px;
}

.cart-right .method {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-right .method .payment {
    border: 1px solid #de0b00;
    border-radius: 20px;
    background-color: #de0b00;
    color: #fff;
    margin: 0 20px;
    width: 50%;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    transition: all .5s ease;
}
  .cart-right .method .payment.current, .cart-right .method .payment:hover {
    background: #dcdcdc;
    color: #333;
}
  .cart-content .total {
    margin-top: 10px;
    text-align: center;
    background-color: #f9f9f9;
    padding: 5px 10px;
}
.danhmuc-left .box_right h2 {
    font-size: 15px;
    color: #000;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.danhmuc-left .box_right {
    margin: 10px 0;
}
  .danhmuc-left .box_right.filter {
    border: 1px solid #dcd;
}

.danhmuc-left .box_right.filter h2 {
    background-color: #eaeaea;
    padding: 0 5px;
}

.danhmuc-left .box_right.filter .content_box {
    padding: 0 5px;
}

.danhmuc-left .box_right.filter .content_box li {
    line-height: 30px;
    border-bottom: 1px solid #dcd;
}
  .danhmuc-left .box_right.filter .content_box li:last-child {
    border: 0;
}
  .danhmuc-left .box_right h2.danhmuc-to::after,.danhmuc-left .box_right h2.danhmuc-to::before {
    content: "";
    position: absolute;
    background-color: #666666;
    transition: transform 0.25s ease-out;
    top: 50%;
    width: 10px;
    height: 2px;
    margin-top: -2px;
    transform: translateX(-50%);
    right: 2px;
}
.danhmuc-left .box_right h2.danhmuc-to::after{
    right: 6px;
}
.danhmuc-left ul li a {
    font-size: 13px;
    line-height: 18px;
}
.danhmuc-left .box_right h2.danhmuc-to.toggled::after {
    transform: rotate(90deg);
}
    .tab_category a {
    width: 16%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    border: 1px solid transparent;
    line-height: 30px;
    margin: 5px 0;
}
.tab_category a.current {
    border-color: #ed1f24;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #ed1f24;
    color: #fff;
}
.breadcrumb-sub {
    font-size: 13px;
    line-height: 33px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    width: 100%;
  	justify-content: space-between;
}
.breadcrumb-sub .left{width: 220px;}
.breadcrumb-sub .right{display: flex;justify-content: space-between;width: calc(100% - 220px);}
.breadcrumb-sub .right h1 {
    font-size: 20px;
    padding-top: 10px;
}
.breadcrumb-sub select {
    height: 22px;
    min-width : 120px;
    margin-top: 6px;
}

.category-listProduct .p-container {
  width: 33%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px;
}
.paging-dot {
    float: right;
}
.paging-dot a {
    display : inline-block;
    width : 10px ;
    height : 10px ; 
    margin : 0 5px;
    border: 1px solid #333;
    border-radius : 50%;
    -webkit-border-radius : 50%;
    background-color : #333
}
.paging-dot a:hover , .paging-dot a.current {
    border-color : transparent;
    background-color: #b9b2b2;
}  
@media ( max-width: 768px ) {
  .tab_category a {
    width: 32%;
  }
  .category-listProduct .p-container {
    width: 50%;
  }
  .nd h2{font-size: 20px !important;}
  .nd h3{font-size: 18px !important;}
  .content h2{font-size: 20px !important;} 
  .content h3{font-size: 18px !important;}
}
  @media ( max-width: 500px ) {
  .tab_category a {
    width: 50%;
    font-size: 13px;
  }
}
  .camket { padding: 10px 0 ; }
  .camket .title { text-transform: uppercase;font-size: 16px;line-height: 30px;font-weight: 600 }
  .camket li {
    line-height: 28px;
}

.camket li img {
    margin-right: 10px;
}
  .product-detail-main .item { padding-bottom: 30px;}
  .product-detail-main .item .content { padding: 25px 0 ; }
  .product-detail-main .item .title span {
    border: 1px solid #ec1933;
    display: inline-block;
    line-height: 35px;
    background: #ff2121;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    padding: 0 15px;
    position: relative;
    padding-right: 10px;
}

.product-detail-main .item .title span::after {
    content: '';
    display: block;
    position: absolute;
    border: solid 34px transparent;
    border-left-color: #ff2121;
    right: -68px;
    top: -1px;
}

.product-detail-main .item .title {
    position: relative;
    overflow: hidden;
}
  .nd h1 {
display: block;
font-size: 2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
margin:0.67em 0;
}
  .nd img {
    max-width: 100%;
    height: auto;
}
.nd h2{
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
margin:0.83em 0;
}
.nd h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.nd h4{
display: block;
-webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
font-size:1em;
}
.nd ul{
padding-left:40px !important;
margin:1em 0;
list-style: initial;
}
.nd ul li,.nd ol li{
list-style: initial !important;
}
.nd ol{
padding-left:40px !important;
margin:1em 0;
list-style: decimal !important;
}
.nd ol li{
list-style-type:decimal !important;
}
.nd p{
margin:1em 0;
}
.nd table{
border-collapse:collapse;
}
.nd table td,.nd table th{
border:solid 1px #ddd;
padding:5px;
}
.nd a{font-size:inherit;}
.nd{line-height:1.45;}
.nd table td img{max-width:100%;}
  .similar_cateogryList .p-container {
    width: 25%;
}

.similar_cateogryList .p-container .p-image img {
    max-width: 70%;
    max-height: 100%;
}
  .similar_cateogryList .p-container {
    width: 25%;
    border: 1px solid #dcdcdc;
    padding: 15px;
}

.similar_cateogryList .p-container .p-image img {
    max-width: 70%;
    max-height: 100%;
}

.similar_cateogryList .p-container .p-info .p-name {
    height: 40px;
}
.similar_cateogryList .p-container .p-info .p-nprice {
    height : 20px;
}
  .similar_cateogryList .p-container .p-image img {
    max-width: 100%;
}

.similar_cateogryList .p-other {
    top: 5px;
    right: 5px;
}

.similar_cateogryList .p-info {
    padding: 5px 10px;
}

.similar_cateogryList .p-info .p-name {
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
}
  .custombuy {
    background: #e00;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
  .custombuy:hover {
  	color : #fff ;
  }
  .sameprice-list > div {
    width: 100%;
    margin-bottom: 10px;
}
#nav-news ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#nav-news ul li {
    width: 211px;
    text-align: center;
    margin: 0 10px 10px 0;
    background-color: #535353;
    height: 40px;
    line-height: 40px;
}
#nav-news ul li.current {
    background-color: #ed1f24;
}
#nav-news ul li a {
       color: #fff;
    font-size: 13px;
}
  @media (max-width : 768px){
  #nav-news ul { justify-content : space-between;}
  #nav-news ul li {
  width : 49%;
  margin : 0 0 10px 0 ;
  }
  }
  .article-home {
	max-width: 1135px;
    margin: 0 auto;
  }
  @media ( min-width : 1120px ){
    .main-article .top-article {
        max-width : 735px;
        float:left;
    }
    .main-article .cate-article {
        max-width: 350px;
        float:right;
    }
}

.list-news-main li {
    overflow: hidden;
    padding: 15px 0;
    border-top: solid 1px #ddd;
}
.list-news-main .amain-img img {
    max-width: 250px;
    float: left;
    display: block;
}
.list-news-main .amain-right {
    margin-left: 270px;
}
.list-news-main .amain-right .amain-name {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.list-news-main .amain-time {
    color: #888;
    font-size: 14px;
}
.list-news-main .amain-summary {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: 8px 0;
    text-align: justify;
}
.cate-article  .title-left .h-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cate-article .list-news-main li {
    padding: 10px;
}
.cate-article .amain-img img {
    width: 150px;
}
.cate-article .amain-right {
    margin-left: 160px;
}
.cate-article .amain-right .amain-name {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
.cate-article .amain-name .h-title {
    font-weight: normal;
    font-size: 15px;
}


.cate-article .title-left {   
    background: #e00;
    color: #fff;
    font-weight: 500;
    padding: 9px 10px;
    }

.cate-article .box-left {    
    margin-bottom: 15px;
    border: solid 1px #ccc;
    }
  @media (max-width : 768px ){
    .list-news-main .amain-right {
        margin: 0 ; 
      display: inline-block;
    }
    .list-news-main .amain-img img {
        max-width : 100%;
        display: block;
    }
      .mota-danhmuc h2{font-size: 20px;}
  .mota-danhmuc h3{font-size: 18px;}
}
  .main-article .title {
    background: #dcdc;
    padding: 0 10px;
    margin: 0;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
  .paging a {
    height: 20px;
    width: 20px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-right: 5px;
}

.paging a.current {
    background-color: #333;
    color: #fff;
}
  .mota-danhmuc {
    overflow: hidden;
}

a.js-show-more {
    width: 120px;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: #288ad6;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 1px 1px 4px #b6acac;
    margin-bottom: 25px;
}

.js-show-more::before {
    height: 46px;
    margin-top: -45px;
    content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
    display: block;
}
.comment .title-tab {
    height: 32px;
    line-height: 32px;
    background: #f3f3f3;
}

.comment .title-tab .item {
    display: block;
    font-size: 14px;
    float: left;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.comment .title-tab .item.active {
    background: #fff;
    color: #333;
    border: solid 1px #ddd;
    border-bottom: none;
}

.icon-star {
    background-image: url('../images/star_sprite.png');
    width: 92px;
    height: 17px;
    vertical-align: sub;
    display: inline-block;
    background-repeat: no-repeat
}

.icon-star.star0 {
    background-position: 0 -109px
}

.icon-star.star1 {
    background-position: 0 -88px
}

.icon-star.star2 {
    background-position: 0 -67px
}

.icon-star.star3 {
    background-position: 0 -43px
}

.icon-star.star4 {
    background-position: 0 -22px
}

.icon-star.star5 {
    background-position: 0 0
}

.rating-selection {
    display: inline-block;
}

.rating-selection .title {
    float: right;
    margin-right: 10px;
}

.rating-selection label {
    float: right;
}

.rating-selection input {
    opacity: 0;
}

.rating-selection label {
    position: relative;
    float: right;
    display: block;
    width: 17px;
    height: 17px;
    background: url('../images/star_rating.png') 0 -28px;
    margin: 0 3px;
}

.rating-selection label.active,.rating-selection label.active ~ label {
    background-position: 0 18px;
}

.rating-selection label:hover ~ label,.rating-selection label:hover {
    background-position: 0 0 !important;
}

.comment {
    width: 100%;
}

.comment-form .img-avatar {
    float: left;
    width: 40px;
}

.comment-form form {
    margin-left: 50px;
    padding-bottom: 15px;
}

.comment-form-input {
    border: solid 1px #ddd;
    background: #f8f8f8;
    padding: 10px;
    position: absolute;
    width: 100%;
    display: none;
}

.comment-list .item {
    padding: 15px 0;
    border-top: solid 1px #eee;
}

.comment .relative {
    position: relative;
    z-index: 9;
}

.comment-list .item .comment-left img {
    width: 40px;
    float: left;
}

.comment-list .item .comment-right {
    margin-left: 50px;
}

.comment-list .item .reply-comment {
    display: none;
}

.info-feeback .time {
    float: left;
    color: #999;
}

.info-feeback .right {
    float: right;
}

.info-feeback {
    overflow: hidden;
    padding-bottom: 10px;
}

.comment-list .item .comment-name span {
    font-weight: bold;
    margin-right: 2px;
}

.comment-list .item .comment-name .note {
    color: #e00;
    font-size: 0.7em;
}

.comment form .form-control {
    margin-bottom: 5px;
}


div#hura-comment {
    border: solid 1px #ddd;
    padding: 10px;
    width: 100%;
}
  .footer-content li {
    list-style: disc;
}
  
@media (max-width: 768px) {
.footer-link-holder > li {
    width : 49%;
}     
}
  #toTop {
    position: fixed;
    right: 10px;
    bottom: 110px;
    z-index: 9999;
    cursor: pointer;
    color: #fff;
    width: 50px;
}
  #toTop img { max-width: 100%;}
  #fb-messenger {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 9999;
    cursor: pointer;
    color: #fff;
  }
  #call-mb {
    position: fixed;
    left: 10px;
    bottom: 120px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
}
  .custom-dot.owl-theme .owl-dots .owl-dot {
    outline:none;
}
.custom-dot.owl-theme .owl-dots .owl-dot span {
    color: #ed1f24;
    background-color: #ed1f24;
    margin: 0 5px;
}

.custom-dot.owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
}
  .youtube-video-place {
  position: relative;
  
  }

  .youtube-video-place img {
  
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto !important;
  }
  .youtube-video-place::after {
    content: '';
    background-image: url(../images/icon-play.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
  .youtube-video-pace iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube-video-place.played {
    padding-top: 0;
}
  .youtube-video-place.played::after {
    display: none;
}
  @media (max-width : 768px) {
  	
  	
  }
  
  #sp-hot-tintuc {
    max-width : 960px;
    margin : 0 auto;
    border: 1px solid #d9abab;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
  #sp-hot-tintuc .p-container .p-image img { height : 90%;}
  @media (max-width : 768px) {
   #sp-hot-tintuc {
  	width : 100%; 
  	max-width : 100%;
  	}
  .camket .title {
  	    display: inline-block;
    width: 100%;
    text-align: center;
  }
  }
  .footer-bottom.py-3 {
    border-top: 1px solid #dcdcdc;
}
.footer-content { padding-left : 15px; }
  .homepagenews-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    max-height: 550px;
}

.homepagenews-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}
  .location .location-list .item .location-map a {
    color: green;
    text-decoration: underline;
}
  #tb-product-spec table{
    width: 100%;
    border: 0 !important;
  	font-size: 14px;
}

#tb-product-spec td {
    border: 0 !important;
    padding: 10px;
    width:50%;
}

#tb-product-spec tr:nth-child(odd) {
    background-color: #efefef;
}
#tb-product-spec td a {
    color: #518bdf;
}
  .itemCart-promotion {
    border: solid 1px #f3e18d;
    padding: 10px;
    background: #fffcf3;
    line-height: 20px;
    font-size: 13px;
    font-family: arial, verdana, sans-serif;
}
  .nd.thanhtoan {
    line-height: 1.25;
}

.nd.thanhtoan p {
    margin: 5px 0;
    font-size: 16px;
    font-family: Myrad Pro;
}
  .other-news h2 {
    font-size: 20px;
}

.other-news ul li a {
    font-size: 16px;
    color: #1989c5;
}

.other-news ul li span {
    font-size: 14px;
    margin-left: 10px;
    color: #a8a5a7;
}

.other-news ul li {
    line-height: 20px;
}
  .sameprice-list .p-container .p-info .p-name {
    color: #333;
}
  .related-article-list .list-news-main li {
    padding: 10px;
}

.related-article-list .list-news-main li .amain-img img {
    width: 150px;
}

.related-article-list .list-news-main li .amain-right {
    margin-left: 160px;
}
.related-article-list .list-news-main li .amain-name {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
  @media (min-width: 768px) {

    .custom-md-2 {
            -ms-flex: 0 0 205px;
            flex: 0 0 205px;
            max-width: 205px;
    }  
     
    .custom-md-10 {
            -ms-flex: 0 0 calc(100% - 215px);
            flex: 0 0 calc(100% - 215px);
            max-width: calc(100% - 215px);
    }  
}
.mota-danhmuc iframe {
	max-width: 100% !important;
}
.mota-danhmuc img {
	max-width: 100% !important;
  height: auto !important;
}
[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}
h2.title-line {
    border-bottom: 1px solid #d4d8da;
    padding-bottom: 10px;
    color: #333;
    margin: 0 0 15px;
    font-size: 18px;
    position: relative;
}
h2.title-line::after {
    bottom: -1px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
    background-color: #333;
}
article.article-item .article-thumbnail {
    margin-right: 12px;
    font-size: .7em;
    width: 80px;
    float: left;
    overflow: hidden;
    position: relative;
}
article.article-item .article-thumbnail a {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
article.article-item .article-title {
    line-height: 1.4;
    max-height: 6.5em;
    overflow: hidden;
    color: #333;
    text-align: left;
}
.list-articles a, article a {
    color: #333;
}
#related-news-wrapper {
    position: relative;
}
#related-news-wrapper .loadmore {
    position: absolute;
    right: 10px;
    top: -40px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.main-article .top-article a,.product-detail-main .content .line_h19 a{color: red;}
.mota-danhmuc h2,.content h2,.nd h2{font-size: 20px;}
.mota-danhmuc h3,.content h3,.nd h3{font-size: 19px;}

/* ---------------------------------------------------------------------------gom css inpage */

.icon-fixed-bottom {
    position: fixed;
    bottom: -5px;
    z-index: 9999;
    width: 100%;
   float: left;
}

.icon-fixed-bottom a .icon {
    width: 45px;
    float: left;
    position: absolute;
    z-index: 9;
    left: 0px;
    border: solid 5px #fff;
    border-radius: 50%;
    bottom: -5px;
}

.icon-fixed-bottom a .icon img{max-width:100%; max-height:100%;}      

.icon-fixed-bottom a {
    display: block;
    float: left;
    text-decoration: none;
    margin-bottom:5px;
    width: 33.333%;
    position: relative;
    padding: 0px 3px;
}

.icon-fixed-bottom a .text {
    width: 100%;
      float: left;
    font-size: 6px;
    background: #f10000;
    color: #fff;
    height: 35px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    border-radius: 15px;
    position: relative;
     padding: 0px 5px;
          padding-left: 42px;
      line-height: 35px;
          text-align: center;
}
.icon-fixed-bottom a:nth-child(2) .icon {
    left: initial;
    right: 0px;
}
.icon-fixed-bottom a:nth-child(2) .text {
     padding-left: 0px;
    padding-right: 42px;
}

