/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --color-main: #282828;
  --color-v1: #44c2e0;
  --fs-experimental-link-color: #44c2e0;
  --color-v2: #62b088;
  --color-v3: #000;
  --color-v4: #000;
  --color-scrollbar: #000;
  --font-main: "Roboto", sans-serif;
}

/* @font-face {
  font-family: "Encode Sans Condensed";
  src: url("theme/frontend/fonts/EncodeSansCondensed-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans Condensed";
  src: url("theme/frontend/fonts/EncodeSansCondensed-ExtraBold.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Roboto";
  src: url("theme/frontend/fonts/Roboto-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

/* @font-face {
  font-family: "Roboto";
  src: url("theme/frontend/fonts/")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Roboto";
  src: url("theme/frontend/fonts/Roboto-Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("theme/frontend/fonts/Roboto-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("theme/frontend/fonts/Roboto-Bold.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oxygen";
  src: url("theme/frontend/fonts/Oxygen-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oxygen";
  src: url("theme/frontend/fonts/Oxygen-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oxygen";
  src: url("theme/frontend/fonts/Oxygen-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-main);
  color: var(--color-main);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: var(--font-main);
  outline: none;
}

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

body::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #f5f5f5;
}

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

a,
i,
input[type="submit"],
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

.scale-img {
  transition: all 0.5s;
  overflow: hidden;
}

.scale-img img {
  scale: 1.1;
  transition: all 0.5s;
}

.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: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

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

.hv_img {
  display: block;
  position: relative;
  overflow: hidden;
}

.hv_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hv_img:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.img_plus {
  position: relative;
  display: block;
}

.img_plus:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.img_plus:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.img_plus:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
}

.img_plus:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img__contain img {
  width: 100%;
  height: auto;
  object-fit: contain;
  -o-object-fit: contain;
}

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

.img__w-full img {
  width: 100%;
}

.img__center img {
  display: block;
  margin: 0 auto;
}

.img__start img {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.icon__facebook,
.icon__facebook::before {
  background-image: url("./theme/frontend/images/ri_facebook-fill.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon__instagram,
.icon__instagram::before {
  background-image: url("./theme/frontend/images/basil_instagram-outline.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon__twitter,
.icon__twitter::before {
  background-image: url("./theme/frontend/images/zalo-ic.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon__pinterest,
.icon__pinterest::before {
  background-image: url("./theme/frontend/images/logos_pinterest.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon__link {
  background-image: url("./theme/frontend/images/link_svgrepo.com.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(42%) sepia(13%) saturate(1576%)
    hue-rotate(133deg) brightness(93%) contrast(86%);
}

.icon__print {
  background-image: url("./theme/frontend/images/printer_svgrepo.com.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(3734%)
    hue-rotate(213deg) brightness(103%) contrast(104%);
}

.button-social {
  position: relative;
  transition: all 0.3s;
}

.button-social .text-hover {
  position: absolute;
  top: calc(-100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-main);
  color: #fff;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.3s;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.button-social .text-hover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-3px) rotate(45deg);
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: var(--color-main);
  z-index: 1;
}

.button-social:hover .text-hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.module-social:hover .button-social,
.module-social-col:hover .button-social {
  opacity: 0.5;
  transition: all 0.3s;
}

.module-social:hover .button-social:hover,
.module-social-col:hover .button-social:hover {
  opacity: 1;
}

.module-social-col .button-social .text-hover {
  left: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
}

.module-social-col .button-social .text-hover::before {
  top: 50%;
  left: -3px;
  transform: translateY(-50%) rotate(45deg);
}

.pagination-style ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.pagination-style ul li {
  list-style: none;
}

.pagination-style ul li a,
.pagination-style ul li span {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  color: var(--color-main);
  font-weight: 500;
}

.pagination-style ul li a:hover {
  background-color: var(--color-v1);
  color: #fff;
}

.font-Oxygen {
  font-family: "Oxygen", sans-serif;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: unset;
}

.container-width,
.full-width .ubermenu-nav,
.row {
  max-width: 100% !important;
}

.container {
  max-width: 1280px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a,
a,
body {
  font-family: var(--font-main) !important;
  color: var(--color-main);
}

main > div > div > .large-12 {
  padding: 0 !important ;
}

.small-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.small-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.small-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.small-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-12,
.small-columns-1 .flickity-slider > .col,
.small-columns-1 > .col {
  flex-basis: 100%;
  max-width: 100%;
}

.small-columns-2 .flickity-slider > .col,
.small-columns-2 > .col {
  flex-basis: 50%;
  max-width: 50%;
}

.small-columns-3 .flickity-slider > .col,
.small-columns-3 > .col {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-columns-4 .flickity-slider > .col,
.small-columns-4 > .col {
  flex-basis: 25%;
  max-width: 25%;
}

.small-columns-5 .flickity-slider > .col,
.small-columns-5 > .col {
  flex-basis: 20%;
  max-width: 20%;
}

.small-columns-6 .flickity-slider > .col,
.small-columns-6 > .col {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-columns-7 .flickity-slider > .col,
.small-columns-7 > .col {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-columns-8 .flickity-slider > .col,
.small-columns-8 > .col {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

@media screen and (min-width: 576px) {
  .medium-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .medium-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .medium-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .medium-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-12,
  .medium-columns-1 .flickity-slider > .col,
  .medium-columns-1 > .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .medium-columns-2 .flickity-slider > .col,
  .medium-columns-2 > .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .medium-columns-3 .flickity-slider > .col,
  .medium-columns-3 > .col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-columns-4 .flickity-slider > .col,
  .medium-columns-4 > .col {
    flex-basis: 25%;
    max-width: 25%;
  }

  .medium-columns-5 .flickity-slider > .col,
  .medium-columns-5 > .col {
    flex-basis: 20%;
    max-width: 20%;
  }

  .medium-columns-6 .flickity-slider > .col,
  .medium-columns-6 > .col {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-columns-7 .flickity-slider > .col,
  .medium-columns-7 > .col {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-columns-8 .flickity-slider > .col,
  .medium-columns-8 > .col {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 1024px) {
  .large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .gallery-columns-1 .gallery-item,
  .large-12,
  .large-columns-1 .flickity-slider > .col,
  .large-columns-1 > .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item,
  .large-columns-2 .flickity-slider > .col,
  .large-columns-2 > .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item,
  .large-columns-3 .flickity-slider > .col,
  .large-columns-3 > .col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery-columns-4 .gallery-item,
  .large-columns-4 .flickity-slider > .col,
  .large-columns-4 > .col {
    flex-basis: 25%;
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item,
  .large-columns-5 .flickity-slider > .col,
  .large-columns-5 > .col {
    flex-basis: 20%;
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item,
  .large-columns-6 .flickity-slider > .col,
  .large-columns-6 > .col {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .gallery-columns-7 .gallery-item,
  .large-columns-7 .flickity-slider > .col,
  .large-columns-7 > .col {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .gallery-columns-8 .gallery-item,
  .large-columns-8 .flickity-slider > .col,
  .large-columns-8 > .col {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
}

.bg-efefef {
  background-color: #efefef;
}

.padding-0 {
  padding: 0 !important;
}

.margin-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.t5s-load-more.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.t5s-load-more.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  color: var(--color-v1);
  animation: t5s-spinner 0.8s infinite linear;
  background: linear-gradient(
    to right,
    var(--color-v1) 10%,
    rgba(255, 255, 255, 0) 50%
  );
}

@keyframes t5s-spinner {
  100% {
    transform: rotate(360deg);
  }
}

.t5s-load-more:hover {
  color: #fff;
  border-color: var(--color-v1);
  background-color: var(--color-v1);
  box-shadow: 0 3px 12px var(--color-v1);
}

.p-url {
  -webkit-transition: all 0.2s cubic-bezier(0.32, 0.74, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.32, 0.74, 0.32, 1);
  -moz-text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: min(4px, 0.125em);
}

.p-url:hover {
  -webkit-text-decoration-color: var(--color-v1);
  text-decoration-color: var(--color-v1);
}

.module-social .item-social:hover span,
.module-social .item-social:hover strong {
  color: #fff;
}

.module-social .item-social:hover .icon-image {
  filter: brightness(0) invert(1);
}

.custom-scrollbar-module-video {
  scrollbar-color: #0000004d #88888840;
  scrollbar-width: thin;
}

.pattern-dot:before {
  background-image: radial-gradient(var(--color-main) 1px, transparent 1px);
  background-size: 15px 15px;
}

.pattern-dot:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  opacity: 0.15;
}

.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.max-w-none {
  max-width: none !important;
}

.module-post-hot .pagination-post-hot .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

.module-post-hot .pagination-post-hot .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  scale: 1.5;
}

.c-img-59 > .c-img {
  padding-top: 59%;
}

.menu-footer-2 {
  display: flex;
  flex-direction: row;
  justify-content: end;
  font-weight: 700;
  font-size: 0.8125rem;
}

.menu-footer-2 .menu-item {
  align-items: center;
}

.menu-item a {
  min-height: auto;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-footer-2 .menu-item a:hover,
.menu-footer-1 .menu-item a:hover {
  color: var(--color-v1);
}

.menu-footer-2 .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.2;
  background-color: var(--color-main);
}

.menu-footer-1 .menu-item a {
  font-family: "Oxygen", sans-serif;
  font-size: 0.8125rem;
  padding: 5px 0;
  font-weight: 600;
}

.menu-footer-1 .ux-menu-title {
  color: #707070;
  font-size: 1rem;
  text-transform: capitalize;
}

.text-capitalize {
  text-transform: capitalize;
}

.absolute-footer {
  display: none;
}

.size-50px {
  max-width: 50px;
  height: 50px;
}

.social-icons {
  color: var(--color-main);
}

.col-inner-p-0 > .col-inner {
  padding: 0 !important;
}

.footer-dot {
  position: relative;
}

.footer-dot:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 20%;
  height: 50%;
  content: "";
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(
    var(--color-main) 0.75px,
    transparent 0.75px
  );
  background-size: 16px 16px;
}

.col-socail {
  display: flex;
  align-items: center;
}

.form-footer form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.form-footer form input {
  display: block;
  padding: 0.75rem;
  background-color: #ffffff4d;
  outline: none;
  margin-bottom: 0;
  border-radius: 5px;
}
.form-footer form p:nth-child() {
  width: 100%;
}
.form-footer form input[type="submit"] {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-v1);
  transition: all 0.3s;
  border-radius: 5px;
  width: fit-content;
  line-height: normal;
  min-height: auto;
  font-size: 12px;
  margin-right: 0;
  padding: 0.75rem 1.5rem;
}
.form-footer form input[type="submit"]:hover {
  background: var(--color-v1);
  box-shadow: 0 3px 12px var(--color-v1);
}

.form-footer form .wpcf7-spinner {
  display: none;
}
.form-footer form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-spinner {
  background-color: var(--background-color) !important;
  opacity: 1 !important;
  margin: 0 !important;
  display: flex !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.wpcf7-spinner::after {
  content: "";
  margin: auto !important;
  border: 0.4rem solid transparent !important;
  border-radius: 50% !important;
  border-top: 0.4rem solid #fff !important;
  border-bottom: 0.4rem solid #fff !important;
  width: 2rem !important;
  height: 2rem !important;
  animation: spinner 3s linear infinite !important;
  background-color: transparent !important;
}
.wpcf7-spinner::before,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}

footer .col {
  padding: 0 1rem 1rem;
}

footer .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.back-to-top {
  font-size: 13px;
  line-height: 40px !important;
  display: block;
  width: 40px;
  height: 40px;
  transition: all 0.3s !important;
  text-align: center;
  color: #fff !important;
  border-radius: 5px;
  background: var(--color-main) !important;
  filter: none !important;
  border: none !important;
}

.back-to-top:hover {
  background: var(--color-v1) !important;
  box-shadow: 0 3px 12px var(--color-v1) !important;
  transform: translateY(-3px) !important;
}

.back-to-top .icon-angle-up::before {
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.btn-follow-post,
.btn-follow-cat {
  position: relative;
}

.btn-follow-post .text-hover,
.btn-follow-cat .text-hover {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: var(--color-main);
  color: #fff;
  line-height: 12px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn-follow-post:hover .text-hover,
.btn-follow-cat:hover .text-hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.btn-follow-post .text-hover::before,
.btn-follow-cat .text-hover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-3px) rotate(45deg);
  width: 6px;
  height: 6px;
  background: var(--color-main);
}

.btn-follow-post .follow,
.btn-follow-post.active-follow-post .no-follow,
.btn-follow-post .text-hover.tag-unfollow,
.btn-follow-post.active-follow-post .text-hover.tag-follow,
.btn-follow-post .text-status.tag-unfollow,
.btn-follow-post.active-follow-post .text-status.tag-follow,
.btn-follow-cat .text-status.tag-unfollow,
.btn-follow-cat.active-follow-cat .text-status.tag-follow,
.btn-follow-cat .tag-unfollow,
.btn-follow-cat.active-follow-cat .tag-follow {
  display: none;
}

.btn-follow-post.active-follow-post .follow,
.btn-follow-post .no-follow,
.btn-follow-post .text-hover.tag-follow,
.btn-follow-post.active-follow-post .text-hover.tag-unfollow,
.btn-follow-post .text-status.tag-follow,
.btn-follow-post.active-follow-post .text-status.tag-unfollow,
.btn-follow-cat .text-status.tag-follow,
.btn-follow-cat.active-follow-cat .text-status.tag-unfollow,
.btn-follow-cat .tag-follow,
.btn-follow-cat.active-follow-cat .tag-unfollow {
  display: block;
}

.btn-follow-post .text-status {
  font-size: 14px;
  transition: all 0.3s;
}

.btn-follow-post:hover .text-status {
  color: var(--color-v2);
}

.btn-follow-post.svg-white svg {
  fill: #fff;
  transition: all 0.3s;
  width: 0.75rem;
}

.btn-follow-post.svg-black svg {
  fill: #000;
  transition: all 0.3s;
  width: 0.75rem;
}

.btn-follow-post:hover svg {
  fill: var(--color-v2);
  filter: drop-shadow(0 0 4px #62b088f2);
}

.btn-follow-cat .follow,
.btn-follow-cat.active-follow-cat .no-follow,
.btn-follow-cat .loading {
  display: none;
}

.btn-follow-cat.active-loading-follow-cat .no-follow,
.btn-follow-cat.active-loading-follow-cat .follow {
  display: none !important;
}

.btn-follow-cat svg {
  width: 40%;
  transition: all 0.3s;
}

.svg-white svg {
  fill: #fff;
}

.svg-black svg {
  fill: #000;
}

.btn-follow-cat:hover svg {
  fill: var(--color-v2);
  filter: drop-shadow(0 0 4px #62b088f2);
}

.btn-follow-cat.active-follow-cat .follow,
.btn-follow-cat .no-follow,
.btn-follow-cat.active-loading-follow-cat .loading {
  display: block;
}

.btn-follow-cat .loading {
  animation: spin 1s linear infinite;
  fill: none;
  width: 60%;
  stroke: #fff;
  stroke-width: 2.8125px;
}

.btn-follow-cat:hover .loading {
  stroke: var(--color-v2);
  fill: none;
}

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

@media not all and (min-width: 1024px) {
  footer .section-content .row:nth-child(3) {
    flex-wrap: wrap-reverse;
    text-align: center;
  }
  .menu-footer-2 {
    justify-content: center;
  }
}

@media screen and (min-width: 576px) {
}
