body {
  font-family: "Times new roman", "Roboto condensed", sans-serif;
  overflow-x: hidden;
  min-width: 260px;
  font-size: 14px;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Tinos-Regular.ttf");
}

@font-face {
  font-family: "Roboto condensed";
  src: url("../fonts/Tinos-Bold.ttf");
}

/* Let's get this party started */

::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #000;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #333;
}

/*******total*******/

.clear {
  clear: both;
}

li {
  list-style: none;
}

.box-img {
  position: relative;
}

.box-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.container {
  width: 1920px;
  max-width: 1600px;
}

header h1 {
  display: none;
}

.center-header {
  background: url(img/sologan.jpg) no-repeat;
  background-size: cover;
  height: 103px;
}

/*************/

/*header*/

/*top-header*/

.top-header {
  height: 30px;
  overflow: hidden;
  background-color: #e3e3e3;
}

.left-header-top {
  float: left;
  width: 66.67%;
}

.center-header-top {
  float: left;
  width: 15.67%;
}

.right-header-top {
  width: 193px;
  float: right;
}

.menu-top-header {
  float: left;
}

.menu-top-header ul {
  float: right;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.menu-top-header ul:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(img/icon.png) no-repeat;
  display: block;
  top: -1px;
  left: -4px;
  background-position: -1px 0px;
}

.menu-top-header ul li {
  float: left;
}

.menu-top-header ul li a {
  line-height: 30px;
  font-size: 14px;
  color: #454545;
  padding: 0 12px;
  display: block;
  font-weight: 500;
}

.menu-top-header ul li:first-child a {
  padding-left: 0px;
}

.menu-top-header ul li a:hover {
  color: #000;
}

.center-header-top .hotline-top {
  padding: 5px 0px 0px 20px;
  position: relative;
  float: right;
}

.center-header-top .hotline-top:before {
  background: url(img/icon.png) no-repeat -6px -570px;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 7px;
  content: "";
  position: absolute;
  display: block;
}

.center-header-top .hotline-top:after {
  /*content: '';*/
  position: absolute;
  width: 4px;
  height: 20px;
  background: url(img/icon.png) no-repeat 0 0;
  display: block;
  top: 5px;
  right: -20px;
  background-position: -45px -40px;
}

.center-header-top .hotline-top a {
  color: #ee0000;
  font-size: 14px;
  font-weight: 500;
}

.right-header-top {
  padding: 5px 0px 0px 0px;
}

.login {
  float: right;
  display: table;
  margin-right: 10px;
}

.login ul li {
  float: left;
  list-style: none;
  position: relative;
}

.login ul li:last-child:before {
  content: "/";
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ababab;
}

#profileleft {
  top: 30px;
}

#orders-grid {
  border-top: 1px solid #ababab;
}

.username-title {
  border-bottom: 1px solid #000;
}

.login ul li a,
.login ul li:last-child:before {
  font-size: 14px;
  color: #454545;
  padding: 1px 3px;
}

.login ul li:hover a {
  color: #000;
}

.cart-product {
  float: right;
  width: 30px;
  height: 25px;
  display: block;
  background: url(img/icon.png) no-repeat 0 0;
  position: relative;
  background-position: -65px -7px;
}

.cart-product span {
  color: #fff;
  position: absolute;
  background: #000;
  top: -5px;
  right: 2px;
  border-radius: 5000px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
}

.sologan {
  text-align: center;
  position: relative;
  height: 120px;
}

.sologan img {
  width: 100%;
}

.sologan p {
  font-size: 30px;
  color: red;
  margin: auto;
  text-transform: uppercase;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  font-style: italic;
  text-shadow: 2px 2px 2px #3d3c3b;
  line-height: 0.8;
  display: table;
  margin: -24px auto 0 auto;
  width: 100%;
}

/*.sologan p span{ font-size:18px; text-transform:none;line-height: 2.5;}*/

.sologan p span {
  font-size: 24px;
  text-transform: none;
  line-height: 2;
  letter-spacing: 3px;
}

/*bottom-header*/

.bottom-header {
  background: #000;
  height: 53px;
}

.menu-bottom-header {
  float: right;
  width: 75%;
  height: 50px;
}

.search-bottom-header {
  max-height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
  padding-right: 1.5%;
  padding-top: 35px;
}

.qc-banner {
  float: right !important;
}

/*#cssmenu > ul > li:nth-child(5) {position: absolute;right: 0px;}*/

/*.box-search form{width: 250px;float: right;}*/

.box-search form {
  width: 100%;
}

.input-form {
  width: 40px;
  float: right;
}

.submit-form {
  margin-right: 40px;
}

.box-search .submitForm {
  width: 100%;
  background: #fff url(img/icon.png) no-repeat -3px -33px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  height: 36px;
  border-radius: 0px 5px 5px 0px;
}

.box-search .inputSearch {
  height: 36px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  -moz-box-shadow: none;
  background: #fff;
  font-size: 12px;
  color: #999999;
  border-radius: 5px 0px 0px 5px;
}

.box-search .inputSearch::-webkit-input-placeholder {
  color: #999999;
}

.box-search .inputSearch.searchbox:-moz-placeholder {
  color: #999999;
}

.box-search .inputSearch::-moz-placeholder {
  color: #999999;
}

.box-search .inputSearch:-ms-input-placeholder {
  color: #999999;
}

.icon-search {
  display: none;
  background: url(img/icon.png) no-repeat right -71px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -58px;
  right: 66px;
  cursor: pointer;
  z-index: 999999;
}

/*Main*/

.icon-menu-nav {
  height: 20px;
  display: block;
  margin-bottom: 5px;
  margin-top: 4px;
}

.icon-menu-nav img {
  max-height: 20px;
  max-width: 30px;
}

main {
  overflow-x: hidden;
  background: #6b6b6b1c;
  padding-bottom: 10px;
}

.left-main {
  padding: 20px 0px 0px 0px;
  float: left;
  width: 300px;
}

.right-main {
  padding: 20px 0px 0 20px;
  margin-left: 300px;
}

.title-lm h2 {
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto condensed";
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: relative;
}

.title-dv h2 {
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  padding-left: 44px;
  background: #f00 url(img/icon.png) no-repeat -44px -173px;
  color: white;
}

.category {
  width: 300px;
  background: #000;
  z-index: 9;
}

.category li a {
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #3c4039;
  border-top: 1px solid #1c1f19;
  display: block;
  margin: 0 auto;
  padding: 7px 0px 8px 45px;
}

.category li:last-child a {
  border-bottom: none;
}

.category ul {
  margin: 0;
}

.category ul li {
  position: relative;
  z-index: 9;
}

.category li a:hover {
  color: white;
}

.category ul li:hover {
  background: #f00;
}

.category ul li:hover > a {
  border-bottom-color: transparent;
}

.category ul li:hover > ul {
  display: block;
}

.category ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #000;
  border-left: 1px solid #000;
  display: none;
}

.category ul li ul li {
  width: 257px;
}

/*mobile-hien danh muc*/

.menu-category {
  /*background: #fffefe;*/
  bottom: 60px;
  border: none;
  margin-bottom: -60px;
  position: relative;
}

.icon-category {
  display: none;
  background: url(img/icon.png) no-repeat -44px -173px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -50px;
}

.category ul li ul li .icon-menu {
  display: none;
}

.category ul li ul li a {
  padding-left: 15px;
}

/*support*/

.support-lm {
  padding: 20px 0px 0px 0px;
}

.title-sup h2 {
  padding-left: 10px;
}

.content-slm {
  background: #f8f7f7;
}

.content-slm ul {
  margin: 0px 0px 0px 0px;
}

.content-slm ul li {
  padding: 5px 5px 5px 40px;
  position: relative;
}

.content-slm ul li a {
  font-size: 14px;
  color: #333333;
  padding: 2px 0;
  display: block;
  font-family: "Roboto condensed";
}

.content-slm ul li:hover a {
  color: #0464cb;
}

.content-slm ul li a img {
  margin-right: 10px;
}

.content-slm ul li a span {
  font-weight: 500;
  font-size: 16px;
}
.content-slm ul li.zalo a:before {
  content: "";
  background: url(img/zalo-min.png);
  background-position: 0 !important;
}

.content-slm ul li a:before {
  content: " ";
  background: url(img/icon.png) no-repeat -3px -538px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 7px;
}

.content-slm ul li.skype a:before {
  background-position: -3px -538px;
}

.content-slm ul li.support-item-twitter a:before {
  background-position: -33px -538px;
}

.content-slm ul li.support-item-google a:before {
  background-position: -66px -538px;
}

.content-slm ul li.hotline a:before {
  background-position: -3px -570px;
}

.content-slm ul li.box-phone a:before {
  background-position: -35px -570px;
}

.icon-menu {
  float: left !important;
  width: 20px;
  height: 20px;
  display: table;
  margin-left: 11px;
  margin-top: 10px;
  position: relative;
  margin-right: 10px;
}

.icon-menu img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

/*facebook*/

.facebook-lm {
  padding: 20px 0px 0px 0px;
}

.facebook-lm img {
  width: 100%;
}

/*right-main*/

.top-rm {
  height: 348px;
  display: block;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

/*.left-rm { width: 63%;float: left; }
.right-rm { width: 37%; float: right;}*/

.left-rm {
  margin-right: 360px;
}

.right-rm {
  width: 350px;
  float: right;
  padding: 10px 7px 0px 0;
}

.box-img-banner-rbh {
  height: 192px;
  overflow: hidden;
}

.box-img-banner-rbh img:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

/****slider***/

.jssorb01 {
  position: absolute;
}

/*.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av { position: absolute; width: 12px;  height: 12px;
    filter: alpha(opacity=70); opacity: .7; overflow: hidden; cursor: pointer;border: #000 1px solid; }*/

.jssorb01 div {
  background-color: gray;
}

.jssorb01 div:hover,
.jssorb01 .av:hover {
  background-color: #d3d3d3;
}

.jssorb01 .av {
  background-color: #fff;
}

.jssorb01 .dn,
.jssorb01 .dn:hover {
  background-color: #555555;
}

.jssora05l,
.jssora05r {
  display: block;
  position: absolute;
  width: 40px;
  height: 50px;
  cursor: pointer;
  background: url(img/a17.png) no-repeat;
  overflow: hidden;
}

.jssora05l {
  background-position: -10px -40px;
}

.jssora05r {
  background-position: -67px -40px;
}

.jssora05l:hover {
  background-position: -133px -40px;
  opacity: 0.8;
}

.jssora05r:hover {
  background-position: -190px -40px;
  opacity: 0.8;
}

.jssora05l.jssora05ldn {
  background-position: -254px -40px;
}

.jssora05r.jssora05rdn {
  background-position: -311px -40px;
}

/*********END SLIDER **************/

/******view-active******/

.item-view-active {
  border-bottom: 1px dotted #eee;
  margin: 5px 5px 10px 5px;
  padding-bottom: 5px;
}

.item-view-active:first-child {
  margin-top: 0px;
}

.item-view-active:last-child {
  margin-bottom: 0px;
}

.img-view-active {
  width: 98px;
  height: 63px;
  float: left;
  overflow: hidden;
  margin-left: 5px;
}

.item-view-active .box-info {
  margin-left: 110px;
}

.title-view-product-active {
  font-size: 14px;
  height: 15px;
  overflow: hidden;
  font-weight: bold;
  margin: 5px 5px 0px 0px;
}

.title-view-product-active a {
  color: #222222;
}

.title-view-product-active a:hover {
  color: #f00;
}

.item-view-active .price-main {
  font-size: 12px;
  font-weight: normal;
  height: 29px;
  overflow: hidden;
  margin: 5px 5px 0px 0px;
  line-height: 1.2;
  text-align: justify;
}

/*top1-rm*/

.top1-rm {
  padding: 20px 0px 0px 0px;
  overflow: hidden;
}

.top1-rm .row {
  margin: 0 -8px;
}

.col-top1 {
  text-align: center;
  padding: 0 0px 10px 20px;
}

.col-top1:first-child {
  padding: 0 0 10px 0;
}

.box-img-top1 {
  float: right;
}

.content-top1-rm {
  background: #fff;
  height: 98px;
  display: table;
  width: 100%;
}

.content-top1-rm h3 {
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: table-cell;
  margin: 0px auto;
  vertical-align: middle;
  width: 70%;
  padding-left: 20px;
}

.content-top1-rm h3:hover {
  color: #f00;
}

.content-top1-rm h3 span {
  position: relative;
  display: table;
  margin: 0 auto;
  float: left;
  line-height: 2;
}

.content-top1-rm img {
  padding: 30px 0px 0px 0px;
}

.content-top1-rm img:hover {
  opacity: 0.8;
}

.content-ct1 span {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.content-payment-top1-rm img {
  padding-right: 10px;
}

.content-free-top1-rm h3 {
  width: 70%;
}

.content-free-top1-rm img {
  padding-right: 30px;
}

.content-change-top1-rm h3 {
  width: 60%;
}

.content-change-top1-rm img {
  padding-right: 40px;
}

.content-prm {
  margin-right: -20px;
}

/*top2-rm*/

/*product*/

.home-main .product-rm {
  padding: 40px 0px 0px 0px;
  overflow: hidden;
  width: 100%;
}

.product-rm {
  /*padding: 0 0 0 20px;*/
  overflow: hidden;
  /*        width: 100%;
    */
}

.title-prm h2 {
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Roboto condensed";
  border-bottom: 1px solid #000;
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 8px 0px;
}

/*.title-prm h2:after {content: '';width: 38px;height: 3px;background-color: #000;display: block;
position: absolute;left: 0;bottom: 0px;}*/

.title-prm h2 span {
  border-bottom: 3px solid #000;
  padding-bottom: 3px;
  color: #000;
}

.content-prm .owl-carousel {
  margin: 0 -10px;
}

.content-prm .item {
  padding: 10px;
}

.item-product-prm {
  background: #fff;
  border: 1px solid #ececec;
  margin-bottom: 5px;
}

.box-img-product-prm {
  height: 370px;
  overflow: hidden;
}

.box-img-product-prm img {
  max-height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}

.box-img-product-prm img:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}

.box-content-product-prm {
  text-align: center;
  padding: 10px 0px 10px 0px;
}

.box-content-product-prm h3 {
  height: auto;
  overflow: hidden;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.4em;
}

.box-content-product-prm h3 a {
  font-weight: bold;
  color: #000;
  font-size: 19px;
  font-family: "Roboto condensed";
}

.box-content-product-prm h3 a:hover {
  color: #f00;
}

.box-content-product-prm .product-price {
  font-family: "Roboto condensed";
  font-size: 22px;
  color: #333;
}

.box-content-product-prm .product-price .pricetext {
  font-weight: 600;
  color: #f00;
}

.ProductActionAdd {
  padding: 20px 0px 20px 0px;
}

.ProductActionAdd .a-btn-2 {
  background: url(img/cart.png) 8px 6px no-repeat #000;
  position: relative;
  width: 120px;
  height: 30px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #617952;
  padding: 5px 10px 5px 40px;
}

.ProductActionAdd .a-btn-2:hover {
  background: url(img/cart.png) 8px 6px no-repeat #ffbc8191;
  border-color: #ffbc8191;
}

.a-btn-2-text {
  color: #fff;
  text-transform: uppercase;
  /*              font-family:'Roboto condensed'; */
  font-weight: 500;
  font-size: 12px;
}

.owl-theme .owl-controls .owl-pagination {
  display: none;
}

.content-prm .owl-theme .owl-controls {
  margin: 0px;
}

.content-prm .owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: -50px;
  right: 20px;
  background: url(img/icon.png) no-repeat -50px -602px !important;
  color: rgba(0, 0, 0, 0);
  width: 15px;
  height: 20px;
  border-radius: 0px;
}

.content-prm .owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: -50px;
  right: 0px;
  background: url(img/icon.png) no-repeat -74px -602px !important;
  color: rgba(0, 0, 0, 0);
  width: 15px;
  height: 20px;
  border-radius: 0px;
}

/*top3-rm*/

.title-top3 h2:after {
  width: 73px;
}

/*top4-rm*/

.title-top4 h2:after {
  width: 83px;
}

/*top5-rm*/

.title-top5 h2:after {
  width: 110px;
}

/*********footer******/

footer {
  background: #ffffff;
  padding-top: 15px;
}

footer .container {
  padding: 0 1.5%;
}

/*top-footer*/

.top-footer .row {
  margin: 0 -10px;
}

.top-footer {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.col-4 {
  width: 40%;
  float: left;
  padding: 0 10px;
}

.col-2 {
  width: 20%;
  float: left;
  padding: 0 10px;
}

.address {
  margin-bottom: 25px;
}

.address h4,
.share-social h4,
.suport-kh h4,
.about-ft h4,
.newsletter-ft h4,
.payment-ft h4,
.billing-information h4 {
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  font-family: "Roboto condensed";
}

.address li {
  list-style: none;
}

.box-address {
  margin-bottom: 15px;
}

.box-address li {
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}

.title-box-address {
  font-size: 13px;
  color: #222222;
  font-family: "Roboto condensed";
  margin-bottom: 0;
}

.share-social ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.share-social ul li a {
  width: 30px;
  height: 30px;
  display: block;
  background: url(img/icon.png) no-repeat;
}

.share-social ul li a.icon-share-fb {
  background-position: -8px -643px;
}

.share-social ul li a.icon-share-gg {
  background-position: -57px -643px;
}

.share-social ul li a.icon-share-yt {
  background-position: -11px -694px;
}

.share-social ul li a.icon-share-gr {
  background-position: -57px -691px;
}

.suport-kh ul li,
.about-ft ul li {
  list-style: none;
}

.suport-kh ul li a,
.about-ft ul li a {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.suport-kh ul li a:hover,
.about-ft ul li a:hover {
  color: #f00;
}

.suport-kh {
  margin-bottom: 30px;
}

.description-newsletter {
  font-size: 16px;
  color: #666666;
}

.newsletter-ft form {
  height: 34px;
  background: #fff;
}

.item-submit {
  width: 50px;
  height: 34px;
  float: right;
}

.newsletter-ft .btn-default {
  height: 34px;
  color: #fff;
  background: #000;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  /*font-family:'Roboto-Medium';*/
}

.newsletter-ft .btn-default:hover {
  background: #f0940352;
}

.newsletter-ft .form-control {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  font-size: 16px;
  font-style: italic;
}

.item-input {
  margin-right: 50px;
  height: 34px;
}

.newsletter-ft {
  margin-bottom: 30px;
}

.item-pay {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.payment-ft .cont {
  margin-top: 15px;
}

.name-bank {
  font-size: 13px;
  color: #373737;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Roboto-Medium";
}

.box-billing-information ul li {
  list-style: none;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}

.box-billing-information {
  margin-bottom: 17px;
}

.billing-information {
  display: table;
  float: right;
}

/*bottom-footer*/

.bottom-footer {
  height: 38px;
  display: block;
  line-height: 38px;
}

.coppyright {
  float: left;
  font-size: 16px;
  color: #555555;
}

.nano {
  float: right;
}

.nano a {
  color: #555555;
  font-size: 12px;
}

/******/

/*.box-list-product{ margin-top:20px;}*/

.box-list-product .row {
  margin: 0 -10px;
}

.box-list-product .col-sm-3 {
  padding: 0 10px;
}

.box-list-product .item-product-prm {
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
}

/****filter*******/

.form-filter {
  overflow: hidden;
  padding-bottom: 20px;
}

.title-filter {
  width: 100px;
}

.form-filter .table {
  background: #fff;
  margin-bottom: 0;
}

.item-filter {
  margin-right: 10px;
  float: left;
}

.filter-thuonghieu {
  border: 1px solid #e3e3e3;
  display: block;
  width: 75px;
  height: 35px;
  position: relative;
  float: left;
  margin: 3px 10px 3px 0;
}

.filter-thuonghieu img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.close-item-filter {
  width: 16px;
  height: 16px;
  background: #000;
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  top: -5px;
  right: -5px;
  display: none;
}

.filter-thuonghieu.active {
  border-color: #000;
}

.filter-thuonghieu.active .close-item-filter {
  display: block;
}

.form-filter .table > tbody > tr > th {
  vertical-align: middle;
  background: #ededed;
  font-size: 16px;
  font-weight: normal;
  color: #454545;
  border-color: #dedede;
}

.product-filter-box .attr-item a {
  font-size: 14px;
}
/*******/

.filter-danhmuc {
  margin-right: 30px;
}

.me-select {
  position: relative;
  margin: 0 auto;
}

.me-select .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.me-select .checkbox + .checkbox {
  margin-top: 0px;
}

.me-select ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.me-select li {
  margin: 0 auto;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

.me-select li.selected {
  box-shadow: inset 0 0 0 40px rgba(255, 246, 0, 0.1);
}

.me-select label.icon-check {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 5px 0 20px;
  vertical-align: top;
  cursor: pointer;
  color: #242424;
  font-size: 12px;
}

.me-select label.icon-check span {
  vertical-align: middle;
  display: inline-block;
}

.me-select label.icon-check span:first-child {
  width: 30%;
  color: rgba(97, 107, 107, 0.7);
}

.me-select label.icon-check span:nth-child(2),
.me-select label.icon-check a {
  width: 60%;
  color: #31d2d4;
}

.me-select label.icon-check span:last-child {
  width: 10%;
  text-align: right;
  font-size: 60%;
}

.me-select input[type="checkbox"],
.me-select label.icon-check::before,
.me-select input[type="checkbox"]:checked + label.icon-check::after {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0px;
  margin-top: -7px;
  position: absolute;
  cursor: pointer;
}

.me-select input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.me-select label.icon-check::before {
  content: "";
  border: 1px solid #737373;
}

.me-select input[type="checkbox"]:checked + label.icon-check::before {
  border: 1px solid #eb1100;
}

.me-select input[type="checkbox"]:checked + label.icon-check::after {
  content: "\2713";
  text-align: center;
  line-height: 14px;
  color: #eb1100;
  font-weight: bold;
}

/*********/

.filter-mausac {
  width: 31px;
  height: 17px;
  border: 1px solid #e3e3e3;
  display: block;
  position: relative;
}

.filter-mausac.active {
  border-color: #000;
}

.filter-mausac.active .close-item-filter {
  display: block;
}

.filter-yellow {
  background: yellow;
}

.filter-red {
  background: red;
}

.filter-blue {
  background: blue;
}

.filter-green {
  background: green;
}

.filter-orange {
  background: orange;
}

.button-close-form-filter {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  font-weight: bold;
  display: none;
  cursor: pointer;
}

.buttom-filter {
  width: 95px;
  padding-right: 10px;
  height: 35px;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  margin-top: 0;
  margin-right: 15px;
  position: relative;
  display: none;
}

.buttom-filter:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 8px;
}

.buttom-filter:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 14px;
}

.button-filter-m {
  display: none;
}

.list-new-item {
  border-top: 1px dotted #444;
  padding-bottom: 10px;
}

.list-new-item:first-child {
  border-top: none;
}

.news-cont-left {
  background: #fff;
}

.title-detail h2:after {
  width: 188px;
}

.title-news {
  margin: 20px 0px 0px 0px;
}

.title-news h2 {
  padding: 0px 0px 0px 10px;
}

.box-img-new {
  height: 160px;
  overflow: hidden;
}

.box-info-new {
  text-align: justify;
  height: 65px;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
}

.box-info-new .box-title h3 {
  margin: 0px 0px 10px 0px;
  line-height: 1.3;
  height: 55px;
  overflow: hidden;
}

.box-info-new .box-title h3 a {
  color: #222;
  font-size: 15px;
}

.box-info-new .box-title h3 a:hover {
  color: #f00;
}

/********Product-detail******/

.product-detail .product-detail-box .product-detail-right {
  margin-left: 52%;
}

.product-detail .product-detail-box .product-detail-left {
  width: 50%;
  float: left;
}

.img-detail {
  max-height: 600px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  position: relative;
  margin-bottom: 15px;
}

.img-detail img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}

.title-product {
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.product-detail-right .price {
  font-size: 20px;
  color: #f00;
  margin-bottom: 0;
  height: 32px;
  width: 100%;
  float: none;
}

.product-detail-right .old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 18px;
  width: 100%;
  float: none;
  font-size: 14px;
  text-align: left;
}

.product-detail-right .box-price {
  height: 63px;
}

.top-product-detail {
  overflow: hidden;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
#tabs-container .tab-content ul li {
  list-style-type: disc;
}
#tabs-container .tab-content ul {
  padding-left: 17px;
}
.description-detail {
  font-size: 14px;
  color: #555;
}
.description-detail ul li {
  list-style-type: disc;
}

.description-detail ul {
  padding-left: 17px;
}
.box-qty {
  overflow: hidden;
}

.box-qty .form-control {
  border: none;
  box-shadow: none;
  font-size: 22px;
  color: #333;
  float: left;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.reduction,
.increase {
  width: 40px;
  height: 40px;
  background: url(img/icon-qty.png) no-repeat;
  display: block;
  float: left;
  margin-top: 5px;
}

.increase {
  background-position: 0 -76px;
}

.option-color {
  font-size: 16px;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}

.product-detail {
  padding-top: 30px;
  background: #fff;
  padding: 15px;
}

.option-color span {
  color: #9e0b0f;
}

.buttom-action {
  margin-top: 23px;
}

.buttom-action a {
  float: left;
  width: 31%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  background: #e1e1e1;
  margin-right: 2.333333%;
}

.buttom-action a:hover,
.buttom-action a:first-child {
  background: #e20606;
  color: #fff;
}

.buttom-action a:first-child:hover {
  background: #e20606;
}

.buttom-action a:hover span,
.buttom-action a:first-child span {
  color: #eee;
}

.title-more {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  padding-bottom: 5px;
  /*border-bottom:1px solid #e3e3e3;*/
}

.social,
.social .social-item {
  float: left;
}

.list-img-detail-s ul li {
  list-style: none;
  width: 80px;
  float: left;
  margin: 0 1%;
  height: 73px;
  border: 1px solid #e3e3e3;
  position: relative;
}

.list-img-detail-s ul li:first-child {
  margin-left: 0;
}

.list-img-detail-s ul li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}

.breadcrumb a {
  color: #666;
}

.breadcrumb {
  border: none;
}

.product-detail .center-product-detail .cont,
.product-detail .center-product-detail .cont .tab {
  float: left;
  width: 100% !important;
}

/*content-in*/

.title-detail h2:after {
  width: 188px;
}

.jobs,
.instroduce,
.news,
.jobdetail,
.newsdetail,
.wrap_print_picture,
.form-login,
.form-regis,
.shoppingcart,
.sc-checkout,
.checkout,
.w3n-order {
  background: #fff;
  padding: 10px;
}

.btn-primary,
.btn-info {
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover,
.btn-info:hover {
  background-color: #f0940352;
  border-color: #f0940352;
}

.list-content-body .list-content-title a:hover {
  color: #f00;
}

.content-in .right-main .breadcrumb {
  padding: 7px 0px 0px 0px;
  margin-bottom: 10px;
}

ul.W3NPager .active a,
ul.W3NPager .selected a {
  background: #000;
  border: 1px solid #2c5f0d;
}

/*ul.W3NPager a:visited {
color: #222;
}*/

.service .list.list-small .list-content .list-content-body {
  margin-left: 0px;
}

.content-in .right-main .top1-rm {
  padding-top: 0px;
}

.service .panel-heading h3 {
  font-size: 16px;
}

.service .panel-body {
  height: 135px;
  overflow: hidden;
}

.service .panel-body .list {
  margin-bottom: 0px;
}

.service .panel-body .list .list-item {
  padding: 5px 0px;
}

.discount {
  position: absolute;
  background: #ff0000;
  right: 0;
  top: 0;
  z-index: 999999;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  border-radius: 50px;
  padding: 10px;
}

/*active-more*/

.active-more {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 30px 20px 22px 30px;
}

.active-more:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: absolute;
  bottom: 17px;
  right: 20px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.list-more {
  width: 220px;
  position: absolute;
  top: 60px;
  right: 0;
  background: #000;
  border: 1px solid #e3e3e3;
  display: none;
  height: auto;
  z-index: 999;
}

.cssmenu ul li:hover .list-more {
  display: block;
}

.cssmenu ul li:hover .list-more {
  left: -83px !important;
}

.list-more li a {
  padding: 5px 10px;
}

.list-more li a .icon-menu-nav {
  width: 20%;
  float: left;
}

.list-more li a span {
  width: 80%;
  float: right;
  line-height: 25px;
}

/*menu*/

#cssmenu ul ul li a {
  height: 40px;
}

#cssmenu ul li:hover > ul > li {
  height: 40px;
  background: #f00;
  color: white;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background: #e5910d;
  height: 40px;
}

.search1 {
  padding-top: 20px;
}

.product-result,
ul.W3NPager {
  margin-bottom: 20px;
}

.useraccess {
  height: 95px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.promotion {
  top: 5px;
  right: 5px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-color: #f00;
  border-radius: 50%;
  z-index: 8;
  color: #fff;
  text-align: center;
}

.promotion span {
  line-height: 40px;
}

/*hatv 22/11*/

.tabs-menu {
  height: 30px;
  float: left;
  clear: both;
}

.tabs-menu li {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #d4d4d1;
}

.tabs-menu li.current {
  position: relative;
  background-color: #ccc;
  border-bottom: 1px solid #d4d4d1;
  z-index: 5;
}

.tabs-menu li a {
  padding: 10px;
  /*text-transform: uppercase;*/
  color: #fff;
  text-decoration: none;
}

.tabs-menu li a span {
  text-transform: inherit;
}

.tabs-menu .current a {
  font-weight: 600;
  color: #2e7da3;
}

.tab {
  border: 1px solid #d4d4d1;
  background-color: #fff;
  float: left;
  margin-bottom: 20px;
  width: auto;
}

.tab-content {
  padding: 20px;
  display: none;
}

#tab-1 {
  display: block;
}

.description-detail p br:last-child {
  display: none;
}

/*reponsive*/

@media (min-width: 1500px) {
  .category ul {
    width: 300px;
  }
  .left-main {
    width: 300px;
  }
  .right-main {
    margin-left: 300px;
  }
}

@media (max-width: 1499px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1280px) {
  .left-header-top {
    width: 64.67%;
  }
  .right-header-top {
    width: 16.58%;
  }
  .content-free-top1-rm h3 {
    width: 65%;
  }
  #cssmenu ul li:nth-child(8) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .sologan p span {
    font-size: 18px;
    text-transform: none;
    line-height: 2.5;
    letter-spacing: 1px;
  }
  .view-active {
    height: 300px;
  }
  .view-active .cont {
    height: 290px;
  }
  .content-free-top1-rm img {
    padding-right: 10px;
  }
}

@media (max-width: 1100px) {
  .left-header-top {
    width: 62.67%;
  }
  .right-header-top {
    width: 18.58%;
  }
  .title-lm h2,
  .category li a {
    font-size: 14px;
  }
  .right-rm {
    display: none;
  }
  .left-rm {
    margin-right: 0;
  }
  .product-detail-left {
    width: 450px;
  }
  .product-detail-right {
    margin-left: 465px;
  }
  #cssmenu ul li:nth-child(7) {
    display: none;
  }
}

/*news-relation*/
.list-news-in {
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px
    minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 37px 20px;
}
.list-news-in .title-news-in a {
  color: #000;
}
.list-news-in .box-info .description-news-in p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-news-in .img-item-lits-news img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.list-news-in .item-lits-news {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.list-news-in .item-lits-news .box-info {
  padding: 10px;
}
.product-group {
  background: #fff;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.product-group img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.product-group .list-product-group h3 {
  font-size: 18px;
  font-weight: 300;
}

.product-group .list-product-group h3 a {
  font-weight: 600;
  color: #000;
}

.product-group h2 {
  font-size: 30px;
  font-weight: 100;
  color: #666;
  text-align: center;
  text-transform: uppercase;
}

.product-group > h2 a {
  color: #000000;
  text-decoration: none;
}

/*end-news-rlt*/

@media (max-width: 1024px) {
  /*    .sologan p {top: 30px;}*/
  .list-news-in {
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr)
      30px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 37px 37px;
  }
}

@media (max-width: 992px) {
  .menu-category {
    bottom: 0;
  }
  .menu-bottom-header {
    width: 100%;
  }
  .search-bottom-header {
    position: absolute;
    right: 20px;
    width: 100%;
  }
  .icon-search {
    display: block;
    background: url(img/icon.png) no-repeat -60px -38px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -60px;
    right: 0px;
    cursor: pointer;
    z-index: 99;
  }
  .box-search {
    position: absolute;
    bottom: -80px;
    z-index: 9999;
    width: 90%;
    margin: 0 auto;
    left: 20px;
    right: 0px;
    padding: 0 1px;
    display: none;
  }
  .box-search.open {
    display: block;
  }
  .box-search form {
    background: #fff;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
  }
  .left-header-top {
    width: 60.67%;
  }
  .right-header-top {
    width: 20.58%;
  }
  .center-header-top .hotline-top:after {
    display: none;
  }
  .content-top1-rm h3 {
    font-size: 13px;
    width: 70%;
  }
  .sologan p {
    top: 25px;
  }
  .left-main {
    display: none;
  }
  .support-lm,
  .facebook-lm,
  .title-dv,
  .list-news {
    display: none;
  }
  .right-main {
    padding-left: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0;
    margin-left: 0;
    z-index: 9;
  }
  .top1-rm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-rm {
    padding-left: 10px;
  }
  .content-prm .owl-carousel {
    margin: 0px;
  }
  .content-prm .item {
    padding: 0px 10px 0px 0px;
  }
  .bottom-header .container {
    padding: 0;
  }
  .content-prm {
    margin-right: 0px;
  }
  .title-prm h2 {
    font-size: 16px;
    margin-right: 10px;
  }
  .container {
    padding: 0;
  }
  .center-header,
  .sologan {
    height: 60px;
  }
  .sologan p {
    font-size: 20px;
    margin-top: -14px;
  }
  .sologan p span {
    font-size: 14px;
  }
  .icon-menu-nav {
    width: 45px;
    float: left;
    text-align: center;
  }
  #cssmenu > ul > li > a span {
    line-height: 27px;
  }
  /*    .form-filter {padding: 0px 10px 0px 10px;}*/
  .content-in .right-main .breadcrumb {
    margin-bottom: 0;
    margin-top: 5px;
    padding: 10px;
    /*                 margin-left: -210px;float: left;*/
  }
  /*them mobile*/
  main .container {
    position: relative;
  }
  .icon-category {
    z-index: 9999;
    display: block;
  }
  .left-main.open {
    display: block;
    position: absolute;
    z-index: 9;
    top: -20px;
  }
  /*    .category {position: absolute;top: -20px; z-index: 9999; width:100%;margin:0 auto;
left:0px; right:0px;  padding:0 1px; display:none;}
.category.open {display:block;}*/
  .category ul li ul li {
    width: 200px;
  }
}

@media (max-width: 824px) {
  .box-list-product {
    margin-top: 0;
    padding-top: 20px;
  }
  .login {
    /*display: none;*/
  }
  .right-header-top {
    width: 10.58%;
  }
  .center-header-top {
    width: 25.67%;
  }
  .view-active {
    height: 230px;
  }
  .view-active .cont {
    height: 220px;
  }
  body {
    overflow-x: hidden;
  }
  .form-filter {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    right: -9999px;
    z-index: 999;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
    background: #fff;
  }
  .form-filter.open {
    right: 0;
  }
  .button-close-form-filter {
    display: block;
  }
  .buttom-filter {
    display: block;
  }
  .button-filter-m {
    display: block;
  }
}

.hotline_text {
  font-size: 15px;
  padding-right: 10px;
  font-weight: normal;
}

.callus a {
  left: 0px;
  border-radius: 40px;
  background: rgb(255, 26, 26);
  padding: 4px 20px 0px 55px;
  bottom: 7px;
  position: fixed;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.callus {
  display: none;
  position: fixed;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  z-index: 99999;
  float: left;
  bottom: 3px;
}

@media (max-width: 768px) {
  .news-home .news-view {
    position: absolute;
    bottom: 5px;
    right: 20px;
  }
  .news-home .item-product-prm {
    height: 355px;
  }
  .product-group img {
    width: 100%;
    height: auto;
  }
  .newsdes img {
    height: auto;
  }
  .promotion {
    top: 0px;
    right: 5px;
  }
  .product-group .list-product-group h3 {
    text-align: center;
  }
  .product-detail .cont img {
    height: auto !important;
  }
  .img-detail {
    height: auto;
  }
  .category {
    width: 225px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .thuonghieu {
    width: 20% !important;
    font-size: 15px !important;
  }
  .col-top1:first-child,
  .col-top1 {
    padding: 0 15px 10px 15px;
  }
  .callus {
    display: block;
  }
  .search1 .col-sm-3 {
    width: 50%;
    padding: 0px 5px 5px 5px;
    position: relative;
    min-height: 1px;
    float: left;
  }
  .col-top1 {
    width: 33.33%;
    float: left;
  }
  .top-footer .col-4 {
    width: 100%;
    float: none;
  }
  .top-footer .col-2:last-child {
    display: none;
  }
  .top-footer .col-2 {
    width: 50%;
  }
  .box-list-product .col-sm-3 {
    height: 430px !important;
    width: 49%;
    float: left;
  }
  .top1-rm .row {
    display: none;
  }
  .product-detail-left {
    float: none;
    margin-bottom: 15px;
  }
  .product-detail .product-detail-box .product-detail-right {
    /*margin-left: 0;*/
  }
}

@media (max-width: 640px) {
  .left-rm,
  .right-rm {
    width: 100%;
    float: left;
  }
  .view-active {
    margin-top: 15px;
  }
  .sologan p {
    font-size: 18px;
  }
  .list-news-in {
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr)
      30px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 37px 20px;
    margin: 0 10px;
  }
}

@media (max-width: 620px) {
  .col-top1 {
    width: 50%;
    padding-bottom: 10px;
  }
  .list-news-in {
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr)
      30px minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 37px 20px;
    margin: 0 10px;
  }
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
  .thuonghieu {
    width: 40% !important;
    font-size: 15px !important;
  }
  .product-detail-left {
    width: 100% !important;
  }
  .box-img-product-prm {
    height: 250px;
  }
  .content-prm .item {
    padding: 0px 5px 0px 5px;
  }
  .product-detail .product-detail-box .product-detail-right {
    margin-left: 0;
  }
  .top-rm {
    height: 202px;
  }
  .right-header-top {
    display: none;
    width: 0%;
  }
  .center-header-top {
    width: 36.25%;
  }
  .category ul li ul li {
    width: 100% !important;
  }
  .category ul li:active,
  .category ul li:hover {
    background: #f00;
  }
  .category ul li a:active,
  .category ul li a:hover {
    color: white;
  }
}

@media (max-width: 420px) {
  .col-top1 {
    width: 100%;
  }
  .nano {
    float: left;
  }
  .sologan p {
    font-size: 14px;
  }
  .sologan p span {
    font-size: 11px;
  }
  .sologan p span {
    line-height: 1.2;
    padding-top: 5px;
    display: block;
  }
}

@media (max-width: 380px) {
  .top-footer .col-2 {
    width: 100%;
    float: none;
  }
  .left-header-top,
  .center-header-top {
    width: 50%;
  }
}

@media (max-width: 340px) {
  .tabs-menu {
    height: auto;
  }
  .tabs-menu li {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}

/*hotline-bottom*/

.echbay-alo-phone {
  position: fixed;
  left: -49px;
  bottom: 62px;
  z-index: 999;
}

.echbay-alo-phone,
.phonering-alo-ph-circle {
}

.phonering-alo-ph-circle {
  width: 145px;
  height: 145px;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  top: -2px;
  left: -2px;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}

.phonering-alo-ph-circle,
.phonering-alo-ph-circle-fill,
.phonering-alo-ph-img-circle {
  position: absolute;
  border-radius: 50% !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: #f00;
}

.phonering-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 25px;
  left: 25px;
}

.phonering-alo-ph-circle-fill {
  width: 90px;
  height: 90px;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}

.phonering-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 50px;
  left: 50px;
}

.phonering-alo-ph-img-circle a {
  width: 50px;
  line-height: 50px;
}

.phonering-alo-ph-img-circle a {
  display: block;
  width: 45px;
  line-height: 45px;
  text-indent: -9999px;
}

.phonering-alo-ph-circle,
.phonering-alo-ph-circle-fill,
.phonering-alo-ph-img-circle {
  background: rgba(30, 30, 30, 0.1) url(img/call.png) no-repeat center center;
  position: absolute;
  border-radius: 50% !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-ph-circle {
  width: 145px;
  height: 145px;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  top: -2px;
  left: -2px;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #f00;
  opacity: 0.5;
}

.phonering-alo-ph-img-circle {
  width: 45px;
  height: 45px;
  background-size: auto 80%;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  z-index: 999;
}

.phonering-alo-ph-img-circle a {
  display: block;
  width: 45px;
  line-height: 45px;
  text-indent: -9999px;
}

.phonering-alo-ph-img-circle a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.phonering-alo-ph-img-circle a:before {
  color: #fff;
  font-size: 30px;
  display: inline-block;
}

.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #f00;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #f00;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

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

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

.style-for-position-br {
  left: auto;
  right: 0;
}

.style-for-position-cl {
  bottom: auto;
  top: 50%;
}

.style-for-position-cr {
  left: auto;
  bottom: auto;
  top: 50%;
  right: 0;
}

.style-for-position-tl {
  bottom: auto;
  top: 0;
}

.style-for-position-tr {
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
}

/*end-hotline*/

/*fix*/

.home-main .right-main {
  width: 100%;
  padding: 0;
  margin-left: 0;
}

/*@media (min-width: 1500px) {
    .right-main {
        margin-left: 0;
    }
    }*/

.home-main .left-main,
.home-main .category {
  width: 300px;
}

.home-main .right-rm {
  display: none;
  background: #fff;
  z-index: 9999;
  position: relative;
  margin-right: 150px;
}

.home-main .left-main {
  position: absolute;
  z-index: 999;
}

.box-search .submitForm {
  background: #f00 url(img/i_search.png) no-repeat 40px 12px;
  color: white;
  width: 100px;
  height: 38px;
}

.box-search .submit-form {
  border-radius: 5px 0 0 5px;
  border: 1px solid #f00;
}

.center-header {
  background: #ffffff;
  border-bottom: 1px solid #ffffff30;
}

.header-logo {
  max-height: 100%;
  float: left;
}

.header-logo img {
  max-height: 100%;
  width: 100%;
  height: 100px;
  object-fit: contain;
}

@media (max-width: 1600px) {
  .container {
    width: auto;
  }
}

@media (max-width: 768px) {
  .qc-banner {
    margin-top: -50px;
    padding-right: 10px;
    text-align: right !important;
  }
  .category {
    display: block !important;
  }
  .logo-hd {
    width: 100%;
  }
  .header-logo {
    text-align: center;
    height: 50px;
  }
  .center-header,
  .sologan {
    height: auto;
  }
  .icon-search {
    top: 18px;
    right: 10px;
  }
  .box-content-product-prm .product-price {
    font-size: 20px;
  }
  .category ul {
    min-width: 250px;
  }
  .icon-search {
    top: 28px;
  }
  .box-search {
    bottom: -108px;
  }
  .top-header {
    display: none;
  }
  .center-header,
  .sologan {
    height: 0;
  }
  .search-bottom-header {
    padding-top: 0;
    margin-top: -10px;
  }
  .bottom-header {
    height: 100px;
  }
  .icon-category {
    top: 10px;
  }
  .icon-search {
    display: none;
  }
  .box-search {
    left: 0;
    width: 100%;
    display: block;
  }
  .box-search form {
    background: inherit;
    border: none;
    width: 100%;
    padding: 0 10px 0 10px;
  }
  .box-search .submitForm {
    background: #f00 url(img/i_search.png) no-repeat 12px 12px;
    width: 40px;
  }
}

@media (max-width: 480px) {
  .home-main .left-main,
  .home-main .category {
    width: 225px;
  }
  .category ul {
    min-width: 150px;
  }
}

.category {
  position: absolute;
  display: none;
}

.menu-category:hover .category {
  display: block;
}

.product-group .list-product-group .item-product-group .middle {
  text-align: center;
}

.price-market {
  color: #888;
}

/*doitac*/

.doitac {
  margin: 20px 0 35px 0;
  height: 85px;
}

.doitac .item {
  margin-right: 10px;
  border: 1px solid #00000030;
  text-align: center;
}
.doitac .owl-item:first-child .item {
  margin-left: 10px;
}
.doitac .item img {
  height: 83px;
}

.thuonghieu {
  text-align: center;
  line-height: 68px;
  width: 12%;
  float: left;
  background: #f00;
  height: 100%;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}

.doitac-slide {
  height: 85px;
  width: 100%;
  float: right;
}

.doitac .owl-carousel .owl-wrapper-outer {
  max-height: 100%;
}

/*end-doitac*/

/*news-home*/

.news-home .box-content-product-prm {
  padding: 20px 15px 15px 15px;
  text-align: inherit;
}

.news-home {
  background-color: white;
}

.news-home .item-product-prm {
  background-color: #f0eceb;
}

.news-home .box-img-product-prm {
  height: 200px;
}

.news-home .box-content-product-prm h3 a {
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  font-family: "Roboto condensed";
}

.news-home .news-view {
  text-align: right;
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
}

.news-home .box-img-product-prm img {
  width: 100%;
}

.news-home .news-view a {
  color: black;
}

.news-home .title-prm h2 {
  border-bottom: none;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: center;
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Arial";
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 8px 0px;
}

.news-home .title-prm h2 span {
  border: none;
}

.news-home .title-prm h2 span::after {
  content: "";
  position: absolute;
  left: 43%;
  height: 1em;
  width: 70px;
  border-bottom: 2px solid black;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .news-home .title-prm h2 {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
  }
}

.news-home .box-content-product-prm h3 a:hover,
.news-home .news-view a:hover {
  color: #f00;
}

.news-home .owl-buttons {
}

.sc-checkout .sc-userinfo {
  float: left;
  width: 100%;
  margin: 0;
  border: 1px solid #ebebeb;
  display: block;
}

/*fix 5/9*/

@media (max-width: 768px) {
  .doitac .item {
    margin-left: 10px;
    margin-right: 5px;
  }
  .fb_dialog {
    bottom: 0 !important;
    right: 0 !important;
  }
}

.checkout .payment,
.checkout .transport {
  text-align: left;
}

.voucher,
.border-payment:nth-child(2),
time-order p:nth-child(2),
time-order p:nth-child(2),
#money_discount,
#money_ship,
.description-detail br {
  display: none;
}

.description-detail table tr:nth-child(2n) {
}

.description-detail table tr td {
  padding-left: 15px;
}

.description-detail table tr td:first-child {
  background: #6d6e71;
  color: #fff;
  padding-right: 10px;
  background-image: linear-gradient(#bfbfbf87, #a9a9a9b3);
  border-bottom: 1px solid #fff;
}

.description-detail table {
  width: 100% !important;
  border: none;
}

.description-detail table tr td {
  padding: 7px 0 3px 10px;
  border: none;
}

.description-detail table tr td:nth-child(2) {
  padding-left: 20px;
}

.bh-detail label {
  background: #000;
  color: #f00;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  box-shadow: 2px 1px 9px 4px #ccc;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 10px 0 10px 0px;
  width: 100%;
  font-size: 21px;
  text-align: center;
}

.description-detail table tr td:first-child::after {
  content: ">";
  float: right;
}
.page-in-c .menu-category {
  background: #f00;
  bottom: auto;
  border: none;
  margin-bottom: 0;
  position: absolute;
  z-index: 9999;
  top: 187px;
  border-radius: 15px 15px 0 0;
  width: 300px;
}

ul.W3NPager .page a {
  color: #333;
}
ul.W3NPager .first,
ul.W3NPager .last {
  display: none;
}
ul.W3NPager .active a,
ul.W3NPager .selected a {
  color: #fff;
}
.description-detail p {
  float: left;
  margin: 0;
}
.breadcrumb > li {
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .title-prm {
    margin: 0 10px;
  }
  .title-prm h2 {
    margin-right: 0px;
  }
  .form-regis .regis {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .form-regis .user-title {
    margin: 10px 0px 20px 15px;
  }
  .form-regis .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .form-login .form-group,
  #w3n-submit-form .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .form-login h1 {
    margin-left: 16px;
  }
  .form-login .col-xs-12 {
    margin-left: 20px;
  }
  .form-login .checkbox label {
    padding-left: 5px;
  }
  #bottom_text {
    margin-left: 18px;
  }
  .newsdetail,
  .ndetail,
  .page-c-detail,
  .instroduce {
    overflow: hidden;
    font: 14px / 23px "Times New Roman";
    /* margin-bottom: -14px; */
    padding: 0 12px 0 12px;
  }
  .page-c-detail img {
    height: auto;
    object-fit: contain;
  }
  .sitecontact {
    margin: 0 12px;
  }
  .content-in .right-main {
    width: unset;
    margin: 0 10px;
  }
  .breadcrumb {
    display: flex;
    align-items: baseline;
    overflow-x: scroll;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none; /* Ẩn thanh cuộn cho trình duyệt Webkit */
  }
  .breadcrumb li {
    display: flex;
  }
  .box-list-product .col-sm-3 {
    width: 100%;
    margin-bottom: 25px;
  }
  .product-rm {
    padding-left: 0px;
  }
  .col-top1{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .breadcrumb li a{
    text-transform: unset !important;
  }
  .product-result{
    margin-left: 12px;
  }
  .product-main .col-sm-3{
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
