@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Condensed:wght@700&display=swap");

/* Font */
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui-regular.ttf");
  font-weight: 400;
  font-style: normal;
  display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui-semibold.ttf");
  font-weight: 600;
  font-style: normal;
  display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui-bold.ttf");
  font-weight: 700;
  font-style: normal;
  display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui-black.ttf");
  font-weight: 900;
  font-style: normal;
  display: swap;
}

@font-face {
  font-family: "UVN Tin Tuc Hep";
  src: url("../fonts/UVNTinTucHepThem_B.TTF");
  font-weight: 700;
  font-style: normal;
  display: swap;
}

:root {
  --color-main: #E21512;
  --color-social: #0680BF;
}

body {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: "Segoe UI", sans-serif;
}

.wrap-content {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0px auto;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.social-plugin {
  display: flex;
  gap: 2px;
  margin: 12px 0;
}

.scale-img {
  display: block;
  overflow: hidden;
}

.scale-img img {
  transform: scale(1, 1);
  transition: all 0.3s ease;
}

.scale-img:hover img {
  transform: scale(1.1, 1.1);
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Transition All */
.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;
}

/* Header */
.header-banner {
  text-align: center;
  flex: 0 0 50%;
}

.header-banner span {
  color: #E21512;
  font-family: "UVN Tin Tuc Hep";
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1.9px;
}

.header-banner p {
  color: #0680BF;
  font-family: "UVN Tin Tuc Hep";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin-bottom: 0;
}

/* Menu */
.fixed-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}

.menu {
  position: relative;
  z-index: 100;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1.02px;
  text-transform: uppercase;
  padding: 13px 0;
}

.menu ul li a.active {
  color: #ff0;
}

.menu ul li:hover>a {
  color: #ff0;
}

.menu ul li:hover>.menu-list-scroll {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.menu ul li .menu-list-scroll {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.menu ul li ul {
  overflow-y: auto;
  overflow-x: hidden;
  height: 500px;
}

.menu ul li ul li {
  padding: 0 10px;
  position: unset;
}

.menu ul li ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.menu ul li ul li:hover>a {
  color: var(--color-main);
}

.menu ul li ul li a {
  text-align: left;
  font-size: 15px;
  color: #333;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  top: 0;
  left: 100%;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu ul li ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

/* Search */
.search {
  width: 260px;
  height: 36px;
  border-radius: 30px;
  background: #FFF;
}

.search input {
  background: transparent;
  border: none;
  border-radius: 0;
  height: 100%;
  text-indent: 10px;
}

.search input:focus {
  box-shadow: none;
}

.search p {
  cursor: pointer;
  height: 36px;
  width: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
}

/* Mmenu */
.menu-res {
  display: none;
  position: relative;
  background: #fff;
  z-index: 100;
}

#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: var(--color-main);
  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 {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

.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 {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

/* Search */
.search-res {
  position: relative;
}

.search-res .icon-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #034c02;
  font-size: 18px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-res .icon-search.active {
  color: #fff;
  background: var(--color-main);
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
}

.search-res .search-grid p {
  cursor: pointer;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 18px;
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-res .search-grid input {
  font-size: 13px;
  width: 100%;
  height: 38px;
  text-indent: 10px;
  outline: none;
  border: none;
  box-shadow: none;
  color: var(--color-main);
}

/* Main */
.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main span {
  color: #E21512;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1.44px;
  text-transform: uppercase;
}

.title-detail {
  text-align: center;
  margin-bottom: 1rem;
}

.title-detail h1 {
  color: #E21512;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* Swiper */
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 44px;
  --swiper-navigation-color: #fff;
  background: var(--swiper-navigation-background, var(--color-main));
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  --swiper-navigation-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  --swiper-navigation-color: #fff;
  --swiper-navigation-background: var(--color-hover);
}

/* SLider */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

/* breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}

.breadCrumbs ol {
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
}

.breadCrumbs ol li a:hover {
  color: #f00;
}

/* About */
.wrap-about .about-col:nth-child(1) {
  position: relative;
  isolation: isolate;
  margin-right: -85px;
}

.wrap-about .about-col:nth-child(1)::before {
  content: "";
  position: absolute;
  background: url(../images/main/before-tieuchi.png) no-repeat;
  width: 205px;
  height: 594px;
  right: 8px;
  top: calc(50% - 297px);
  z-index: -1;
  pointer-events: none;
}

.wrap-about .about-col:nth-child(1) .criteria-item {
  margin-left: 70px;
}

.wrap-about .about-col:nth-child(1) .criteria-item:nth-child(2) {
  margin-left: 0;
  margin-right: 110px;
}

.wrap-about .about-col:nth-child(2) {
  position: relative;
  isolation: isolate;
  margin-left: -85px;
}

.wrap-about .about-col:nth-child(2)::before {
  content: "";
  position: absolute;
  background: url(../images/main/after-tieuchi.png) no-repeat;
  width: 205px;
  height: 594px;
  left: 8px;
  top: calc(50% - 297px);
  z-index: -1;
  pointer-events: none;
}

.wrap-about .about-col:nth-child(2) .criteria-item {
  flex-direction: row-reverse;
  margin-right: 70px;
}

.wrap-about .about-col:nth-child(2) .criteria-item:nth-child(2) {
  margin-left: 110px;
  margin-right: 0px;
}

.wrap-about .about-col:nth-child(2) .criteria-item .name {
  text-align: left;
}

.wrap-about .about-col .criteria-item:not(:last-child) {
  margin-bottom: 140px;
}

.criteria-item .image img {
  transition: all .6s linear;
}

.criteria-item .image:hover img {
  transform: rotateY(360deg);
}

/* Pagination */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination .page-item {
  margin: 0 2px;
}

.pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 14px !important;
  border: 0 !important;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination .page-item .page-link:hover {
  z-index: 2;
  color: #6c757d;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6599CC;
}

.pagination .page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-size: 0 !important;
  border-radius: 0 !important;
}

.pagination .page-item:first-child .page-link::before,
.pagination .page-item:last-child .page-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
}

.pagination .page-item:first-child .page-link::before {
  content: "\f053";
}

.pagination .page-item:last-child .page-link::before {
  content: "\f054";
}

/* Product */
.title-product-list {
  margin-bottom: 28px;
}

.title-product-list span {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
  padding: 10px 24px;
  border: 1px solid #E9ECEF;
  background: #FFF;
  color: #284B6D;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.title-product-list span.active {
  background: #E21512;
  border-color: #E21512;
  color: #FFF;
}

.product {
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(27, 31, 35, 0.07);
  padding: 9px;
  text-align: center;
}

.product .images a {
  border-radius: 10px;
}

.product .info {
  padding: 10px 0 5px;
}

.product .info .name {
  -webkit-line-clamp: 2;
  color: #24304D;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.product .info .name:hover {
  color: #E21512;
}

.product .info .price {
  margin-bottom: 0;
}

.product .info .price span {
  color: #E21512;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

/* Service */
.section-service .wrap-content {
  max-width: 1120px;
  overflow: hidden;
}

.section-service .slick-track {
  display: flex;
  align-items: center;
  min-height: 606px;
}

.section-service .slick-slide {
  float: none;
  width: 100%;
  max-width: 320px;
  transition: all 0.3s linear;
}

.section-service .slick-slide.slick-current.slick-center {
  max-width: 400px;
}

.service-item {
  text-align: center;
}

.service-item .images {
  margin-bottom: 12px;
}

.service-item .name {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.51px;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.service-item .name:hover {
  color: #E21512;
}

.service-item .desc {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.42px;
  margin-bottom: 15px;
}

.service-item .view {
  width: 140px;
  height: 40px;
  border-radius: 30px;
  background: #6599CC;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  transition: all 0.3s ease;
}

.service-item .view:hover {
  background: #E21512;
}

/* News */
.title-intro {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.title-intro::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 2px;
  background: #E21512;
  left: 0;
  bottom: -2px;
}

/* Video */
.video-item {
  position: relative;
}

.video-item::before {
  content: "";
  position: absolute;
  background: url(../images/main/play-video.png) no-repeat center/100% 100%;
  width: 109px;
  height: 109px;
  left: calc(50% - 54px);
  bottom: calc(50% - 54px);
  z-index: 1;
  pointer-events: none;
}

.video-bottom .video-item::before {
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  bottom: calc(50% - 25px);
}

.video-top .video-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 580/422;
}

.video-bottom .video-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 120/80;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select .sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select .sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select .sort-select-main p:has(.check) {
  order: 1;
}

.sort-select .sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort-select .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-select .sort a.check i:after {
  content: "";
  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;
}

.flex-product-main {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 20px;
}

.left-product {
  grid-column: span 1 / span 1;
}

.right-product {
  grid-column: span 1 / span 1;
}

.category-list .title-category {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 10px;
  background: var(--color-main);
  margin-bottom: 0;
}

.category-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  border-top: 0px solid #eee;
  padding: 10px;
  background: #FFF;
}

.category-ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  transition: all .3s ease;
}

.category-ul li a:hover {
  color: var(--color-main);
}

.category-ul li ul {
  list-style: none;
  padding: 0 16px;
  margin: 0;
}

/* Product Detail */
.filter {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: none;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-pro-detail li .attr-label-pro-detail {
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}

.attr-pro-detail li .attr-content-pro-detail {
  color: #333;
  font-weight: 400;
}

/* Footer */
.footer-article .footer-title {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-article .newsletter-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}

.footer-article .footer-ul {
  list-style: disc;
  font-size: 10px;
  padding-left: 14px !important;
}

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

.footer-article .footer-ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  transition: all 0.3s ease;
}

.footer-article .footer-ul li a:hover {
  color: yellow;
}

.footer-article .newsletter-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.footer-article .newsletter-form .newsletter-input:nth-child(3) {
  grid-column: 1/3;
}

.footer-article .newsletter-form .newsletter-input input {
  border: 0;
  outline: none;
  box-shadow: none;
  height: 42px;
  border-radius: 5px;
  background: #FFF;
}

.footer-article .newsletter-form .newsletter-input textarea {
  border: 0;
  outline: none;
  box-shadow: none;
  height: 82px;
  border-radius: 5px;
  background: #FFF;
}

.footer-article .newsletter-form .newsletter-button {
  grid-column: 1/3;
}

.footer-article .newsletter-form .newsletter-button input {
  border: 0;
  outline: none;
  box-shadow: none;
  height: 42px;
  border-radius: 5px;
  background: #FEC857;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.45px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer-article .newsletter-form .newsletter-button input:hover {
  box-shadow: 0 0 10px 0 #fff;
}

.footer-map {
  position: relative;
  height: 500px;
}

.footer-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.custom-file-input~.custom-file-label {
  content: attr(data-browse);
  background-color: #007bff;
  color: white;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}

/* Paging */
.pagination {
  margin-top: 20px;
}

.pagination li a {
  cursor: pointer;
}

/* Btn Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

.grid-properties {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}

.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 #f00;
  color: #f00;
}

.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;
}

/* scrollToTop */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hvr Float Shadow */
.hvr-float-shadow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-float-shadow:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: -1;
  width: 90%;
  height: 10px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  pointer-events: none;
}

.hvr-float-shadow:active {
  transform: translateY(-5px);
}

.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
}

.hvr-float-shadow:focus {
  transform: translateY(-5px);
}

.hvr-float-shadow:focus:before {
  opacity: 1;
  transform: translateY(5px);
}

.hvr-float-shadow:hover {
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

@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;
  }
}