:root {
  /* --cl-black: #333; */
   --cl-black: #333;
  --cl-gray-800: #454545;
  --cl-pr-500: #6d6d6d;
  --cl-red: #f5b14c;
  --cl-pr-50: #f6f6f6;
  --cl-subtle: #f0f0f0;
  --cl-gray-200: #d1d1d1;
  --cl-red-1: #FFBD59;
  --cl-red-2: #f5b14c;
  /* --cl-body-bg: #2c2c2c; */
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/SVN-Arial Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/SVN-Arial Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}



@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

/* @font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
} */

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}
body {
  font-family: 'Nunito', sans-serif !important;
  /* color: white;
  background-color: var(--cl-body-bg); */
}

.font-semibold {
  font-weight: 700;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: var(--cl-red);
}

.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: var(--cl-red-2);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.img__ {
  position: relative;
  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  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);
}

input {
  outline: none;
}

.c-img {
  position: relative;
  display: block;
}

.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-item .rating {
  margin-right: 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 220, 115, 0.6705882353);
}

.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.25rem;
  color: #F1C644;
}

.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}

.rating-item p {
  font-size: 14px;
}

.img_full img {
  width: 100%;
}

.img-h-full img {
  height: 100%;
}

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

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  display: block;
  font-weight: 500;
   color: var(--cl-black);
  font-size: 1.15rem;
}

.btn-red__all {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  background: var(--cl-red);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
}

.btn-red__all:hover,
.btn-red__all:focus {
  background: #d72e34;
  color: #fff;
}

.title-all {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-pro__hot {
  background: -webkit-gradient(linear, left bottom, left top, from(#484848), to(#484848));
  background: linear-gradient(0deg, #484848 0%, #484848 100%);
}

.nav-footer ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.nav-footer ul li a {
  color: var(--cl-black);
}
.nav-footer ul li a:hover {
  color: white;
  transition: all .3s;
}
.breadcrumb li {
  display: inline-block;
  color: white;
}

.breadcrumb li a::after {
  content: "|";
  margin: 0 4px;
}

.breadcrumb li span {
  font-weight: 600;
}

.pagination {
  text-align: center;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination strong,
.pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.875rem;
  height: 2rem;
  border-radius: 4px;
  border: 1px solid transparent;
  margin: 0 5px;
  font-weight: 700;
  font-size: 0.875rem;
}

.pagination strong,
.pagination a:hover {
  color: var(--cl-red-2);
  border: 1px solid var(--cl-red-2);
  background: #fff;
}

.pagination a {
  background: #8A8A8A;
  color: #fff;
}


#map {
  height: 100%;
}

#map iframe {
  height: 100%;
  width: 100%;
}

.nav-siderbar__account .nav-menu li a.active {
  background: var(--cl-red-2);
  color: #fff;
}

.nav-siderbar__account .nav-menu li a.active img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.nav-siderbar__account .nav-menu li ul li a.active {
  background: #e7e7e7;
  color: #454545;
}

.check-gender input:checked~.circle {
  border: 1px solid var(--cl-red-2);
}

.check-gender input:checked~.circle::after {
  display: block;
}

.item-process {
  position: relative;
}

.item-process.active {
  color: var(--cl-red-2);
}

.item-process.active img {
  -webkit-filter: none;
  filter: none;
}

.item-process:not(:last-child)::after {
  content: "";
  height: 1px;
  width: 2.5rem;
  border-top: 1px dashed #BDBDBD;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item-address input:checked~.circle {
  border: 1px solid var(--cl-red-2);
}

.item-address input:checked~.circle::after {
  display: block;
}

.nav-order .link.active {
  color: var(--cl-red-2);
  border-bottom: 2px solid var(--cl-red-2);
}

.item-faq .head.open .text {
  color: var(--cl-red-2);
}

.item-faq .head.open .icon::before {
  background: var(--cl-red-2);
}

.item-faq .head.open .icon::after {
  display: none;
}

.item-faq .head .icon::before,
.item-faq .head .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--cl-gray-800);
}

.item-faq .head .icon::before {
  width: 100%;
  height: 3px;
}

.item-faq .head .icon::after {
  height: 100%;
  width: 3px;
}

.nav-pro__cate .link.active,
.nav-pro__cate .link:hover {
  background: #EAEAEA;
  color: var(--cl-black);
}

.item-step .content {
  background-size: 100% 100%;
}

.browser-item .process .count {
  left: calc(100% + 16px);
}

.lang-content {
  overflow: hidden;
}

.user-rating {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.rating_box_star_news label.star,
.rating_box_star_news div.user-rating .percent_star i {
  font-size: 14px;
  line-height: 2.5;
}

.rating_box_star div.user-rating {
  position: relative;
}

.percent_star {
  display: none;
}

.rating_box_star div.user-rating .percent_star {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  display: block;
}

.rating_box_star div.user-rating .percent_star i {
  color: var(--color-star-checked);
  margin-right: -2.5px;
  font-size: 1.5rem;
  transition: all 0.3s;
  line-height: 1;
}

.section-steps {
  padding-bottom: 0;
}

.item-pro {
  display: flex;
  flex-direction: column;
}

.item-pro .pro-content {
  flex: 1;
}

.item-pro .pro-content .btn-add-cart {
  margin-top: auto;
}

.nav-tab__bank .tablinks {
  display: block;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  transition: all .3s;
}

.nav-tab__bank .tablinks:not(:last-child) {
  margin-right: 1rem;
}

.nav-tab__bank .tablinks.active,
.nav-tab__bank .tablinks:hover {
  background: var(--cl-red);
  color: #fff;
  border: 1px solid var(--cl-red);
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.h-cart .count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: .625rem;
  color: #fff;
  background: var(--cl-red);
  z-index: 1;
  line-height: 1;
}

.section-account .item-pro .btn-add-cart {
  font-size: .875rem;
}

.header-nav {
  background: var(--cl-red-1);
}

.widget {
  position: fixed;
  bottom: 5%;
  left: 2%;
  z-index: 2;

}

.widget li:not(:last-child) {
  margin-bottom: 1rem;
}

.widget li a img {
  width: 3rem;
  height: 3rem;
  object-fit: scale-down;
  animation: lac 1s linear infinite;

}

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

  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

#modal_content_all {
  align-items: center;
  background: rgba(0, 0, 0, .7);
}

#modal_content_all.active {
  display: flex;
}

#modal_content_all .modal-main-content {
  max-width: min(800px, 90%);
  max-height: 90%;
}

.box-ranking .process {
  width: 100%;
  height: 3px;
  background: #B7B7B7;
  border-radius: 36px;
  position: relative;
}

.box-ranking .percent {
  font-size: 1.75rem;
}
.modal-main-content .img_full img{
  max-height: 350px;
}
.item-vision{
  max-width: 100%;
}
.slide-pro__thumbs .image{
  border: 1px solid #ebebeb;
}
.slide-pro__thumbs .swiper-slide-thumb-active .image{
  border: 1px solid var(--cl-red-2);
}
@media(min-width:768px) {
  .md-w-80 {
    width: 80%;
  }

  .md-w-20 {
    width: 20%;
  }

  .md-mb-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .item-vision .short_content{
    font-size: 1.25rem;
  }
  .lg-w-60 {
    width: 60%;
  }

  .lg-w-40 {
    width: 40%;
  }

  .item-pro .btn-add-cart:focus {
    background: var(--cl-red);
    color: #fff;
  }

  .lg-max-w-500 {
    max-width: 500px;
  }

  .wow {
    visibility: hidden;
  }

  .menu>ul {
    text-align: center;
  }

  .menu>ul>li {
    display: inline-block;
  }

  .menu>ul>li>a {
    /* text-transform: uppercase; */
    padding: 1rem 0.5rem;
  }

  .menu>ul>li:not(:last-child) {
    /* margin-right: 2.188rem; */
  }

   .menu>ul>li>a:hover,
  .menu>ul>li>a.active {
    /* background: #fff; */
    color: #fff;
  }
  .menu ul li {
    position: relative;
  }

  .menu ul li:hover ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    min-width: 100%;
    background: rgba(76,76,76,0.83);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s;
    padding: 20px 10px;
    min-width: 260px;
  }

  .menu ul li ul li a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    text-align: left;
    border-radius: 10px;
  }

  .menu ul li ul li a:hover,
  .menu ul li ul li a:focus {
    background: white;
    color: black;
    transition: all .3s;
  }

  /* .menu ul li ul li:not(:last-child) {
    border-top: 1px solid #fff;
  } */
}

@media (min-width: 1280px) {
  .menu>ul>li>a {
    /* text-transform: uppercase; */
    padding: 1rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 1651px) {
  .title-all {
    font-size: 1.875rem;
  }
}

@media (max-width: 1023px) {
  .item-faq .head .icon::before {
    height: 2px;
  }

  .item-faq .head .icon::after {
    width: 2px;
  }

  .item-process::after {
    display: none;
  }

  .item-process img {
    display: none;
  }

  .title-all {
    font-size: 1.25rem;
  }

  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: min(350px, 80%);
    height: 100%;
    background: #fff;
    z-index: 100;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu.active {
    left: 0;
  }

  .menu .btn-dropdown-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36.25px;
    height: 36.25px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: black;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .menu ul li a {
    display: block;
    padding: 8px 16px;
    border-top: 1px solid black;
    color: black;
  }

  .menu ul li ul {
    display: none;
  }

  .menu ul li ul li a {
    padding-left: 30px;
  }

  .menu ul li ul li ul li a {
    padding-left: 45px;
  }

  .over-lay.show {
    right: 0;
  }

  .lang-mobile .link.active {
    color: var(--cl-red-1);
  }

  .section-vision {
    background-image: none !important;
  }

  .nav-siderbar__account {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: min(350px, 80%);
    z-index: 100;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .nav-siderbar__account.active {
    left: 0;
  }

  .over-lay-sidebar.show {
    right: 0;
  }
}

.css_noti {
  padding: 1rem 0;
  background-color: #cf3838;
  border-radius: 15px;
  margin: 1rem 0;
  color: white;
}

.css_noti h2 {
  font-size: 2rem;

}
@media(max-width:575px){
  .box-ranking .head{
    display: block;
  }
  .box-ranking .head .ranking{
    margin-bottom: .5rem;
  }
}