.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

#popup-cart .modal-title {
  text-transform: uppercase;
}

#popup-cart .modal-body .wrap-cart {
  padding: 0px;
  box-shadow: none;
  border: 0px;
}

#popup-cart .modal-body .top-cart {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#popup-cart .modal-footer {
  padding: 0.75rem 0 0 0;
  border-top: 0px;
}

.buymore-cart {
  color: var(--color-red);
  cursor: pointer;
  margin: 0px;
}

.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-family: var(--font-bold);
}

.top-cart {
  width: 60%;
  border-right: 1px solid #eee;
  padding-right: 15px;
  margin-right: 15px;
}

.procart {
  padding: 20px 10px;
  border: 1px solid #eee;
  border-top: 0px;
}

.pic-procart {
  width: 20%;
  text-align: center;
  margin-right: 3%;
}

.pic-procart img {
  max-width: 100%;
  max-height: 100px;
}

.pic-procart .del-procart {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}

.pic-procart .del-procart:hover {
  color: red;
}

.pic-procart-rp {
  display: none;
  margin: 10px auto auto auto;
  width: 100%;
  max-width: 85px;
}

.info-procart {
  width: 80%;
  margin-right: 3%;
}

.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}

.name-procart a:hover {
  color: var(--color-red);
}

.properties-procart {
  display: block;
}

.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}

.properties-procart p:first-child {
  margin-right: 10px;
}

.properties-procart p strong {
  font-weight: 600;
}

.quantity-procart {
  width: 20%;
  margin-right: 3%;
}

.quantity-procart p {
  margin-bottom: 0px;
}

.quantity-counter-procart {
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 30px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
}

.counter-procart {
  background-color: transparent;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 23px;
}

.counter-procart:hover,
.counter-procart:focus {
  color: var(--color-red);
}

.counter-procart:disabled,
.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 26px;
}

.counter-procart-plus {
  line-height: 24px;
}

.quantity-counter-procart .quantity-procat {
  width: 40%;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  outline: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}

.price-procart {
  width: 25%;
  text-align: right;
}

.price-procart-rp {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13.5px;
}

.price-new-cart {
  color: #ff2e00;
  margin-bottom: 0px;
  font-weight: 600;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.procart-label {
  border: 0px;
  background: #eee;
  padding: 10px;
  margin: 0px;
  text-transform: capitalize;
}

.procart-label .quantity-procart p:last-child {
  display: none;
}

.money-procart {
  margin-top: 15px;
}

.total-procart {
  background: #eee;
  padding: 7px 10px;
  border: 1px solid #dddfe2;
  margin-bottom: -1px;
}

.total-procart p {
  margin-bottom: 0px;
  font-size: 15px;
}

.total-procart p:last-child {
  color: #ff2e00;
  font-weight: 600;
}

.bottom-cart {
  width: 40%;
}

.section-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.title-cart {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 600;
}

.information-cart {
  margin-bottom: 1.5rem;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}

.input-cart input,
.input-cart textarea {
  font-size: 14px;
  padding: 0.5rem 0.75rem !important;
  outline: none;
  height: auto !important;
}

.input-cart textarea {
  resize: none;
  height: 100px;
}

.input-cart select {
  cursor: pointer;
  font-size: 14px;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  height: auto;
}

.input-double-cart {
  margin-bottom: 0.5rem;
}

.input-double-cart .input-cart {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 0px;
}

.input-double-cart .input-cart:last-child {
  margin-right: 0px;
}

.input-triple-cart {
  margin-bottom: 0.5rem;
}

.input-triple-cart .input-cart {
  width: 32.65%;
  float: left;
  margin-right: 1%;
  margin-bottom: 0px;
}

.input-triple-cart .input-cart:last-child {
  margin-right: 0px;
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
  position: relative;
}

.payments-cart:last-child {
  margin-bottom: 0px;
}

.payments-cart input {
  top: 10px;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  margin-left: 0 !important;
}

.payments-label {
  cursor: pointer;
  background: #eee;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}

.payments-label::before,
.payments-label::after {
  top: calc(50% - 1rem / 2);
}

.payments-label.active {
  background: #5172fd;
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #f5efef;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.payments-info p {
  margin-bottom: 1em;
}

.payments-info.active {
  padding: 10px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  font-size: 14px;
  text-transform: uppercase;
  background: #121212;
  border-radius: 10px;
}

.empty-cart {
  padding: 25px 30px;
  display: block;
  text-align: center;
  color: #23527c !important;
  width: 100%;
}

.empty-cart i {
  color: red;
  font-size: 70px;
}

.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}

.empty-cart span {
  display: inline-block;
  border: 1px solid #2e9ef2;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  max-width: 325px;
}

.procart1 {
  margin-bottom: 10px;
}

.top-cart1 p.total-price.load-price-temp {
  color: #5172fd;
}

.top-cart1 a.buymore-cart {
  color: #000;
  border: solid 1px #000;
  width: 100%;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}

.top-cart1 a.buymore-cart i {
  vertical-align: middle;
  margin-top: 0;
}

.top-cart1 a.buymore-cart:hover {
  background: #5172fd;
  transition: all 1s;
  color: #fff;
  border: solid 1px #fff;
}

.procart1 h3.name-procart:hover a {
  color: #5172fd;
}

.top-cart1 .total-procart p {
  font-size: 14px;
}

.procart1 .pic-procart {
  width: 30%;
  margin: 0;
}

.procart1 .info-procart {
  width: calc(70% - 10px);
  margin: 0;
}

.top-cart1 p.total-price.load-price-temp {
  color: #5172fd;
}

.procart1 h3.name-procart a {
  font-size: 14px;
}

.procart1 h3.name-procart {
  margin-bottom: 10px;
}

h3.name-procart {}

.procart1 .properties-procart {
  font-size: 13px;
}

.procart1 .quantity-procart {
  width: 100%;
  display: flex;
  align-items: center;
}

.procart1 .quantity-counter-procart {
  width: 70px;
  margin-right: 10px;
  border: none;
}

.procart1 .quantity-counter-procart input.quantity-procat {
  border: none;
}

.procart1 .properties-procart strong {
  font-weight: normal;
}

.procart1 span.counter-procart-plus.counter-procart {
  font-size: 20px;
}

.procart1 .price-procart {
  width: calc(100% - 80px);
  text-align: left;
}

.procart1 p.price-new-cart {
  color: #000;
  font-size: 14px;
}

.top-cart1 .total-procart {
  background: none;
  border: none;
  padding: 5px 0;
}

.quantity-pro-detail {
  border: none;
  border-radius: 0px;
}

.quantity-pro-detail .quantity-minus-pro-detail,
.quantity-pro-detail .quantity-plus-pro-detail {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.quantity-pro-detail input {
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ddd;
}

.cart-pro-detail a.addnow {
  margin-right: 10px;
  border: 1px solid #047ae0;
  color: #fff;
  background-color: #047ae0 !important;
  border-radius: 0px;
}

.cart-pro-detail a.buynow {
  background: #fd6e1d;
  background: -webkit-gradient(linear,
      0% 0%,
      0% 100%,
      from(#fd6e1d),
      to(#f59000));
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow span {
  display: block;
}

.cart-pro-detail a.buynow span:first-child {
  text-transform: uppercase;
  font-size: 18px;
}

.cart-pro-detail a.buynow span:last-child {
  font-weight: normal;
}

@media (max-width: 993px) {
  .wrap-cart {
    flex-wrap: wrap;
  }

  .top-cart,
  .bottom-cart {
    width: 100%;
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }

  .top-cart {
    margin-bottom: 30px;
  }
}

@media (max-width: 769px) {

  .price-procart,
  .procart-label .quantity-procart p:first-child {
    display: none;
  }

  .price-procart-rp,
  .procart-label .quantity-procart p:last-child {
    display: block;
  }

  .quantity-procart {
    width: 25%;
    text-align: right;
    margin-right: 0px;
  }

  .info-procart {
    width: 65%;
  }
}

@media (max-width: 441px) {
  .wrap-cart {
    padding: 10px;
  }

  .procart {
    padding: 10px 5px;
  }

  .procart-label {
    font-size: 12px;
  }

  .pic-procart {
    width: 25%;
  }

  .info-procart {
    width: 50%;
    margin-right: 3%;
  }

  .quantity-procart {
    width: 35%;
  }

  .input-double-cart,
  .input-triple-cart {
    margin-bottom: 0px;
  }

  .input-double-cart .input-cart,
  .input-triple-cart .input-cart {
    width: 100%;
    float: none;
    margin: 0 0 0.5rem 0 !important;
  }
}

.centery,
.centery-after:after,
.centery-before:before {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ease-in-200 {
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

@-webkit-keyframes slideInDown1 {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown1 {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown1 {
  -webkit-animation-name: slideInDown1;
  animation-name: slideInDown1;
}

.fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: slideInDown1 1s 0s;
}

.fixed-res {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: ease 0.3s;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.35) 0,
      transparent 80%);
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.35) 0,
      transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.btn-sweep-center {
  position: relative;
  z-index: 10;
  color: var(--color-main);
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid var(--color-main);
}

.btn-sweep-center:hover {
  color: #fff;
}

.btn-sweep-center:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.btn-sweep-center:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.btn-sweep-center:before,
.btn-sweep-center:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--color-main);
  border-radius: 50%;
  z-index: -1;
}

.btn-sweep-center:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-sweep-center:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }

  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}

@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }

  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a0304;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
  color: #fff;
}

.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #33cbcc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff;
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-hover {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-hover:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-hover:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.btn-hover::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.codepen-button {
  display: block;
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  padding: 3px;
  isolation: isolate;
}

.codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(115deg,
      #4fcf70,
      #fad648,
      #a767e5,
      #12bcfe,
      #44ce7b);
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop 0.75s linear infinite;
  animation-play-state: paused;
  translate: -5% 0;
  transition: translate 0.25s ease-out;
}

.codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0 0;
}

@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}

.codepen-button span {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  background: #000;
  border-radius: 3px;
  height: 100%;
}

.btn-hover:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.box {
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.box::before,
.box::after {
  pointer-events: none;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.foo::before {
  border-radius: 0.5rem;
  border-bottom: 3px solid var(--color-main-v2);
  border-left: 3px solid var(--color-main-v2);
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-radius: 0.5rem;
  border-top: 3px solid var(--color-main-v2);
  border-right: 3px solid var(--color-main-v2);
  -webkit-transform-origin: 100% 0%;
}

.box:hover::after,
.box:hover::before {
  -webkit-transform: scale(1);
}

.hover_sang2 {
  position: relative;
  overflow: hidden;
}

.hover_sang2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  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%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover_sang2:hover:before {
  transition: 1s;
  left: 100%;
}

.hover_sang {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover_sang:hover:before {
  left: 0;
  top: 0;
}

.hover_sang:before {
  left: -100%;
  top: -100%;
}

.hover_sang:after {
  bottom: -100%;
  right: -100%;
}

.hover_sang:before,
.hover_sang:after {
  display: block;
}

.hover_sang:before,
.hover_sang:after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 8;
}

.hover_sang:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.hover_sang img {
  transition: 0.7s;
}

.hover_sang:hover:after {
  right: 0;
  bottom: 0;
}

.hover_xam {
  position: relative;
  overflow: hidden;
}

.hover_xam::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hover_xam::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hover_xam:hover::before,
.hover_xam:hover::after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  overflow: hidden;
}

.mask span:nth-child(1) {
  height: 30vh;
  top: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mask span:nth-child(2) {
  height: 40vh;
  top: 30vh;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mask span:nth-child(3) {
  height: 30vh;
  top: 70vh;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mask span {
  width: 100%;
  position: absolute;
  right: 0;
  background: -webkit-linear-gradient(90deg, #fff 0, #fff 100%);
  background: linear-gradient(90deg, #fff 0, #fff 100%);
  -webkit-transition: width 0.9s ease-in-out;
  transition: width 0.9s ease-in-out;
}

.mask.hideg span {
  width: 0;
}

.mask.hideg {
  pointer-events: none;
}

.loadicon {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 140px;
  margin: -70px 0 0 -100px;
  z-index: 110000;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
}

#loading.finish {
  z-index: -9999;
}

#loading.finish .logo_2 span,
#loading.finish .logo_2 img {
  display: none;
}

#loading .logo_2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}

#loading .logo_2 span {
  display: block;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  -webkit-animation: Ani 2s infinite;
  animation: Ani 2s infinite;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  z-index: 9999999999;
}

#loading .logo_2 img {
  position: relative;
  max-width: 80px;
  z-index: 4;
}

.animate-border {
  position: relative;
  display: block;
  width: 100px;
  height: 3px;
  background: var(--color-main);
  overflow: hidden;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.hdanhmucdrops {
  position: relative;
  width: 240px;
  z-index: 19;
  border-radius: 20px 20px 0px 0px;
}

.hdanhmucdrops>.nicescl {
  display: none;
  top: 100%;
  position: relative;
  box-shadow: 0px 0px 10px #ccc;
}

@font-face {
  font-family: "Gilroy_r";
  src: url("../fonts/SVN-Gilroy.woff2") format("woff2"),
    url("../fonts/SVN-Gilroy.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy_b";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2"),
    url("../fonts/SVN-GilroyBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy_m";
  src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2"),
    url("../fonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy_semi";
  src: url("../fonts/SVN-GilroySemiBold.woff2") format("woff2"),
    url("../fonts/SVN-GilroySemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-main: #ffd500;
  --color-main-2: #ffbb00;
  --color-main-3: #232323;
  --color-main-4: #d80000;
}

body {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

strong,
b {
  font-family: "Gilroy_b" !important;
}

.top_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.martop20 {
  margin-top: 20px;
}

.martop30 {
  margin-top: 30px;
}

.swiper-auto {
  overflow: hidden;
}

.title__main {
  margin-bottom: 1rem;
  text-align: center;
}

.title__main h1,
.title__main h2,
.title__main span {
  margin-bottom: 0px;
  font-family: "Gilroy_semi";
  color: var(--color-main-3);
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.gradient_bg {
  background: rgb(214, 167, 60);
  background: linear-gradient(236deg,
      rgba(214, 167, 60, 1) 13%,
      rgba(255, 240, 162, 1) 47%,
      rgba(220, 176, 69, 1) 88%);
}

.gradient_text {
  background: rgb(214, 167, 60);
  background: linear-gradient(0deg,
      rgba(214, 167, 60, 1) 13%,
      rgba(255, 240, 162, 1) 47%,
      rgba(220, 176, 69, 1) 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white_text {
  color: #fff !important;
}

.white_img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(149%) hue-rotate(180deg) brightness(117%) contrast(100%);
}

.black_text {
  color: #000 !important;
}

.black_img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
}

.padding50 {
  padding: 50px 0px;
}

.padding30 {
  padding: 30px 0px;
}

.pos_rev {
  position: relative;
}

.flex_center_col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.564);
}

*::-webkit-scrollbar-thumb {
  background: var(--color-main);
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--color-main-2);
}

.wrap-container {
  overflow: hidden;
  margin: auto;
  max-width: 1920px;
}

.wrap-content {
  margin: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-main {
  margin: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width {
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img {
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.social-plugin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.social-plugin iframe {
  z-index: 1 !important;
}

.a2a_kit .a2a_svg {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.text-split {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-split-1 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
}

.text-split-2 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
}

.text-split-3 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
}

.text-split-4 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
}

.text-split-5 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
}

.text-split-6 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
}

.text-split-7 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 7 !important;
}

.text-split-8 {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 8 !important;
}

.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.spin-image {
  width: 100px;
  height: 100px;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 5000ms;
  -moz-animation-duration: 5000ms;
  -o-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ring-ring {
  -webkit-animation: ringring 1s infinite ease-in-out;
  -moz-animation: ringring 1s infinite ease-in-out;
  -o-animation: ringring 1s infinite ease-in-out;
  animation: ringring 1s infinite ease-in-out;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ringring {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.scrollToTop {
  position: fixed;
  bottom: 65px;
  right: 35px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: 1001010;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scrollToTop.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.scrollToTop::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f102";
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--color-main);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scrollToTop svg path {
  fill: none;
}

.scrollToTop svg.progress-circle path {
  stroke: var(--color-main);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  transition: all 400ms linear;
}

.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}

.gutter-x-20 {
  --bs-gutter-x: 20px;
}

.gutter-x-5 {
  --bs-gutter-x: 5px;
}

.search {
  width: 424px;
  background: #fff;
  position: relative;
  right: 0;
  top: 0;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  border: #cecdcd solid 1px;
}

.search input {
  width: calc(100% - 88px);
  height: 44px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 14px;
  color: #8e8e8e;
  border-radius: 50px;
  padding-left: 30px;
}

.search p {
  width: 88px;
  height: 44px;
  cursor: pointer;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  background: transparent;
  border-radius: 0px;
  color: var(--color-main-3);
  background-color: var(--color-main);
}

.search:not(.search-res-w100) i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 16px;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.btn-close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-mobile ul {
  padding: 0px;
  list-style: none;
}

.menu-mobile ul li {
  position: relative;
}

.menu-mobile ul li>span i {
  transition: transform 0.3s ease;
}

.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: #333;
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
  font-family: var(--f-b);
  text-transform: capitalize;
}

.menu-mobile ul li a i {
  margin-right: 10px;
}

.menu-mobile ul li li a {
  font-weight: normal;
}

.menu-mobile ul li a:hover {
  color: var(--color-active);
}

.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: var(--color-main);
  font-size: 16px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-mobile ul li:hover {
  color: var(--color-active);
}

.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--color-main);
}

.menu-mobile ul li ul {
  padding-left: 10px;
}

.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

.company p {
  margin-bottom: 5px;
  font-size: 13px;
  color: #000;
}

.company p span {
  color: #000;
}

.search-menu {
  width: 100%;
  position: relative;
  margin: 10px 0px;
}

.search-menu input {
  width: 100%;
  background: #f5f5fa;
  border: 1px solid #f1f1f1;
  height: 40px !important;
  font-size: 13px;
}

.search-menu p {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 25px;
  height: 15px;
  position: relative;
  cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 5px;
}

#hamburger:after {
  top: 10px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 2px;
}

.menu-product-list ul {
  padding: 0px;
  margin-bottom: 0px;
}

.menu-product-list ul ul {
  position: absolute;
  width: 750px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
  overflow-x: hidden;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}

.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}

.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}

.menu-product-list ul li a:hover {
  color: var(--color-active);
}

.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}

.menu-product-list ul ul ul li a {
  font-weight: normal;
}

.menu-res {
  height: 55px;
  z-index: 501;
  background: var(--color-main);
  position: relative;
  display: none;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  -o-transition: none 0.5s ease 0.5s;
  -moz-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  -o-transition-property: top, bottom, left, opacity, -o-transform;
  -moz-transition-property: transform, top, bottom, left, opacity,
    -moz-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform,
    -moz-transform, -o-transform;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.search-res-w100 {
  width: -webkit-calc(100% - 45px) !important;
  width: -moz-calc(100% - 45px) !important;
  width: calc(100% - 45px) !important;
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

.search-res-w100 input {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  height: 35px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 13px;
  color: #131313;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.search-res-w100 p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  background: var(--color-main);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  color: #ffd500;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: var(--color-main);
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  border: none;
  box-shadow: unset;
  padding: 0;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-main);
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

.header_top_gr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.header_top_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_top_item.hl {
  display: flex;
  align-items: center;
  margin: 0px 77px 0px 45px;
}

.header_top_item_hl span {
  color: var(--color-main-3);
  font-size: 14px;
  margin-bottom: 9px;
}

.header_top_item_hl p {
  color: var(--color-main-3);
  font-size: 16px;
  font-family: "Gilroy_b";
  margin-bottom: 0;
}

.header_top_item.location {
  background-color: var(--color-main-4);
  padding: 10px 7px;
  border-radius: 10px;
  color: #fff;
  font-family: "Gilroy_r";
  max-width: 132px;
  display: flex;
  align-items: center;
  line-height: 17px;
}

@media only screen and (max-width: 991px) {
  .menu {
    display: none;
  }
}

.menu {
  position: relative;
  z-index: 999;
  background-color: var(--color-main);
}

.menu_gr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_right {
  padding-left: 40px;
  padding-right: 110px;
}

.bor_menu.active,
.bor_menu:hover {
  color: var(--color-main-4);
}

.menu_right ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}

.menu_right ul li {
  position: relative;
  z-index: 1;
  margin: 0px;
}

.menu_right ul li.menu-line {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.menu_right ul li a {
  font-size: 15px;
  color: var(--color-main-3);
  font-family: "Gilroy_semi";
  margin: 0px;
  padding: 10px 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  line-height: 1.6;
}

.bor {
  border: transparent solid 1px;
  border-radius: 30px;
  padding: 6px 17px !important;
  position: relative;
}

.category-menu {
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--color-main-2);
  padding: 10px 14px !important;
  width: 280px;
  font-size: 18px;
  font-family: "Gilroy_b";
  text-transform: uppercase;
  position: relative;
}

.menu_right ul li.active_li>a {
  background-color: var(--color-main-2);
  padding: 12px 35px;
  border-radius: 0px 50px 50px 0px;
}

.menu_right ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}

.menu_right ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_right ul li:hover>a.has-child:after,
.menu_right ul li a.active.has-child:after {
  border: 1px solid var(--color-main);
}

.menu_right ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.menu_right ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.menu_right ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.menu_right ul li ul li:last-child {
  border-bottom: 0px;
}

.menu_right ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}

.menu_right ul li ul li ul {
  top: 0px;
  left: 100%;
}

.menu_right ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.menu_right ul li ul li a:hover:before,
.menu_right ul li ul li>a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 20px;
}

.menu_right ul li ul li a.active,
.menu_right ul li ul li a:hover {
  padding-left: 30px;
  color: #000;
}

.menu_left {
  min-width: 270px;
  margin-right: 30px;
}

.menu_right {
  width: calc(100% - 270px - 30px);
}

.menu.internal-page .category-menu.active_li:hover .nicescl {
  display: block !important;
  background-color: #fff;
  z-index: -1;
}

.menu .category-menu:hover .nicescl {
  display: block !important;
  background-color: #fff;
  z-index: -1;
}

.fixed .category-menu>.nicescl,
.internal-page .category-menu>.nicescl {
  display: none;
}

.category-menu-text {
  text-transform: uppercase;
}

.category-menu-text:hover {
  cursor: pointer;
}

.category-menu>.nicescl {
  display: block;
  top: 100%;
  position: relative;
}

.category-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.category-menu ul>li:last-child {
  border-bottom: 0;
}

.category-menu ul>li.line {
  border-bottom: solid 1px #f2f2f2;
  width: 100%;
  margin: 0 auto;
}

.category-menu .nicescl {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0px 0px 10px 10px;
}

.category-menu ul.content {
  overflow: auto;
  font-size: 15px;
  min-height: 300px;
  background: #f2f2f2;
}

.category-menu li a {
  width: 100%;
  position: relative;
  padding: 15px 0px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Gilroy_semi";
}

.bor2 {
  padding-left: 12px;
  position: relative;
}

.menu-product-list-name {
  display: flex !important;
  align-items: center;
}

.category-menu li a img {
  margin-right: 10px;
}

.category-menu ul ul {
  width: 100%;
  display: block;
  position: absolute;
  left: 100%;
  left: 100%;
  left: 100%;
  z-index: 9999;
}

.category-menu ul ul li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.category-menu ul ul li a {
  padding: 10px 0px;
  font-size: 14px;
}

.category-menu ul ul {
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.category-menu ul>li:hover>ul {
  display: block;
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
  background: #fff;
}

.category-menu ul>li:last-child {
  border-bottom: none;
}

.category-menu ul ul ul {
  left: 100%;
  top: 0 !important;
}

.category-menu li:hover>a {
  color: var(--color-main);
}

.category-menu .fa-angle-right:before {
  font-size: 15px;
}

.category-menu i {
  font-size: 26px;
}

.slideshow {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  background: var(--color-main);
  color: #fff;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  z-index: 99;
  pointer-events: all;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}

.slideshow_img {
  border-radius: 15px;
  overflow: hidden;
}

.slideshow_gr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.slideshow_top {
  width: 280px;
}

.slideshow_mid {
  width: 625px;
  margin: 0px 10px;
  padding-top: 10px;
}

.slideshow_bot {
  width: calc(100% - 625px - 280px - 20px);
}

.bangiao_gr {
  margin-top: 10px;
}

.bangiao_top {
  font-family: "Gilroy_b";
  color: #fff;
  background-color: var(--color-main-4);
  text-transform: capitalize;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
}

.bangiao_gr_slick {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 0px 0px 10px 10px;
}

.bangiao_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bangiao_img {
  border-radius: 5px;
  overflow: hidden;
  width: 90px;
  margin-right: 10px;
}

.bangiao_info {
  width: calc(100% - 10px - 90px);
}

.bangiao_name.text-split {
  -webkit-line-clamp: 2;
  line-height: 20px;
  font-size: 14px;
  color: var(--color-main-3);
  font-family: "Gilroy_m";
  margin-bottom: 4px;
}

.bangiao_time {
  color: #adadad;
  display: flex;
  align-items: center;
}

.bangiao_time span {
  font-size: 13px;
}

.wrap_splist {
  padding: 0px 0px 50px 0px;
}

.splist_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.splist_item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  bottom: 5px;
  transition: 0.3s;
}

.splist_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd500;
  margin-right: 10px;
}

.splist_name.text-split {
  -webkit-line-clamp: 1;
  font-size: 15px;
  font-family: "Gilroy_b";
  color: var(--color-main-3);
  margin-bottom: 2px;
  text-transform: uppercase;
}

.splist_desc.text-split {
  -webkit-line-clamp: 1;
  font-family: "Gilroy_r";
  color: var(--color-main-3);
  margin-bottom: 0px;
  font-size: 14px;
}

.splist_item:hover {
  bottom: 5px;
  transition: 0.3s;
}

.spbanchay_group {
  background: url(../images/banchay_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  border-radius: 20px;
}

.spbanchay_group_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spbanchay_group_item {
  display: flex;
  align-items: center;
  font-family: "Gilroy_b";
  color: var(--color-main-3);
  font-size: 30px;
  text-transform: uppercase;
}

.spbanchay_group_top a,
.wrap_splist .btn_gr a {
  font-family: "Gilroy_b";
  background-color: var(--color-main-4);
  padding: 7px 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  border: var(--color-main-4) solid 2px;
  transition: 0.3s;
}

.spbanchay_group_top a:hover,
.wrap_splist .btn_gr a:hover {
  background-color: #fff;
  color: var(--color-main-4);
  transition: 0.3s;
}

.spbanchay_group_top2 {
  margin-top: 15px;
}

.wrap_service.py-50 {
  padding-bottom: 0px !important;
}

.splist_cat_gr.py-50 {
  padding-bottom: 0px !important;
}

.service_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: #ededed solid 1px;
}

.top_content1 {
  font-family: "Gilroy_b";
  color: var(--color-main-3);
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info_service {
  padding: 20px;
}

.info_service_name.text-split {
  font-family: "Gilroy_b";
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--color-main-3);
  -webkit-line-clamp: 2;
  line-height: 25px;
  max-width: 280px;
  min-height: 50px;
}

.info_service_desc.text-split {
  font-family: "Gilroy_r";
  font-size: 14px;
  line-height: 24px;
  color: var(--color-main-3);
}

.right_but {
  position: absolute;
  top: 7px;
  right: 20px;
}

.info_dabangiao_2 {
  background-color: #f2f2f2;
  padding: 10px 20px 15px 20px;
}

.dabangiao_2_box {
  border-radius: 10px;
  overflow: hidden;
}

.info_dabangiao_2_name.text-split {
  min-height: 48px;
  -webkit-line-clamp: 2;
  font-family: "Gilroy_b";
  font-size: 20px;
  color: var(--color-main-3);
}

.info_dabangiao_2_desc {
  display: flex;
  align-items: center;
  color: var(--color-main-3);
}

.bannerqc_box {
  border-radius: 20px;
  overflow: hidden;
}

.album_group {
  margin-bottom: 30px;
}

.album_news_detail {
  cursor: pointer;
}

.inner_news {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  border: #ececec solid 1px;
}

.inner_news_img {
  border-radius: 10px;
  overflow: hidden;
}

.info_news {
  padding: 20px 10px;
  padding-bottom: 10px;
  color: var(--color-main-3);
}

.news_name.text-split {
  min-height: 46px;
  line-height: 23px;
  -webkit-line-clamp: 2;
  font-size: 18px;
  font-family: "Gilroy_b";
  text-transform: capitalize;
  margin-bottom: 0;
}

.newsdesc.text-split {
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gilroy_r";
  margin-bottom: 10px;
  min-height: 45px;
}

.news__time {
  display: flex;
  align-items: center;
  color: #929292;
  display: flex;
  align-items: center;
  margin: 6px 0px 6px 0px;
}

.info_news p:last-child {
  margin-bottom: 0;
  font-family: "Gilroy_b";
  color: var(--color-main-4);
  transition: 0.3s;
}

.info_news p:last-child:hover {
  color: var(--color-main-2);
  transition: 0.3s;
}

.wrap__newsletter {
  background: url(../images/form_bg.webp) no-repeat;
  background-size: cover;
}

.title__newsletter p:first-child {
  font-family: "Gilroy_b";
  font-size: 62px;
  color: #fff;
  text-transform: unset;
  text-align: center;
  margin-bottom: 10px;
  line-height: 72px;
  width: 76%;
}

.title__newsletter p:last-child {
  font-family: "Gilroy_r";
  font-size: 35px;
  color: var(--color-main);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.form-newsletter {
  background-color: #fff;
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  max-width: 480px;
  margin-top: 0px;
}

.invalid-feedback {
  position: absolute;
}

.newsletter__input img {
  position: absolute;
  top: 14px;
}

.newsletter__input {
  position: relative;
  z-index: 1;
}

.newsletter__input i {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: var(--color-main);
}

.newsletter__input.newsletter__input_textara i {
  top: 10px;
  left: 10px;
  transform: unset;
}

.newsletter__input input {
  height: 44px;
  font-size: 13px;
  color: #555555;
  padding-left: 30px;
  border-radius: 0px;
  border: none;
  border-bottom: var(--color-main-3) solid 1px;
}

.newsletter__input textarea {
  height: 96px;
  font-size: 15px;
  font-family: var(--f-r);
  color: #666666;
  border-radius: 0px;
  background: #e9e9e9;
  padding-left: 33px;
}

.newsletter__input_textara::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 95px;
  left: -12px;
  top: 0;
  bottom: 0;
}

.newsletter__input input::placeholder {
  font-size: 14px;
  color: #555555 !important;
}

.newsletter__input .label {
  position: absolute;
  top: -19px;
  left: 0px;
  font-family: "Gilroy_semi";
  font-size: 14px;
  color: #555555;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.form1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.newsletter-button {
  margin-top: 24px;
  width: 100%;
}

.btn_submit {
  width: 100%;
  color: #fff !important;
  font-family: "Gilroy_b";
  text-transform: uppercase;
  background-color: var(--color-main-4);
  padding: 15px 38px;
  transition: 0.3s;
  border: none;
  text-align: center;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  font-size: 15px;
}

.bg__newsletter.row {
  align-items: center !important;
}

.video_name {
  padding: 10px;
  min-height: 70px;
  line-height: 25px;
  font-size: 18px;
  font-family: "Gilroy_b";
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
}

.video_name .text-split {
  -webkit-line-clamp: 2;
}

.item_video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.video_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000044;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play_but {
  animation: spin 6s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.video_full.py-50 {
  padding-bottom: 0px !important;
}

.video__slick {
  position: relative;
  height: 450px;
}

.video__slick iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.subvideo {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.runvideo {
  margin: -0.25rem 0px;
}

.video__m {
  margin: 0.25rem 0px;
}

.grid_product_5 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid_product_4 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.box__product {
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: #ededed solid 1px;
}

.product__pic {
  border-radius: 10px;
  overflow: hidden;
}

.info_product {
  font-size: 15px;
  font-family: "Gilroy_m";
  text-align: center;
  margin-top: 20px;
}

.product .product-pic {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.product__info {
  padding-top: 10px;
}

.product__name {
  font-size: 15px;
  text-align: left;
  font-family: "Gilroy_r";
  color: var(--color-main-3);
}

.product__name .text-split {
  -webkit-line-clamp: 2;
}

.product .price-product {
  text-align: center;
  font-family: "Gilroy_m";
  font-size: 15px;
  color: #000;
}

.product .price-text {
  font-size: 15px;
  color: var(--color-main-4);
  display: inline-block;
  font-family: "Gilroy_semi";
}

.product .price-new {
  color: var(--color-main-4);
  display: inline-block;
  font-family: "Gilroy_semi";
}

.product__price {
  text-align: left;
  margin-bottom: 8px;
}

.product .price-old {
  padding: 0 10px 0px 0px;
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  color: #ababab;
  text-transform: uppercase;
  font-family: "Gilroy_r";
}

.btn_product {
  background-color: var(--color-main);
  color: var(--color-main-3);
  padding: 8px 20px;
  border-radius: 7px;
  font-family: "Gilroy_semi";
  font-size: 14px;
  transition: 0.3s;
}

.btn_product:hover {
  background-color: var(--color-main-4);
  color: #fff;
  transition: 0.3s;
}

.product .price-per {
  color: #fff;
  background: var(--color-main-4);
  font-size: 13px;
  font-family: var(--f-m);
  text-align: center;
  position: absolute;
  border-radius: 5px;
  right: 5px;
  top: 5px;
  padding: 5px;
}

.cart-product {
  margin: 5px 0 0 0px;
}

.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.cart-add {
  margin-left: 10px;
  background: #00a5d9;
  width: 155px;
}

.cart-add:hover {
  background: var(--color-main);
}

.cart-buy {
  background: var(--color-active);
  width: 93px;
  height: 33px;
}

.cart-buy:hover {
  background: var(--color-main);
}

.btn-product {
  background: var(--color-main);
  color: #fff !important;
  text-transform: capitalize;
  font-family: var(--f-b);
  font-size: 15px;
  padding: 0.5rem 1.5rem;
}

.btn-product:hover {
  background: var(--color-hover);
}

.product-list-package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-list-name a {
  font-size: 30px;
  font-family: "Gilroy_b";
  color: var(--color-main-3);
  text-transform: uppercase;
}

.flex-product-cat.title-cat-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 790px;
}

.flex-product-cat.title-cat-main span a {
  font-size: 14px;
  font-family: "Gilroy_m";
  background-color: #f2f2f2;
  padding: 9px 20px;
  border-radius: 6px;
  margin: 4px 4px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

.product-cat-item.active a,
.product-cat-item:hover a {
  background-color: var(--color-main-4) !important;
  color: #fff !important;
  cursor: pointer;
  transition: 0.3s;
}

.product-list-cat-package {
  margin-bottom: 40px;
}

.product-list-cat-package:last-child {
  margin-bottom: 0px;
}

a.cart-header {
  position: relative;
}

a.cart-header span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 11px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
}

.pic-news {
  width: 210px;
}

.pic-news img {
  width: 100%;
}

.info-news {
  width: calc(100% - 210px);
  padding-left: 20px;
}

.name-news {
  color: #252525;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}

.name-news.text-split {
  -webkit-line-clamp: 2;
}

.name-news:hover {
  color: var(--main-color);
}

.time-news {
  color: var(--color-gray);
  margin-bottom: 10px;
}

.desc-news {
  color: #676767;
  margin-top: 5px;
  line-height: 22px;
}

.news .news-name {
  margin-bottom: 0.5rem;
}

.news .news-name a {
  color: #333;
  font-size: 16px;
}

.news .news-name a.text-split {
  -webkit-line-clamp: 2;
}

.news .news-name a:hover {
  color: #ec2d3f;
}

.news .news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}

.news .news-desc {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}

.othernews b {
  margin-bottom: 10px;
  font-size: 15px;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews {
  position: sticky;
  top: 60px;
  z-index: 11;
}

.news-other {
  margin-bottom: 15px;
}

.pic-news-other {
  width: 40%;
}

.info-news-other {
  width: 60%;
  padding-left: 10px;
}

.name-news-other {
  color: #252525;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}

.name-news-other:hover {
  color: var(--main-color);
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: var(--color-main);
}

.grid-pro-detail {
  margin-bottom: 3rem;
}

.left-pro-detail {
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  /* padding: 7px; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-pro-detail {
  padding: 0px 30px;
}

.control-owl.control-pro-detail {
  top: -webkit-calc(50% - 12.5px);
  top: -moz-calc(50% - 12.5px);
  top: calc(50% - 12.5px);
  opacity: 1;
}

.control-pro-detail button {
  color: #222222;
  opacity: 1;
  width: 25px;
  height: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail h1 {
  text-transform: capitalize;
  font-size: 25px;
  display: block;
  color: #000;
}

.comment-pro-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-main);
}

.price-old-pro-detail {
  font-weight: 500;
  color: #ccc;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  margin-bottom: 1rem;
}

.cart-pro-detail a {
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs {
  border-bottom: 0px;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 0;
  font-size: 14px;
  color: #333;
  font-family: var(--f-b);
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border: none;
  background: var(--color-main);
  color: #fff;
  font-family: var(--f-b);
  text-transform: capitalize;
}

.camket_box {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.camket_box_top {
  width: 100%;
  background-color: var(--color-main-2);
  padding: 10px 20px;
  text-align: center;
  font-family: "Gilroy_b";
  color: #fff;
}

.camket_ul {
  padding: 20px;
  background-color: #fff;
}

.camket_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.camket_ul li {
  margin-bottom: 20px;
}

.camket_ul li:last-child {
  margin-bottom: 0px;
}

.camket_item img {
  width: 50px;
  margin-right: 20px;
}

.camket_info {
  width: calc(100% - 20px - 50px);
}

.camket_name.text-split {
  -webkit-line-clamp: 1;
  font-size: 16px;
  color: var(--color-main-2);
  margin-bottom: 1px;
}

.camket_desc.text-split {
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-main-3);
}

.camket_box.sec_box {
  padding: 30px;
  font-family: "Gilroy_r";
}

.camket_box.sec_box p:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 13px;
}

.camket_box.sec_box p:nth-child(3) {
  font-size: 28px;
  font-family: "Gilroy_b";
  color: var(--color-main-2);
  margin-bottom: 15px;
}

.camket_box.sec_box p:nth-child(4) {
  margin-bottom: 4px;
  position: relative;
}

.camket_box.sec_box p:nth-child(4)::after {
  position: absolute;
  content: "";
  background-color: rgba(128, 128, 128, 0.495);
  width: 121px;
  height: 0.4px;
  top: 50%;
  transform: translateY(-50%);
  left: -134px;
}

.camket_box.sec_box p:nth-child(4)::before {
  position: absolute;
  content: "";
  background-color: rgba(128, 128, 128, 0.495);
  width: 121px;
  height: 0.4px;
  top: 50%;
  transform: translateY(-50%);
  right: -134px;
}

.camket_a a {
  width: 100%;
  background-color: transparent;
  border: var(--color-main-2) solid 1px;
  font-family: "Gilroy_m";
  color: var(--color-main-2);
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 8px 20px;
  transition: 0.3;
}

.camket_a a:hover {
  background-color: var(--color-main-2);
  border: var(--color-main-2) solid 1px;
  color: var(--color-main-3);
  transition: 0.3;
}

.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-news:hover h3 {
  color: var(--color-active);
}

.item-news-all a {
  display: flex;
  justify-content: space-between;
}

.item-news-all a .info-news {
  width: calc(100% - 110px);
}

.item-news-all a .info-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}

.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.news-left {
  width: 68%;
}

.news-right {
  position: sticky;
  top: 20px;
  width: 30%;
  background: #f1f1f1cc;
  padding: 20px;
  box-shadow: 0px 0px 5px #99999978;
}

.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}

.ul-actions li,
.ul-actions>div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}

.ul-actions .active .box-tabr,
.ul-actions .box-tabr:hover {
  border-color: #fd6e1d;
}

.ul-actions .box-tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}

.icon-action {
  background-image: url("../images/icon_chitiet@2x-min.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}

.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}

.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}

.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}

.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}

.modal-detail::-webkit-scrollbar {
  width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}

.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}

.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}

.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}

.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}

.btn-closemenu::after {
  transform: rotate(-45deg);
}

.btn-closemenu::before,
.btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.frm_contact {
  border: 1px solid #ddd;
  padding: 30px;
}

.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}

.breadCrumbs ol {
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
}

.breadCrumbs ol li a:hover {
  color: var(--color-active);
}

.paging-product {
  position: relative;
}

.pagination {
  margin: 20px 0px;
}

.pagination li a {
  cursor: pointer;
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

.btn-frame .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

.grid-properties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}

.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
  overflow: hidden;
}

.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid var(--color-active);
  color: var(--color-active);
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(--color-active);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}

.grid-properties span.outstock {
  pointer-events: none;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

.page-link {
  color: var(--color-main-3) !important;
}

.page-item.active .page-link {
  background: var(--color-main-4);
  border-color: var(--color-main);
  color: #fff !important;
}

.page-link:hover {
  color: var(--color-hover) !important;
}

.grid-properties {
  display: flex;
  gap: 10px;
}

.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid var(--color-active);
  color: var(--color-active);
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}

.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

[x-cloak] {
  display: none !important;
}

.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--f-b);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
  display: none;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  min-width: 160px;
  font-family: var(--f-b);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
  font-family: var(--f-r);
}

.sort a.check {
  font-family: var(--f-m);
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  border-color: #000;
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
  content: "facebook";
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  content: "google map";
}

div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.attr-pro-detail {
  margin: auto;
  padding: 0;
}

.baonoidung iframe {
  max-width: 100% !important;
}

.baonoidung img {
  height: auto !important;
}

.baonoidung * {
  max-width: 100% !important;
}

.baonoidung table {
  display: block;
  overflow-y: auto;
}

div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}

div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}

div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-active);
}

.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}

.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}

.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}

.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}

.cart-pro-detail a.addnow:hover {
  background-color: var(--color-active);
  color: #fff;
  border-color: var(--color-active);
}

.cart-pro-detail a.buynow {
  background-color: #000;
}

.cart-pro-detail a.buynow:hover {
  background-color: var(--color-active);
  color: #fff;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}

.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0px;
  overflow: hidden;
}

.modal-title {
  font-size: 20px;
}

.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.box-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
}

.category-box .title-category {
  margin: 0;
  text-align: left;
  padding: 8px 15px;
  background: var(--color-main);
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.title-category span {
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--f-b);
}

.category-box ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

.category-box i {
  margin-right: 5px;
}

.category-list {
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  list-style: inside;
  background: #fff;
  border: solid 1px #eee;
  border-top: none;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.category-list li {
  position: relative;
  list-style: none;
}

.category-list>li:first-child {
  border-top: none;
}

.category-list li a {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  line-height: 1.5;
  padding: 5px 15px;
}

.category-list li a:hover {
  color: var(--color-hover);
}

.category-list li span {
  margin-top: 5px;
}

.category-list li span i {
  color: #ccc !important;
}

.category-list li .toggle {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  right: 5px;
  cursor: pointer;
}

.category-list li .toggle i {
  color: #ccc;
}

.category-list li ul {
  display: block;
}

.category-list li ul li {
  padding: 0px 15px;
}

.category-list li ul li a {
  text-transform: capitalize;
}

.box-sticky::-webkit-scrollbar {
  width: 3px;
}

.box-sticky::-webkit-scrollbar-track {
  background: #ccc;
}

.box-sticky::-webkit-scrollbar-thumb {
  background: var(--color-main);
}

.box-sticky::-webkit-scrollbar-thumb:hover {
  background: var(--color-hover);
}

.goog-te-gadget,
.skiptranslate {
  display: none;
}

.select-Translator {
  height: 35px;
  padding: 0px 10px;
  outline: none;
  border: none;
  border-radius: 50px;
  min-width: 140px;
  font-size: 14px;
  color: var(--color-main);
}

.skiptranslate iframe {
  display: none !important;
}

.goog-te-gadget img {
  display: none;
}

.goog-te-gadget .goog-te-combo {
  height: 35px;
  width: 120px;
  font-size: 13px;
  font-family: var(--f-r);
  background: #fff;
  text-align: center;
  border: 1px solid var(--color-main);
  border-radius: 20px;
  color: var(--color-main);
}

.goog-te-gadget span {
  display: none;
}

.goog-te-gadget {
  font-size: 0px !important;
}

#google_language_translator {
  width: 120px;
  margin: 0;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%);
}

.swiper-pagination span {
  display: block;
  color: var(--color-main);
  font-size: 14px;
  padding: 5px;
  background: var(--color-main);
  border-radius: 50%;
  margin: 5px 0;
  cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-main-2);
}

.footer-article {
  background-color: #ffd500;
}

.footer_name {
  font-size: 36px;
  font-family: "UTMColossalis";
  text-transform: capitalize;
  color: var(--color-main);
  margin-bottom: 15px;
}

.title__footer {
  font-size: 16px;
  font-family: "Gilroy_b";
  color: var(--color-main-3);
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.title__footer::after {
  position: absolute;
  content: "";
  background-color: var(--color-main-3);
  width: 36px;
  height: 1px;
  left: 0;
  bottom: -12px;
}

.footer-article .row {
  justify-content: space-between;
}

.info_footer {
  color: var(--color-main-3);
  margin-top: 30px;
}

.info-footer p {
  margin-bottom: 10px;
}

.info-footer p:last-child {
  margin-bottom: 0;
}

.social-footer li:first-child {
  color: var(--color-main-3);
  text-transform: uppercase;
  margin-right: 10px;
}

.footer_ul li {
  padding: 0px;
  color: var(--color-main-3);
  margin-bottom: 13px;
  list-style: disc;
}

.footer_ul li a {
  color: var(--color-main-3);
  font-size: 13px;
}

.footer_ul {
  padding-left: 16px;
}

.footer_ul li a:hover {
  text-decoration: underline;
}

.footer_ul li:last-child {
  margin-bottom: 0px;
}

.footer__powered {
  background-color: #ffbb00;
}

.footer__powered .wrap-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.statistic {
  color: #000;
  font-size: 14px;
}

.copyright {
  color: #000;
  font-size: 14px;
}

.copyright span {
  text-transform: uppercase;
  font-family: "Gilroy_b";
}

.footer__map-title {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.maps-iframe {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.maps-iframe iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.items-map {
  border: none;
  background: #fff;
  border: solid 1px #450201;
  color: #450201;
  font-family: var(--f-m);
}

.items-map.active,
.items-map:hover {
  background: #450201;
  color: #fff !important;
}

@media only screen and (max-width: 991px) {
  .img-auto img {
    width: auto !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  .mgb-res {
    margin-bottom: 30px;
  }

  .mb-block {
    display: block !important;
  }

  .py-70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .scrollToTop {
    right: 15px;
  }
}

@media (max-width: 850px) {

  .footer-news,
  .col-left,
  .col-right {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 440px) {
  .grid-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-buy {
    font-size: 14px;
  }

  .btn-product {
    font-size: 13px;
  }
}

@media (max-width: 992px) {

  .header_top_gr {
    justify-content: center;
  }

  /* .footer {
    margin-bottom: 70px;
  } */

  .header_top_right,
  #hotline,
  #social {
    display: none !important;
  }

  .menu-res {
    display: block !important;
  }

  .search-res-w100 p {
    background: transparent;
    color: #fff;
  }

  .img-auto img {
    width: auto !important;
    height: auto !important;
  }

  .wrap-container.internal-page {
    overflow: hidden;
  }

  .title__main h1,
  .title__main h2,
  .title__main span {
    font-size: 20px;
  }

  .title__main .slogan {
    font-size: 13px;
  }

  .mgb-res {
    margin-bottom: 30px;
  }

  .mb-none {
    display: none !important;
  }

  .py-50 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .header {
    padding: 22px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-main);
    border-bottom: #000solid 1px;
  }

  .header img {
    transform: scale(0.8);
    margin: -10px 0px;
  }

  .slideshow_gr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .slideshow_top {
    width: 100%;
    display: none;
  }

  .slideshow_mid {
    width: 100%;
    margin: 10px 0px;
    padding-top: 0px;
  }

  .slideshow_bot {
    width: 100%;
  }

  .bangiao_gr {
    margin-top: 0px;
  }

  .splist_grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .wrap_splist {
    padding: 0px 0px 30px 0px;
  }

  .spbanchay_group {
    padding: 10px;
  }

  .spbanchay_group_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .spbanchay_group_item {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .spbanchay_group_top a,
  .wrap_splist .btn_gr a {
    padding: 6px 25px;
    font-size: 14px;
  }

  .top_content1 {
    font-size: 22px;
    text-align: center;
  }

  .info_service {
    padding: 10px;
  }

  .info_service_name.text-split {
    font-size: 16px;
    line-height: 23px;
    max-width: 100%;
    min-height: 46px;
  }

  .right_but {
    display: none;
  }

  .info_service_desc.text-split {
    min-height: 63px;
    line-height: 21px;
  }

  .info_dabangiao_2_name.text-split {
    font-size: 18px;
  }

  .bannerqc_box {
    border-radius: 10px;
  }

  .video_overlay_but {
    transform: scale(0.7);
  }

  .video_name {
    min-height: 70px;
    line-height: 21px;
    font-size: 14px;
  }

  .bg__newsletter.row {
    align-items: center !important;
    flex-direction: column;
    justify-content: center;
  }

  .title__newsletter p:first-child {
    font-size: 27px;
    line-height: unset;
    width: 100%;
  }

  .title__newsletter p:last-child {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .form-newsletter {
    max-width: unset;
    margin: 20px;
    margin-top: -48px;
    padding: 0px 0px 20px 0px;
  }

  .product-list-package {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .flex-product-cat.title-cat-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: unset;
  }

  .flex-product-cat.title-cat-main span a {
    font-size: 14px;
    padding: 6px 10px;
  }

  .product-list-name a {
    font-size: 22px;
  }

  .info_dabangiao_2 {
    padding: 8px 15px 10px 15px;
  }

  .grid_product_5 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {}


/* mobile footer */
/* .fix-toolbar {
  background: #ffd500;
  width: 100%;
  padding: 5px;
  bottom: 0;
  position: fixed;
  height: auto;
  line-height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  border-top: 1px solid #ffffff82;
  z-index: 100;
}

.fix-toolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  list-style: none;
  margin: 0;
}

.fix-toolbar ul li {
  text-align: center;
  width: 20%;
}

.fix-toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

.fix-toolbar ul li a img {
  height: 25px;
  width: auto;
}

.fix-toolbar img {
  vertical-align: top;
}

.fix-toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: none;
}

@media(max-width:992px) {
  .fix-toolbar {
    display: block;
  }

  #messages-facebook,
  .btn-frame {
    display: none;
  }

  .header-logo {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin: 10px !important;
  }
} */