@charset "UTF-8";
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b, strong, th {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type=text], input[type=email], input[type=password] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type=number] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input, textarea, select, button, a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0 > div[class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5 > div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8 > div[class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10 > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

html,
body {
  font-size: 16px;
  color: #454545;
  background: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding: 4.5rem 0 0 0;
}
html.show-menu,
body.show-menu {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1.3;
  font-family: "ProductSan", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body.show-menu {
  overflow: hidden;
}
body.show-menu {
  overflow: hidden;
}
body a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
}
body a:hover, body a:focus, body a:active {
  color: #dc232a;
  outline: none;
}

textarea,
input,
button {
  outline: none !important;
}

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

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

body::-webkit-scrollbar-thumb {
  background-color: #dc232a;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.49;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw900 {
  font-weight: 900;
}

.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 #0000006e;
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #0000006e;
  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;
}

.cl-gray {
  color: #888;
}

.text-green {
  color: #dc232a;
}

.text-red__dark {
  color: #b80006;
}

.section-all {
  padding: 5rem 0;
}

.form-control {
  color: #888;
  border-radius: 0;
}
.form-control::-webkit-input-placeholder {
  color: #888;
}
.form-control::-moz-placeholder {
  color: #888;
}
.form-control:-ms-input-placeholder {
  color: #888;
}
.form-control::-ms-input-placeholder {
  color: #888;
}
.form-control::placeholder {
  color: #888;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.scroll .header-top {
  display: none;
}

.header-top {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
}

.logo-header img {
  max-height: 5.875rem;
}

.header-right .header-right__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right .header-right__item img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-right: 0.25rem;
}
.header-right .header-right__item:not(:last-child)::after {
  content: "|";
  color: #dc232a;
  margin: 0 1rem;
}
.header-right .header-right__item.lang-item {
  position: relative;
}
.header-right .header-right__item.lang-item::after {
  content: "";
  font-family: "fontAwesome";
  margin-left: 2px;
}

.form-search__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7.5rem;
  padding-right: 3.5rem;
}
.form-search__header .form-search {
  min-height: 2.875rem;
  border: 1px solid #ebebeb;
}
.form-search__header .form-search .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
}
.form-search__header .form-search .btn-search {
  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: 4.375rem;
  background: #dc232a;
}

.header-nav {
  background-color: #f5f5f5;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu ul li a {
  display: block;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
}

.button-category__all {
  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;
  background: #dc232a;
  color: #fff;
  height: calc(100% + 9px);
  padding: 0.9375rem 1.5625rem;
  margin-top: -9px;
  position: relative;
}
.button-category__all:hover {
  color: #fff;
}
.button-category__all::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../images/polygon-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: inherit;
}
.button-category__all img {
  margin-right: 0.25rem;
}

.btn {
  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;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}
.btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-green {
  background: #dc232a;
  color: #fff;
}
.btn-green:hover {
  background: #af0006;
  color: #fff;
}

.btn-border__green {
  border: 1px solid #dc232a;
  color: #dc232a;
}
.btn-border__green:hover, .btn-border__green:focus {
  background: #dc232a;
  color: #fff;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.subtitle__all {
  position: relative;
  padding: 0 41px;
}
.subtitle__all.cl-title::after {
  background-image: url(../images/text-right-black.svg);
}
.subtitle__all.left-none {
  padding-left: 0;
}
.subtitle__all.left-none::before {
  display: none;
}
.subtitle__all::before, .subtitle__all::after {
  content: "";
  width: 33px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: inherit;
  background-repeat: no-repeat;
  background-size: contain;
}
.subtitle__all::before {
  background-image: url(../images/text-left.svg);
  left: 0;
}
.subtitle__all::after {
  background-image: url(../images/text-right.svg);
  right: 0;
}

.s-content-about ul {
  list-style-type: none;
  margin-left: 0;
}
.s-content-about ul li {
  position: relative;
  padding-left: 2.0625rem;
}
.s-content-about ul li::before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.s-content-about ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.module-utilities {
  background-color: #fff;
  -webkit-box-shadow: 10px 12px 64px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 12px 64px -10px rgba(0, 0, 0, 0.1);
}

.item-utilities {
  padding: 1.5rem 0;
  max-width: 16.4375rem;
  margin-left: auto;
  margin-right: auto;
}
.item-utilities .icon-uti img {
  width: 2.875rem;
  height: 2.875rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.module-product__category:not(:last-child) {
  margin-bottom: 3.4375rem;
}
.module-product__category .head-category {
  background: #f5f5f5;
}
.module-product__category .head-category .read-more {
  margin-right: 1.5rem;
}

.slide-product__category .swiper-wrapper {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
.slide-product__category .swiper-wrapper .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
  height: auto;
}

.item-product__all {
  background-color: #fff;
  border: 1px solid #ebebeb;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-product__all:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-product__all .img {
  padding-top: 100%;
}

.pagination__all {
  text-align: center;
  margin-top: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__all .swiper-pagination-bullet {
  width: 2.25rem;
  height: 0.3125rem;
  opacity: 1;
  background: #ebebeb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2.5px;
}
.pagination__all .swiper-pagination-bullet-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dc232a;
  width: 4.5rem;
}

.btn-slide__circle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: #f5f5f5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.btn-slide__circle img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.btn-slide__circle:hover img {
  -webkit-filter: unset;
          filter: unset;
}

.btn-slide__left {
  left: -5rem;
}

.btn-slide__right {
  right: -5rem;
}

.item-service__all {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 12px 16px 64px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 12px 16px 64px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item-service__all:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.item-service__all .img {
  padding-top: 62%;
}

.section-feel {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.item-feel {
  background-color: #f5f5f5;
}
.item-feel .ava {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}
.item-feel .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-feel .btn-slide__circle {
  -webkit-transform: unset;
          transform: unset;
}
.swiper-button-feel .btn-slide__circle:not(:last-child) {
  margin-right: 2.5rem;
}

.certifi__left {
  left: 10%;
}

.certifi__right {
  right: 10%;
}

.form-all__page {
  background: #c0171d;
}
.form-all__page .form-regis .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-all__page .form-regis .btn {
  white-space: nowrap;
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top {
  padding: 4rem 0;
}

.social-footer li:not(:last-child) {
  margin-right: 1.875rem;
}
.social-footer li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #888888;
  color: #fff;
  border-radius: 100%;
}
.social-footer li a:hover {
  background: #dc232a;
  color: #fff;
}

.title-footer {
  position: relative;
}
.title-footer::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: #ed1c24;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-contact__footer li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-contact__footer .icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-contact__footer .icon img {
  width: 100%;
  height: 100%;
}

.nav-footer ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.nav-footer ul li a {
  color: #252525;
  position: relative;
  padding-left: 0.9375rem;
}
.nav-footer ul li a:hover {
  color: #dc232a;
}
.nav-footer ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #dc232a;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.copytight {
  border-top: 1px solid #dadae5;
}

.button-show__category {
  border-bottom: 1px solid transparent;
}

.header-product__cate:hover .button-show__category,
.header-product-cate__pages:hover .button-show__category {
  border-bottom: 1px solid #fff;
}
.header-product__cate:hover ul,
.header-product-cate__pages:hover ul {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-product__cate ul,
.header-product-cate__pages ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #dc232a;
  z-index: 10;
  padding: 0 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.header-product__cate ul li,
.header-product-cate__pages ul li {
  position: relative;
}
.header-product__cate ul li .btn-dropdown-menu,
.header-product-cate__pages ul li .btn-dropdown-menu {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 3.25rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-product__cate ul li .btn-dropdown-menu.open,
.header-product-cate__pages ul li .btn-dropdown-menu.open {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-product__cate ul li:not(:last-child),
.header-product-cate__pages ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}
.header-product__cate ul li a,
.header-product-cate__pages ul li a {
  display: block;
  padding: 1rem 0;
  color: #fff;
  padding-right: 2.1875rem;
}
.header-product__cate ul li ul,
.header-product-cate__pages ul li ul {
  padding-left: 1.25rem;
  display: none;
  position: unset;
}
.header-product__cate ul li ul li,
.header-product-cate__pages ul li ul li {
  border-bottom: none !important;
}
.header-product__cate ul li ul li a,
.header-product-cate__pages ul li ul li a {
  position: relative;
  padding: 0.25rem 0;
  padding-left: 0.9375rem;
}
.header-product__cate ul li ul li a::before,
.header-product-cate__pages ul li ul li a::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: inherit;
}

.breadcrumb li a {
  color: #888;
  position: relative;
}
.breadcrumb li a:hover {
  color: #dc232a;
}
.breadcrumb li:not(:last-child) a::after {
  content: "";
  font-family: "fontAwesome";
  margin: 0 4px;
}
.breadcrumb li:last-child a {
  pointer-events: none;
  color: #dc232a;
}

.bg-gray {
  background: #f5f5f5;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}
.pagination .page-item .page-link,
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 2.5rem;
  height: 2.5rem;
  border-radius: 40px;
  margin: 8px;
}
.pagination .page-item span.page-link,
.pagination .page-item:hover .page-link{
  background: #dc232a;
  color: #fff;
  border: none;
}
.pagination a {
  color: #888;
}
.read-more__all {
  color: #3772ff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.read-more__all:hover {
  padding-right: 2.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.read-more__all::after {
  content: "";
  width: 21px;
  height: 4px;
  background-image: url(../images/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.time-new__all {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.time-new__all .time-item {
  color: #888;
  position: relative;
}
.time-new__all .time-item:not(:last-child)::after {
  content: "|";
  margin: 0 1rem;
}
.slide-product__category{
  padding:20px;
}
.button_play_video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fancybox__container {
  --fancybox-content-width: 90vw !important;
  --fancybox-content-height: 80vh !important;
}

.fancybox__content {
  width: 90vw !important;
  height: 90vh !important;
  max-width: none !important;
  max-height: none !important;
}
.cart_count{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  padding: 5px;
  min-width: 20px;
  height: 20px;
}
.list-icon {
    position: fixed;
    right: 1.25rem;
    bottom: 21%;
    z-index: 10;
    display: flex;
    flex-direction: column;
}
.btn-icon {
    position: relative;
}
.btn-icon span {
    transition: all 0.3s 
ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s 
ease;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.btn-icon[title="Zalo"] span {
    background: url(../images/icon_zalo2.png) no-repeat center center;
    background-size: 100% 100%;
}
.btn-icon[title="Message"]::before, .btn-icon[title="Zalo"]::before {
    border-color: #1182fc;
}
.btn-icon::before {
    content: "";
    width: 3.125rem;
    height: 3.125rem;
    top: -0.3125rem;
    right: -0.3125rem;
    position: absolute;
    z-index: -1;
    background-color: transparent;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    opacity: 0.5;
    animation-iteration-count: infinite;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.btn-icon::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    top: -0.625rem;
    right: -0.625rem;
    position: absolute;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.75;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-icon[title="Message"]::after, .btn-icon[title="Zalo"]::after {
    background-color: rgba(17, 130, 252, 0.45);
}
.btn-icon[title="Hotline"]::before {
    border-color: #158e45;
}
.btn-icon[title="Hotline"] span {
    background: url(../images/icon_phone2.png) no-repeat center center;
    background-size: 100% 100%;
}
.btn-icon[title="Hotline"]::after {
    background-color: rgba(94, 255, 0, 0.452);
}
.btn-icon[title="Message"] span {
    background: url(../images/icon_mess2.png) no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 992px) {
  .lg-pl-100 {
    padding-left: 6.25rem;
  }

  .wow {
    visibility: hidden;
  }

  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.5625rem;
  }
  .menu ul li {
    position: relative;
  }
  .menu ul li:not(:last-child) {
    margin-right: 1.5625rem;
  }
  .menu ul li a {
    padding: 0.875rem 0;
  }
  .menu ul li a:hover {
    color: #dc232a;
  }
  .menu ul li:hover ul {
    top: 100%;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul li:hover ul li:hover ul {
    top: 0;
    left: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu ul li:hover ul li ul {
    top: 0;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .menu ul li ul {
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 10;
    display: block;
    background: #f5f5f5;
    margin-left: 0;
    min-width: 15.625rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul li ul li {
    margin-right: 0 !important;
  }
  .menu ul li ul li:not(:last-child) {
    border-bottom: 1px solid #252525;
  }
  .menu ul li ul li a {
    padding: 0.375rem 0.9375rem;
    font-size: 0.875rem;
  }
  .menu ul li ul li ul {
    top: 0;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (min-width: 1400px) {
  .menu {
    margin-left: 2.9375rem;
  }
  .menu ul li:not(:last-child) {
    margin-right: 3.5rem;
  }

  .container {
    max-width: 1408px;
  }
}
@media (max-width: 1651px) {
  body,
html {
    font-size: 14px;
  }

  .module-product__category .head-category .button-category__all {
    font-size: 1.25rem;
  }

  .section-all {
    padding: 2.5rem 0;
  }
}
@media (max-width: 1199px) {
  .form-search__header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .btn-slide__left {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .btn-slide__right {
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }

  .item-new__sidebar .title {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .wow {
    visibility: visible;
  }

  .mb-md-25 {
    margin-bottom: 1.5625rem;
  }

  .over-lay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .over-lay.show {
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    max-width: min(350px, 80%);
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu.active {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul li {
    border-top: 1px solid #252525;
    position: relative;
  }
  .menu ul li a {
    display: block;
    padding: 10px 15px;
  }
  .menu ul li .btn-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 20px;
    color: #252525;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul li .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul li ul {
    background: #ebebeb;
    display: none;
  }
  .menu ul li ul li a {
    padding-left: 25px;
  }
  .menu ul li ul li ul li a {
    padding-left: 40px;
  }

  .header-top {
    padding: 0.625rem 0;
  }

  .logo-header img {
    max-height: 3.125rem;
  }

  .header-nav {
    padding: 0.625rem 0;
  }

  .form-search__header {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0.9375rem;
  }

  .show-menu__mobile {
    font-size: 25px;
  }

  .title-big__all {
    font-size: 1.5rem;
  }

  .footer-top {
    padding: 1.875rem 0;
  }

  .btn-slide__circle {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .btn-slide__circle img {
    max-width: 60%;
    max-height: 60%;
  }

  .module-product__category .head-category .button-category__all {
    font-size: 1rem;
  }

  .footer {
    background-image: unset !important;
  }
}
@media (max-width: 767px) {
  .section-all {
    padding: 1.25rem 0;
  }

  .pagination__all .swiper-pagination-bullet {
    width: 1.25rem;
    height: 3px;
  }

  .pagination__all {
    margin-top: 1.25rem;
  }

  .certifi__left {
    left: 5%;
  }

  .certifi__right {
    right: 5%;
  }

  .swiper-button-feel .btn-slide__circle:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media (max-width: 575px) {
  .item-product__all .title {
    font-size: 1rem;
  }

  .read-more__all {
    font-size: 12px;
  }

  .button-category__all {
    font-size: 1rem;
  }
}