/** slide  **/
:root {
  --primary: #2277c0;
  --success: #128046;
  --red: #ea0000;
  --red2: #a62c07;
  --border: 1px solid var(--e1);
  --bg-light:#f3f3f3;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  background-color: var(--bg-light);
}

.bg-light {
  background-color: var(--bg-light);
}

.wrap-content {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.bg-c1 {
  background-color: var(--primary);
}

a {
  transition: all 0.4s;
  color: var(--primary);
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.page-header {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid var(--e1);
}

.header-nav .logo img {
  max-height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-nav .icon-group a {
  color: var(--primary);
}

.main-menu .nav-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.main-menu .nav-menu > li > .sub {
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  margin-top: 1rem;
  background: white;
}
.main-menu .nav-menu > li > .sub:before {
  content: "";
  display: block;
  width: 100%;
  bottom: 100%;
  z-index: 9;
  height: 3rem;
  position: absolute;
}
.main-menu .nav-menu > li > .sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .nav-menu > li > .sub a {
  padding: 0.5rem;
  display: block;
}
.main-menu .nav-menu > li > .sub li:not(:last-child) a {
  border-bottom: 1px solid var(--e1);
}
.main-menu .nav-menu > li > .submenu {
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  margin-top: 1rem;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 0;
}
.main-menu .nav-menu > li > .submenu:before {
  content: "";
  display: block;
  width: 100%;
  bottom: 100%;
  z-index: 9;
  height: 3rem;
  position: absolute;
}
.main-menu .nav-menu > li > .submenu li > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  margin-right: 0.5rem;
}
.main-menu .nav-menu > li > .submenu a {
  color: var(--primary);
}
.main-menu .nav-menu > li > .submenu h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.main-menu .nav-menu > li > .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--e1);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.main-menu .nav-menu > li > .submenu ul a {
  padding: 0.35rem 0;
  border-bottom: 1px dotted var(--e1);
  display: block;
}
.main-menu .nav-menu > li > .submenu ul a:hover {
  color: var(--primary) !important;
}
.main-menu .nav-menu > li > a {
  padding: 0.5rem;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--primary);
}
.main-menu .nav-menu > li > a:hover {
  color: var(--dark);
}
.main-menu .nav-menu > li:hover > .sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.4s;
}
.main-menu .nav-menu > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.4s;
}
.main-menu .nav-menu > li.has-child > a:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  margin-left: 0.25rem;
}
.main-menu .nav-menu > li.has-child:before {
  height: 100%;
  content: "";
  top: 0;
}
.main-menu a {
  text-decoration: none !important;
}

.logoft img {
  max-height: 120px;
}

#backtotop.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#backtotop {
  border-radius: 50%;
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  height: 40px;
  overflow: hidden;
  width: 40px;
  display: block;
  z-index: 998;
  visibility: hidden;
  transition: all 0.4s;
  transform: translateY(1rem);
  opacity: 0;
}

.page-footer {
  background: rgba(34, 34, 34, 0.05);
}
.page-footer .sm-title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin: 0;
}
.page-footer .sm-title > span {
  border-bottom: 3px solid var(--e1);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.copyright-footer {
  font-size: 13px;
}

.btn-minicart {
  position: relative;
}
.btn-minicart > .shift {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  background: white;
  color: var(--primary);
  font-size: 75%;
  font-weight: bold;
  padding: 1px 3px;
  line-height: 1;
}

.dropdown-menu-end {
  left: auto !important;
  right: 0 !important;
}

.f-nav a {
  display: block;
  padding: 0.5rem 0;
}

.owl-nav {
  position: absolute;
  left: -15px;
  right: -15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 1px;
  top: 50%;
  z-index: 2;
  margin-top: -10px;
}
.owl-nav .owl-prev > span {
  border-radius: 50%;
  border: 2px solid;
  color: var(--primary);
  padding: 0.75rem;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.owl-nav .owl-next > span {
  border-radius: 50%;
  border: 2px solid;
  color: var(--primary);
  padding: 0.75rem;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.section-home-slide .owl-nav {
  left: 30px;
  right: 30px;
}

.img-fix {
  position: relative;
  width: 100%;
  padding-top: 56.12%;
  overflow: hidden;
}
.img-fix > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.img-fix.img-fix-content {
  -o-object-fit: contain;
     object-fit: contain;
}

.cate-thumb {
  height: 100%;
  background-position: center right;
  background-size: 50%;
  background-repeat: no-repeat;
  display: flex;
  color: white;
}
.cate-thumb h3 {
  margin: 0;
  padding-bottom: 10px;
}
.cate-thumb h3 a {
  color: white;
  font-size: 24px;
  text-decoration: none !important;
}
.cate-thumb .text {
  font-size: 16px;
  margin-bottom: 30px;
}
.cate-thumb > .inner {
  transition: all 0.4s;
  height: 100%;
}
.cate-thumb > .inner:hover {
  background: rgba(0, 0, 0, 0.5);
}

.cate-thumbs {
  margin-left: 0;
  margin-right: 0;
}
.cate-thumbs > li {
  background-color: var(--primary);
  padding: 0;
}
.cate-thumbs > li:nth-child(1) {
  background-color: rgb(45, 198, 83);
}
.cate-thumbs > li:nth-child(2) {
  background-color: rgb(56, 176, 0);
}
.cate-thumbs > li:nth-child(3) {
  background-color: rgb(197, 40, 61);
}
.cate-thumbs > li:nth-child(4) {
  background-color: rgb(241, 81, 86);
}

.text_gradient {
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}

.heading h1 {
  font-size: 34px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  position: relative;
}
.heading h1 span {
  text-transform: uppercase;
  padding-bottom: 30px;
  display: inline-block;
  color: var(--primary);
  font-weight: bold;
}
.heading h1:before {
  content: "";
  -webkit-mask-image: url(../img/border-title-03.png);
          mask-image: url(../img/border-title-03.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: var(--primary);
  background-repeat: no-repeat;
  width: 434px;
  height: 27px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.heading h2 {
  font-size: 34px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  position: relative;
}
.heading h2 span {
  text-transform: uppercase;
  padding-bottom: 30px;
  display: inline-block;
}
.heading h2 a {
  text-transform: uppercase;
  padding-bottom: 30px;
  display: inline-block;
}
.heading h2:before {
  content: "";
  -webkit-mask-image: url(../img/border-title-03.png);
          mask-image: url(../img/border-title-03.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--primary);
  max-width: 434px;
  width: 80%;
  height: 27px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.heading p {
  padding: 0 150px;
  margin-top: 15px;
  text-align: center;
  color: #8b8b99;
}

.nav-icon-item > div > div {
  display: block;
  flex: 0 0 100%;
  width: 100%;
}
.nav-icon-item > div > div > .img {
  width: 135px;
  height: 135px;
  padding: 0;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px dashed var(--primary);
  outline: 5px solid white;
}
.nav-icon-item h3 {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
  padding: 1rem 0;
  line-height: 1.5rem;
  text-align: center;
}

.nav-tabs-cycle {
  border-bottom: 0;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.nav-tabs-cycle > li > a.nav-link {
  border: 1px solid var(--e1);
  color: var(--primary);
  font-weight: bold;
  border-radius: 30px;
}
.nav-tabs-cycle > li > a.nav-link:hover {
  color: white;
  background: var(--primary);
}
.nav-tabs-cycle > li > a.nav-link.active {
  color: white;
  background: var(--primary);
}

.product-thumb-sm {
  overflow: hidden;
  position: relative;
  padding: 1px 1px 1rem;
  border: 1px solid #F5F5F5;
  transition: all 0.4s;
  border-radius: 0.375rem;
  background-color: white;
}
.product-thumb-sm .image {
  position: relative;
}
.product-thumb-sm .image a {
  display: block;
  padding-top: 100%;
  margin: 0 auto;
  z-index: 3;
  background: white;
}
.product-thumb-sm .caption {
  position: relative;
  z-index: 2;
}
.product-thumb-sm:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 200px;
  transition: all 0.5s;
  top: -150%;
  background-color: var(--primary);
  z-index: 0;
  border-radius: 25%;
}
.product-thumb-sm:after {
  position: absolute;
  content: "";
  z-index: 0;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  background: #F5F5F5;
  width: 335px;
  height: 335px;
  border-radius: 50%;
  transition: all 0.5s;
}
.product-thumb-sm:hover {
  border-color: var(--primary);
}
.product-thumb-sm:hover:after {
  top: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.product-thumb-sm:hover:before {
  top: 0;
}
.product-thumb-sm:hover .product-sale-box {
  top: 5px;
}
.product-thumb-sm h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem;
  text-align: center;
  min-height: 44px;
}

.product-sale-box {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 3;
  padding: 0;
  transition: all 0.4s;
}
.product-sale-box > span {
  background-color: var(--red);
  color: white;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 2px 10px;
  position: relative;
  margin-right: -6px;
}
.product-sale-box > span:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  padding-left: 8px;
  background-color: var(--red);
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  display: block;
}
.product-sale-box > span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  height: 30%;
  padding-left: 6px;
  background-color: var(--red2);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  display: block;
}

.price .min {
  color: var(--red);
  font-weight: 600;
  margin-right: 0.5rem;
}
.price .old {
  font-size: 14px;
}

.home-hotline {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  color: white;
  font-size: 1.25rem;
}
.home-hotline .inner {
  z-index: 2;
  position: relative;
}
.home-hotline:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.home-hotline a {
  color: white;
}

.partner-thumb .img-fix {
  padding-top: 70px;
  display: block;
  width: 140px;
}

.top-1 {
  background: var(--primary);
  color: white;
}

ul.nav-sp {
  background: #26abe2;
  position: relative;
  margin-left: 9px;
  margin-right: 9px;
}
ul.nav-sp a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  display: block;
}
ul.nav-sp:before {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  height: 100%;
  width: 10px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  background: #26abe2;
}
ul.nav-sp:after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  height: 100%;
  width: 10px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #26abe2;
}

.page-header.p-stick {
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.page-header.p-stick .logo img {
  max-height: 50px;
}
.page-header.p-stick .main-menu .nav-menu > li > .sub:before {
  height: 1rem;
}
.page-header.p-stick .main-menu .nav-menu > li > .submenu:before {
  height: 1rem;
}

.mb-menu .input-group-addon .btn-c2 {
  border-radius: 0 0.275rem 0.275rem 0;
  height: 100%;
}

.fix-100 {
  padding-top: 100%;
}

.pdt-thumb-inline {
  border-bottom: 1px dotted var(--e1);
}
.pdt-thumb-inline h3 {
  font-size: 16px;
  font-weight: bold;
}
.pdt-thumb-inline h3.small {
  font-size: 14px;
}

.section-title {
  text-align: center;
  font-size: 1em;
  position: relative;
  width: 100%;
  border-bottom: 2px solid;
  display: flex;
  justify-content: space-between;
  color: var(--primary);
}
.section-title > span {
  background: var(--primary);
  color: white;
  text-transform: capitalize;
}

.section-title.section-title-2 > span {
  border-radius: 0;
  letter-spacing: 0;
  position: relative;
}
.section-title.section-title-2 > span:after {
  display: block;
  position: absolute;
  left: calc(100% - 0.5px);
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: var(--primary);
  content: "";
  width: 25px;
  height: calc(100% + 1px);
}

.box-l .section-title.section-title-2 > span {
  font-size: 16px;
  padding: 10px 15px;
}

.hbd {
  border-radius: 0 1rem;
  border: 1px solid var(--primary);
}

.btn.hotline {
  position: relative;
  margin-top: -10px;
  top: -10px;
  font-size: 18px;
  border-radius: 30px;
  border: 1px solid;
  outline: 1px solid var(--primary);
}

.section-title-underline-3 {
  color: var(--dark);
  font-size: 18px;
  line-height: 1;
}

.section-title-underline {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--primary);
}
.section-title-underline > span {
  margin: 0 0.5rem;
}
.section-title-underline:after {
  content: "";
  display: block;
  flex: 1;
  opacity: 0.6;
  background-color: transparent;
  border: 1px dashed var(--primary);
}
.section-title-underline:before {
  content: "";
  display: block;
  flex: 1;
  opacity: 0.6;
  background-color: transparent;
  border: 1px dashed var(--primary);
}

.hnav li > a {
  color: var(--gray-dark);
  padding: 0.5rem 0.5rem;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.hnav li:not(:last-child) {
  border-bottom: 1px dashed var(--primary);
}

.bd {
  border: 1px solid var(--primary);
}

.breadcrumb {
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}

.product-short-detail .pdt-btns {
  background: #f7f8fa;
  border: 0;
  border-radius: 0.275rem;
  margin-right: 0;
  width: auto;
}
.product-short-detail .pdt-btns input {
  width: auto;
  min-width: 0;
  padding: 13px 0;
  background: transparent;
  width: 20px;
}
.product-short-detail .btn.btn-black {
  opacity: 1;
  color: var(--blue);
  border-color: transparent !important;
  padding: 16px 0.5rem;
  font-size: 12px;
}

.btn-cart {
  color: white !important;
  border: 0 !important;
  font-size: 13px;
  text-align: center;
}
.btn-cart > span {
  flex: 0 0 100%;
  display: block;
  text-align: center;
  width: 100%;
}
.btn-cart > span:first-child {
  font-weight: 500;
}
.btn-cart > span:last-child {
  font-weight: 300;
}

.btn-red {
  background: #fe0000;
}

.btn-green {
  background: #01aa65;
}

.bg-gray {
  background-color: rgb(247, 245, 239);
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: var(--border);
}
.tags-list li {
  margin-bottom: 1rem;
}
.tags-list li a {
  margin: 0 5px;
  display: block;
  padding: 2px 6px;
  border-radius: 99px;
  color: var(--info);
  border: 1px solid;
}

.social a {
  border: 1px solid;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-right: 0.25rem;
  color: white;
  position: relative;
  overflow: hidden;
}
.social .facebook a {
  background-color: #3a589d;
}
.social .twitter a {
  background-color: #2478ba;
}
.social .pinterest a {
  background-color: #cb2320;
}
.social .linkedin a {
  background-color: #0072b7;
}
.social .tumblr a {
  background-color: #36455d;
}

.btn.btn-black:hover {
  background: #e3e3e3;
}

.pgallery .product-sale-box {
  top: 1.5rem;
  right: 8px;
}

.bwp-single-info .price .min {
  font-size: 2rem;
  display: block;
}

.spbox {
  position: relative;
  border: 1px dashed red;
  padding: 2rem 1rem 1rem;
  border-radius: 0.375rem;
  font-weight: 300;
}
.spbox .sp-label {
  position: absolute;
  background: red;
  color: white;
  padding: 5px 12px;
  font-size: 14px;
  left: 1rem;
  top: -7px;
  border-radius: 20px;
  text-transform: uppercase;
}
.spbox ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.spbox.spbox-2 {
  border-style: solid;
}

.cl-box .hd {
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s;
}
.cl-box .hd:hover {
  background: var(--primary);
  color: white;
  padding: 0.5rem;
}
.cl-box .bd {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.cl-box.in-show .hd {
  background: var(--primary);
  color: white;
  padding: 0.5rem;
}

.box-shadow-2 {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: white;
}

.gmap iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-control {
  border-color: var(--primary);
}

.content-page-404 {
  padding-top: 5rem;
  padding-bottom: 9rem;
}
.content-page-404 .title-error {
  font-size: 8rem;
}

.article-wrap {
  word-wrap: break-word;
}
.article-wrap img {
  max-width: 100%;
}

.tagcloud {
  border-top: 1px solid var(--e1);
  border-bottom: 1px solid var(--e1);
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  text-align: right;
}
.tagcloud a {
  display: inline-block;
  padding: 0.5rem;
  border: 1px solid var(--primary);
  min-width: 40px;
  text-align: center;
}
.tagcloud a:hover {
  color: white;
  background: var(--primary);
}

.pnbox {
  position: relative;
  margin: 1rem 0;
}
.pnbox h3 {
  font-size: 1.25rem;
}
.pnbox .txt-light {
  font-size: 1.3rem;
  color: var(--dark);
  border-bottom: 1px solid var(--e1);
  margin-bottom: 0.75rem !important;
}
.pnbox:after {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px solid var(--e1);
  position: absolute;
}

.post-thumb-2 {
  padding: 0.5rem;
  background: white;
  border: 1px solid var(--e1);
  margin-bottom: 2rem;
  transition: all 0.5s;
}
.post-thumb-2:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
}
.post-thumb-2 h3 {
  font-size: 16px;
  font-weight: 600;
  min-height: 58px;
}
.post-thumb-2 .time {
  font-size: 14px;
  margin: 0.5rem 0;
  display: block;
}
.post-thumb-2 .desc {
  font-size: 14px;
  margin-bottom: 1rem;
}
.post-thumb-2 .site-button-link {
  font-weight: bold;
  border-radius: 0.375rem;
  border: 1px solid var(--primary);
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.post-thumb-2 .site-button-link:hover {
  background: var(--primary);
  color: white;
}

.txt-dot {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bread-bg {
  position: relative;
}
.bread-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.bread-bg ul {
  position: relative;
  z-index: 1;
  color: white;
}
.bread-bg a {
  color: white !important;
}

.minicart-items .cart-item-control .input-group-append > button {
  color: var(--info);
}
.minicart-items .cart-item-control .input-group-append > button:hover {
  background: var(--info);
  color: white;
}
.minicart-items .cart-item-control .cart_item_remove {
  background: var(--e1);
  color: var(--bold);
}
.minicart-items .cart-item-control .cart_item_remove:hover {
  color: white;
  background: var(--primary);
}
.minicart-items .cart-item-control .ajax-qty-val {
  width: 40px;
  flex: 0 0 40px;
  text-align: center;
  border-color: var(--e1);
}
.minicart-items .cart-item-control .sub-total {
  color: var(--orange);
  font-weight: bold;
}

.shopcart-description .content-wrap ul li {
  display: flex;
  align-items: center;
}

.anim {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
}

.anim.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.img-messenger img {
  height: 38px;
}

.img-zalo img {
  height: 38px;
}

.pagi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagi > span {
  cursor: pointer;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid;
  color: var(--primary);
  min-width: 2rem;
  text-align: center;
  transition: all 0.4s;
}
.pagi > span:hover {
  color: white;
  border-color: var(--primary);
  background: var(--primary);
}
.pagi > span.active {
  color: white;
  border-color: var(--primary);
  background: var(--primary);
}

.qcall {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 998;
}
.qcall > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.qcall > li:nth-child(1) a img {
  animation-delay: 1.2s;
}
.qcall > li:nth-child(2) a img {
  animation-delay: 1.4s;
}
.qcall > li:nth-child(3) a img {
  animation-delay: 1.6s;
}
.qcall > li:nth-child(4) a img {
  animation-delay: 1.8s;
}
.qcall a {
  position: relative;
  display: block;
}
.qcall a img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid white;
  outline: 1px solid #337eed;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
}
.qcall a > span {
  position: absolute;
  left: 50%;
  color: white;
  background: #337eed;
  height: 100%;
  display: flex;
  top: 0;
  padding-left: 15px;
  z-index: -1;
  min-width: 150px;
  border-radius: 0 30px 30px 0;
  line-height: 1;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin-left: -15px;
}
.qcall a > span > span:first-child {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.qcall a > span > span:last-child {
  text-transform: uppercase;
  font-weight: bold;
}
.qcall a:hover > span {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.qcall a.messenger > span {
  background: #27a7f5;
}
.qcall a.phone > span {
  background: #37c837;
}
.qcall a.phone > img {
  background: #37c837;
  outline: 1px solid #37c837;
}

.hidden {
  display: none;
}

.appuser .dropdown-menu {
  min-width: 250px;
}
.appuser .u-drop .btn {
  width: 100%;
}

.slide-item {
  padding-top: 56.12%;
  overflow: hidden;
  position: relative;
  background: white;
}
.slide-item .slide-main-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-item .slide-img-layer img {
  width: 100%;
  height: auto;
}
.slide-item .layer {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.slide-item .slide-text-layer {
  height: auto !important;
}

.dm-stick {
  position: sticky;
  top: -10px;
  z-index: 2;
  background: var(--bg-light);
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}
.row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.product_title {
  font-size: 1.5rem;
}

.protitle a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  overflow: hidden;
}

.product-thumb-sm h3 {
  min-height: 36px;
  margin: 0.5rem 0;
}

.nav-tabs-cycle {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  justify-content: start;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
.nav-tabs-cycle a {
  white-space: nowrap;
}

ul.pagination {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 1.5rem;
}
ul.pagination a {
  display: block;
  padding: 6px 8px;
  border: 1px solid;
  border-radius: 0.375rem;
  min-width: 35px;
  text-align: center;
}
ul.pagination li.active > a,
ul.pagination a:hover {
  background-color: var(--primary);
  color: white;
  text-decoration: none;
}

.youtube-shorts {
  display: block;
  margin: 0 auto;
}

img.fw {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */