@charset "UTF-8";

@font-face {
  font-family: Regular;
  src: url(/fonts/helvetica-neue-regular.ttf?ea05f6114b3efb842e31b45781e087cf);
}

@font-face {
  font-family: Bold;
  src: url(/fonts/helveticaneuebold.ttf?0b929abbf4c28007eb424cd8c6f19506);
}

@font-face {
  font-family: Light;
  src: url(/fonts/helveticaneuelight.ttf?0a4d37b22558e86fc49120e96fcc2d01);
}

@font-face {
  font-family: Medium;
  src: url(/fonts/helvetica-neue-medium.ttf?bd96bc9a5d9c3b07b628529db257e176);
}

strong {
  font-weight: unset;
  font-family: bold;
}

* {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: Regular;
}

img.i-holder {
  width: 100%;
  height: auto;
}

.img-holder img {
  width: 100%;
}

.wrapper {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.pd-0 {
  padding: 0;
}

.wrapper2 {
  max-width: 1760px;
  padding: 0 15px;
  margin: 0 auto;
}

.a-hv {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

section#head .head2 {
  max-height: 73px;
}

#head .head1 {
  background: #7F7F7F;
  height: 50px;
  line-height: 50px;
}

#head .head1 .cover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#head .head1 .cover .item {
  color: white;
  min-width: 50px;
  text-align: center;
  margin-right: 20px;
}

#head .head1 .cover .item img {
  width: 30px;
}

#head .head1 .cover .item:last-child {
  margin-right: 0;
}

#head .head1 .cover .cart a {
  position: relative;
  line-height: 1;
  font-size: 13px;
}

#head .head1 .cover .cart .count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: red;
  color: white;
  position: absolute;
  top: -9px;
  border-radius: 50%;
  right: -5px;
}

#head .head2 {
  background: #202121;
}

#head .head2 .cover {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

#head .head2 .cover .logo {
  width: 18%;
  padding: 0 15px 10px 0px;
}

#head .head2 .cover .search {
  width: 25%;
  padding: 0 15px 10px 0px;
}

#head .head2 .cover .search .input-group .input-group-text {
  background: white !important;
  border: none !important;
  color: #666666;
}

#head .head2 .cover .search .input-group input {
  height: 50px;
  box-shadow: none !important;
  border-right: none;
}

#head .head2 .cover .feature {
  flex-grow: 1;
  display: flex;
  margin-bottom: 0;
  padding: 0 15px;
  list-style-type: none;
}

#head .head2 .cover .feature li {
  flex-grow: 1;
  text-align: center;
  transition: 0.2s all linear;
  padding: 15px 5px;
  min-width: 96px;
}

#head .head2 .cover .feature li .icon {
  text-align: center;
}

#head .head2 .cover .feature li .icon img {
  margin: auto;
  height: 30px !important;
}

#head .head2 .cover .feature li:hover .icon img {
  filter: brightness();
}

#head .head2 .cover .feature li .title {
  color: white;
  text-transform: uppercase;
  margin-top: 5px;
  transition: 0.2s all linear;
  font-size: 12px !important;
}

#head .head2 .cover .feature li:hover {
  background: white;
}

#head .head2 .cover .feature li:hover .a-hv {
  display: block;
}

#head .head2 .cover .feature li:hover .b-hv {
  display: none;
}

#head .head2 .cover .feature li:hover .title {
  color: black;
}

#head .head2 .cover .feature a {
  text-decoration: none;
}

.banner .owl-dots {
  position: absolute;
  right: 2%;
  bottom: 5%;
  display: flex;
}

.banner .owl-dots > button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
}

.banner .owl-dots .active {
  background: #28374B;
}

.left-hide {
  position: absolute;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  background: white;
}

.bot-hide {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: white;
}

.ved-pr .owl-nav,
.ved-pr owl-nav {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
}

.ved-pr .owl-nav .owl-prev,
.ved-pr .owl-nav .owl-next,
.ved-pr owl-nav .owl-prev,
.ved-pr owl-nav .owl-next {
  width: 31px;
  height: 70px;
  background: white;
  box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
  line-height: 63px;
  font-size: 35px !important;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: serif;
  color: gray;
}

.ved-pr .owl-nav .owl-next,
.ved-pr owl-nav .owl-next {
  box-shadow: -2px 0 4px 2px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#product-feature {
  background: #f1f1f1;
}

#product-feature .owl-nav,
#product-feature owl-nav {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
}

#product-feature .owl-nav .owl-prev,
#product-feature .owl-nav .owl-next,
#product-feature owl-nav .owl-prev,
#product-feature owl-nav .owl-next {
  width: 31px;
  height: 70px;
  background: white;
  box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
  line-height: 63px;
  font-size: 35px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: serif;
  font-size: 46px;
  color: gray;
}

#product-feature .owl-nav .owl-next,
#product-feature owl-nav .owl-next {
  box-shadow: -2px 0 4px 2px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#product-feature .cover {
  background: white;
}

#product-feature .cover > .title {
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  min-height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  font-family: Bold;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

#product-feature .cover > .title span {
  color: #333;
  font-size: 16px;
  font-family: Bold;
}

#product-feature .cover > .title > ul {
  max-width: 80%;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 0;
  flex-wrap: wrap;
}

#product-feature .cover > .title > ul li {
  margin-right: 30px;
}

#product-feature .cover > .title > ul li a {
  text-transform: capitalize;
  color: #1687c8;
}

#product-feature .cover > .title > ul li a span {
  font-family: Bold;
  color: #1687c8;
}

#product-feature .cover .item {
  cursor: pointer;
  padding: 20px;
  border-left: 1px solid #eee;
  min-height: 339px;
}

#product-feature .cover .item .img {
  text-align: -webkit-center;
  transition: 0.2s all linear;
}

#product-feature .cover .item:hover .img {
  transform: translateY(-10px);
}

#product-feature .cover .item:hover .text .title {
  color: #0872b9;
}

#product-feature .cover .item .text {
  padding: 30px 0 0px;
}

#product-feature .cover .item .text .title {
  color: black;
  transition: 0.2s all linear;
}

#product-feature .cover .item .text .infor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#product-feature .cover .item .text .infor > div {
  display: flex;
}

#product-feature .cover .item .text .infor .status {
  width: 45%;
  justify-content: flex-end;
}

#product-feature .cover .item .text .infor .status .tus,
#product-feature .cover .item .text .infor .status .per {
  background: #0872b9;
  font-family: Bold;
  text-transform: uppercase;
  color: white;
  font-size: 9px;
  padding: 2px 5px;
  border-radius: 4px;
  height: 18px;
}

#product-feature .cover .item .text .infor .status .per {
  background: #ea2127;
  margin-left: 7px;
}

#product-feature .cover .item .text .infor .price {
  width: 55%;
  position: relative;
}

#product-feature .cover .item .text .infor .price span.vnd {
  transform: translateY(-50%);
  font-family: bold;
  font-size: 13px;
  top: 10px;
}

#product-feature .cover .item .text .infor .sale {
  font-size: 14px;
  color: #808083;
  text-decoration: line-through;
  padding-left: 5px;
  margin-top: 3px;
}

#product-feature .cover .item .text .infor .sale span.vnd {
  font-family: Regular;
  top: -1px;
  transform: unset;
  font-size: 11px;
  font-weight: unset;
}

#product-feature .cover .item .text .current {
  font-family: Bold;
  color: #ea2127;
  font-size: 16px;
}

#product-feature .cover .item .gift {
  margin: 2px 0;
  height: 31px;
}

#product-feature .cover .item .gift .text1 {
  color: #808083;
  font-size: 11px;
  width: 100%;
  line-height: 1.4em;
  height: 2.8em;
  max-height: 4.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#product-feature .cover .item .gift .text1 span {
  font-size: 11px;
  color: #ea2127;
  font-family: Bold;
}

a.btn-ss {
  font-size: 11px;
  display: block;
  text-align: right;
  color: #1687c8;
}

#product-feature.gc-cap .cover .product-show {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#product-feature.gc-cap .cover .product-show .item {
  width: 20%;
  border-bottom: 1px solid #eee;
}

#product-feature.gc-cap .cover .product-show .item:first-child {
  padding: 0;
  width: 40%;
}

#product-feature.gc-cap .cover .product-show .item:first-child .text {
  padding: 20px;
}

#product-feature.gc-cap .cover .product-show .item:first-child .img img {
  width: 100%;
  height: auto;
}

#product-feature.gc-cap .cover .product-show .item:first-child:hover .img {
  transform: unset;
}

#most-search {
  background: #f1f1f1;
  padding: 15px 0 15px;
}

#most-search .cover {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

#most-search .cover span {
  width: 15%;
}

#most-search .cover ul {
  display: flex;
  width: 85%;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
}

#most-search .cover ul li {
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
}

#most-search .cover ul li a {
  color: #0872b9;
  text-transform: capitalize;
}

#most-search .cover ul li:before {
  content: "\2022";
  font-size: 20px;
  color: #0872b9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

footer {
  background: #f1f1f1;
}

footer span.sdt {
  font-size: 14px;
  color: black;
  font-family: Medium;
}

footer span.min-tit {
  font-family: Medium;
  font-size: 16px;
  color: black;
}

footer .ft-group {
  background: white;
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .ft-group .ft-item {
  width: 25%;
}

footer .ft-group .ft-item .tit {
  color: #333;
  font-size: 15px;
  font-family: Bold;
  text-transform: uppercase;
}

footer .ft-group .ft-item .cnt {
  margin-top: 20px;
}

footer .ft-group .ft-item .cnt ul {
  list-style: none;
  margin: 0;
}

footer .ft-group .ft-item .cnt ul li {
  margin-bottom: 5px;
}

footer .ft-group .ft-item .cnt ul li a {
  font-size: 0.9em;
  color: #1687c8;
  margin-right: 15px;
}

footer .ft-group .ft-item .cnt ul li a i.fa-facebook {
  color: #3B5998;
}

footer .ft-group .ft-item .cnt ul li a i.fa-youtube-play {
  color: #c4302b;
}

footer .ft-group .ft-item .cnt ul li a:hover {
  color: #333;
}

footer .ft-group .ft-item .cnt ul li img.s3 {
  width: 125px;
}

a.see-more {
  font-family: Bold;
}

.cnt-rc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
}

.cnt-rc .rc-group {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.cnt-rc .rc-group a.rc-item {
  border: 1px solid #0072bc;
  padding: 10px;
  border-radius: 7px;
  color: #0072bc;
  transition: 0.3s all linear;
}

.cnt-rc .rc-group a.rc-item:hover,
.cnt-rc .rc-group a.rc-item.active {
  background: #cbe3ef;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 50%;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 15px;
  height: 15px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f47421;
  background-color: #f47421;
}

.styled-input-single {
  position: relative;
  padding: 0 0 0 27px;
  margin-right: 35px;
  text-align: left;
}

.styled-input-single label {
  cursor: pointer;
  margin: 0;
}

.styled-input-single label:before,
.styled-input-single label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

.styled-input-single label:before {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -15px 0 0;
  background: #f7f7f7;
  box-shadow: 0 0 1px grey;
  border: 1px solid #f47421;
  transform: translateY(5px);
}

.styled-input-single label:after {
  left: 5px;
  width: 14px;
  height: 14px;
  margin: -12px -2px 0;
  opacity: 0;
  background: #f47421;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.styled-input-single input[type=radio],
.styled-input-single input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

.styled-input-single input[type=radio]:checked + label:after,
.styled-input-single input[type=checkbox]:checked + label:after {
  transform: translate3d(0, 0, 0) translateY(5px);
  opacity: 1;
}

.styled-input--square label:before,
.styled-input--square label:after {
  border-radius: 0;
}

.styled-input--rounded label:before {
  border-radius: 10px;
}

.styled-input--rounded label:after {
  border-radius: 6px;
}

.styled-input--diamond .styled-input-single {
  padding-left: 45px;
}

.styled-input--diamond label:before,
.styled-input--diamond label:after {
  border-radius: 0;
}

.styled-input--diamond label:before {
  transform: rotate(45deg);
}

.styled-input--diamond input[type=radio]:checked + label:after,
.styled-input--diamond input[type=checkbox]:checked + label:after {
  transform: rotate(45deg);
  opacity: 1;
}

form.form-q-sort {
  width: 90%;
  display: flex;
}

#most-search.cat-sort .cover span {
  width: 15%;
}

.q-sort {
  display: flex;
  width: 50%;
}

#most-search.cat-sort {
  padding: 15px 0 0 0;
}

#most-search.cat-sort .m-op {
  width: 30%;
}

#most-search.cat-sort .m-op form {
  align-items: center;
  display: flex;
}

#most-search.cat-sort .m-op form label {
  margin: 0 50px 0 0;
  display: flex;
  align-items: center;
  font-family: Medium;
}

#most-search.cat-sort .m-op form label.cb1 {
  color: #ed1c24;
}

#most-search.cat-sort .m-op form label.cb2 {
  color: black;
}

#most-search.cat-sort .m-op form label input[type=checkbox],
#most-search.cat-sort .m-op form label input[type=radio] {
  margin-right: 5px;
}

#most-search.cat-sort .l-view {
  display: flex;
  width: 15%;
  align-items: center;
}

#most-search.cat-sort .l-view span {
  width: 20%;
}

#most-search.cat-sort .l-view .view-group {
  display: flex;
  width: 70%;
  border: 1px solid grey;
  border-radius: 4px;
}

#most-search.cat-sort .l-view .view-group .view-item {
  padding: 3px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all linear;
}

#most-search.cat-sort .l-view .view-group .view-item.v-active {
  box-shadow: 0px 0px 2px 2px rgba(128, 128, 128, 0.3882352941);
  color: #0089cf;
}

.cat-main {
  background: white;
}

.cat-item {
  width: 25%;
  padding: 15px 15px 7px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.cat-item:hover .title a {
  color: #0872b9;
}

.cat-item:hover .cat-thumb img {
  transform: translateY(-15px);
}

.cat-item .cat-thumb {
  overflow: hidden;
  text-align: center;
}

.cat-item .cat-thumb img {
  transition: 0.3s all linear;
}

.cat-item .title a {
  transition: 0.2s all linear;
  color: black;
}

.cat-item .t-area {
  display: flex;
  position: relative;
}

.cat-item .t-area .t-compare {
  text-align: right;
  width: 100%;
}

.cat-item .t-area .t-compare span {
  color: #0872b9;
  font-size: 11px;
  cursor: pointer;
}

.cat-item .t-area .km-text {
  color: grey;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  height: 32px;
}

.cat-item .t-area .km-text span {
  font-size: 11px;
  color: #ea2127;
  font-family: Medium;
  margin-left: 5px;
}

.cat-item .t-area .km-text span span.vnd {
  font-weight: unset;
  font-size: 9px;
  left: -8px;
  top: -2px;
}

.cat-item .t-area .tager {
  position: absolute;
  top: -3px;
  right: -10px;
}

.cat-item .t-area .tager .tag-d {
  font-size: 10px;
  text-transform: uppercase;
  background: #0872b9;
  color: white;
  border-radius: 4px;
  text-align: center;
  line-height: 14px;
  padding: 2px 4px 4px 4px;
}

.cat-item .t-area .tager .tag-d.new {
  text-transform: uppercase;
  font-family: Medium;
  margin-bottom: 5px;
}

.cat-item .t-area .price {
  width: 75%;
  display: flex;
  align-items: center;
}

.cat-item .t-area .price .current {
  color: #ea2127;
  font-family: Bold;
  font-size: 16px;
  margin: 7px 5px 7px 0;
}

.cat-item .t-area .price .old {
  color: #808083;
  text-decoration: line-through;
  font-size: 14px;
  margin-top: 3px;
}

.cat-p-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cat-p-group .col-show {
  display: none;
}

.cat-p-group.active-col-show .col-show {
  display: block;
}

.cat-p-group.active-col-show .a-thumb {
  display: flex;
  align-items: center;
  font-family: Bold;
}

.cat-p-group.active-col-show .cat-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.cat-p-group.active-col-show .cat-item .title {
  width: 50%;
}

.cat-p-group.active-col-show .cat-item .title a.min-hrf {
  color: #0872b9;
}

.cat-p-group.active-col-show .cat-item .title a p {
  text-align: justify;
  margin: 10px 0 30px;
  color: rgba(0, 0, 0, 0.64);
}

.cat-p-group.active-col-show .cat-item .text {
  width: 25%;
}

.cat-p-group.active-col-show .cat-item .text .t-area {
  flex-wrap: wrap;
}

.cat-p-group.active-col-show .cat-item .text .t-area .tager {
  position: unset;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.cat-p-group.active-col-show .cat-item .text .t-area .tager .tag-d.new {
  margin-bottom: 0;
  margin-right: 15px;
}

.cat-p-group.active-col-show .cat-item .text .t-area .price .current {
  margin: 0 5px 0 0;
}

.cat-p-group.active-col-show .cat-item .text .t-area .t-compare a {
  font-family: Medium;
}

.cat-p-group.active-col-show .btn-buynow {
  background: #fdcb04;
  font-size: 17px;
  text-transform: uppercase;
  font-family: Medium;
  color: white;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
  margin: 10px 0 20px;
}

.cat-p-group:hover .title a p {
  color: black;
}

.cat-product .page-nav {
  padding: 20px 0;
  text-align: center;
}

.cat-product .page-nav a {
  color: #808285;
  font-size: 15px;
  border: 1px solid #808285;
  padding: 6px 10px;
  border-radius: 5px;
}

.cat-product .more-sort {
  padding: 15px 15px 25px;
  background: #e6e7e8;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.cat-product .more-sort .see-all {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 15px;
  left: 0;
  padding: 0 15px;
}

.cat-product .more-sort .see-all a {
  color: #0089cf;
}

.cat-product .more-sort .tit {
  height: 12px;
}

.cat-product .more-sort .tag-sort-item {
  background: #00a1e4;
  color: white;
  font-size: 14px;
  padding: 0 25px 0 5px;
  border-radius: 4px;
  margin-left: 7px;
  position: relative;
  margin-top: 10px;
}

.cat-product .more-sort .tag-sort-item span {
  background: #0072bc;
  width: 21px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  font-size: 14px;
}

.brands-checker.color .checkbox-wrapper span {
  width: calc(100% - 30px);
}

.brands-checker .fieldset {
  padding: 10px 0 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
}

.brands-checker .fieldset label {
  margin: 0;
}

.brands-checker input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.brands-checker input[type=checkbox] + label {
  display: flex;
  position: relative;
  align-items: center;
  color: #0089cf;
  font-size: 16px;
}

.brands-checker input[type=checkbox] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 5px !important;
}

.brands-checker input[type=checkbox]:checked + label {
  color: black;
}

.brands-checker input[type=checkbox]:checked + label::before {
  background: #0066b3;
}

.brands-checker input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 3px;
  border-left: 3px solid #fffefc;
  border-bottom: 3px solid #fffefc;
  height: 6px;
  width: 13px;
  transform: rotate(-50deg);
}

.brands-checker input[type=checkbox]:focus + label::before {
  outline: none;
  box-shadow: 0 0 5px #0066b3;
}

.brands-checker input[type=checkbox]:disabled + label,
.brands-checker input[type=checkbox]:disabled + label::before {
  opacity: 0.5;
}

.brands-checker .checkbox-wrapper {
  margin-bottom: 10px;
  width: 50%;
  display: flex;
  align-items: center;
}

.brands-checker .checkbox-wrapper img.icn {
  height: 14px;
  max-width: calc(100% - 30px);
}

.br-ckr .hd {
  display: none;
}

.brands-checker {
  background: white;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.brands-checker > span {
  font-family: Regular;
}

span.vnd {
  font-family: Bold;
  font-weight: 900;
  font-size: 22px;
  position: relative;
}

.viewed-produdct {
  background: white;
  margin-top: 15px;
}

.viewed-produdct .tit {
  font-family: Medium;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding: 15px;
}

.comparison {
  transition: 0.2s all linear;
  border: 1px solid #0089cf;
  position: fixed;
  width: 1230px;
  background: white;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  justify-content: space-between;
  display: flex;
  flex-grow: 1;
  box-shadow: 1px 1px 13px -1px rgba(128, 128, 128, 0.4117647059);
}

.comparison.no-item {
  opacity: 0;
  visibility: hidden;
}

.comparison .comparison-list {
  display: flex;
}

.comparison .compare-item {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 4px 20px 4px 10px;
  border-left: 1px solid #0089cf;
  flex-grow: 1;
  width: 50%;
}

.comparison .compare-item:first-child {
  border: none;
}

.comparison .compare-item .comp-thumb .img-holder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
}

.comparison .compare-item .comp-thumb .img-holder img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.comparison .compare-item .close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.comparison .compare-item .tit {
  width: 80%;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.comparison.one-item .compare-selection {
  width: 73%;
  justify-content: space-between;
}

.comparison.one-item .compare-selection .search-compare {
  width: 40%;
}

.comparison .compare-selection {
  flex-grow: 1;
  border-left: 1px solid #0089cf;
  display: flex;
  justify-content: center;
}

.comparison .compare-selection.hide-select {
  width: 20%;
}

.comparison .compare-selection.hide-select .search-compare {
  display: none;
}

.comparison .compare-selection.hide-select .cs-action {
  width: 100%;
}

.comparison .compare-selection form.search-compare {
  width: 60%;
  padding: 4px 65px 4px 25px;
  display: flex;
  flex-wrap: wrap;
}

.comparison .compare-selection form.search-compare input {
  width: 100%;
  height: 28px;
  padding: 0 7px;
  border-radius: 5px;
  border: 1px solid #eee;
  outline: none;
}

.comparison .compare-selection .cs-action {
  padding: 4px 25px 4px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.comparison .compare-selection .cs-action a.reset {
  width: 100%;
}

.comparison .compare-selection .cs-action a.btn-comp {
  background: #0089cf;
  color: white;
  text-transform: uppercase;
  height: 30px;
  width: 97px;
  text-align: center;
  line-height: 30px;
  margin: auto;
  margin-bottom: 0;
}

.ranger-inp section.range-slider {
  position: relative;
  width: 100%;
  height: 100px;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.ranger-inp section.range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #0072bc;
  left: 0;
  top: 40px;
  width: 100%;
  outline: none;
  height: 2px;
  margin: 0;
  padding: 0;
}

.ranger-inp section.range-slider input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  width: 16px !important;
  height: 11px !important;
  background: #808285;
}

.ranger-inp section.range-slider input.after[type=range]::-webkit-slider-thumb {
  background: red;
}

.ranger-inp section.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}

.ranger-inp section.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}

.ranger-inp section.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  border: 0;
}

.ranger-inp section.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.ranger-inp section.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.value-group {
  position: relative;
  height: 40px;
}

.rql-value,
.rqr-value {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #808285;
  left: -12px;
}

.rqr-value {
  left: unset;
  right: -12px;
  color: #231f20;
  font-family: Bold;
}

.brands-checker.ranger-inp {
  height: 130px;
}

.brands-checker.ranger-inp span.rangeValues {
  display: flex;
  width: 90%;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}

.brands-checker.ranger-inp .first-range,
.brands-checker.ranger-inp .last-range {
  border: 1px solid #939598;
  width: 110px;
  font-size: 13px;
  font-family: Bold;
  border-radius: 5px;
}

.old span.vnd {
  font-family: Regular !important;
  font-weight: unset;
  font-size: 11px;
  position: relative;
  top: -1px;
}

a.see-more {
  font-family: Regular;
  color: #0072bc;
}

section#single-product {
  background: #f1f1f1;
}

section#single-product .single-content {
  background: white;
  width: 100%;
}

section#single-product .single-content .head-single {
  padding: 30px 30px 10px;
  border-bottom: 1px solid #bcbec0;
  display: flex;
  justify-content: space-between;
}

section#single-product .single-content .head-single .product-name {
  width: 88%;
  font-size: 21px;
}

section#single-product .single-content .head-single .social-network {
  width: 12%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section#single-product .single-content .head-single .social-network .sn-item {
  cursor: pointer;
  background: #4267b2;
  color: white;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  height: 20px;
}

section#single-product .single-content .head-single .social-network .sn-item span {
  font-size: 12px;
}

section#single-product .main-pr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
}

section#single-product .main-pr .thum-highlight,
section#single-product .main-pr .main-detail {
  width: 40%;
  padding: 0 7.5px;
}

section#single-product .main-pr .more-info {
  width: 20%;
  padding: 0 7.5px;
}

section#single-product .main-pr .main-detail .md-tag {
  display: flex;
  justify-content: flex-end;
}

section#single-product .main-pr .main-detail .md-tag .tag-item {
  background: #0872b9;
  color: white;
  font-family: Medium;
  font-size: 13px;
  padding: 2px 5px;
  margin-left: 15px;
  line-height: 20px;
  height: 22px;
  border-radius: 3px;
}

section#single-product .main-pr .main-detail .md-tag .tag-item.sale {
  background: #d0021b;
}

section#single-product .main-pr .main-detail .price {
  margin-bottom: 5px;
}

section#single-product .main-pr .main-detail .price span.current {
  margin-left: 15px;
  font-size: 22px;
  font-family: Bold;
  color: #d0021b;
}

section#single-product .main-pr .main-detail .price span.old {
  text-decoration: line-through;
  font-size: 17px;
  color: #939598;
  margin-left: 10px;
}

section#single-product .main-pr .main-detail .price span.old span.vnd {
  top: -4px;
}

section#single-product .main-pr .main-detail .coupon {
  border: 1px solid #bcbec0;
  border-radius: 5px;
}

section#single-product .main-pr .main-detail .coupon .head-cp {
  padding: 10px 5px 5px;
  background: #ebebec;
  border-bottom: 1px solid #bcbec0;
  font-family: Medium;
}

section#single-product .main-pr .main-detail .coupon .head-cp span {
  font-family: Bold;
  color: #d0021b;
  font-size: 17px;
}

section#single-product .main-pr .main-detail .coupon .head-cp span span.vnd {
  font-size: 14px;
  font-family: Regular;
  top: -3px;
}

section#single-product .main-pr .main-detail .selected-coupon {
  background: #fff200;
  font-size: 13px;
  padding: 7px 5px;
  margin: 15px 0;
}

section#single-product .main-pr .main-detail .min-dt .tt {
  font-size: 15px;
  font-family: Medium;
  margin-bottom: 5px;
}

section#single-product .main-pr .main-detail .min-dt .tt.conhang {
  color: #158d1e;
}

section#single-product .main-pr .main-detail .min-dt .styled-input-single {
  padding: 0;
  margin: 0px 10px 10px 0px;
  float: left;
}

section#single-product .main-pr .main-detail .min-dt .styled-input-single label:before,
section#single-product .main-pr .main-detail .min-dt .styled-input-single label:after {
  content: unset;
}

section#single-product .main-pr .main-detail .min-dt .styled-input-single input[type=radio]:checked + label {
  background: #288ad6;
  color: white;
}

section#single-product .main-pr .main-detail .min-dt .styled-input-single label {
  background: white;
  color: #288ad6;
  border: 1px solid #288ad6;
  transition: 0.2s all linear;
  border-radius: 3px;
  padding: 3px 6px;
}

section#single-product .main-pr .main-detail .min-dt .product-color-picker {
  margin: 7px 0;
}

.main-cp {
  padding: 10px 5px;
}

.main-cp ul {
  list-style: none;
  margin: 0;
}

.main-cp ul li {
  display: flex;
}

.main-cp ul li .list-style {
  width: 14px;
  height: 14px;
  background: #288ad6;
  border-radius: 50%;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  margin-top: 3px;
  color: white;
  margin-right: 7px;
}

.main-cp ul li span.vnd {
  font-family: unset;
  font-weight: unset;
  font-size: 12px;
}

.main-cp ul li .styled-input-single label:after {
  top: 14px;
  width: 8px;
  height: 8px;
}

.main-cp ul li .styled-input-single label:before {
  top: 14px;
  width: 14px;
  height: 14px;
}

.main-cp ul li .cnt {
  width: 95%;
  font-size: 13px;
}

.main-cp ul li .cnt span,
.main-cp ul li .cnt label,
.main-cp ul li .cnt a {
  font-size: 13px;
}

form#count {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.spin,
.spin-2 {
  display: flex;
  align-items: center;
}

.spin span:first-child,
.spin-2 span:first-child {
  border-radius: 2px 0 0 2px;
}

.spin input,
.spin-2 input {
  width: 50px;
  height: 28px;
  text-align: center;
  font-weight: bold;
}

.spin span,
.spin-2 span {
  display: inline-block;
  width: 30px;
  height: 28px;
  text-align: center;
  padding-top: 2px;
  border: 1px solid #aaa;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

.btn-group {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn-group button {
  width: 49%;
  font-size: 22px;
  font-family: Medium;
  color: white;
  background: #fa7b12;
  border: none;
  border-radius: 4px;
  padding: 5px 0;
}

.btn-group button.addtocart {
  background: #288ad6;
}

.right-bar .rb-item {
  padding: 20px 10px;
  border: 1px solid #bcbec0;
  border-radius: 5px;
  margin-bottom: 10px;
}

.right-bar .rb-item .lhtv {
  list-style: none;
  margin-top: 10px;
}

.right-bar .rb-item .lhtv li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-bar .rb-item .lhtv li .icon {
  width: 18px;
}

.right-bar .rb-item .lhtv li .text {
  width: 85%;
  font-size: 13px;
}

.right-bar .rb-item p {
  margin: 0;
}

.right-bar .rb-item .price {
  color: #d0021b;
  font-family: Bold;
  font-size: 19px;
  display: flex;
  align-items: center;
}

.right-bar .rb-item .price span.vnd {
  font-family: unset;
  font-weight: unset;
  font-size: 13px;
  position: relative;
}

.right-bar .rb-item .price span.price-tag {
  background-image: url(/images/tiet-kiem.svg?54a05ce580c3a80baebb4fa20936431b);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 9.5px;
  color: black;
  padding: 4px 10px;
  margin-left: 10px;
}

.right-bar .rb-item .price span.price-tag span {
  color: #d0021b;
  font-size: 9.5px;
}

.right-bar .service {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #bcbec0;
  min-height: 86px;
}

.right-bar .service:last-child {
  border: none;
  padding-bottom: 0;
}

.right-bar .service:nth-child(n+1) {
  margin-top: 10px;
}

.right-bar .service .icon {
  width: 10%;
}

.right-bar .service .text {
  width: 87%;
  font-size: 14px;
  text-align: justify;
}

#moreinfor {
  background: #f1f1f1;
}

#moreinfor .mi-cnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: white;
  margin-top: 10px;
}

#moreinfor .mi-cnt .text-mi {
  width: 60%;
  padding-right: 7.5px;
  position: relative;
  height: 442px;
  overflow: hidden;
}

#moreinfor .mi-cnt .text-mi.showall {
  height: auto;
}

#moreinfor .mi-cnt .text-mi.showall .seemore-container {
  display: none !important;
}

#moreinfor .mi-cnt .text-mi .seemore-container {
  background: linear-gradient(180deg, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.6588235294) 50%, #fefefe 100%);
  position: absolute;
  width: 100%;
  height: 200px;
  top: 242px;
  padding-right: 7.5px;
}

#moreinfor .mi-cnt .text-mi .seemore-container .btn-seemore {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #0072bc;
  border: 1px solid #0072bc;
  background: white;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s all linear;
}

#moreinfor .mi-cnt .text-mi .seemore-container .btn-seemore:hover {
  color: white;
  background: #0072bc;
}

#moreinfor .mi-cnt .text-mi img {
  width: 100%;
  height: auto;
}

#moreinfor .mi-cnt .tb-mi {
  width: 40%;
  padding: 15px 47.5px;
}

#moreinfor .mi-cnt .tb-mi .tit {
  padding: 10px;
  font-size: 15px;
  font-family: Medium;
}

#moreinfor .mi-cnt .tb-mi .item-kt {
  font-size: 16px;
  padding: 10px;
}

#moreinfor .mi-cnt .tb-mi .item-kt:nth-child(2n) {
  background: #f5f5f5;
}

.seemore-kt {
  background: white;
  color: #0072bc;
  border: 1px solid #0072bc;
  width: 100%;
  padding: 2px 0;
}

.seemore-kt:focus {
  box-shadow: none;
}

.modal-dialog.kt {
  max-width: 650px;
}

.modal-dialog.kt h4.modal-title {
  font-size: 17px;
  font-family: Medium;
}

.modal-dialog.kt .modal-header {
  padding: 10px 40px;
  border-bottom: none;
}

.modal-dialog.kt .modal-body {
  font-size: 17px;
  padding: 0 30px 60px 65px;
}

.modal-dialog.kt .modal-body span {
  font-size: 17px;
}

.modal-dialog.kt .modal-body .ktdi {
  padding: 8px 10px;
}

.modal-dialog.kt .modal-body .ktdi:nth-child(2n+1) {
  background: #ebeaeb;
}

.modal-dialog.kt .modal-body .ktdi.mtit {
  color: #a1a1a0;
}

img#xzoom-magnific {
  width: 400px !important;
}

.large-5.column {
  margin: auto;
}

button.btn.btn-primary.seemore-kt.at-sl {
  width: 80px;
  height: 80px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: none;
}

button.btn.btn-primary.seemore-kt.at-sl > div {
  font-size: 13px;
}

button.btn.btn-primary.seemore-kt.at-sl i {
  font-size: 16px;
}

button.btn.btn-primary.seemore-kt.at-sl:hover {
  color: unset;
  background: unset;
}

.d-hl {
  position: relative;
  padding: 15px 15px 0;
  overflow: hidden;
}

.d-hl .hide-cbar {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.88) 25%, #fefefe 50%, #fefefe 75%, #fefefe 100%);
  padding: 50px 0;
}

.d-hl .hide-cbar span {
  color: #0072bc;
  cursor: pointer;
}

.d-hl ul {
  padding: 5px 0 0 30px;
}

.d-hl ul li {
  font-size: 14px;
  line-height: 27px;
}

.modal-dialog.gall {
  max-width: 600px !important;
  top: 100px;
}

.modal-dialog.gall ul {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-end;
}

.modal-dialog.gall ul li {
  font-size: 1.125rem;
  margin: 0 1.5rem 0 0;
}

.modal-dialog.gall ul li:nth-child(4) {
  margin: 0;
}

.modal-dialog.gall .carousel-indicators li {
  background: none;
  width: 150px;
}

button.md-sl {
  width: 80px;
  height: 80px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 0px 13px;
  font-size: 13px;
  position: relative;
  z-index: 2;
}

button.md-sl:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
}

button.md-sl .cn {
  position: relative;
  z-index: 9;
}

button.md-sl .bhd-v {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.xzoom-thumbs {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.main-pr .xactive {
  box-shadow: 0px 0px 3px 0px rgba(110, 119, 128, 0.8588235294);
  border: 1px solid #bcbec0;
}

.main-pr .xzoom-gallery,
.main-pr .xzoom-gallery2,
.main-pr .xzoom-gallery3.main-pr,
.main-pr .xzoom-gallery4,
.main-pr .xzoom-gallery5 {
  border-radius: 4px;
}

.contact-pg {
  background: white;
  width: 100%;
  padding: 40px;
}

.contact-pg .form-group {
  margin-bottom: 25px;
}

.contact-pg .form-group.mgbt-30 {
  margin-bottom: 50px;
}

.contact-pg .box-ct {
  padding: 30px;
  border: 1px solid #a7a9ac;
  border-radius: 5px;
}

.contact-pg .box-ct .form-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact-pg .box-ct .form-group label {
  margin-right: 10px;
  margin-bottom: 0;
  font-family: Medium;
}

.contact-pg .box-ct .form-group .form-control {
  width: 70%;
}

.contact-pg .box-ct .form-group .form-control.fist-fc {
  width: 50%;
}

.contact-pg .box-ct .form-group:first-child {
  justify-content: space-between;
}

.contact-pg .box-ct .cont p {
  margin-bottom: 5px;
}

.contact-pg .box-ct .cont p.name {
  color: #6d6e71;
  font-family: Medium;
  text-transform: uppercase;
}

.contact-pg .box-ct .cont p i {
  color: #80d0db;
  margin-right: 5px;
}

.contact-pg .box-ct .tit {
  color: #6d6e71;
  font-size: 20px;
  font-family: Medium;
  padding-bottom: 15px;
  border-bottom: 1px solid #a7a9ac;
  margin-bottom: 5px;
}

.contact-pg .min-ctact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 70px;
}

.contact-pg .min-ctact .icon {
  width: 40%;
}

.contact-pg .min-ctact .text {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.contact-pg .min-ctact .text .name {
  width: 40%;
  font-family: Bold;
}

.contact-pg .min-ctact .text .nd {
  width: 60%;
  color: #ed1c24;
  font-size: 17px;
  font-family: Bold;
}

.contact-pg .txt-cs {
  text-align: justify;
  font-size: 13px;
  font-family: Bold;
  background: #f6f6f6;
  padding: 10px 30px 15px;
}

button.contactbtn {
  width: 100%;
  background: #498ecc;
  color: white;
  font-family: Bold;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 14px 0;
}

.text-box {
  margin-bottom: 60px;
}

.text-box .content {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  text-align: justify;
}

.text-box p {
  font-size: 17px;
}

.text-box .txt-content {
  padding: 0 19%;
  text-align: center;
}

.text-box .tit {
  padding: 30px 0;
  text-align: center;
  font-family: Medium;
  font-size: 35px;
  color: #fbab18;
}

#about .slogan {
  padding: 30px 25px 20px;
  background: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fbab18;
}

#about .slogan .big-s {
  width: 39%;
  font-family: Medium;
  font-size: 35px;
}

#about .slogan .small-s {
  width: 59%;
  font-size: 17px;
  text-align: justify;
}

#about .tchi .tc-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#about .tchi .tc-item:nth-child(2n) {
  flex-direction: row-reverse;
}

#about .tchi .tc-item:nth-child(2n) .text {
  background: black;
}

#about .tchi .tc-item:nth-child(2n) .text .tit {
  color: #fbab18;
}

#about .tchi .tc-item .text {
  width: 46%;
  background: #fbab18;
  padding: 20px 5px 20px 15px;
  text-align: justify;
}

#about .tchi .tc-item .text .tit {
  margin-bottom: 15px;
}

#about .tchi .tc-item .text p {
  color: white;
}

#about .tchi .tc-item .text .tc-min {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: white;
}

#about .tchi .tc-item .text .tc-min .icon {
  width: 12.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .tchi .tc-item .text .tc-min .txt {
  width: 87.5%;
  text-align: justify;
  font-size: 12px;
}

#about .tchi .tc-item .imgs {
  width: 54%;
}

.page-breadcrumb {
  padding: 10px 0;
}

.page-breadcrumb i,
.page-breadcrumb a {
  color: #2e64a5;
  margin-right: 15px;
}

section#conparision {
  background: #f2f2f2;
  padding-bottom: 15px;
}

section#conparision table {
  width: 100%;
}

section#conparision table .tb-tit {
  background: #2e64a5;
  color: white;
  font-size: 16px;
  font-family: Medium;
  font-weight: normal;
  text-transform: uppercase;
  padding: 6px 20px;
}

section#conparision table td {
  border: 1px solid #eee;
  border-left: none;
  padding: 6px 10px;
  min-width: 180px;
}

section#conparision table td.row-tit {
  width: 22%;
}

section#conparision table thead {
  background: white;
}

section#conparision table tbody tr.last-tr {
  background: white;
}

section#conparision table tbody tr.last-tr td {
  border: none;
}

section#conparision table tbody tr:nth-child(2n+1) {
  background: #ffffff;
}

section#conparision .cat-item {
  width: 100%;
  border: none;
}

section#conparision .cat-item .title {
  color: black;
}

section#conparision .cat-item .t-area .tager {
  top: 0;
  display: flex;
}

section#conparision .cat-item .t-area .tager .tag-d {
  margin-left: 3px;
  width: 27px;
  font-size: 9px;
}

section#conparision .cat-item .t-area .tager .tag-d.discounting {
  background: #ea2127;
}

section#conparision a.addnew-compare {
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  border: 1px dashed;
  font-size: 70px;
  text-align: center;
  line-height: 80px;
}

section#conparision .btn-group {
  flex-wrap: wrap;
}

section#conparision .btn-group button {
  width: 100%;
  margin-top: 5px;
}

.partner {
  background: #f1f2f2;
  padding: 0 50px 40px;
  position: relative;
  margin: 15px 0 50px;
}

.partner .tit {
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Bold;
  font-size: 20px;
}

.partner-slider .pnr-item {
  display: flex;
  justify-content: space-between;
}

.partner-slider .pnr-item .icon {
  width: 75%;
  cursor: pointer;
}

.partner-slider .pnr-item .icon:hover img {
  filter: brightness(0);
}

.partner-slider .pnr-item .icon img {
  transition: 0.3s all linear;
}

.partner-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -90px;
  width: 100%;
}

.partner-slider .owl-dot {
  display: inline-block;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #808285;
  position: relative;
  transition: 0.2s all linear;
}

.partner-slider .owl-dot.active {
  background: #ea8c1c;
  border-color: #ea8c1c;
}

.km-slider .km-item {
  display: flex;
  padding: 15px 0;
  width: 100%;
}

.km-slider .km-item .km-box {
  border: 1px solid #eee;
  margin: 5px;
  width: 100%;
}

.km-slider .km-item .km-box .tit {
  font-size: 20px;
  font-family: Bold;
  line-height: 23px;
}

.km-slider .km-item .km-box .descript {
  color: #919394;
  font-size: 14px;
}

.km-slider .km-item .km-box .text {
  padding: 10px;
}

.km-slider .km-item .km-box a {
  color: #0089cf;
}

.km-slider .owl-nav.disabled,
.km-slider #product-feature owl-nav {
  display: none !important;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ffd900;
  text-indent: -9999px;
  display: none;
  color: white;
  border-radius: 5px;
  border: 1px solid #ffd900;
  transition: 0.2s all linear;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: white;
  color: #ffd900;
}

#scroll:hover span {
  border-bottom-color: #ffd900;
}

.mg0 {
  margin: 0;
}

.img-pr {
  width: 30px;
  height: 30px;
}

.img-pr img {
  width: 100%;
  height: auto;
}

.cart-icon {
  position: fixed;
  right: 80px;
  bottom: 10px;
  z-index: 99;
  width: 145px;
  height: 50px;
  display: flex;
  border-radius: 30px;
  padding: 4px;
  color: #0072bc !important;
  font-size: 14px;
  box-shadow: 0px 0 7px 1px rgba(0, 0, 0, 0.15);
  background: white;
}

.cart-icon .icon {
  width: 40px;
  height: 40px;
  padding-top: 7px;
  background: #ffd900;
  border-radius: 50%;
  margin-right: 10px;
}

.cart-icon .icon img {
  width: 42px;
  height: 30px;
}

.cart-icon.chat-icon {
  right: 10px;
  bottom: 70px;
  background: #ffd900;
  width: 100px;
  height: 40px;
  align-items: center;
  line-height: 15px;
  font-family: Bold;
  color: black !important;
}

.cart-icon.chat-icon .icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.cart-icon.chat-icon .icon img {
  width: 34px;
  height: 27px;
}

.mn-content {
  background: white;
}

.mn-content .pr-dt {
  padding: 10px 20px;
  border-bottom: 2px solid #eee;
}

.mn-content .pr-dt .pr-item {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.mn-content .pr-dt .pr-item:nth-child(2) {
  margin-top: 5px;
  border-bottom: none;
}

.mn-content .pr-dt .pr-item .selected-coupon {
  background: #fff3c3;
  font-family: Bold;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}

.mn-content .pr-dt .pr-item .thumb {
  width: 80px;
  text-align: center;
}

.mn-content .pr-dt .pr-item .thumb .remove-item {
  color: #a8aaad;
  font-size: 12px;
  cursor: pointer;
}

.mn-content .pr-dt .pr-item .content {
  width: calc(100% - 90px);
}

.mn-content .pr-dt .pr-item .content .text {
  padding: 10px 0;
}

.mn-content .pr-dt .pr-item .content .text.show-detail .btn-open i {
  transform: rotate(180deg);
}

.mn-content .pr-dt .pr-item .tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mn-content .pr-dt .pr-item .tit .name {
  font-size: 15px;
  font-family: Bold;
}

.mn-content .pr-dt .pr-item .tit .price {
  display: flex;
  flex-wrap: wrap;
}

.mn-content .pr-dt .pr-item .tit .price.dhtc > div {
  width: 100%;
  text-align: right;
}

.mn-content .pr-dt .pr-item .tit .price > div {
  font-size: 13px;
  font-family: Bold;
}

.mn-content .pr-dt .pr-item .tit .price > div span.vnd {
  font-family: inherit;
  font-weight: 100;
  font-size: 11px;
  position: relative;
  top: -1px;
}

.mn-content .pr-dt .pr-item .tit .price .current {
  color: #cf2027;
}

.mn-content .pr-dt .pr-item .tit .price .sale {
  color: #77787c;
  margin-left: 10px;
  text-decoration: line-through;
}

.mn-content .pr-dt .pr-item .option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mn-content .pr-dt .pr-item .option span {
  color: #a8aaad;
  font-size: 12px;
}

.mn-content .btn-open {
  background: none;
  border: none;
  padding: 0;
  color: #1687c8;
}

.mn-content .btn-open:focus {
  outline: none;
  box-shadow: none !important;
}

.mn-content .btn-open i {
  transition: 0.2s all linear;
}

.mn-content .main-cp ul li .list-style {
  background: #77787c;
  width: 5px;
  height: 5px;
  position: relative;
  top: 3px;
}

.total-cost {
  padding: 10px 20px;
}

.total-cost .line {
  display: flex;
  justify-content: space-between;
  line-height: 25px;
  align-items: flex-start;
}

.total-cost .line .tde {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.total-cost .line .vlue span {
  font-family: Bold, sans-serif !important;
  font-size: 13px;
  font-weight: bold;
}

.total-cost .line .vlue.tt {
  font-size: 15px;
  color: #cf2027;
}

button.apply-code {
  width: 100%;
}

.tick {
  width: 14px;
  height: 14px;
  background: green;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  margin-right: 5px;
}

.mn-customer {
  background: white;
  margin: 5px 0;
  padding: 10px 20px;
}

.mn-customer .tit {
  margin-bottom: 20px;
}

.mn-customer .content {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.mn-customer .content.adress-cnt {
  background-image: url(/images/adress-bg.png?fb535c4c12239514aa33d6098c089bc6);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px;
}

.mn-customer .content.adress-cnt form .form-row {
  width: 100%;
}

.mn-customer .content.adress-cnt .form-check-input {
  margin-left: 0;
}

.mn-customer .content.adress-cnt .form-check-label {
  margin-left: 20px;
}

.mn-customer a.btn-sua {
  font-size: 14px;
  color: #1687c8;
  margin-left: 15px;
}

.mn-customer .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mn-customer .btn-group > a {
  width: 49%;
}

.suatt input::-moz-placeholder {
  color: #a8aaad;
  font-size: 14px;
}

.suatt input:-ms-input-placeholder {
  color: #a8aaad;
  font-size: 14px;
}

.suatt input::placeholder {
  color: #a8aaad;
  font-size: 14px;
}

.btn-orange,
.btn-blue {
  background: #f58220;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 7px 0;
  border-radius: 4px;
}

.btn-orange span,
.btn-blue span {
  width: 100%;
  color: white;
  font-family: Medium;
}

.btn-orange span.min,
.btn-blue span.min {
  font-size: 13px;
}

.btn-blue {
  background: #1687c8;
}

.btn-green,
.btn-red {
  background: #8bbd3f;
  color: white;
  height: 20px;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  transition: 0.3s all linear;
  border: 1px solid #8bbd3f;
}

.btn-green:hover,
.btn-red:hover {
  background: white;
  color: #8bbd3f;
}

.btn-red {
  background: #ef465b;
  border: 1px solid #ef465b;
}

.btn-red:hover {
  color: #ef465b;
}

.cnt-dhtc {
  background: white;
  padding: 10px 20px;
}

.cnt-dhtc.gbtn {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.cnt-dhtc.banner-success {
  background: #f8f6fa;
  color: #4bb96f;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}

.cnt-dhtc ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}

.cnt-dhtc ul li {
  padding-left: 15px;
  position: relative;
}

.cnt-dhtc ul li:before {
  color: #77787c;
  content: "\2022";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 30px;
}

img.dhtc-icon {
  width: 45px;
  height: auto;
  margin-right: 10px;
}

a.muathem {
  border: 1px solid #0089cf;
  color: #0089cf;
  font-size: 14px;
  padding: 10px 9px;
  border-radius: 3px;
}

a.muathem i {
  margin-right: 5px;
}

.fisr-banner .search-form {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.fisr-banner .search-form .form-control {
  height: unset;
  padding: 5px 0.75rem;
  font-size: 25px;
}

.fisr-banner .search-form .form-control::-moz-placeholder {
  color: #bcbec0;
}

.fisr-banner .search-form .form-control:-ms-input-placeholder {
  color: #bcbec0;
}

.fisr-banner .search-form .form-control::placeholder {
  color: #bcbec0;
}

.fisr-banner .search-form button {
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 28px;
  background: white;
  border: none;
  padding: 0 15px;
  color: #a8aaad;
}

.fisr-banner .search-form button:focus {
  box-shadow: none;
  outline: none;
}

section#tuyendung {
  background: #f1f1f1;
}

section#tuyendung .td-content {
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 20px;
}

section#tuyendung .td-content .left-sidebar {
  width: 20%;
  padding: 0 10px;
}

section#tuyendung .td-content .left-sidebar.ctk-sb {
  border-left: 1px solid #eee;
  width: 24%;
}

section#tuyendung .td-content .left-sidebar.ctk-sb .cb-item {
  margin-bottom: 25px;
}

section#tuyendung .td-content .left-sidebar.ctk-sb .cb-item span {
  width: 100%;
  padding-left: 10px;
  font-size: 15px;
}

section#tuyendung .td-content .left-sidebar.ctk-sb .cb-item a {
  display: block;
  width: 100%;
  padding-left: 15px;
  font-size: 13px;
  color: #1687c8;
  line-height: 27px;
  transition: 0.3s all linear;
}

section#tuyendung .td-content .left-sidebar.ctk-sb .cb-item a.active,
section#tuyendung .td-content .left-sidebar.ctk-sb .cb-item a:hover {
  background: #1687c8;
  color: white;
}

section#tuyendung .td-content .left-sidebar .big-title {
  color: #1687c8;
  margin-bottom: 10px;
}

section#tuyendung .td-content .left-sidebar ul {
  list-style: none;
  padding-left: 15px;
}

section#tuyendung .td-content .left-sidebar ul li {
  margin-bottom: 10px;
}

section#tuyendung .td-content .left-sidebar ul li a {
  color: black;
}

section#tuyendung .td-content .left-sidebar ul li i {
  transition: 0.2s all linear;
  margin-right: 5px;
}

section#tuyendung .td-content .left-sidebar ul li.hde i {
  transform: rotate(90deg);
}

section#tuyendung .td-content .szzs {
  padding-left: 15px;
  line-height: 30px;
}

section#tuyendung .td-content .szzs .form-check-input {
  margin-top: 8px;
}

section#tuyendung .td-content .right-content {
  width: 80%;
}

section#tuyendung .td-content .right-content.ctk {
  width: 75%;
}

section#tuyendung .td-content .right-content h1,
section#tuyendung .td-content .right-content h1 strong {
  font-size: 24px !important;
  font-weight: 900;
}

section#tuyendung .td-content .right-content h2,
section#tuyendung .td-content .right-content h2 strong {
  font-size: 22px !important;
  font-weight: 700;
}

section#tuyendung .td-content .right-content h3,
section#tuyendung .td-content .right-content h3 strong {
  font-size: 20px !important;
  font-weight: 600;
}

section#tuyendung .td-content .right-content h4,
section#tuyendung .td-content .right-content h4 strong {
  font-size: 18px !important;
  font-weight: 500;
}

section#tuyendung .td-content .right-content h5,
section#tuyendung .td-content .right-content h5 strong {
  font-size: 16px !important;
  font-weight: 400;
}

section#tuyendung .td-content .right-content h6,
section#tuyendung .td-content .right-content h6 strong {
  font-size: 14px !important;
  font-weight: 300;
}

section#tuyendung .td-content .right-content p,
section#tuyendung .td-content .right-content p strong {
  font-size: 13px !important;
}

section#tuyendung .td-content .right-content table {
  border: 1px solid #eee;
  width: 100%;
}

section#tuyendung .td-content .right-content table tr,
section#tuyendung .td-content .right-content table th,
section#tuyendung .td-content .right-content table td {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

section#tuyendung .td-content .right-content table .bigest {
  width: 55%;
  padding: 10px 20px 10px 70px;
}

section#tuyendung .td-content .right-content table .normal {
  width: 15%;
  text-align: center;
}

section#tuyendung .td-content .right-content table td.lvb p {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 29px;
}

section#tuyendung .td-content .right-content table td .timelimit {
  font-size: 11px;
  color: #a8aaad;
  margin-top: 5px;
}

section#tuyendung .td-content .right-content table td .tit {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

section#tuyendung .td-content .right-content table td .tit span {
  font-size: 14px;
}

section#tuyendung .td-content .right-content table td .more-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section#tuyendung .td-content .right-content table td .more-info > div {
  font-size: 11px;
  height: 22px;
  line-height: 22px;
}

section#tuyendung .td-content .right-content table td .more-info > div.author {
  margin-left: 20px;
  line-height: 20px;
}

section#tuyendung .td-content .right-content table td .more-info i,
section#tuyendung .td-content .right-content table td .more-info span {
  font-size: 11px;
  color: #bcbec0;
}

section#tuyendung .td-content .right-content table td .box-cnt {
  position: relative;
}

section#tuyendung .td-content .right-content table td .box-cnt:before {
  position: absolute;
  content: "\2022";
  color: #bab9ba;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}

section#tuyendung .td-content .right-content table tr {
  transition: 0.3s all linear;
  cursor: pointer;
}

section#tuyendung .td-content .right-content table tr .mvb,
section#tuyendung .td-content .right-content table tr .titvb,
section#tuyendung .td-content .right-content table tr .namelvb {
  transition: 0.3s all linear;
}

section#tuyendung .td-content .right-content table tr:hover {
  background: #fffcd5;
}

section#tuyendung .td-content .right-content table tr:hover .mvb {
  color: #cf2027;
}

section#tuyendung .td-content .right-content table tr:hover .titvb,
section#tuyendung .td-content .right-content table tr:hover .namelvb {
  color: #1687c8;
}

.btn-gr {
  border: 1px solid #bcbec0;
}

.btn-gr a {
  font-size: 11px;
  color: black;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  width: 48%;
  transition: 0.3s all linear;
}

.btn-gr a:first-child {
  border-right: 1px solid #bcbec0;
}

.btn-gr a:hover {
  color: #cf2027;
}

.btn-yellow {
  background: #ffc40c;
  display: inline-block;
  border: 1px solid #ffc40c;
  height: 32px;
  padding: 0 43px;
  border-radius: 4px;
  transition: 0.3s all linear;
}

.btn-yellow:hover {
  background: white;
}

.form-dk {
  position: fixed;
  width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 9999;
  background: white;
  padding: 30px 20px;
  border: 1px solid #bcbec0;
  border-radius: 5px;
  background: #f5f6f6;
}

.form-dk .form-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-dk .form-main .fst {
  font-size: 17px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-dk .form-main .itemf {
  width: 22%;
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.cttd-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cttd-head .element h4,
.cttd-head .element p {
  margin: 0;
}

.cttd-head .element span {
  font-size: 11px;
  color: #a8aaad;
}

.cttd-head .element .coding {
  background: #ffc40c;
  border: 1px solid #ffc40c;
  height: 32px;
  width: 200px;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s all linear;
  margin-top: 10px;
  line-height: 30px;
}

.cttd-head .element .coding:hover {
  background: white;
}

.cttd-body {
  margin: 30px 0;
  padding: 10px;
}

.cttd-body img {
  width: 100%;
  height: auto;
  margin: 5px 0;
}

.cttd-attachments .attachment-box {
  margin-top: 5px;
  background: #efeff0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 1px solid #bcbec0;
  font-size: 13px;
}

.cttd-attachments .attachment-box span.author {
  font-size: 11px;
}

.cttd-attachments .attachment-box a {
  color: #58595b;
  font-size: 12px;
  margin-left: 15px;
  transition: 0.3s all linear;
}

.cttd-attachments .attachment-box a:hover {
  text-decoration: underline !important;
}

.page-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
}

.page-nav .pnav-box {
  margin-left: 10px;
  display: flex;
}

.page-nav .pnav-box > a {
  position: relative;
  padding: 0 5px;
  color: #a8aaad;
}

.page-nav .pnav-box > a.current {
  color: black;
}

.page-nav .pnav-box > a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #a8aaad;
}

.page-nav .pnav-box > a:last-child:before {
  content: unset;
}

.quet {
  font-size: 12px;
  color: #939598;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.just-btw {
  justify-content: space-between;
}

.close {
  position: absolute;
  top: 0;
  right: 1px;
  color: red;
}

.inp-group input {
  width: 25%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.5);
}

.inp-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.inp-group i {
  margin: 0 10px;
}

.item.lang {
  position: relative;
}

.item.lang .lang-drop {
  position: absolute;
  width: 50px;
  height: auto;
  top: 100%;
  right: 0;
  display: none;
  background: white;
}

.pd-r-0 {
  padding-right: 0 !important;
}

.pd-l-0 {
  padding-left: 0 !important;
}

.viewed-produdct .ved-pr .cat-item {
  width: 100%;
}

.viewed-produdct .ved-pr .cat-item a.a-thumb p {
  display: none;
}

.viewed-produdct .ved-pr .cat-item .col-show {
  display: none;
}

.com-bill {
  width: 100%;
}

.mgt-15 {
  margin-top: 15px;
}

.pdt-15 {
  padding-top: 15px;
}

.page-bg {
  background: #f1f1f1;
}

.mgbt-30 {
  margin-bottom: 30px;
}

.mgt-10 {
  margin-top: 10px;
}

.wrapper-580 {
  max-width: 610px;
  padding: 0 15px;
  margin: 0 auto;
}

footer .created {
  font-size: 10px;
  text-align: center;
  padding: 15px 10% 35px;
}

#login {
  background-image: url(/images/544750.jpg?fa50a921bbe586395b7a0af23da08f9d);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.card {
  height: auto;
  margin: auto;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #ffd900;
  transition: 0.3s all linear;
}

.social_icon span:hover {
  color: white;
  cursor: pointer;
}

.card-header h3 {
  color: white;
}

.card-header h3.ch-2 {
  margin: 0;
  display: block;
  text-align: center;
}

.card-header small {
  color: white;
  text-align: center;
  display: block;
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -45px;
}

.icon-group-prepend span {
  width: 50px;
  background-color: #ffd900;
  color: black;
  border: 0 !important;
  display: flex;
  justify-content: center;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.remember {
  color: white;
}

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login_btn {
  color: black;
  background-color: #ffd900;
  width: auto;
  transition: 0.3s all linear;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: white;
}

.links a {
  margin-left: 4px;
  transition: 0.2s all linear;
}

.icon-thumb {
  width: 100%;
  height: 100px;
  color: #ffd900;
  text-align: center;
  line-height: 100px;
  font-size: 100px;
}

/*End-default-page*/

#order-created {
  display: block;
  background: #f1f1f1;
}

.order-noti {
  display: block;
  width: 100%;
  margin: 30px 0;
  background: #2e64a5;
  color: white;
  font-size: 16px;
  font-family: Medium;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

secton#order-created {
  padding-bottom: 80px;
}

.bill-infor table {
  width: 100%;
}

.bill-infor table td,
.bill-infor table th {
  padding: 7px;
}

.bill-infor table td.tit {
  font-family: Medium;
  width: 40%;
  text-align: left;
  border-right: 1px solid rgba(221, 213, 213, 0.62);
}

.bill-infor table td.w-40 {
  width: 30%;
}

.bill-infor table td.w-60 {
  width: 70%;
}

.bill-infor table tr {
  border-top: 1px solid rgba(188, 180, 180, 0.39);
}

.bill-infor table tr:nth-child(2n) {
  background: white;
}

.bill-infor table tr:nth-child(2n+1) {
  background: rgba(231, 253, 255, 0.86);
}

.bill-infor table th {
  background: #2e64a5;
  color: white;
  font-size: 15px;
  font-family: Medium;
  text-transform: uppercase;
  font-weight: normal;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.tb-title {
  font-size: 15px;
  font-family: Medium;
  text-transform: uppercase;
  font-weight: normal;
}

.bill-infor table tr.total-m {
  border-top: 3px solid #2e64a5;
  background: #bdd7f7;
}

.bill-infor table tr.total-m td {
  color: rgb(235, 44, 50);
  font-size: 15px;
  font-family: Bold;
  text-transform: uppercase;
}

a.default-btn {
  width: auto;
  font-size: 17px;
  font-family: Medium;
  height: 35px;
  line-height: 35px;
  color: white;
  background: #fa7b12;
  border: none;
  border-radius: 4px;
  padding: 0 30px;
  display: inline-block;
  margin: 80px auto 0;
  text-transform: uppercase;
}

#login {
  background-image: url(/images/544750.jpg?fa50a921bbe586395b7a0af23da08f9d);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.card {
  height: auto;
  margin: auto;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #ffd900;
  transition: 0.3s all linear;
}

.social_icon span:hover {
  color: white;
  cursor: pointer;
}

.card-header h3 {
  color: white;
}

.card-header h3.ch-2 {
  margin: 0;
  display: block;
  text-align: center;
}

.card-header small {
  color: white;
  text-align: center;
  display: block;
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -45px;
}

.input-group-prepend span {
  width: 50px;
  background-color: #ffd900;
  color: black;
  border: 0 !important;
  display: flex;
  justify-content: center;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.remember {
  color: white;
}

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login_btn {
  color: black;
  background-color: #ffd900;
  width: auto;
  transition: 0.3s all linear;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: white;
}

.links a {
  margin-left: 4px;
  transition: 0.2s all linear;
}

.icon-thumb {
  width: 100%;
  height: 100px;
  color: #ffd900;
  text-align: center;
  line-height: 100px;
  font-size: 100px;
}

/*End-default-page*/

#order-created {
  display: block;
  background: #f1f1f1;
}

.order-noti {
  display: block;
  width: 100%;
  margin: 30px 0;
  background: #2e64a5;
  color: white;
  font-size: 16px;
  font-family: Medium;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

secton#order-created {
  padding-bottom: 80px;
}

.bill-infor table {
  width: 100%;
}

.bill-infor table td,
.bill-infor table th {
  padding: 7px;
}

.bill-infor table td.tit {
  font-family: Medium;
  width: 40%;
  text-align: left;
  border-right: 1px solid rgba(221, 213, 213, 0.62);
}

.bill-infor table td.w-40 {
  width: 30%;
}

.bill-infor table td.w-60 {
  width: 70%;
}

.bill-infor table tr {
  border-top: 1px solid rgba(188, 180, 180, 0.39);
}

.bill-infor table tr:nth-child(2n) {
  background: white;
}

.bill-infor table tr:nth-child(2n+1) {
  background: rgba(231, 253, 255, 0.86);
}

.bill-infor table th {
  background: #2e64a5;
  color: white;
  font-size: 15px;
  font-family: Medium;
  text-transform: uppercase;
  font-weight: normal;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.tb-title {
  font-size: 15px;
  font-family: Medium;
  text-transform: uppercase;
  font-weight: normal;
}

.bill-infor table tr.total-m {
  border-top: 3px solid #2e64a5;
  background: #bdd7f7;
}

.bill-infor table tr.total-m td {
  color: rgb(235, 44, 50);
  font-size: 15px;
  font-family: Bold;
  text-transform: uppercase;
}

a.default-btn {
  width: auto;
  font-size: 17px;
  font-family: Medium;
  height: 35px;
  line-height: 35px;
  color: white;
  background: #fa7b12;
  border: none;
  border-radius: 4px;
  padding: 0 30px;
  display: inline-block;
  margin: 80px auto 0;
  text-transform: uppercase;
}

#product-holder .main-detail .min-dt p {
  margin-bottom: 0rem;
}

.menu-support-hide,
.menu-support-hide-more,
.menu-info-hide,
.menu-info-hide-more {
  display: none;
}

.menu-support-show-more,
.menu-support-hide-more,
.menu-info-show-more,
.menu-info-hide-more {
  cursor: pointer;
  font-size: 0.9em;
  color: #1687c8;
  font-weight: bold;
}

.icon-search-header {
  border-radius: 0px 0.25rem 0.25rem 0px !important;
  position: relative;
  height: 50px;
  border: 1px solid #ced4da;
  border-left: 0px;
}

.icon-search-header span.input-group-text {
  border-radius: 0px 0.25rem 0.25rem 0px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative !important;
  right: 0px !important;
}

input.form-control.input-search-header:focus {
  border: 1px solid #ced4da;
}

#about .content p span {
  font-size: 17px !important;
}

#banner {
  display: flex;
  justify-content: center;
  background-color: #f1f1f1;
}

#banner .banner.owl-carousel.owl-theme.owl-loaded.owl-drag {
  width: 1920px;
  max-width: 100%;
}

.fisr-banner .container-fluid {
  display: flex;
  justify-content: center;
  background: #f1f1f1;
  max-width: 100%;
  padding: 0px;
}

.fisr-banner .container-fluid .row .img-holder {
  max-width: 1920px;
}

#product-single .btn-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 11px;
}

#product-single .btn-cart > input {
  width: 49%;
  background: #BF0000;
  height: 43px;
  align-items: 43px;
  text-align: center;
  color: white;
  border: none;
  border-radius: 4px;
  font-family: bold;
  font-size: 17px;
}

#product-infor .wrapper-infor2 .cover .content .video img {
  width: 500px !important;
  margin-bottom: 30px;
}

#video {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#video .modal-dialog {
  width: 800px;
}

#video iframe {
  width: 100%;
}

#video .modal-body {
  padding: 0;
  background: transparent;
}

#video .modal-content {
  background: transparent;
  border: none;
}

#video .close-modal {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9;
}

#video .close-modal button {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  opacity: 1 !important;
  font-size: 18px;
  line-height: 30px;
}

#product-single .detail-col .add-cart {
  margin-top: 13px;
  margin-bottom: 21px;
}

@media screen and (max-width: 1400px) {
  #brand .background-slider {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 1199px) {
  .background-slider {
    width: 168px !important;
  }

  #header .head3-menu2 li a {
    text-decoration: none;
    color: white;
    padding: 10px 20px 10px 14px;
    display: inline-block;
  }

  #footer .foot1-contact-content .contact-content-left .content-left-title2 {
    font-size: 21.16px;
  }

  .contact-content-phone {
    font-weight: 700;
    letter-spacing: 3px;
  }

  .shop-title .title-wing {
    width: 38%;
  }

  .foot3-wrapper > div:nth-child(1) {
    width: 37.333333%;
  }

  #header .head1-menu li {
    float: left;
    margin-right: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .head2-logo img {
    width: 100%;
  }

  #brand .background-slider img {
    width: 92%;
    height: auto;
  }

  #brand .background-slider {
    text-align: center;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 991px) {
  #header .li-fist-child-text {
    margin: 0 10px;
  }

  #header .head3-menu {
    list-style: none;
    font-size: 13px;
  }

  #header .head3-menu2 {
    list-style: none;
    font-size: 13px;
  }

  .head3-menu li:nth-child(1) a img {
    width: 17px;
    height: 17px;
  }

  #header .head1-menu li {
    float: left;
    margin-right: 14px;
  }

  #header .head1 {
    font-size: 14.03px;
  }

  .head2-menu2-icon {
    line-height: 11px;
    height: 11px;
    width: 11px;
  }

  #header .head3-menu2 li a span:first-child {
    margin-right: 3px;
  }

  #banner .banner-content-brief {
    font-size: 32.19px;
    color: black;
  }

  #banner .banner-content-title {
    font-size: 29.06px;
    color: white;
  }

  .col-content-brief {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .content-item-text {
    line-height: 1.4;
  }

  .hot-deal-title .title-wing,
  .best-seller-title .title-wing,
  .new-arrivals-title .title-wing,
  .shop-title .title-wing {
    width: 37%;
  }

  #new-arrivals .arrival-col {
    width: calc(33.33333333% - 20px + 6.6666666667px);
  }

  #new-arrivals .arrival-col:nth-child(5n+5) {
    margin-right: 20px;
  }

  #new-arrivals .arrival-col:nth-child(3n+3) {
    margin-right: 0;
  }

  .shop-title .title-wing {
    width: 34%;
  }

  #brand .background-slider {
    width: 208px;
  }

  #brand .background-slider {
    width: 155px;
  }

  #footer .foot1-contact-content .contact-content-left .content-left-title2 {
    font-size: 16.16px;
  }

  #footer .foot1-contact-content .contact-content-left .content-left-title1 {
    font-size: 22.28px;
  }

  .contact-content-phone {
    font-weight: 700;
    letter-spacing: 0;
  }

  .foot2-title {
    display: none;
  }

  .title-title {
    font-size: 15.16px;
    position: relative;
    margin-bottom: 30px;
  }

  .title-title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: white;
    bottom: -10px;
    left: 0;
  }

  .hot-deal-title .title-title,
  .best-seller-title .title-title,
  .new-arrivals-title .title-title,
  .shop-title .title-title {
    margin-bottom: 0px !important;
  }

  .foot2-content > div:nth-child(-n+2) {
    margin-bottom: 30px;
  }

  .foot3-wrapper > div:nth-child(1) {
    width: 47.333333%;
  }

  #footer .foot3 .foot3-menu {
    font-size: 12.38px;
  }
}

@media screen and (max-width: 767px) {
  .hot-deal-content > div:nth-child(1) {
    margin-bottom: 20px;
  }

  #header .head1 {
    font-size: 10.03px;
  }

  .head2-wrapper {
    flex-wrap: wrap;
  }

  .head2-logo img {
    width: 35%;
  }

  .head2-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  #header .head3-menu > li:first-child {
    padding: 0 10px;
  }

  #header .li-fist-child-text {
    margin: 0 5px;
  }

  #header .head3-menu {
    list-style: none;
    font-size: 11px;
  }

  .head3-wrapper > div:nth-child(2) {
    width: 30%;
  }

  #header .head3-menu2 {
    list-style: none;
    font-size: 11px;
  }

  .head3-menu li:nth-child(1) a img {
    width: 13px;
    height: 13px;
  }

  #header .head2-search-form span {
    height: 34px;
  }

  #header .head2-search-form input {
    height: 34px;
  }

  #banner .banner-content-brief {
    font-size: 24.19px;
    color: black;
  }

  #banner .banner-content-title {
    font-size: 23.06px;
    color: white;
  }

  #banner .banner-content-btn a {
    font-size: 19.72px;
  }

  .stop {
    height: 35px;
    line-height: 35px;
  }

  .play {
    height: 35px;
    line-height: 35px;
  }

  .banner-slider .owl-dots {
    height: 35px !important;
  }

  #feature .feature-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  #feature .feature-wrapper .feature-col {
    width: 100%;
  }

  .best-seller-content > div:nth-child(-n+2) {
    margin-bottom: 30px;
  }

  .hot-deal-title .title-wing,
  .best-seller-title .title-wing,
  .new-arrivals-title .title-wing,
  .shop-title .title-wing {
    width: 31%;
  }

  #best-seller .seller-option-see-btn a {
    padding: 8px 9px;
  }

  #myBtn {
    display: none !important;
  }

  #new-arrivals .arrival-col {
    width: calc(50% - 20px + 10px);
  }

  #new-arrivals .arrival-col:nth-child(3n+3) {
    margin-right: 20px;
  }

  #new-arrivals .arrival-col:nth-child(2n+2) {
    margin-right: 0px;
  }

  .hot-deal-title .title-wing,
  .best-seller-title .title-wing,
  .new-arrivals-title .title-wing,
  .shop-title .title-wing {
    width: 28%;
  }

  .shop-content > div {
    width: 50%;
  }

  #shop .shop-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #footer .foot1-contact-content {
    display: flex;
    flex-wrap: wrap;
    width: 35%;
  }

  .foot1-contact > div:nth-child(-n+2) {
    margin-bottom: 20px;
  }

  .foot2-content > div:nth-child(-n+3) {
    margin-bottom: 30px;
  }

  .col4-link > a {
    margin-right: 30px;
  }

  .col4-link {
    display: inline-block;
  }

  .brand-payment-title {
    display: none;
  }

  #footer .foot3 .brand-payment-brand {
    width: 100%;
  }

  #footer .foot3 .foot3-menu {
    font-size: 10.38px;
  }

  .foot3-wrapper > div:nth-child(2) {
    width: 62%;
  }

  .foot3-wrapper > div:nth-child(1) {
    width: 38%;
  }

  .brand-payment-brand img {
    width: 43px;
  }

  .contact-fix {
    display: none !important;
  }
}

@media screen and (max-width: 567px) {
  #new-arrivals .arrivals-option-menu li a {
    font-size: 11px !important;
  }

  .head1 {
    display: none;
  }

  #header .head2-search-form input {
    font-size: 11.25px;
  }

  .head2-option-order {
    display: none;
  }

  .head2-option-like {
    display: none;
  }

  .head3-wrapper > div:nth-child(2) {
    display: none;
  }

  .head3-wrapper > div:nth-child(1) {
    width: 100% !important;
  }

  #banner .banner-content-brief {
    font-size: 15.19px;
    color: black;
  }

  .banner-slider .owl-dots {
    display: none !important;
  }

  .play,
  .stop {
    display: none !important;
  }

  #banner .banner-content-title {
    font-size: 19.06px;
    color: white;
  }

  #banner .banner-content-btn a {
    font-size: 18.72px;
  }

  .best-seller-options > div {
    width: 100% !important;
  }

  #best-seller .seller-option-menu li a {
    display: inline-block;
    text-decoration: none;
    color: #666666;
    font-size: 11.14px;
  }

  #best-seller .seller-option-see-btn {
    margin-top: 5px;
  }

  #best-seller .seller-option-see-btn a {
    padding: 1px 9px;
  }

  .hot-deal-title .title-wing,
  .best-seller-title .title-wing,
  .new-arrivals-title .title-wing,
  .shop-title .title-wing {
    width: 24%;
  }

  .background-slider {
    display: none !important;
  }

  #footer .foot1-contact-content {
    width: 42%;
  }

  .col4-link {
    display: flex;
  }

  .foot3-wrapper > div:nth-child(1) {
    display: none !important;
  }

  .foot3-wrapper > div:nth-child(2) {
    width: 100% !important;
  }

  #new-arrivals .arrival-col {
    width: 100%;
  }

  #new-arrivals .arrival-col {
    margin-right: 0;
  }

  .col4-link > a {
    margin-right: 0px;
  }

  #new-arrivals .arrival-col:nth-child(3n+3) {
    margin-right: 0px;
  }

  #new-arrivals .arrival-col:nth-child(2n+2) {
    margin-right: 0px;
  }

  #new-arrivals .arrival-col:nth-child(5n+5) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 375px) {
  #banner .banner-content-btn a {
    font-size: 8.72px;
  }

  .best-seller-content > div {
    width: 100% !important;
  }

  #best-seller .seller-option-menu li a {
    font-size: 10.14px;
  }

  .hot-deal-title .title-wing,
  .best-seller-title .title-wing,
  .new-arrivals-title .title-wing,
  .shop-title .title-wing {
    width: 20%;
  }

  #new-arrivals .arrivals-option-menu li a {
    font-size: 8.72px !important;
  }

  .shop-title .title-wing {
    width: 13%;
  }

  .shop-content > div {
    width: 100%;
  }

  #footer .foot1-contact-content {
    width: 51%;
  }

  #footer .foot3 .foot3-menu li a {
    padding: 0 11px;
  }

  .head2-wrapper > div:nth-child(3) {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1900px) {
  #head .head2 .cover .search {
    width: 25%;
  }

  #head .head2 .cover .feature li .title {
    color: white;
    font-size: 13px;
  }

  #head .head2 .cover .feature li {
    min-width: 68px;
  }
}

@media screen and (max-width: 1400px) {
  #head .head2 .cover .logo {
    width: 15%;
  }

  #head .head2 .cover .search {
    width: 25%;
  }

  #head .head2 .cover .feature li {
    min-width: 53px;
  }

  #head .head2 .cover .feature li .icon img {
    height: 36px;
  }

  #head .head2 .cover .feature li .title {
    font-size: 14px;
  }
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  transition: none;
}

/* --------------- */

/* xZoom Styles below */

.xzoom-container {
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

/* Thumbs */

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  border: 1px solid #cecece;
}

.xzoom-source,
.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */

.xzoom-hidden {
  overflow: hidden;
}

/* Preview */

.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Lens */

.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: crosshair;
}

/* Loading */

.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(/images/xloading.gif?caf2d66410c0c8c60af279c02705f073);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */

.xactive {
  box-shadow: 0px 0px 3px 0px rgb(74, 169, 210);
  border: 1px solid #4aaad2;
}

/* Caption */

.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

.account-session {
  margin: 40px 0;
}

.account-session .account-content {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.account-session .account-content .page-section {
  padding: 15px 0;
}

.lang-drop a {
  display: block;
}

.cnt-rc .rc-group {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cnt-rc .rc-group .rc-item {
  margin-bottom: 5px;
}

.page-section {
  background-color: #f1f1f1;
  width: 100%;
  padding: 25px 0;
}

.page-section .wrapper {
  padding: 0;
}

.partner-slider .owl-dot {
  border: 1px solid #808285 !important;
}

.partner-slider .owl-dot.active {
  border-color: white !important;
}

.ved-pr .owl-nav.disabled {
  display: flex !important;
}

.modal-dialog.gall .carousel-indicators {
  overflow-x: auto;
  width: 100%;
  height: 100px;
  margin: 0;
  bottom: -100px !important;
  justify-content: flex-start;
}

.modal-dialog.gall .carousel-indicators li {
  opacity: 1 !important;
}

/**
Item sản phẩm
 */

.item .img {
  width: 100%;
  height: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.item .text .title {
  line-height: 1.4em;
  height: 2.8em;
  max-height: 4.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item .text .infor {
  display: block !important;
}

.item .text .infor .status {
  width: 100% !important;
}

.item .text .infor .price .current {
  display: inline-flex;
  align-items: center;
}

/**
Ở trang chủ. Sản phẩm đầu tiên sẽ hiển thị bự hơn trang list
 */

.product-show .item:first-child {
  padding: 0;
  width: 40%;
}

.product-show .item:first-child .img {
  height: 180px !important;
}

.product-show .item:first-child .img img {
  width: auto !important;
}

/**
Ở trang danh mục
 */

.cat-item .cat-thumb {
  width: 100%;
  height: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-item .cat-thumb img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.cat-item .title {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-top: 5px;
}

.cat-item .min-hrf {
  display: none;
}

.active-col-show .cat-item .title {
  height: 100%;
  margin: 0;
}

.active-col-show .cat-item .title .a-thumb {
  color: #333;
  display: -webkit-box;
  max-height: 1.6rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-weight: 500;
  line-height: 1.6rem;
  align-items: flex-start;
  -webkit-box-align: inherit;
}

.active-col-show .cat-item .title .a-thumb:hover {
  color: #3490dc;
}

.active-col-show .cat-item .cat-thumb {
  width: 150px;
  height: 150px !important;
}

.active-col-show .cat-item .description {
  display: -webkit-box;
  max-height: 6rem;
  height: 5.6rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 4;
  font-weight: 500;
  line-height: 1.4rem;
  margin: 10px 0 20px;
  color: rgba(0, 0, 0, 0.64);
}

.active-col-show .cat-item .min-hrf {
  display: block;
}

.owl-carousel .owl-item .item .img img,
.owl-carousel .owl-item .cat-thumb img {
  width: auto !important;
}

.tc-item .imgs .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product-feature .cover .item .img,
.product-feature .item .img {
  width: 100%;
  height: 150px;
}

.km-slider .km-item .km-box .thumb {
  width: 100%;
  height: 185px;
}

.cat-item .cat-thumb {
  width: 100%;
  height: 156px;
}

.xzoom-thumbs a {
  width: 80px;
  height: 80px;
}

img#xzoom-magnific {
  height: 400px;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-dialog.gall .carousel-indicators li img {
  width: 100px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-item img.d-block {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.comp-thumb .img-holder {
  width: 100%;
  height: 100%;
}

/**
Slide tin khuyen mai
 */

.km-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.km-item .km-box {
  width: 33%;
}

.km-item .km-box .descript {
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.feature .icon img:first-child {
  display: inline-block;
}

.feature .icon img:last-child {
  display: none;
}

.feature .icon:hover img:first-child {
  display: none;
}

.feature .icon:hover img:last-child {
  display: inline-block;
}

.xzoom-thumbs a,
.xzoom-thumbs button {
  margin: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.xzoom-thumbs a img,
.xzoom-thumbs button img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  border: none !important;
  box-shadow: none !important;
}

.xzoom-thumbs a.xactive,
.xzoom-thumbs button.xactive {
  box-shadow: 0px 0px 3px 0px rgba(110, 119, 128, 0.8588235294);
  border: 1px solid #bcbec0;
}

.ved-pr .owl-nav button {
  background-color: white !important;
}

.xzoom-source {
  overflow: hidden;
}

.modal-dialog.gall .carousel-indicators li {
  display: inherit;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

.pr-item .img-holder {
  width: 80px;
  height: 80px;
}

.pr-item .img-holder img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.ved-pr .cat-item .cat-thumb {
  height: 190px !important;
}

.ved-pr .owl-nav {
  top: 45% !important;
}

.products {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.products .item {
  width: 20%;
  border-bottom: 1px solid #eee;
}

.products .item:first-child {
  padding: 0;
  width: 40%;
}

.products .item:first-child .text {
  padding: 20px;
}

.products .item:first-child .img img {
  width: 100%;
  height: auto;
}

.products .item:first-child:hover .img {
  transform: unset;
}

.item .infor .status {
  height: 18px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: white;
}

.product-list .item {
  cursor: pointer;
  padding: 20px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 20%;
}

.product-list .item .img {
  text-align: -webkit-center;
  transition: 0.2s all linear;
}

.product-list .item:hover .img {
  transform: translateY(-10px);
}

.product-list .item:hover .text .title {
  color: #0872b9;
}

.product-list .item .text {
  padding: 30px 0 0px;
}

.product-list .item .text .title {
  font-family: Medium;
  color: black;
  transition: 0.2s all linear;
}

.product-list .item .text .infor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-list .item .text .infor > div {
  display: flex;
}

.product-list .item .text .infor .status {
  width: 45%;
  justify-content: flex-end;
}

.product-list .item .text .infor .status .tus,
.product-list .item .text .infor .status .per {
  background: #0872b9;
  font-family: Bold;
  text-transform: capitalize;
  color: white;
  font-size: 9px;
  padding: 2px 5px;
  border-radius: 4px;
  height: 18px;
}

.product-list .item .text .infor .status .per {
  background: #ea2127;
  margin-left: 7px;
}

.product-list .item .text .infor .price {
  width: 55%;
  position: relative;
}

.product-list .item .text .infor .price span.vnd {
  font-size: 16px;
}

.product-list .item .text .infor .sale {
  font-size: 14px;
  line-height: 30px;
  color: #808083;
  text-decoration: line-through;
  padding-left: 5px;
}

.product-list .item .text .infor .sale span.vnd {
  font-family: Regular;
  top: -1px;
  transform: unset;
  font-size: 11px;
  font-weight: unset;
}

.product-list .item .text .current {
  font-family: Bold;
  color: #ea2127;
  font-size: 16px;
}

.product-list .item .gift {
  margin: 2px 0;
}

.product-list .item .gift .text1 {
  color: #808083;
  font-size: 11px;
  width: 100%;
}

.product-list .item .gift .text1 span {
  font-size: 11px;
  color: #ea2127;
  font-family: Bold;
}

#tag-products .product-list .item .text .infor .price span.vnd {
  font-size: 13px !important;
  top: -1px !important;
}

/**
Css trang so sanh san pham
 */

.cnt-compare td {
  width: 25%;
}

/**
css trang chi tiet san pham
 */

#moreinfor .mi-cnt .text-mi {
  padding: 15px;
}

#moreinfor .mi-cnt .text-mi ul {
  padding-left: 15px;
}

/**
Item
 */

.t-area .t-compare {
  text-align: right;
}

.t-area .t-compare span {
  color: #0872b9;
}

/**
Danh muc san pham
 */

.rc-group a:not(:last-child) {
  margin-right: 3px;
}

/**
 * Trang my account
 */

.list-group-item.product-item {
  display: flex;
}

.list-group-item.product-item .image {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.list-group-item.product-item .image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.cat-item .t-area {
  display: block;
}

.cat-item .t-area .tager {
  position: static;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 18px;
}

.cat-item .t-area .tager .tag-d {
  margin-left: 3px;
}

.cat-item .t-area .tager .discount-percent {
  background-color: #ea2127;
}

.sticky-sort {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  padding-top: 0px !important;
}

.sticky-sort .cover {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}


/*# sourceMappingURL=web.min.css.map*/