/********** Template CSS **********/
:root {
  --primary: #162754;
  --secondary: #4baf47;
  --light: #f3f6fe;
  --dark: #1f1e17;
  --gray: #595959;
  --green: #004d13;
  --bs-danger-rgb: 221, 4, 45;
}

.skiptranslate,
#goog-gt-tt,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-logo-link {
  display: none !important;
}
.trans-section {
  margin: 100px;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--dark);
  top: 0px !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: var(--dark);
}
a:hover {
  color: var(--secondary);
}
p:last-of-type {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

.select2-dropdown {
  z-index: 1090;
}

.select2-container--default .select2-selection {
}

.select2-container--default .select2-selection--single {
  border-color: var(--bs-border-color);
}

.line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: var(--line-limit);
  -webkit-box-orient: vertical;
}

.content-scroll {
  overflow-y: auto;
  height: 100%;
  max-height: 300px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.btn-custom {
  display: inline-block;
  color: #4c4c4c;
  font-weight: 600;
  white-space: nowrap;
  padding: 5px 16px;
  border-radius: 30px;
  border: 1px solid var(--primary);
}

.btn-custom.active {
  background: var(--primary);
  color: white;
}

.btn-custom:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: white;
}

#form-newletter .btn-send {
  background: var(--secondary);
  padding: 10px 18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 14px;
}

.btn-send:hover {
  background: var(--primary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  background: var(--primary);
  color: white;
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.back-to-top:hover {
  background: var(--primary);
  color: white;
}

.images-box {
  position: relative;
  overflow: hidden;
}

.images-box::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.images-box a,
.images-box .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal .btn-close {
  padding: 0.563rem;
  background-color: #fff;
  background-image: none;
  /* box-shadow: 0 1px 5.08px 0 #22303e0f; */
  filter: none;
  opacity: 1;
  /* transform: translate(23px, -25px); */
  border-radius: 0.25rem;
  transition: all 0.23s ease 0.1s;
  position: absolute;
  right: 0;
  top: 0;
}
.modal .btn-close::before {
  display: block;
  background-color: var(--bs-secondary-color);
  block-size: 0.6875rem;
  content: "";
  inline-size: 0.6875rem;
  mask-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='currentColor' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='currentColor' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

/* carousel */
.owl-stage {
  display: flex;
  margin-bottom: 20px;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.owl-carousel .owl-dot {
  padding: 10px 0;
}
.owl-carousel .owl-dot span {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
}
.owl-carousel .owl-dot.active span {
  border-color: #00278f;
  background: #00278f;
}
/* carousel */

/* news-title */
.news-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.news-title::before,
.news-title::after {
  content: "";
  display: block;
  height: 2px;
  flex: 1;
  background: var(--primary);
}
.news-title h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
/* news-title */

/* menu-mobile */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  /*margin: 19px 0;*/
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  height: 35px;
  line-height: 35px;
}
.navbar-toggle:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  transition:
    transform 0.4s ease 0s,
    opacity 0.3s ease 0s;
  -webkit-transition:
    transform 0.4s ease 0s,
    opacity 0.3s ease 0s;
  -o-transition:
    transform 0.4s ease 0s,
    opacity 0.3s ease 0s;
  -moz-transition:
    transform 0.4s ease 0s,
    opacity 0.3s ease 0s;
  background-color: #1e1e1e;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle.x .bar-top {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.navbar-toggle.x .bar-middle {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.navbar-toggle.x .bar-bottom {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
@media (min-width: 900px) {
}
/* menu-mobile */

/** Header **/

.topbar {
  position: relative;
  z-index: 1021;
  height: 12px;
  background: var(--primary);
}

.topbar-content {
  position: absolute;
  top: 0;
  right: 0;
}

.top-shape {
  background: var(--primary);
  z-index: 1;
  gap: 43px;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: var(--primary);
  transform: skew(34deg);
}

.searchform {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #fff;
  border-radius: 5px;
}
.search-project-frm .form-control {
  border: none;
}

.flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.searchform input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 0 0.75em;
  height: 32px;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 269px;
  vertical-align: middle;
  background-color: transparent;
  color: white;
  padding: 0 20px;
}

.searchform input[type="text"]::placeholder {
  color: white;
}

.searchform input[type="text"]:focus {
  outline: none;
}

.searchform .icon {
  color: currentColor;
  border-color: transparent;
  background-color: #009145;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hotline-language {
  background: #203364;
  position: relative;
  display: flex;
  align-items: center;
  gap: 37px;
  padding: 8px 50px 8px 0;
}

.hotline-language::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: #203364;
  transform: skew(34deg);
}

.icon-box {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  text-align: left;
}

.icon-box-img,
.icon-box-text {
  flex: 0 0 auto;
}

.icon-box-img + .icon-box-text {
  padding-left: 4px;
}

.icon-box-text span {
  display: block;
}

.icon-box-text span {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.48px;
  color: #ffffffa6;
}

.icon-box-text span:last-child {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
}

.language-menu {
  position: relative;
}

.language-menu > a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
}

.language-menu .lang-current img {
  width: 24px;
}

.language-menu ul.dropdown {
  position: absolute;
  list-style: none;
  right: 0;
  top: 35px;
  width: 120px;
  background: white;
  z-index: 1021;
  text-align: left;
  padding: 13px 13px 20px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.language-menu:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.language-menu li {
  display: block;
}

.language-menu li:not(:last-child) {
  margin-bottom: 8px;
}

.language-menu ul.dropdown a {
  display: block;
  color: var(--dark);
  font-weight: 600;
  text-transform: uppercase;
}

.language-menu ul.dropdown img {
  width: 24px;
}

.logo img {
  max-width: 300px;
  max-height: 130px;
  transition: all 0.3s;
}
.header-main .logo img {
  max-height: 80px;
}

.navbar-light {
  transition: all 0.5s;
}

.navbar-main .logo img {
  width: 250px;
}

.navbar-light .navbar-nav {
  flex: 1;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary);
}

.topper {
  gap: 11px;
}
.icon-user span {
  display: block;
  margin-bottom: -20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  color: #000;
  font-weight: 600;
}
.icon-cart a {
  position: relative;
}

.icon-cart span {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--secondary);
  color: white;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 99px;
  text-align: center;
}

.content-bottom__offcanvas {
  margin: 12px 0 0;
  padding: 16px;
  background: white;
}

.content-bottom__offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .navbar {
    gap: 10px;
  }
  .navbar .offcanvas {
    border: 0;
    background: #ececec;
    max-width: 80%;
    z-index: 1200;
  }

  .offcanvas-header {
    padding: 10px;
    background: white;
    align-items: center;
  }
  .offcanvas-header img {
    max-height: 50px;
  }

  .offcanvas-header .btn-close {
    opacity: 1;
    padding: 20px;
  }

  .search-project-frm {
    padding: 1px 10px;
    margin: 10px 0;
    width: 100%;
  }

  .search-project-frm.search-moblie {
    border: 1px solid #d0cfcf;
    width: auto;
    flex: 1;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 0;
    margin: 0;
  }

  .navbar .offcanvas-body {
    padding: 0;
  }

  .navbar .navbar-nav {
    gap: 0;
    padding: 16px;
    background: white;
    border-top: 1px solid #eeeeee;
    align-items: flex-start;
  }

  .navbar-light .navbar-nav li.nav-item {
    display: block;
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .navbar .logo {
    max-width: 32%;
  }
  .navbar .logo img {
    max-height: 60px;
    max-width: 100%;
  }

  .icon-user span {
    margin-bottom: -15px;
    line-height: 1.2;
    font-size: 11px;
    font-weight: normal;
  }
}

/* slider main */
/* slider main */
/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/** Section title **/

.section-title h4 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--secondary);
}

.section-title h2 {
  color: var(--primary);
  font-size: 36px;
  line-height: 56px;
}

.section-title p {
  font-size: 15px;
  line-height: 28px;
  color: var(--gray);
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

/** About **/

.about-list-item {
  display: flex;
  justify-content: center;
  gap: 90px;
  text-align: center;
}

@media (min-width: 992px) {
  .about-list-item:first-child,
  .about-list-item:last-child {
    position: absolute;
    top: 60%;
    flex-direction: column;
    gap: 50px;
  }

  .about-list-item:first-child {
    left: 0;
  }

  .about-list-item:first-child .about-item:first-child {
    transform: translateX(60px);
  }

  .about-list-item:last-child {
    right: 0;
  }

  .about-list-item:last-child .about-item:first-child {
    transform: translateX(-60px);
  }
}

@media (max-width: 991px) {
  .about-list-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .about-list-item {
    gap: 10px;
  }
}

.about-item {
  max-width: 100%;
  width: 250px;
  position: relative;
}

.about-item-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.about-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-item-title {
  line-height: 38px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #000;
  font-weight: 800;
  font-size: 22px;
  display: block;
}
.about-item-title::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.about-content {
  background: var(--about-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  width: 550px;
  margin: 20px auto 0;
}

.about-content h2 {
  font-size: 30px;
  line-height: 42px;
}

.about-content a {
  margin-top: 24px;
  background: var(--primary);
  color: white;
}

@media (max-width: 767px) {
  .about-item h4 {
    font-size: 16px;
  }

  .about-content h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .about-item-title {
    font-size: 18px;
  }
  .about-item-img {
    width: 120px;
    height: 120px;
  }
}

/** Deal **/

.product-deal {
  background: var(--light);
  margin-top: 100px;
}

.deal-100 {
  display: inline-block;
  position: absolute;
  top: -35px;
  right: 8px;
  background: #f7c35f;
  color: var(--green);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 16px;
}

.deal-100::after {
  content: "";
  border-top: 35px solid transparent;
  border-left: 35px solid #f7c35f9e;
  position: absolute;
  top: 0;
  right: -35px;
  transform: rotate(360deg);
}

.deal-100 span {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
}

.deal-banner img {
  width: 100%;
}

.deal-banner a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #4baf47 0%, #1f491e 100%);
  padding: 12px 0;
  color: white;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  border: none;
  border-radius: 0;
}

.deal-banner a:hover {
  color: white;
}

.deal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.deal-title h2 {
  color: #fe6a00;
  text-shadow: -2px 2px 0px #ffe7b9;
  margin-bottom: 0;
}

.deal-title a {
  text-transform: uppercase;
  padding-left: 42px;
  padding-right: 42px;
  background: var(--primary);
  color: white;
}

@media (max-width: 991px) {
  .product-deal {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .product-deal {
    padding-top: 120px;
    position: relative;
    margin-top: 0px;
  }
  .deal-100 {
    right: 30px;
  }

  .deal-title {
    flex-direction: column;
    align-items: center;
    gap: 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
  }

  .deal-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

/** Product **/

.item-product {
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 68px 0px #AEAFAF2B; */
  /* box-shadow: 0px 0px 7px 2px #AEAFAF2B; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 14px 0px;
  position: relative;
  z-index: 1;
  padding: 16px;
}
.item-product .product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-image {
  position: relative;
}

.product-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-sale {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  color: white;
  background: linear-gradient(93deg, #ff8686 26.92%, #fc351b 100%);
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.product-image a.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}

.product-content h6 {
  line-height: 1.3;
  text-transform: capitalize;
}

.product-content h6 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: black;
}

.product-content h6 a:hover {
  color: var(--secondary);
}

.product-price {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.product-price del {
  color: #4c4c4c;
  font-size: 15px;
}

.product-price ins {
  text-decoration: none;
  color: #fe0000;
}

.product-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-cart .item-add-cart {
  flex: 0 0 56px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.product-cart .btn-custom.active {
  flex: 1;
  text-align: center;
}

.product-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
  color: #4c4c4c;
}
.product-review .star + span::before {
  content: "|";
  padding: 0 5px;
}

.item-product .product-cart img {
  display: inline-block;
  width: auto;
}

.product-cart a:hover {
  border-color: var(--secondary);
  background: var(--secondary);
  color: white;
}

.product-cart a:hover img {
  filter: brightness(0) invert(1);
}

.product-deal-slider .owl-nav .owl-prev,
.product-deal-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: all 0.5s;
}

.product-deal-slider .owl-nav .owl-prev {
  left: 0;
}

.product-deal-slider .owl-nav .owl-next {
  right: 0;
}

.product-deal-slider:hover .owl-nav .owl-prev,
.product-deal-slider:hover .owl-nav .owl-next {
  visibility: visible;
  opacity: 1;
  background: var(--primary);
  color: white;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.product-deal-slider .product-content h6 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .item-product {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-content h6 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .product-deal-slider .owl-nav .owl-prev,
  .product-deal-slider .owl-nav .owl-next {
    visibility: visible;
    opacity: 1;
    background: var(--primary);
    color: white;
    box-shadow:
      rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
      rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
  .product-price {
    font-size: 15px;
    gap: 5px;
    justify-content: space-between;
  }
  .product-price del {
    font-size: 14px;
  }

  .product-cart .item-add-cart {
    flex: 0 0 40px;
  }
}

.product-feature {
  position: relative;
  padding-top: 100px;
}

.product-feature::before {
  content: "";
  width: 100%;
  height: 100px;
  background: url("../img/vector.png") left bottom;
  top: -20px;
  left: 0;
  z-index: -1;
  position: absolute;
  display: inline-block;
}

.nav-wrapper {
  margin-bottom: 32px;
}

.nav-wrapper .nav-tabs {
  border: none;
  justify-content: center;
  gap: 26px;
}

.nav-wrapper .nav-tabs li .nav-link {
  border-color: #d2d2d2;
  border-radius: 30px;
  color: black;
  font-weight: 700;
  text-transform: capitalize;
  padding: 8px 28px;
}

.nav-wrapper .nav-tabs li .nav-link.active {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
}

@media (max-width: 767px) {
  .nav-wrapper .nav-tabs {
    margin: auto;
    margin-bottom: 10px;
    gap: 8px;
  }
  .nav-wrapper .nav-tabs li .nav-link {
    padding: 5px 20px;
  }

  .product-feature {
    padding-top: 60px;
  }
  .product-feature::before {
    height: 90px;
  }
}

.product-slider {
  /* box-shadow: 0px 0px 68px 0px #AEAFAF2B; */
}

.product-slider .item-product {
  margin: 7px;
}

.slider-wrapper .owl-prev,
.slider-wrapper .owl-next {
  width: 48px;
  height: 48px;
  background: #00278f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider-wrapper .owl-prev {
  left: -5%;
  right: auto;
}

.slider-wrapper .owl-next {
  right: -5%;
  left: auto;
}

@media (max-width: 991px) {
  .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .nav-wrapper ul {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .slider-wrapper .owl-prev,
  .slider-wrapper .owl-next {
    width: 40px;
    height: 40px;
    bottom: 30px;
    display: none;
  }

  .slider-wrapper .owl-prev {
    left: 0;
  }

  .slider-wrapper .owl-next {
    right: 0;
  }
}

/* rate_thongke */
.review-group__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-num {
  font-weight: 700;
  font-size: 32px;
  color: #fa7c1c;
}

/*.review-star i {
  color: var(--light-6);
}*/

.review-btn {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 8px 20px;
}

.review-btn i {
  color: #ffd56c;
}

.review-btn.active {
  color: #ff3838;
  border-color: #ff3838;
}

.review-overview {
  color: #f00;
  font-size: 36px;
  font-weight: 500;
}

.rate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
  gap: 10px;
  font-size: 13px;
  color: #9a9a9a;
}

.rate-start {
  text-align: right;
  flex: 0 0 35px;
}

.rate-progress-bar {
  background: #dedede;
  display: block;
  height: 7px;
  flex: 1;
  border-radius: 4px;
}

.rate-progress-bar .full {
  background: #fd9727;
  width: 50%;
  height: 100%;
  border-radius: 4px;
}

.rate-num {
  color: #3669a4;
  width: 100px;
}

.review-share p {
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 6px;
}

.review-share button {
  background: #337fff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
}

.review-note .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: none;
  padding: 5px;
}

.review-star .radio-group label.active,
.review-star .radio-group label:hover {
  color: #f5a623;
}

/* end rate_thongke */
/* product preview */
.review-star .radio-group {
  display: flex;
  flex: 1;
}

.review-star .radio-group div {
  display: flex;
}

.review-star .radio-group label {
  cursor: pointer;
  padding: 0 3px;
  color: #cacaca;
  text-align: center;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
}

/*.review-star .radio-group input:checked+label,*/
.review-star .radio-group label.active,
.review-star .radio-group label:hover {
  color: #f5a623;
}

.review-star .radio-group input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

#review label {
  font-weight: bold;
}

#review input,
#review textarea {
  font-size: 14px;
  padding: 7px;
}

.up_picture_rate label {
  cursor: pointer;
}

.up_picture_rate input {
  opacity: 0;
}

.view_thumbnail {
  display: inline-block;
  position: relative;
  padding: 5px;
  margin: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100px;
  height: 100px;
}
.view_thumbnail::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.view_thumbnail img {
  max-width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.view_thumbnail .btn {
  color: #f00;
  background-color: #fff;
  border-color: #f00;
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  z-index: 99;
  font-size: 12px;
  padding: 3px 5px;
  line-height: 1;
  width: 20px;
  height: 20px;
}

.review-star .voted {
  color: #fd9727;
}

.text-write-vote {
  color: #646e57;
  font-weight: 600;
}

.review-detail {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.r-date {
  /*    font-size: 14px;*/
  color: #878787;
}

.r-name {
  font-size: 14px;
}

.r-name b {
  /*  font-size: ;*/
}

.icon-replies-count {
  color: #2f80ed;
  font-size: 13px;
  cursor: pointer;
}

.box_reply {
  display: none;
  border: 1px solid #dadada;
  padding: 5px;
  padding-left: 15px;
  border-radius: 3px;
  position: relative;
  margin: 10px 0 5px;
  background: #f1f1f1;
}

.box_reply:after,
.box_reply:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.box_reply:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f1f1f1;
  border-width: 9px;
  margin-left: -9px;
}

.box_reply:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #dadada;
  border-width: 10px;
  margin-left: -10px;
}

.list_rate_title {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.reply_item .list_rate_title span {
  color: #4bab02;
  font-size: 14px;
  font-weight: bold;
}

.count-comment {
  position: absolute;
  right: 15px;
  font-size: 13px;
  color: #f15a34;
}

.count-comment span {
  color: #333;
}

.count-comment span.error {
  color: #f15a34;
}

#aniimated-thumbnials img {
  max-height: 65px;
}

.product-detail--review {
  margin-top: 20px;
}

.product-detail--review .review-title {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}

.review-box--title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-box--title .title {
  color: #fd9727;
  font-weight: 700;
  font-size: 36px;
}

.box-rating {
  color: #fd9727;
}

.review-total {
  color: #3669a4;
}

.star_lines ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.star_lines li {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.line-rating {
  width: 70%;
  background: #dedede;
  height: 7px;
  border-radius: 5px;
}

.line-rating .percent {
  background: #fd9727;
  height: 100%;
}

.star_lines li span.count {
  font-weight: 700;
}

.review-btn p {
  line-height: 54px;
}

.btn-red {
  background: var(--primary);
  color: black;
  padding: 12px 24px;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 20px;
}

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

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 0;
}

#productInfo .btn-close:focus,
.close-modal .btn-close:focus {
  box-shadow: none;
}

.rating-form h5 {
  font-size: 24px;
  text-align: center;
  padding-top: 16px;
  margin-bottom: 12px;
}

.rating-form .form-group {
  margin-top: 40px;
}

.rating-form .form-group label {
  font-size: 24px;
  margin-bottom: 12px;
}

.rating-selection input {
  position: absolute;
  left: -9999px;
}

.rating-selection label svg {
  width: 32px;
  height: 32px;
  fill: #fbbf24;
  transition: fill 0.3s;
}

.rating-selection input:hover ~ label svg,
.rating-selection input:checked ~ label svg {
  fill: #fd9727;
}

.rating-selection label:hover svg {
  fill: #fd9727;
}

.review-box--title-btn h5 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
}

.review-btn--group a {
  border: 2px solid #a8a8a5;
  border-radius: 12px;
}

.review-btn--group a:hover {
  border-color: #fd9727;
  background: #fd9727;
  color: white;
}

.comment-form h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

.comment-form textarea {
  min-height: 80px;
  margin-bottom: 5px;
}

.comment-form--file-send {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-form--file label {
  cursor: pointer;
  color: #a8a8a5;
}

.product-other .nav-tabs li button:hover,
.product-other .nav-tabs li button.active {
  border-bottom-color: var(--primary);
}

.product-other .tab-scroll {
  margin-bottom: 10px;
}

#productInfo .modal-header {
  border-bottom: none;
}

#productInfo .modal-header h1 {
  font-size: 18px;
  line-height: 28px;
  max-width: 85%;
  margin-bottom: 0;
}

.slide_popup-img-big .owl-prev,
.slide_popup-img-big .owl-next {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.slide_popup-img-big .owl-prev {
  left: 10px;
}

.slide_popup-img-big .owl-next {
  right: 10px;
}

@media (max-width: 767px) {
  .comment-form textarea {
    min-height: 100px;
  }
}
/* product preview */

/** Catalog **/

.item-catalog {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.catalog-content {
  position: absolute;
  z-index: 1;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 128px;
  background: white;
  border-radius: 10px;
  text-align: center;
  /* padding: 50px 42px 24px; */
  padding: 35px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-content .icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--secondary);
  border-radius: 7px;
}

.catalog-content .icon img {
  width: auto;
}

.catalog-content h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.catalog-content a {
  display: block;
  color: black;
}

.catalog-content a:hover {
  color: var(--secondary);
}

.catalog-image {
  border-radius: 10px;
}

.catalog-image::before {
  padding-top: 155%;
}

.catalog-product-view {
  position: relative;
  top: -25px;
}

.catalog-product-view a {
  background: var(--primary);
  color: white;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 36px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .catalog-content {
    width: 200px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .catalog-content {
    padding: 25px 10px 10px;
    height: auto;
    min-height: 64px;
    width: 90%;
  }

  .catalog-content .icon {
    width: 50px;
    height: 50px;
    padding: 5px;
    top: -25px;
  }

  .catalog-content h3 {
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/** News **/

.item-news {
  text-align: center;
  box-shadow: 0px 2px 14px 0px #0000000d;
  border-radius: 10px;
  border-radius: 12px;
  background-color: #fff;
  height: 100%;
}

.news-image-category {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.news-content .category-name {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 160px;
  background: var(--secondary);
  color: white;
  padding: 0 12px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 40px;
}

.news-content {
  padding: 26px 36px;
  position: relative;
}

.news-content .published img {
  width: auto;
}

.published {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #878680;
}

.news-content h5 {
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2search;
  -webkit-box-orient: vertical;
}

.news-content h5 a {
  display: block;
  color: black;
}

.news-content a:hover {
  color: var(--secondary);
}

.news-content p {
  color: var(--dark);
  margin-bottom: 8px;
}

.news-content a.detail {
  color: var(--secondary);
}

.news-slider .owl-item {
  padding: 10px;
}

.news-slider .item-news {
  height: 100%;
}

.news-content {
}

.news-slider .news-content h5 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-slider .owl-stage {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .news-slider .owl-stage {
    margin-bottom: 0;
  }
  .news-slider .owl-item {
    padding: 5px;
  }
  .news-content {
    padding: 26px 10px 10px;
  }
  .news-content h5 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .published {
    font-size: 13px;
    gap: 2px;
  }
  .news-content .category-name {
    font-size: 13px;
    width: 60%;
    line-height: 30px;
    top: -15px;
  }
}

/** Video **/

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
}

.video-bg {
  min-height: 460px;
}

.video-wrapper a {
  display: block;
  position: relative;
  overflow: hidden;
}
.video-content {
  padding: 0 16px;
  width: 100%;
}
.video-wrapper .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.video-content h2 {
  line-height: 44px;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .video-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .set-bg {
    min-height: 320px;
  }

  .video-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

/** Policy **/

.policy-list {
  background: white;
  padding: 40px 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px #0000001a;
}

.policy-item {
  flex: 1;
  gap: 22px;
  max-width: 33.33333%;
}

.policy-item h5 {
  color: var(--primary);
  line-height: 28px;
  margin-bottom: 0;
}

.policy-item p {
  color: #878680;
  line-height: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .policy-item {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .policy-list {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .policy-list {
    flex-direction: column;
    gap: 12px;
  }

  .policy-item {
    flex: auto;
    max-width: 100%;
  }
}

/** Footer **/

.footer {
  padding: 50px 0 0;
}
.home .footer {
  /* padding: 116px 0 0; */
}

.footer-info .logo {
  display: block;
  margin-bottom: 24px;
}

.footer-info ul {
  color: black;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.footer-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 26px;
}

.footer-info li:not(:last-child) {
  margin-bottom: 12px;
}

.social-link {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  color: var(--primary);
  border-radius: 50%;
  width: 37px;
  height: 37px;
}

.social-link a:hover {
  color: var(--secondary);
}
.social-link a img {
  width: 16px;
}

.footer-item h6 {
  position: relative;
  color: var(--primary);
  font-size: 18px;
  line-height: 36px;
  text-transform: capitalize;
  padding-bottom: 8px;
}

.footer-item h6::before {
  content: "";
  width: 45px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-item h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  background: var(--primary);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.footer-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-item li:not(:last-child) {
  margin-bottom: 5px;
}

.footer-item a {
  position: relative;
  display: block;
  color: black;
  font-size: 15px;
  line-height: 30px;
}

.footer-item a::before {
  content: "";
  background: url("../img/icon/leaf.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 12px;
}

.footer-item a:hover {
  color: var(--secondary);
}

.footer-item a:hover::before {
  background: url("../img/icon/leaf-green.png");
}

.footer-item p {
  color: #464646;
  margin-bottom: 20px;
}

.form-sign input {
  font-size: 12px;
  background:
    linear-gradient(0deg, #f7f7f7, #f7f7f7),
    linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  color: #191919;
  padding: 16px 14px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.copyright {
  background: #f9f9f9;
  padding: 19px 0 21px;
  margin-top: 34px;
}

.copyright p {
  line-height: 30px;
}

.copyright a {
  color: black;
  position: relative;
}

.copyright a:hover {
  color: var(--secondary);
}

.nav-policy a {
  padding-right: 12px;
  margin-right: 12px;
}

.nav-policy a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .copyright p {
    text-align: center;
  }

  .footer-item h6 {
    font-size: 16px;
  }

  .footer-item a {
    font-size: 13px;
  }
}

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Product page
-----------------------*/

.product-bg {
  min-height: 330px;
}

.product-wrapper {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0px 0px 20.9px 0px #0000001f;
}

.title-sale-countdown {
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--secondary);
  color: white;
  padding: 12px 32px;
}

.title-sale h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.countdown-sale {
  font-size: 24px;
  line-height: 28px;
}

.countdown-sale span {
  display: inline-block;
  background: white;
  color: var(--secondary);
  width: 32px;
  height: 32px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.product-sale-horizontal {
  padding: 30px 24px;
  background-color: #fff;
}

.item-product-horizontal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 10px 12px;
  height: 100%;
}

.item-product-horizontal .product-image {
  width: 40%;
}

.item-product-horizontal .product-image img:last-child {
  width: 82px;
  height: 82px;
}

.item-product-horizontal .product-content {
  flex: 1;
}

.item-product-horizontal .btn-custom.active {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .title-sale-countdown,
  .item-product-horizontal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-sale-horizontal {
    padding: 10px;
  }

  .item-product-horizontal .product-image {
    width: 100%;
  }

  .item-product-horizontal .product-content {
    width: 100%;
  }

  .item-product-horizontal .btn-custom {
    font-size: 13px;
  }
}

.filter-wrapper {
  box-shadow: 0px 0px 68px 0px #aeafaf3d;
  border-radius: 10px;
  padding: 16px 24px;
  background-color: #fff;
}

.filter-wrapper .form-group label {
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  color: #666666;
}

.filter-wrapper .form-group select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--primary);
  color: black;
  font-size: 14px;
}

.filter-wrapper .form-group select:focus {
  box-shadow: none;
}

.product-result-text {
  color: #626262;
  margin: 24px 0;
}

.product-list .item-product,
.product-list .btn-custom.active {
  padding-left: 16px;
  padding-right: 16px;
}

.product-list .product-image img:last-child {
  width: 104px;
  height: 104px;
}

.pagination {
  gap: 10px;
  margin-top: 20px;
}

.page-link {
  width: 35px;
  text-align: center;
  color: #4c4c4c;
  font-weight: 500;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #f6f6f6;
}

.page-link:hover,
.active > .page-link,
.page-link.active {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

.product-list-scroll {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding: 1rem 0rem 0.5rem;
  overflow: auto;
  display: -webkit-box;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.product-list-scroll .d-flex {
  gap: 12px;
}
.product-list-scroll .item-product {
  flex: 0 0 20%;
}

.product-sale-horizontal .item-product-horizontal {
  flex: 0 0 calc(33% - 4px);
}
/*---------------------
  Detail page
-----------------------*/
.section-breadcrums {
  background: var(--primary);
}
.catalog-breadcrums {
  color: white;
}

.catalog-breadcrums-wrapper {
  justify-content: space-between;
}

.catalog-breadcrums-wrapper,
.catalog-breadcrums {
  display: flex;
  align-items: center;
  gap: 24px;
}

.list-catalog {
  position: relative;
}

.catalog-title {
  background: #ffffff2b;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 16px 10px;
  display: flex;
  align-items: center;
}

.catalog-title i {
  margin-right: 10px;
}

.catalog-title span {
  display: block;
}

.list-catalog ul {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  z-index: 9;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-catalog li {
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.list-catalog li a {
  display: block;
  padding: 10px;
  color: black;
  text-transform: capitalize;
}

.list-catalog li a:hover {
  color: var(--secondary);
}

.breadcrums-detail a,
.breadcrums-detail li {
  line-height: 28px;
  color: white;
  opacity: 0.8;
}

.breadcrums-detail li.active {
  color: white;
  opacity: 1;
}

.breadcrums-detail .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: white;
  opacity: 0.8;
}

.products-preferential h5 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .products-preferential {
    display: none;
  }

  .catalog-breadcrums {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: inherit;
  }

  .list-catalog {
    width: 40%;
  }

  .breadcrums-detail {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .catalog-breadcrums-wrapper,
  .catalog-breadcrums {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.gallery_swiper .swiper-slide,
.product-large-slider .swiper-slide,
.product-thumb-slider .swiper-slide {
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: hidden;
}

.product-large-slider .swiper-slide,
.gallery_swiper .swiper-slide {
  border-radius: 16px;
}

.product-thumb-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--secondary);
}

.gallery-video,
.swiper_gallery_thumb .swiper-slide {
  width: calc(10% - 8px);
  height: auto;
  border-radius: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.swiper_gallery_thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--secondary);
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.swiper-button-next {
  padding-left: 3px;
  right: 0;
}
.swiper-button-prev {
  padding-right: 3px;
  left: 0;
}
.swiper:hover .swiper-button-next {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.swiper:hover .swiper-button-prev {
  left: 10px;
  opacity: 1;
  visibility: visible;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

.swiper_gallery_thumb .swiper-button-next,
.swiper_gallery_thumb .swiper-button-prev {
  width: 24px;
  height: 24px;
  font-size: 14px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-item .thumb::before {
  padding-top: 100%;
}

.product-detail-info h1 {
  font-size: 26px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.product-detail-info .sku {
  font-weight: 700;
  margin-bottom: 4px;
}

.price del {
  font-size: 16px;
  color: #4c4c4c;
  margin-right: 20px;
}

.price ins {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  color: #fe0000;
}

.share-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.share-rating .rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-rating i {
  color: var(--bs-yellow);
}

.share-rating p {
  font-size: 12px;
  color: #4c4c4c;
}

.share-rating a {
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding: 6px 12px;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 13px;
}

.share-rating a:hover {
  background: var(--primary);
  color: white;
}

.share-rating a:hover img,
.group-button a:hover img {
  filter: brightness(0) invert(1);
}

.short-description {
  margin: 24px 0;
}

.short-description h6 {
  line-height: 24px;
  margin-bottom: 4px;
}

.status {
  margin-bottom: 24px;
}

.status ul {
  color: black;
  list-style: none;
  padding: 0;
  margin: 0;
}

.status li:first-child span:last-child {
  color: var(--secondary);
}

.status li:last-child span:last-child {
  color: #4c4c4c;
}

.form-detail-action {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}

.quantity {
  display: flex;
  width: 122px;
  height: 50px;
  border: 1px solid var(--secondary);
  border-radius: 50px;
  box-shadow: 0px 2px 0px 0px #00000004;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}

.quantity input[type="number"] {
  border: 0;
  background-color: transparent;
  /* pointer-events: none; */
  text-align: center;
  flex: 1;
  max-width: 40px;
  -moz-appearance: textfield;
}

.quantity input[type="number"]:focus-visible {
  outline: none;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.quantity__augure,
.quantity__reduce {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  color: var(--secondary);
}

.group-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 17px;
}

.group-button a.btn-custom {
  padding: 12px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.group-button .btn-custom.active {
  text-transform: uppercase;
  padding-left: 55px;
  padding-right: 55px;
}

.product-contact a.btn-custom {
  border-color: var(--secondary);
  background: var(--secondary);
  color: white;
  padding: 12px 47px;
}

.product-contact a:hover {
  background: var(--primary);
}

@media (max-width: 767px) {
  .form-detail-action,
  .group-button {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-detail-content {
  margin-top: 60px;
}

.nav-detail-wrapper {
  margin-bottom: 40px;
}

.nav-detail-wrapper .nav-tabs {
  border: 1px solid var(--secondary);
  border-radius: 4px;
}

.nav-detail-wrapper li.nav-item {
  width: 50%;
}

.nav-detail-wrapper .nav-tabs .nav-link {
  width: 100%;
  border: none;
  color: var(--secondary);
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  padding: 18px 0;
}

.nav-detail-wrapper .nav-tabs .nav-link:hover,
.nav-detail-wrapper .nav-tabs .nav-link:focus,
.nav-detail-wrapper .nav-tabs .nav-link.active {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.nav-detail-wrapper .nav-tabs .nav-link.active {
  background: #f0ffef;
  border-bottom: 1px solid var(--secondary);
}

.detail-description {
  width: 100%;
  height: 816px;
  overflow: hidden;
  position: relative;
}

.detail-description::before {
  height: 143px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 89.29%
  );
  z-index: 2;
}

.detail-description.height-auto::before {
  display: none;
}

.detail-description.height-auto {
  height: auto;
  margin-bottom: 30px;
}

.read-more {
  margin: 0 0 30px;
}

.read-more a {
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  color: black;
  display: inline-block;
}

.product-detail-review h2 {
  line-height: 56px;
  margin-bottom: 12px;
}

.review-title {
  color: #dc593b;
  /* text-align: center; */
  font-size: 24px;
  margin-bottom: 8px;
}

.review-title span {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
}

.box-rating {
  text-align: center;
  color: #dc593b;
}

.review-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.review-filter button {
  border-radius: 0;
  border: 1px solid #dddddd;
  padding: 8px 16px;
}

.review-filter button:hover,
.review-filter button.active {
  color: #dc593b;
  border-color: #dc593b;
}

.review-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.review-image {
  width: 5%;
}

.review-image img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.review-content {
  flex: 1;
}

.review-content h6 {
  font-weight: 500;
}

.rating {
  color: #dc593b;
  margin-bottom: 8px;
}

.review-content .meta {
  color: #777;
  margin-bottom: 8px;
}

.review-content a {
  color: #7d7d7d;
  display: inline-block;
  text-transform: capitalize;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.send-review {
  border-color: var(--secondary);
  background: var(--secondary);
  color: white;
  padding: 12px 56px;
}

.send-review:hover {
  background: var(--primary);
}

@media (max-width: 767px) {
  .nav-detail-wrapper .nav-tabs .nav-link {
    font-size: 16px;
  }

  .review-image {
    width: 10%;
  }

  .review-title,
  .box-rating {
    text-align: left;
  }
}

/*waiting-process*/
.waiting-process {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff75;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*waiting-process*/

/*blog-item*/
.blog-post-title h1 {
  font-size: 28px;
}
.news-list .blog-item {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  color: #fff;
}

.news-list .blog-item .thumb {
  width: 35%;
}

.blog-item .thumb::before {
  padding-top: 67%;
}

.news-list .blog-item h3 a {
  color: #fff;
}

.news-list .blog-item .content {
  flex: 1;
  padding-left: 16px;
}

.news-list .post-desc {
  margin-top: 10px;
}
.news-list .blog-item,
.blog-hot-grid .blog-item {
  background: rgb(22, 67, 100);
  padding: 12px;
  border-radius: 16px;
}

.news-list .blog-item:not(:last-child) {
  margin-bottom: 20px;
}

.news-list .blog-item .thumb > a,
.blog-hot-grid .blog-item .thumb > a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.review-slider .blog-item h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-slider .blog-item p {
  -webkit-line-clamp: 3;
}

.review-slider .time {
  display: none;
}

.review-slider .blog-item .content {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .blog-item p {
    -webkit-line-clamp: 3;
  }
  .new-large-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-item h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

/*blog-item*/

/*============ Start Blog Single Styles  =============*/

/* Review News */
.news-post {
  color: #fff;
}

.info-cate {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.category-name,
.published,
.hits {
  /* font-size: 11px; */
  /*  color: #fff;*/
}

.category-name a {
  color: var(--primary);
}

.news-post h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.news-post h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.news-post h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.news-tag {
  display: flex;
  align-items: center;
  gap: 12px;
}

.news-tag h5 {
  font-size: 16px;
}

.news-tag ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.news-tag li {
  display: inline-block;
  background: #bfbdbc;
  border-radius: 5px;
  padding: 5px 10px;
}

.news-tag li:hover {
  background: var(--primary);
}

.news-tag li a {
  font-weight: 700;
  display: block;
}

.news .images-box {
  overflow: unset;
}

.related-item .images-box::before {
  padding-top: 55%;
}

.view-more--news {
  position: absolute;
  bottom: 10px;
  left: -8px;
}

.view-more--news button {
  padding: 7px 20px;
  border-radius: 3px;
  color: white;
}

.view-more--news button:hover {
  color: white;
  background: var(--primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.news-related h5,
.related-item h3 {
  font-size: 16px;
  line-height: 24px;
}

.related-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.news-large a:hover h3,
.related-item a:hover h3 {
  color: var(--primary);
}

.news-related .news-content {
  padding: 20px 10px 10px;
}

.news.wrapper-content {
  padding: 12px;
}

.news-item .images-box:before {
  padding-top: 67%;
}

.news-item .images-box a {
  overflow: hidden;
  border-radius: 5px;
}

.news-item h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item h3 a {
  display: block;
}

.news-item h3 a:hover {
  color: var(--primary);
}

.news-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .news .title-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .info-cate {
    flex-wrap: wrap;
    gap: 0px 10px;
  }

  .news-related h5,
  .related-item h3 {
    font-size: 14px;
    line-height: 1.3;
  }
}

/*toc menu*/
.content-toc {
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.95);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.6s ease;
}

.content-toc .toc-header {
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  background: unset;
}

.content-toc .toc-header h3 {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 10px;
}

.content-toc .header-minimize,
.content-toc .header-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.content-toc.toc-minimize .header-minimize {
  transform: rotate(-90deg);
}

.content-toc .aside-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.content-toc .toc-menu,
.content-toc ul {
  padding-left: 10px;
  margin-bottom: 0;
}

.content-toc li {
  list-style: none !important;
}

.content-toc li a {
  color: #000;
  font-weight: 700;
  padding: 3px 10px;
  display: block;
}

.content-toc a:hover {
  color: var(--primary);
}

.content-toc li li a {
  font-weight: 500;
}

/*.content-toc li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
}*/
.content-toc li li a:before {
  width: 4.5px;
  height: 4.5px;
  margin-bottom: 4px;
}

.btn-toc-action {
  display: none;
  position: fixed;
  /*  right: 0;*/
  top: 50%;
  border: 1px solid #3a3a3a;
  width: 42px;
  height: 42px;
  font-size: 28px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: 0.6s ease;
}

.toc-sidebar .content-toc {
  /*  display: none;*/
  position: fixed;
  top: 0;
  background: #f3f3f3f2;
  opacity: 0;
  visibility: hidden;
  max-width: 500px;
  width: auto;
  height: 100%;
  overflow-x: auto;
}

.toc-sidebar .content-toc.active {
  opacity: 1;
  visibility: visible;
}

.toc-sidebar .content-toc .header-minimize,
.content-toc .header-close {
  display: none;
}

.toc-sidebar .content-toc .header-close {
  display: block;
}

.toc-sidebar ol {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .btn-toc-action {
    /*    display: block;*/
    right: 0;
  }

  /*.content-toc {
    position: fixed;
    right: 0;
    top: 50%;
    width: 90%;
    transform: translate(100%, -50%);
    background: #fff;
    z-index: 9;
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
    padding: 20px 10px;
  }
  .content-toc.active {
    transform: translate(0, -50%);
  }*/
  .content-toc .aside-close {
    display: block;
  }

  .btn-toc-action.active {
    transform: translateX(100%);
  }

  .toc-sidebar .content-toc {
    right: 0;
    max-width: 100%;
  }
}

/*toc menu*/

/*social*/
.share-box > a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin-right: 5px;
  border-radius: 3px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
}

.share-box .share-box-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  padding: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.quick-alo-phone,
.quick-alo-phone.quick-alo-show {
  visibility: visible;
}

.share-box .share-box-social li {
  background: #ea6e26;
  margin: 0 1px;
}

.share-box .share-box-social li a {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px;
}

.share-box .share-box-social li a:hover {
  color: #001935;
}

.share-box .share-box-social:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #0c4556 transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 99;
  margin-left: -3px;
}

.share-box:hover .share-box-social {
  opacity: 1;
  visibility: visible;
  margin-bottom: 6px;
}

/*social*/

/*Login */
.bg-main_login {
  background: var(--login-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-main_login .frm-account {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px #0000001a;
}

.close-btn {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  opacity: 1;
}

.login-lightbox .modal-body {
  padding: 32px;
}

.social-icon {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  margin-top: 51px;
}

.social-icon a {
  flex: 0 0 33%;
  max-width: 33%;
}

.social-icon img {
  width: 46px;
}

.frm-account--title {
  margin-bottom: 55px;
}

.frm-account--title img {
  width: 68px;
}

.frm-account--title h4 {
  font-size: 30px;
  margin-top: 30px;
}

.frm-account--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 52px;
}

.frm-account--icon img {
  width: 40px;
}

.other-login-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.other-login-title span {
  flex: 1 1;
  height: 1px;
  background: #a3a3a3;
}

.other-login-title h5 {
  position: relative;
  font-size: 26px;
  padding: 0 16px;
}

.frm-account--other .form-group input[type="tel"] {
  padding-top: 22px;
  padding-bottom: 22px;
  border-width: 2px;
  border-color: black;
  border-radius: 50px;
}
/*end Login */

/*loading*/
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
}

#loading_box.show {
  opacity: 1;
  visibility: visible;
}

#loading_image {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
}

#loading_image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f8c546;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1;
}

#loading_image:before {
  border-top-color: #175cd3ab;
}

#loading_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: var(--loading-bg);
  background-size: 55%;
  border-radius: 50%;
  margin: 0;
  background-color: #f8c5468c;
}

#loading_image:after {
  background-color: rgba(188, 188, 188, 0.4);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*loading*/

/*auth form login*/
.form-group {
  position: relative;
}
.form-control {
  font-size: inherit;
  min-height: 40px;
}
.form-control:focus {
  box-shadow: unset;
}

.error-message,
form div.error,
form label.error {
  bottom: -20px;
  font-size: 12px;
  color: #f00;
}

form div.error,
form label.error {
  position: absolute;
  left: 0;
}

#reviewModal form div.error,
#reviewModal form label.error {
  position: relative;
  bottom: 0;
}

.password-toggle {
  position: relative;
}

.password-toggle-btn .password-toggle-check {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.password-toggle-btn {
  position: absolute;
  top: 3px;
  right: 0.625rem;
  left: unset;
  margin-bottom: 0;
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  background: unset;
}

/*auth form login*/

/* loading sniper */
.loading-spinner {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.5);
  display: flex;
  height: 100%;
  inset-inline-start: 0;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.loading-spinner:after {
  animation: loading-spinner-rotation 0.5s linear infinite;
  border-color: var(--primary) transparent var(--primary) transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  content: " ";
  display: block;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 1;
}

@keyframes loading-spinner-rotation {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
/* loading sniper */

.newsletter-popup-modal .modal-dialog {
  max-width: 640px;
}

.newsletter-popup-modal .modal-content {
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.newsletter-popup-modal .modal-body {
  border-radius: 8px;
  overflow: hidden;
}

.newsletter-popup-image {
  display: block;
  width: 100%;
  height: auto;
}

.newsletter-popup-link {
  display: block;
}

.newsletter-popup-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .newsletter-popup-modal .modal-dialog {
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }

  .newsletter-popup-close {
    top: 8px;
    right: 8px;
  }
}

/* newsletterPopupModal */
#newsletterPopupModal.modal .btn-close::before {
  margin: auto;
}
/* newsletterPopupModal */

/*quick social*/
.social-quick-contact {
  position: fixed;
  right: 60px;
  bottom: 190px;
  z-index: 999 !important;
}
.quick-alo-phone {
  position: relative;
  background-color: transparent;
  width: 82px;
  height: 64px;
  cursor: pointer;
  transition: visibility 0.5s;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
  border-color: #2aa3d4;
  opacity: 0.5;
}

.quick-alo-phone.quick-alo-viber .quick-alo-ph-circle {
  border-color: #7f4da0;
  opacity: 0.5;
}

.quick-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  border: 2px solid #1c8adb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  -moz-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  -o-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
  opacity: 1 !important;
}

.quick-alo-phone.quick-alo-viber .quick-alo-ph-circle-fill {
  background-color: #7f4da070;
  opacity: 1 !important;
}

.quick-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 55px;
  left: 55px;
  position: absolute;
  background-color: #1c8adb;
  border: 2px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  -moz-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  -o-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-viber .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-viber.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-viber:hover .quick-alo-ph-img-circle {
  background-color: #fff;
}

.quick-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  top: 65px;
  left: 65px;
  position: absolute;
  background: url("../img/facebook-messenger.png") center center no-repeat
    rgba(30, 30, 30, 0.1);
  border: 2px solid transparent;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -moz-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -o-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 80% 80%;
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-zalo {
  background-image: url("../img/zalo_cicle_icon.png");
  background-size: 100% 100%;
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-viber {
  background-image: url("../img/icon-viber.png");
  background-size: 100% 100%;
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-phone {
  background-image: url("../img/phone-icon.webp");
  background-size: 100% 100%;
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-email {
  background-image: url("../img/icon-email.png");
  background-size: 100% 100%;
}

@keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    -ms-transform: rotate(0) scale(0.5) skew(1deg);
    -o-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    -ms-transform: rotate(0) scale(0.7) skew(1deg);
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes quick-alo-circle-fill-anim {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    -ms-transform: rotate(0) scale(0.7) skew(1deg);
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes quick-alo-circle-img-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -ms-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -ms-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}
/*quick social*/
