* {
  font-family: var(--font-family);
}

.webContainer {
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.text-end {
  text-align: end;
}

.footerSocial {
  text-align: end;
  padding-right: 15px;
}

.footerSocial:last-child {
  padding-left: 0;
  padding-right: 0;
}

.footerSocial a {
  font-size: 12px;
  line-height: 14px;
  font-family: var(--font-family-semi-bold);
}

.footer {
  padding: 30px 0;
}

.loginFont {
  font-weight: 700;
}

.FooterLogoSection {
  border-bottom: 0.5px solid #313131;
}

.footerLogo {
  padding-bottom: 36px;
}

.footerBasicInfo {
  padding: 39px 0 17px;
  list-style: none;
  margin: 0;
}

ul.footerBasicInfo li {
  display: inline;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #5E5E5E;
}

ul.footerBasicInfo li+li:before {
  padding: 8px;
  color: black;
  content: "|";
}

.footerCustomerTitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 39px 0 17px;
}

.footerDesc {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.footerFirstSection {
  margin-bottom: 24px;
}

.footerDescText {
  font-size: 12px;
  line-height: 18px;
}

.footerImg {
  height: 32px;
  width: 105px;
}

.footerImg img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  filter: grayscale(100%);
}

.footerLogoPartnerBox {
  margin-bottom: 30px;
}

.footerFollowUs {
  font-size: 12px;
  line-height: 14px;
}

.iconSelect {
  background-color: #fff;
  background-image: url('../../public/assets/images/logo/dropDownIcon.svg');
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}

.borderNoneLine {
  border: none !important;
  padding: 0 !important;
}

.sortBtn {
  width: 100%;
  height: 32px;
  color: #fff;
  background-color: #F42D2D;
  border-color: #F42D2D;
  transition: 0.5s ease all;
}

.sortBtn:hover {
  color: #F42D2D;
  background-color: #fff;
}

/* sort bar end */
.slide-home-06>div.slick-initialized,
.slideProducts .carousel.slick-initialized,
.youtube-slide .carousel.slick-initialized,
.contact-slide .carousel.slick-initialized,
.gallery-slide .carousel.slick-initialized,
.category-slide .carousel.slick-initialized,
.testimonials-slide .carousel.slick-initialized,
.super-thumb-slide.slick-initialized,
.slidemobile .carouselhome.slick-initialized,
.new_blogs .carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
}

h1 {
  font-size: 33px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 550;
}

h4 {
  font-size: 22px;
  font-weight: 500;
}

h5,
h6 {
  font-size: 20px;
  font-weight: 450;
}

#header {
  display: unset;
  z-index: 9;
  background: #fff;
  height: auto;
  box-shadow: 0 6px 8px 0 rgb(0 0 0 / 4%);
}

#header .sticky {
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 820px) {
  #header {
    display: block;
  }
}

.lynessa-listitem.style-01 .listitem-inner p.title a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: black;
  top: 18px;
  transform: translateX(0%);
  transition: all 0.4s;
}

.lynessa-listitem.style-01 .listitem-inner p.title:hover a:before {
  width: 100%;
}

.lynessa-listitem.style-01 .title a {
  font-weight: 600;
  position: relative;
  color: black;
}

.add_color {
  background: #ead6c6;
  padding-top: 26px !important;
  margin-bottom: 0 !important;
}

.mobile-note-hotline a {
  position: relative !important;
  display: contents !important;
  width: auto !important;
  padding-left: 0 !important;
}

a.slick-slide.slick-active {
  width: 50px !important;
}

.unit {
  position: absolute;
  font-weight: bold;
  color: #1c00ff;
  top: 17px;
  right: -5px;
  width: 110px;
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.slideInCategory .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slideInCategory .overlays {
  width: 100%;
  background: black;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

/*
	=======================================CUSTOM CSS=======================================
*/
.box-header-nav .main-menu>.menu-item>a .arrow-down {
  color: black;
  font-weight: 600;
  transition: 0.5s;
}

.box-header-nav .main-menu>.menu-item:hover>a .arrow-down {
  transform: rotate(-180deg);
}

.header-right .block-dreaming .block-link .count {
  background-color: #3e3a3b;
}

.slick-dots li.slick-active button {
  background-color: #e0e0e0;
}

.slideProducts .thumb-link img {
  height: auto;
  width: auto;
  object-fit: cover;
}

.lynessa-iconbox.style-02 .icon {
  position: relative;
  margin: auto;
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dedede;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* .lynessa-iconbox.style-02 .icon:hover {
  border-radius: 3px;
  cursor: pointer;
}
.lynessa-iconbox.style-02 .iconbox-inner .icon:hover img {
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transform: rotateZ(360deg);
} */
.lynessa-iconbox.style-02 .iconbox-inner .icon:hover {
  animation-name: shake;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes shake {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

.lynessa-iconbox.style-02 .title,
.lynessa-iconbox.style-02 .desc {
  font-family: var(--font-family);
}

.lynessa-iconbox.style-02 .iconbox-inner .icon span {
  color: white;
  position: absolute;
  top: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  left: 50%;
}

.contact-slide .carousel img {
  width: 100%;
  object-fit: cover;
  height: 232px;
}

.contact-slide .carousel img:hover {
  cursor: pointer;
}

.contact-slide .carousel .contact-item:hover .product-thumb123:before {
  animation: shine 1.1s;
}

.contact-slide .carousel .contact-item .product-thumb123 {
  position: relative;
  overflow: hidden;
  display: block;
}

.contact-slide .carousel .contact-item .product-thumb123:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.contact-slide .prev,
.contact-slide .next {
  position: absolute;
  color: #999;
  font-size: 20px;
  top: 50%;
  background: white;
  border-radius: 50%;
  border: 1px solid rgb(211, 212, 213);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-5%, -50%);
}

.contact-slide .prev {
  left: 5%;
}

.contact-slide .next {
  right: 5%;
}

.contact-slide {
  margin-bottom: 78px;
}

.contact-slide .slick-dots {
  margin-top: 20px;
}

.socials-list a {
  font-size: 14px;
  margin-right: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 50%;
}

.trail-item span {
  font-weight: 300;
  font-size: 13px;
  text-transform: lowercase;
  display: inline-block;
}

.trail-item span::first-letter {
  text-transform: uppercase;
}

@media only screen and (max-width: 540px) {
  .trail-end {
    display: none !important;
  }

  .socials-list a {
    margin: 7px;
  }
}


b {
  font-family: var(--font-family-semi-bold);
}

input[type="submit"] {
  cursor: pointer;
}

.popular-keyword .popular-keyword__title {
  font-size: 14px;
}

.popular-keyword .popular-keyword__item {
  padding: 0px 26px;
  display: inline-block;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(46, 62, 78);
  font-size: 14px;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  background: rgb(245, 246, 246);
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 8px;
}

.slide-caption {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: inherit;
  padding: 0;
  width: 76%;
}

.menu_overlays {
  position: absolute;
  height: 500%;
  width: 100%;
  background: black;
  opacity: 0.5;
  display: none;
  transition: 0.5s;
  z-index: 9;
}

.megamenu_overlays {
  position: fixed;
  top: calc(72px + 41px);
  height: 100%;
  width: 100%;
  /* background: black; */
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 8;
}

.megamenu_overlays.active {
  opacity: 0;
  visibility: visible;
  pointer-events: unset;
}

.megamenu_overlays.sticky {
  top: 72px;
}

.search_overlays {
  position: absolute;
  height: 500%;
  width: 100%;
  background: black;
  opacity: 0.7;
  display: none;
  transition: 0.5s;
  z-index: 9;
}

.pages_overlays {
  position: absolute;
  height: 500%;
  width: 100%;
  background: black;
  opacity: 0.7;
  display: none;
  transition: 0.5s;
  z-index: 10000;
}

#search_product_mobile {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 14px;
  z-index: 99;
}

#search_product_mobile .card-body {
  background: white;
  border: 1px solid #eeeeee;
  border-radius: 0;
}

#search_product_mobile form {
  width: 100%;
  background: #eeeeee;
}

#search_product_mobile .fa-search {
  font-size: 18px;
}

#search_product_mobile .input_search {
  background: #eeeeee;
  border: 0;
  width: 100%;
  text-align: left;
  font-family: var(--font-family);
}

#search_product_mobile .esc-btn,
#search_product_mobile .search-btn {
  box-shadow: none;
  background: none;
  color: black;
  padding: 0;
  border: 0;
}

#search_product_mobile .esc-btn span {
  font-size: 19px;
  -webkit-text-stroke: 0.5px #919191;
}

#search_product_mobile .esc-btn span::before {
  color: #919191;
}

.org {
  margin: 0 15px;
}

.search_mobile {
  width: 100%;
}

.search_mobile .product-name {
  font-size: 13px;
  text-align: left;
}

.search_mobile .price {
  font-size: 12px;
  font-weight: 500;
}

.search_mobile .price ins {
  font-weight: 500;
  font-size: 13px;
}

.search_mobile .img-responsive {
  width: 74px;
  height: 74px;
  object-fit: cover;
}

.collapsing {
  transition: all 0.08s;
}

input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f073";
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
}

.btn-loadmore {
  background-color: black !important;
  text-transform: uppercase;
  border: 1px solid black !important;
  box-shadow: none !important;
}

.btn-loadmore:hover {
  /* color: black; */
  background-color: #fff !important;
}

/* .order_items,
.order_info {
  font-size: 14px;
}
.order_items th {
  white-space: nowrap;
  text-align: center;
  padding: 10px;
}
.order_items td {
  text-align: center;
  padding: 20px;
} */

.btn-add-to-cart {
  position: absolute;
  top: -50px;
  width: 100%;
}

.product-inner {
  transition: 0.3s;
}

.product-item:hover .product-inner {
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px;
}

.product-inner:hover .btn-add-to-cart .ajax_add_to_cart {
  opacity: 1;
}

.footerLogoPartnerBox:nth-child(1),
.footerLogoPartnerBox:nth-child(2),
.footerLogoPartnerBox:nth-child(3) {
  margin-bottom: 30px;
}

.ourPartnerTitleMobile {
  display: block;
  text-align: start;
  margin-bottom: 24px;
}

/* Slide product start */
.slideProducts span.slick-arrow {
  position: absolute;
  color: #999;
  font-size: 20px;
  width: 50px;
  height: 50px;
  top: 35%;
  background: white;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.5s;
}

.slideProducts span.prev {
  left: 0px;
}

.slideProducts span.next {
  right: 0px;
}

.slideProducts:hover .slick-arrow {
  opacity: 1;
}

.slideProducts:hover span.prev {
  left: -30px;
}

.slideProducts:hover span.next {
  right: -30px;
}

/* Slide product end */
/* Selling product start */
.slideSelling span.slick-arrow {
  position: absolute;
  color: #999;
  font-size: 20px;
  width: 50px;
  height: 50px;
  top: 30%;
  background: white;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.5s;
}

.slideSelling span.prev {
  left: 0px;
}

.slideSelling span.next {
  right: 0px;
}

.slideSelling:hover .slick-arrow {
  opacity: 1;
}

.slideSelling:hover span.prev {
  left: -30px;
}

.slideSelling:hover span.next {
  right: -30px;
}

/* Selling product end */
@media only screen and (max-width: 540px) {
  .slideProducts span.slick-arrow {
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 35%;
  }

  .slideProducts span.prev,
  .slideProducts:hover span.prev {
    left: 7px;
  }

  .slideProducts span.next,
  .slideProducts:hover span.next {
    right: 7px;
  }

  .slideSelling span.slick-arrow {
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 35%;
  }

  .slideSelling span.prev,
  .slideSelling:hover span.prev {
    left: 7px;
  }

  .slideSelling span.next,
  .slideSelling:hover span.next {
    right: 7px;
  }
}

.custom-menu {
  position: absolute;
  /* top: 6%; */
  /* left: 0px; */
  z-index: 1000;
  min-width: 250px;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  color: rgb(33, 37, 41);
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  transform-origin: 50% 0px;
  transition: all 350ms ease 0s;
  box-shadow: rgba(8, 88, 157, 0.2) 0px 0px 7px 0px;
  width: 0px;
}

.custom-menu::before {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-image: initial;
  box-shadow: rgba(8, 88, 157, 0.1) 2px -2px 2px 0px;
  visibility: visible;
  opacity: 1;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  top: -6px;
  left: 20px;
}

.box-header-nav .main-menu>.menu-item:hover .custom-menu {
  opacity: 1;
  pointer-events: auto;
  transform: perspective(400px) rotate3d(0, 0, 0, 0deg);
}

.custom-menu>div {
  position: relative;
}

.custom-menu>div:hover {
  width: 400px;
}

.custom-menu>div>a {
  max-width: 250px;
  clear: both;
  font-weight: 400;
  color: rgb(33, 37, 41);
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px 0px 0px 3px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-image: initial;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  border-left-style: solid;
  border-left-color: transparent;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.custom-menu>div>a:hover {
  background-color: rgb(244, 246, 248);
  border-left: 3px solid var(--primary-btn-color);
  color: var(--main-color) !important;
}

.custom-menu>div>a>i {
  margin-left: 5px;
  margin-top: 2px;
  border: none;
  font-weight: 600;
  transition: all 300ms linear 0s;
  transform: rotate(-90deg);
}

.sub-custom-menu {
  opacity: 0;
  position: absolute;
  left: 40%;
  top: -2%;
  padding: 0px;
  /* width: 100px; */
  border: 1px solid rgb(238, 238, 238);
  background-color: white;
  z-index: -1;
}

.custom-menu>div:hover .sub-custom-menu {
  width: 200px;
  transition: all 0.3s ease 0s;
  left: 62%;
  opacity: 1;
  z-index: 1;
}

.sub-custom-menu>a {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: rgb(33, 37, 41);
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px 0px 0px 3px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-image: initial;
  font-size: 14px;
  padding: 10px;
  border-left-style: solid;
  border-left-color: transparent;
}

.sub-custom-menu>a:hover {
  background-color: rgb(244, 246, 248);
  border-left: 3px solid var(--main-color);
  color: var(--main-color) !important;
}

/* .custom-menu {
  position: absolute;
  top: calc(70px + 55px);
  left: 15px;
  z-index: 1000;
  padding: 0px;
  text-align: left;
  list-style: none;
  background-color: #f7f7f7;
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 0px;
  transition: all 350ms ease 0s;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 30%);
  width: 100%;
  display: none;
}
.box-header-nav .main-menu > .menu-item:hover .custom-menu {
  opacity: 1;
  pointer-events: all;
}
.custom-menu > div {
  position: relative;
}
.custom-menu .custom-menu__title {
  font-weight: 500;
  text-transform: uppercase;
}
.custom-menu__banner img {
  max-width: 350px;
  width: auto;
  height: auto;
}
.sub-custom-menu > a {
  display: block;
} */

#cart_modal .modal-content .btn {
  width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 0;
}

#cart_modal .modal-content .btn-light {
  background: white;
  border: 1px solid black;
  color: black;
}

#cart_modal .modal-content .btn-dark {
  background: black;
  border: 1px solid black;
  color: white;
}

#cart_modal .modal-content .btn-light:hover {
  background: black;
  border: 1px solid black;
  color: white;
}

#cart_modal .button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cart_modal .modal-content .btn-dark:hover {
  background: white;
  border: 1px solid black;
  color: black;
}

#cart_modal .close,
#noti_modal .close {
  position: unset;
  border: 0;
  display: block;
  border-radius: 0;
  width: auto;
  height: auto;
  opacity: unset;
}

#cart_modal .close i,
#noti_modal .close i {
  -webkit-text-stroke: 2px white;
  font-size: 32px;
}

#cart_modal .title,
#noti_modal .title {
  font-size: 24px;
  font-weight: 550;
  color: black;
  margin: 12px 0;
}

#noti_modal .modal-body {
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .webContainer {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .toolchat-mobile {
    display: flex;
    transition: 0.5s;
  }

  #cart_modal .modal-dialog,
  #noti_modal .modal-dialog {
    max-width: 560px;
  }

  #cart_modal .modal-content,
  #noti_modal .modal-content {
    width: 560px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 540px) {
  #cart_modal .modal-content .btn {
    width: 160px;
    padding: 10px 0;
  }

  #cart_modal .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  #cart_modal .modal-content .btn {
    width: 143px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 360px) {
  #cart_modal .modal-content .btn {
    width: 135px;
    font-size: 11px;
  }

  #cart_modal .modal_cart_name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  #cart_modal .modal-content .btn {
    width: 115px;
    font-size: 10px;
  }
}

#noti_modal .icon {
  font-size: 40px;
  color: #51aadf;
}

#noti_modal .close-button {
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: 1.5;
  margin: auto;
  background: #51aadf;
  border: 1px solid #51aadf;
  color: white;
}

.times-svg {
  height: 18px;
  width: 18px;
}

.times-svg .bar-1 {
  transform-origin: 0 2px;
  transform: rotate(45deg) translateY(0) translateX(0) scaleX(1.3);
}

.times-svg .bar-3 {
  transform-origin: 0 16px;
  transform: rotate(-45deg) translateY(0) translateX(0) scaleX(1.3);
}

.group-button {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.group-button .item-button a {
  color: black;
}

.group-button .item-button {
  color: black;
  display: inline-block;
  text-align: center;
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  margin-bottom: 5px;
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.product-inner:hover .group-button .item-button {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0);
}

.group-button .item-button:hover {
  background: black;
  border: 1px solid black;
  transition: 0.5s;
}

.group-button .item-button:hover a {
  color: white;
}

.breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
  background: inherit !important;
}

.breadcrumb ul {
  padding: 10px 0;
  width: 100%;
  background-color: transparent;
  margin: 0;
  position: relative;
  text-align: left;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

.breadcrumb ul li:last-child {
  color: rgb(116, 114, 114);
}

.breadcrumb ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

.breadcrumb ul li~li:before {
  font-weight: 600;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  top: 2px;
  left: -8px;
  color: #333;
}

.breadcrumb ul li {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #64b9f0;
}

.breadcrumb {
  margin-top: 12px;
}

.feature-title {
  margin: 0;
  line-height: 24px;
  font-size: inherit;
  font-weight: 400;
  text-transform: lowercase;
}

.feature-title::first-letter {
  text-transform: uppercase;
}

/* @media (min-width: 1200px) {
  .slideProducts.container {
    max-width: 1300px;
  }
} */
.slideDown {
  bottom: -475px !important;
}

.toolChatCall {
  width: 100%;
  height: 40px;
  background: #0055D4;
  bottom: 0;
  position: absolute;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 34px;
}

.toolChatZalo {
  right: 0;
  width: 150px;
  height: 49px;
  background: #00B2FF;
  bottom: 0;
  border-radius: 18px 0px 0px 0px;
  position: absolute;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notiToolChat {
  position: absolute;
  top: -75px;
}

.round-comment {
  width: 110px;
  height: 50px;
  padding: 9px 11px;
  background: #0055D4;
  text-align: left;
  position: absolute;
  font-size: 10px;
  line-height: 12px;
  border-radius: 4px;
}

.round-comment::after {
  position: absolute;
  content: "";
  border-top: 15px solid #0055D4;
  border-right: 30px solid transparent;
  top: 40px;
  left: 0px;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}

.toolchat-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  width: 100%;
  /* height: 55px; */
  /* border-top: 1px solid #e7e7e7; */
  background: transparent;
  /* padding: 5px 10px; */
  display: none;
  /* align-items: center;
  justify-content: space-around; */
}

.toolchat-mobile i {
  font-size: 30px;
  color: #696969;
}


@media only screen and (max-width: 540px) {

  .toolchat-mobile {
    display: flex;
    transition: 0.5s;
  }
}

.new_blogs .slick-track,
.slideProducts .slick-track {
  display: flex !important;
}

.effect-btn,
.effect-btn:focus {
  color: white;
  border: 1px solid white;
  background: transparent;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}

.effect-btn:hover {
  background: white;
  border: 1px solid black;
  color: black;
}

.effect-btn::before {
  inset: 0px 0px 0px auto;
  content: "";
  z-index: -1;
  width: 0px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.19);
  transition: width 0.3s linear 0s;
}

.effect-btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
}

.tooltip>.tooltip-inner {
  padding: 10px 15px;
}

.loading-box {
  width: 110px;
  height: 45px;
  background: #000000;
  display: flex;
  opacity: 0.7;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 10px;
  display: none;
}

.loading-box.loading {
  display: flex;
}

.loading-box .container {
  height: 11px;
  width: 105px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: auto;
}

.loading-box .container .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 6px;
  animation: grow 800ms linear 0ms infinite;
}

@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 0;
  }

  to {
    transform: scale(1, 1.05);
    opacity: 1;
  }
}

.page-item.active {
  box-shadow: none;
}

.page-link {
  margin: 0 6px;
  border: none;
  padding: 8px 14px;
  color: black;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 13px 0 rgb(42 67 113 / 15%);
  border-radius: 50% !important;
}

.page-item.active .page-link {
  color: white;
  background-color: #000000;
  border-radius: 50%;
  box-shadow: 6px 6px 13px 0 #0000003d;
}

.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  border: none;
  background-color: #e9ecef;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:last-child .page-link {
  margin-right: 0;
}

.fb_dialog.fb_dialog_advanced iframe,
#fb-root .container {
  bottom: 90px !important;
  right: 16px !important;
}

.top-header {
  background: black;
  border-bottom: 1px solid #eee;
}

.top-header a {
  color: white;
}

.transparent-header {
  width: 100%;
  z-index: 8;
  transition: 0.5s;
}

.bg-header {
  background: white;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  transition: top 0.2s ease-in;
}

.headerTop {
  top: -75px;
}

.clone {
  position: fixed;
  z-index: 999;
  transition: top 0.2s ease-in;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  top: 0 !important;
}

.showPc {
  display: flex;
}

.showMobile {
  display: none;
}

.ourPartnerTitleMobile {
  display: none;
}

.copyrightContain {
  display: none;
}

@media only screen and (max-width: 640px) {
  .footerCustomerTitle {
    display: none;
  }

  .webContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .FooterLogoSection {
    padding-bottom: 36px;
  }

  .footerFollowUs {
    margin-bottom: 10px;
  }

  .footerLogoMobile {
    height: 48px;
    width: 172.1px;
  }

  .showPc {
    display: none;
  }

  .showMobile {
    display: flex;
  }

  .footer {
    padding: 60px 15px;
  }
  .footerLogoPartnerBox{
    margin-bottom: 0;
  }
  .mobileInfoTitle {
    display: flex;
  }

  .footerBasicInfo {
    padding: 27px 0 24px;
  }

  .ourPartnerContainMobile {
    margin-top: 48px;
  }

  .ourPartnerTitleMobile {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }

  .copyrightContain {
    display: block;
    background-color: #F6F6F6;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 14px 0;
  }

  .sortBarBox {
    background-color: transparent;
  }

  .sortBarFirstSelect select {
    background: #F6F6F6;
    border-radius: 0px;
  }

  .sortBarContainSelect {
    padding: 6px 3px !important;
  }

  .sortBarContain {
    height: 100%;
  }

  .inputSearch {
    height: 36px;
    background: #F6F6F6;
    border-radius: 4px 0px 0px 4px;
    border: none;
    /* border-radius: 8px 8px 0 0 !important; */
  }

  .btnSearch {
    z-index: 5;
    height: 36px;
    color: white;
    background: #F42D2D;
    text-transform: unset;
    border-radius: 0 4px 4px 0;
    position: relative;
    transform: unset;
    width: 54px;
  }

  .searchFormSelectBorder {
    background-color: #F6F6F6;
    border-radius: 4px 0px 0px 4px;
    border: none;
  }

  .searchFormButton {
    margin-top: 4px;
  }

  .sortSearchInput {
    display: block;
  }

}