@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
    font-family: "Mulish", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Mulish", sans-serif;
}
section [class^="vuta-col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a::before {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  font-style: italic;
  padding: 0.4em;
  margin-bottom: 14px;
}

:root {
  --spacing: 100px 0;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.pd {
  padding: 72px 0;
}

:root {
    --primary: #027b3e;
    --yellow: #ffc300;
}

@media screen and (max-width: 1200px) {
  .pd {
    padding: 36px 0;
  }
}

.pd-bt-38 {
  padding-bottom: 38px;
}

.pt-32 {
  padding-top: 32px;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #141414;
  font-family: "Nunito Sans", sans-serif;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 700;
  margin-right: 4px;
}

.mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}

@media screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }
}

.content-1 {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}

.content-1 li a {
  max-width: 330px;
  white-space: initial;
}

input:checked ~ .content-1 {
  max-height: 500px;
}

.desktop {
  display: block;
}

@media screen and (max-width: 1200px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mobile {
    display: block;
  }
}

.box--title .main-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.005em;
  color: #fa0502;
  margin-bottom: 0;
  line-height: 48px;
}

@media screen and (max-width: 440px) {
  .box--title .main-title {
    font-size: 24px;
  }
}

#content2,
#content3,
#content6,
#content7,
#content8,
#content9,
#content10,
#content11,
#content13,
#content14,
#content4 {
  display: none;
}

#content1,
#content12,
#content5 {
  display: block;
}

::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  width: 1px;
}

.secondary-title {
  font-size: 20px;
  font-weight: 800;
  color: #00a651;
  line-height: 32px;
  letter-spacing: 0.005em;
}

.primary-title {
  font-size: 26px;
  line-height: 33px;
  color: #fa0502;
  font-weight: 800;
  letter-spacing: 0.005em;
  margin-bottom: 15.12px;
}

.third-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32.74px;
  color: #000;
}

.brand {
  padding-top: 10px;
  padding-bottom: 85px;
}

.brand .box--img {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.brand .box--img img {
  margin: 0 auto;
}

.red {
  color: #ff0707 !important;
  font-weight: 800 !important;
  font-size: 20px;
  line-height: 27px;
}

.green {
  color: #00a651 !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.rating {
  clear: both;
}

.rating-item {
  margin-right: 5px;
  border: none;
  float: left;
}

.rating-item > input {
  display: none;
}

.rating-item > label {
  color: #ddd;
  float: right;
}

.rating-item > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating-item > .half:before {
  content: "\f089";
  position: absolute;
}

.rating-item > input:checked ~ label {
  color: #ffd700;
}

.rating-item :not(:checked) > label:hover,
.rating-item :not(:checked) > label:hover ~ label {
  color: #ffd700;
}

.rating-item > input:checked + label:hover,
.rating-item > input:checked ~ label:hover,
.rating-item > label:hover ~ input:checked ~ label,
#rating > input:checked ~ label:hover ~ label {
  color: #ffd700;
}

.rating-item input.full-star1 + label,
.rating-item input.full-star2 + label,
.rating-item input.full-star3 + label,
.rating-item input.full-star4 + label {
  color: #ffd700;
}

.clear {
  clear: both;
}

.lslide img {
  width: 100%;
  height: 100%;
}

.mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}

@media screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }
}

.outstanding {
  margin-bottom: 30px;
}

.outstanding li {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #29333d;
  margin-bottom: 6px;
  margin-left: 10px;
  list-style: "- ";
}

.outstanding li::marker {
  left: -15px;
  position: relative;
}

.min-title {
  font-size: 18px;
  font-weight: 700;
  color: #fa0502;
  line-height: 25px;
  margin-bottom: 8px;
}



.header img {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header-mid {
    width: 100%;
  }
}

.header-mid--top {
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 996px) {
  .header-mid--top {
    display: none;
  }
}

.header-mid--title .header-title {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #fa0502;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 15px;
  margin-bottom: 0;
}

.header-mid--contact a {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #00a651;
  font-weight: 800;
  text-transform: uppercase;
}

.header-mid--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-mid--bottom {
    width: 100%;
  }
}

.header .header-main .header-search {
  margin-left: 70px;
}

@media screen and (max-width: 1200px) {
  .header .header-main .header-search {
    margin-left: 0;
  }
}

.header .header-main .header-search .search-btn:hover i {
  color: #fa0502;
}

.header .header-main .header-search .search-btn i {
  font-size: 21px;
  transition: all ease 0.3s;
}

.header .header-main .header-search .popup {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  transition: transform 0.7s ease;
  display: none;
}

.header .header-main .header-search .popup .search-btn:hover i {
  color: #000;
}

.header .header-main .header-search.show {
  transform-origin: top center;
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.header .header-main .header-search.hide {
  display: none;
}

.header .header-main .header-search .close-btn {
  position: absolute;
  color: #fff;
  right: 30px;
  font-weight: 700;
  padding: 0px 8px;
  border-radius: 50%;
  border: 2px #fff solid;
  top: 15px;
  font-size: 15px;
  cursor: pointer;
}

.header .header-main .header-search .popup-content {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.header .header-main .header-search .popup-content .form-search {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 600px;
}

.header .header-main .header-search .popup-content .form-search input {
  background: #fff;
  border: none;
  outline: none;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: #272727;
  padding: 15px 30px;
  width: 100%;
}

.header .header-main .header-search .popup-content .form-search button {
  position: absolute;
  background: #00ade5;
  border: none;
  height: 60px;
  width: 60px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all ease 0.4s;
}

.header .header-main .header-search .popup-content .form-search button:hover {
  background: #2298ca;
}

.header .header-main .header-search .popup-content .form-search button img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200px) {
  .header .header-main .header-search {
    order: 2;
  }
}

.header .header-main .header-search button {
  background: none;
  outline: none;
  border: none;
}

.header .header-main .header-search button:focus {
  outline: none;
}

.header .header-main.fixed-top {
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.header .header-main.fixed-top .header-mid--top {
  display: none;
}

.header .header-main .header-main--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-main .header-main--content .header-logo.desktop {
    padding-top: 5px;
    padding-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .header .header-main .header-main--content .header-logo {
    order: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-main .header-main--content .header-logo.mobile {
    order: 1;
  }
}

@media screen and (max-width: 575px) {
  .header .header-main .header-main--content .header-logo.mobile img {
    width: 140px;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-main nav {
    order: 0;
  }
}

.header .header-main nav ul {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .header .header-main nav ul {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-main nav ul li:hover,
  .header .header-main nav ul li.active {
    border-bottom: 1px solid #fa0502;
  }
}

.header .header-main nav ul li:hover a,
.header .header-main nav ul li.active a {
  color: var(--yellow);
}

.header .header-main nav ul li:hover a::before,
.header .header-main nav ul li.active a::before {
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}

.header .header-main nav ul li:first-child a {
  margin-left: 0;
}

.header .header-main nav ul li:last-child a {
  margin-right: 0;
}

.header .header-main nav ul li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 15.5px;
  margin: 0 20px;
  color: #2b2b2b;
  font-weight: 700;
  position: relative;
  transition: all ease 0.5s;
  padding-bottom: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .header .header-main nav ul li a {
    margin: 0;
    padding: 15px 20px;
  }
  .header .header-main nav ul li a::before {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .header .header-main nav ul li a {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-main nav ul li a {
    margin: 0;
  }
}

.header .header-main nav ul li a::before {
  position: absolute;
  content: "";
  height: 2px;
  background: #fa0502;
  width: 100%;
  line-height: 22px;
  transform: scale(0);
  transition: all ease-in-out 0.5s;
  bottom: 0px;
}

.navbar {
  padding: 0;
  justify-content: space-around;
  display: flex;
}

.navbar .link {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 0;
  margin-right: 0;
}

.navbar .link a {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .navbar .link a {
    display: block;
  }
}

.navbar .link i {
  display: none;
}

@media screen and (max-width: 1200px) {
  .navbar .link i {
    right: 0px;
    left: auto;
    position: absolute;
    top: 0px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: unset !important;
  }
}

.navbar label.link {
  padding: 10px 18px;
}

/* .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
} */

@media screen and (max-width: 1200px) {
  .navbar ul {
    display: block;
  }
}

.navbar ul .dropdown {
  position: relative;
  transition: all ease 0.3s;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown {
    border-bottom: 1px solid #666;
  }
}

.navbar ul .dropdown.open:not(.dropdown) > ul.sub-right {
  display: block;
  position: unset;
  visibility: visible;
  opacity: 1;
}

.navbar ul .dropdown.open {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

.navbar ul .dropdown.open .link a {
  color: #fa0502;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown.open .link a {
    display: block;
    padding: 15px 20px;
  }
}

.navbar ul .dropdown.open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fa0502;
  top: 0;
}

.navbar ul .dropdown.open > ul {
  display: block;
  position: unset;
  visibility: visible;
  opacity: 1;
}

.navbar ul .dropdown:first-child {
  margin-left: 0;
}

.navbar ul .dropdown:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown {
    margin: 0;
    position: inherit;
  }
}

.navbar ul .dropdown:hover a {
  color: #00ade5;
}

.navbar ul .dropdown:hover a::before {
  transform: scale(1);
}

.navbar ul .dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.navbar ul .dropdown:hover .sub-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
  top: 0;
}

.navbar ul .dropdown:hover .sub-menu a {
  color: #666;
}

.navbar ul .dropdown:hover .sub-menu a::before {
  display: none;
}

.navbar ul .dropdown a {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  white-space: inherit;
  transition: 0.3s;
  line-height: 18.75px;
  transition: all ease 0.3s;
  position: relative;
}

.navbar ul .dropdown a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #00ade5;
  bottom: -5px;
  line-height: 23px;
  transform: scale(0);
  transition: all ease-in-out 0.5s;
}

@media screen and (max-width: 996px) {
  .navbar ul .dropdown a:hover::before {
    display: none;
  }
}

.navbar ul .dropdown a:hover {
  color: #00ade5;
}

.navbar ul .dropdown a:hover::before {
  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown a {
    padding-left: 30px;
    padding-right: 15px;
  }
}

.navbar ul .dropdown .sub-right {
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: all ease 0.2s;
  background: #fff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  min-width: 180px;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown .sub-right {
    width: 100%;
    box-shadow: unset;
    margin-bottom: 0;
    margin-top: 0;
    max-width: unset;
  }
  .navbar ul .dropdown .sub-right li:first-child {
    margin-top: 0;
  }
}

.navbar ul .dropdown .sub-right a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: break-spaces;
  max-width: 200px;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown .sub-right a {
    max-width: 330px;
  }
}

.navbar ul .dropdown > .sub-menu {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 10px);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  transition: all ease 0.1s;
  min-width: 270px;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu {
    box-shadow: none;
  }
}

.navbar ul .dropdown > .sub-menu li {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li:first-child {
    margin-top: 0;
  }
}

.navbar ul .dropdown > .sub-menu li:first-child a {
  margin: 0;
}

.navbar ul .dropdown > .sub-menu li:hover a {
  color: #fa0502;
}

.navbar ul .dropdown > .sub-menu li:hover .sub-right a {
  color: #666;
}

.navbar ul .dropdown > .sub-menu li:hover .sub-right li:hover a {
  color: #fa0502;
}

@media screen and (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li {
    border-bottom: 1px solid #666;
  }
  .navbar ul .dropdown > .sub-menu li:first-child {
    border-top: 1px solid #666;
  }
}

.navbar ul .dropdown > .sub-menu a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 20px;
  display: block;
  margin: 0;
}

.navbar ul .dropdown > .sub-menu a:hover::before {
  display: none;
}

@media screen and (max-width: 1200px) {
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    margin-left: auto;
    border-radius: 0.25rem;
    display: block;
    background: #fa0502;
  }
  .navbar-dark .navbar-toggler {
    color: #fa0502;
    display: block;
    border: none;
  }
  .navbar-dark .navbar-toggler:focus {
    text-decoration: none;
    outline: none !important;
    border: none;
    box-shadow: none;
  }
  .navbar-dark .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  #main-navigation {
    position: fixed;
    top: 0;
    left: -500px;
    min-width: 330px;
    box-shadow: 0 5px 5px rgba(129, 126, 126, 0.31);
    transition: all 0.3s;
    overflow: hidden;
    z-index: 9999;
    height: 100vh;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
  #main-navigation {
    background: #fff;
  }
}

@media screen and (max-width: 1200px) {
  #main-navigation.show {
    left: 0;
  }
  .navbar .navbar-nav {
    text-align: left;
    display: block;
  }
  .navbar .navbar-nav li {
    padding: 15px 0;
  }
  .navbar .navbar-nav li a {
    text-align: left;
    border: none;
  }
  .header .logo {
    transition: 0.3s;
    order: 2;
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .header .logo {
    margin: unset;
  }
}

li.open:not(.dropdown) > ul.sub-right {
  display: block;
  position: unset;
  visibility: visible;
  opacity: 1;
}

.navbar ul .dropdown .sub-menu li:not(.dropdown) i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #333;
  top: 0;
}

.navbar ul .dropdown .sub-menu li:not(.dropdown):last-child i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #333;
  top: 0px;
}

.navbar ul .dropdown .sub-menu .open:not(.dropdown) i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fa0502;
}

.navbar ul .dropdown .sub-menu .open:not(.dropdown):last-child i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fa0502;
}

.navbar ul .dropdown.open .sub-menu .link a {
  color: #333;
}

.navbar ul .dropdown.open .sub-menu .open:not(.dropdown) .link a {
  color: #fa0502;
}

.desktop {
  display: block;
}

@media screen and (max-width: 1200px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .mobile {
    display: block !important;
  }
}

.banner {
  width: 100%;
}

.banner img {
  margin-bottom: 0;
}

.banner .banner-slide .slick-dots {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 30px;
  text-align: left;
  display: block;
}

@media screen and (max-width: 1200px) {
  .banner .banner-slide .slick-dots {
    display: grid;
    padding-right: 20px;
    justify-content: end;
  }
}

.banner .banner-slide .slick-dots li {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 14px;
}

.banner .banner-slide .slick-dots li a {
  padding: 5px 8px;
  border: 1px solid transparent;
}

.banner .banner-slide .slick-dots .slick-active a {
  border: 1px solid #fff;
}

.banner .banner-slide .box--img img {
  width: 100%;
}

.banner .banner-slide .banner-item {
  position: relative;
  z-index: 0;
}

.banner .banner-slide .box-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 500px;
}

.banner .banner-slide .box-content .slogan {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 9px;
}

.banner .banner-slide .box-content .banner-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin-bottom: 9px;
}

@media screen and (max-width: 575px) {
  .banner .banner-slide .box-content .banner-title {
    font-size: 36px;
  }
}

.banner .banner-slide .box-content p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  max-width: 340px;
  margin-bottom: 12px;
}

.banner .banner-slide .box-content .box--btn {
  padding: 4.5px 0;
}

.banner .banner-slide .box-content .box--btn a {
  background: #fff;
  border: 2px solid #fff;
  padding: 4.5px 16px;
  color: #141414;
  transition: all ease 0.4s;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 6px;
}

.banner .banner-slide .box-content .box--btn a:hover {
  background: #fa0502;
  color: #fff;
}

.banner .banner-slide .over {
  background: linear-gradient(
    0deg,
    rgba(51, 99, 255, 0.1),
    rgba(51, 99, 255, 0.1)
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home-products {
  overflow: hidden;
}

.home-products img {
  margin-bottom: 0;
}

.home-products .box-products--item {
  background-image: url(../images/bg-home-products.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 25px;
  margin-bottom: 80px;
}

.home-products .box-products--item .right {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .home-products .box-products--item {
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

.home-products .box-products--item ul li {
  margin-bottom: 15px;
}

.home-products .box-products--item ul li:last-child {
  margin-bottom: 0;
}

.home-products .box-products--item ul li:hover a,
.home-products .box-products--item ul li.active a {
  color: #00a651;
}

.home-products .box-products--item ul li:hover img,
.home-products .box-products--item ul li.active img {
  filter: invert(0.4) sepia(0.5) saturate(20) hue-rotate(64.8deg)
    brightness(0.97);
}

.home-products .box-products--item ul li a {
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #000;
  font-size: 16px;
  transition: all ease 0.4s;
}

@media screen and (max-width: 767px) {
  .home-products .box-products--item ul li a {
    font-size: 14px;
  }
}

.home-products .box-products--item ul li img {
  margin-right: 15px;
  transition: all ease 0.4s;
  margin-bottom: 3px;
}

.home-products .box-products--item.min {
  padding: 17px 10px;
  margin-bottom: 0;
}

.home-products .box-products--item.min a {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .home-products .box-products--item.min {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .home-products .box-products--item.min .bg-img-2 {
    text-align: center;
    margin-top: 30px;
  }
}

.home-products .box-products--item.min .products-title {
  font-size: 16px;
}

.home-products .box-products--item.max ul {
  padding-right: 18px;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 190px;
  /* Track */
}

.home-products .box-products--item .bg-img {
  position: absolute;
  right: 0;
}

.home-products .box-products--item .bg-img {
  bottom: -65px;
}

@media screen and (max-width: 575px) {
  .home-products .box-products--item .bg-img {
    position: inherit;
    margin: 0 auto;
    text-align: center;
    bottom: -40px;
  }
}

.home-products .box-products--item .products-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #3365a5;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .home-products .box-products--item .products-title {
    text-align: center;
  }
}

.home-intro {
  padding: 23px 0;
}

.home-intro img {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .home-intro {
    padding: 0;
  }
}

.home-intro .primary-title {
  font-size: 32px;
}

@media screen and (max-width: 575px) {
  .home-intro .primary-title {
    font-size: 24px;
  }
}

.home-intro .row {
  align-items: center;
}

@media screen and (max-width: 996px) {
  .home-intro .left {
    order: 1;
    margin-bottom: 350px;
  }
}

@media screen and (max-width: 440px) {
  .home-intro .left {
    margin-bottom: 250px;
  }
}

.home-intro .left .intro-image {
  position: relative;
  height: 100%;
  width: 100%;
}

.home-intro .left .intro-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-intro .left .intro-image .intro-1 {
  z-index: 0;
  right: 84px;
}

.home-intro .left .intro-image .intro-2 {
  z-index: 1;
  right: 0;
}

.home-intro .left .intro-image .intro-3 {
  z-index: 2;
  border: 20px solid #fff;
}

.home-intro .right {
  padding-left: 43.31px;
}

@media screen and (max-width: 996px) {
  .home-intro .right {
    order: 0;
    margin-bottom: 350px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 440px) {
  .home-intro .right {
    margin-bottom: 275px;
  }
}

.home-intro .right .secondary-title {
  margin-bottom: 7.1px;
}

.home-intro .right .box-content {
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

.home-intro .right .box-content p {
  margin-bottom: 1rem;
  font-size: 14px;
  color: #000;
  line-height: 19px;
}

.home-intro .right .box-content p:last-child {
  margin-bottom: 0;
}

.home-intro .right .box-desc {
  display: flex;
  padding-top: 25px;
}

@media screen and (max-width: 440px) {
  .home-intro .right .box-desc {
    display: block;
  }
}

.home-intro .right .box-desc .box--img {
  margin-right: 16px;
}

@media screen and (max-width: 440px) {
  .home-intro .right .box-desc .box--img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home-intro .right .box-desc .box--img img {
    width: 100%;
  }
}

.home-intro .right .box-desc ul li {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
}

.home-intro .right .box-desc ul li img {
  margin-right: 4px;
}

.procedure img {
  margin-bottom: 0;
}

.procedure .main-title {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.procedure .secondary-title {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.procedure .box--img {
  position: relative;
  z-index: 1;
}

.procedure .box--img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f8fdff;
  z-index: 0;
  border-radius: 50%;
}

.procedure .box--img img {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.procedure .box-content {
  text-align: center;
}

.procedure .box-content .proce-title {
  font-weight: 800;
  font-size: 24px;
  color: #000;
  line-height: 36px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.procedure .box-content p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
}

.home-project .products-slider .slick-prev.slick-arrow {
  height: 33px;
  width: 20px;
  position: absolute;
  z-index: 3;
  left: -35px;
}

.home-project .products-slider .slick-prev.slick-arrow:hover::before,
.home-project .products-slider .slick-prev.slick-arrow.active::before {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .home-project .products-slider .slick-prev.slick-arrow {
    left: 0;
  }
}

.home-project .products-slider .slick-prev.slick-arrow::before {
  background-image: url(../images/arrows-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.home-project .products-slider .slick-next.slick-arrow {
  height: 33px;
  width: 20px;
  position: absolute;
  z-index: 3;
  right: -15px;
}

@media screen and (max-width: 575px) {
  .home-project .products-slider .slick-next.slick-arrow {
    right: 20px;
  }
}

.home-project .products-slider .slick-next.slick-arrow:hover::before,
.home-project .products-slider .slick-next.slick-arrow.active::before {
  opacity: 1;
}

.home-project .products-slider .slick-next.slick-arrow::before {
  background-image: url(../images/arrows-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.home-project .products-slider .box--item {
  margin: 0 10px;
}

@media screen and (max-width: 575px) {
  .home-project .products-slider .box--item {
    margin: 0;
  }
}

.home-project img,
.about-products img {
  margin-bottom: 0;
}

.home-project .box--item,
.about-products .box--item {
  position: relative;
  cursor: pointer;
  max-height: 570px;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 996px) {
  .home-project .box--item,
  .about-products .box--item {
    margin-bottom: 20px;
  }
}

.home-project .box--item:hover .overlayer,
.about-products .box--item:hover .overlayer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.home-project .box--item:hover .box--desc p,
.about-products .box--item:hover .box--desc p {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
}

.home-project .box--item:hover .box--btn a,
.about-products .box--item:hover .box--btn a {
  background: #00a651;
}

.home-project .box--item .overlayer,
.about-products .box--item .overlayer {
  background: linear-gradient(
    0deg,
    rgba(15, 59, 117, 0.2),
    rgba(15, 59, 117, 0.2)
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.home-project .box--item .box-content,
.about-products .box--item .box-content {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding-left: 24px;
  padding-bottom: 30px;
}

.home-project .box--item .box-content .project-title,
.about-products .box--item .box-content .project-title {
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.home-project .box--item .box-content .project-title a,
.about-products .box--item .box-content .project-title a {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.home-project .box--item .box-content .box-desc,
.about-products .box--item .box-content .box-desc {
  transform: scale(0);
  transition: all ease 0.4s;
}

.home-project .box--item .box-content p,
.about-products .box--item .box-content p {
  font-size: 14px;
  color: #fff;
  line-height: 15px;
  max-width: 175px;
  margin-bottom: 24px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0;
  width: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.home-project .box--item .box--btn,
.about-products .box--item .box--btn {
  padding: 2px 0;
}

.home-project .box--item .box--btn a,
.about-products .box--item .box--btn a {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #fff;
  background: #fa0502;
  padding: 7px 34px;
  transition: all ease 0.4s;
}

.home-project .box--item .box--btn a i,
.about-products .box--item .box--btn a i {
  margin-left: 5px;
}

.home-project .box--item .box--img img,
.about-products .box--item .box--img img {
  width: 100%;
}

#video img,
.video img {
  margin-bottom: 0;
}

#video .bg-video,
.video .bg-video {
  position: relative;
}

@media screen and (max-width: 996px) {
  #video .bg-video,
  .video .bg-video {
    margin-bottom: 50px;
  }
}

#video .bg-video img,
.video .bg-video img {
  max-height: 435px;
  width: 100%;
}

#video iframe,
.video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-blog img {
  margin-bottom: 0;
}

.home-blog .main-title {
  text-align: left;
  margin-bottom: 0;
}

.home-blog #blog .box--blog {
  padding-top: 30px;
  padding-left: 31px;
  padding-right: 31px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  max-height: 435px;
  border-top: 1px solid #ececec;
}

.home-blog #blog .box--blog .blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.home-blog #blog .box--blog .blog-title a {
  color: #000;
  transition: all ease 0.4s;
}

.home-blog #blog .box--blog .blog-title:hover a {
  color: #00a651;
}

.home-blog #blog .box--blog .box--content {
  display: flex;
  padding-bottom: 17px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 17px;
}

.home-blog #blog .box--blog .box--content .box--img {
  height: 140px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 440px) {
  .home-blog #blog .box--blog .box--content .box--img {
    height: 80px;
  }
}

.home-blog #blog .box--blog .box--content img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.home-blog #blog .box--blog .box--content .box--desc {
  margin-left: 8px;
  padding-right: 30px;
  position: relative;
}

.home-blog #blog .box--blog .box--content .box--desc a {
  font-size: 14px;
  color: #000;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media screen and (max-width: 440px) {
  .home-blog #blog .box--blog .box--content .box--desc a {
    -webkit-line-clamp: 2;
  }
}

.home-blog #blog .box--blog .box--content .box--desc a:hover {
  color: #00a651;
}

.home-blog #blog .box--blog .box--content .box--desc span {
  line-height: 18px;
  font-size: 14px;
  color: #000;
}

.home-blog #blog .box--blog .box--content .box--desc .time {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #c4c4c4;
  left: 0;
}

.banner-products .wr-banner {
  height: 202px;
  background-image: url(/uploads/imgbg-at.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.banner-products .wr-banner .box-icon {
  position: relative;
}

.banner-products .wr-banner .box-icon .top {
  top: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.banner-products .wr-banner .box-icon .bottom {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-products .wr-banner .box--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.banner-products .wr-banner .box--title .center-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 32.74px;
  margin-top: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}

@media screen and (max-width: 996px) {
  .banner-products .wr-banner .box--title .center-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner-products .wr-banner .box--title .center-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .banner-products .wr-banner .box--title .center-title {
    line-height: 20px;
  }
  
  .contact .box-map{
      display: none;
  }
  
  .policy .item p{
      text-align: center;
  }
}

.banner-products .wr-banner .box--title ol {
  text-align: center;
  justify-content: center;
}

.banner-products .wr-banner .box--title ol li:last-child span a {
  margin-right: 0;
  color: #ffb628;
}

.banner-products .wr-banner .box--title ol li:last-child span::before {
  display: none;
}

.banner-products .wr-banner .box--title ol li span {
  margin-right: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.banner-products .wr-banner .box--title ol li span::before {
  content: "|";
  color: #fff;
  right: -18px;
  position: absolute;
}

.banner-products .wr-banner .box--title ol li span a {
  color: #fff;
}

.about-products {
  padding-bottom: 56px;
}

.about-products .box--item {
  margin-bottom: 16.77px;
}

.search-page {
  padding-bottom: 50px;
}
.header .header-top .header-logo a img {
    height: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
  border-radius:
    8px;
    padding: 3px;
    border: 1px solid #027b3e;
}
.vuta-container {
  width: min(1420px, 100%);
}
.products-page .hot-cat-item .box-content {
    margin-top: 10px;
}
.products-page .hot-cat-item .box-content h4 {
    text-align: center;
    font-size: 16px;
}
.products-page .hot-cat-item .box-content h4 a {
    color: #000;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
  .search-page {
    padding-bottom: 0;
  }
}

.search-page .box-search--img {
  width: 100%;
}

@media screen and (max-width: 996px) {
  .search-page .box-search--img {
    margin-bottom: 20px;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .search-page .box-search--img {
    height: auto;
  }
}

.search-page .box-search--img img {
  height: 100%;
  width: 100%;
}

.search-page .search-item {
  margin-bottom: 50px;
  padding: 17px 16px;
  border: 1px solid #a49c9c;
}

.search-page .search-item .right {
  position: relative;
}

.search-page .slogan {
  margin-bottom: 32px;
}

.search-page .search-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
}

.search-page .search-title:hover a {
  color: #00a651;
}

.search-page .search-title a {
  color: #fa0502;
  transition: all ease 0.4s;
}

.search-page .time {
  font-weight: 400;
  font-size: 12px;
  color: #cfcfcf;
  margin-top: 10px;
}

.search-page .box--btn {
  padding: 8px 0;
  margin-top: 40px;
}

.search-page .box--btn a {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000c33;
  padding: 9px 35px;
  transition: all ease 0.4s;
  background: #00a651;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.search-page .box--btn a:hover {
  background: #fa0502;
  color: #fff;
}

.product-item {
  margin-bottom: 52px;
  padding: 20px;
}

.product-item .box--img img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.product-item .item-right {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .product-item .item-right {
    padding-left: 15px;
  }
}

.product-item .products-title {
  font-size: 24px;
  line-height: 32.74px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 5px;
}

@media screen and (max-width: 996px) {
  .product-item .products-title {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-item .products-title {
    margin-top: 18px;
  }
}

.product-item .products-title::before {
  position: absolute;
  content: "";
  height: 4px;
  background: #c4c4c4;
  width: 97px;
  bottom: 0;
}

.product-item .products-title:hover a {
  color: #00a651;
}

.product-item .products-title a {
  color: #fa0502;
  font-weight: 700;
  transition: all ease 0.4s;
}

.product-item .box--btn {
  padding: 8px 0;
}

@media screen and (max-width: 1400px) {
  .product-item .box--btn {
    margin-top: 22px;
  }
}

.product-item .box--btn a {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  padding: 9px 35px;
  transition: all ease 0.4s;
  background: #00a651;
  position: absolute;
  bottom: 0;
}

.product-item .box--btn a:hover {
  background: #fa0502;
  color: #fff;
}


@media screen and (max-width: 767px) {
  .products-page .wr-products--page {
    padding: 0;
  }
}

.box-slogan {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.box-slogan p {
    font-style: italic;
    color: #864a4a;
    font-size: 18px;
    margin-bottom: 10px;
}
.products-page .aside-products #tab .nav-tabs {
  display: block;
  background: #fff;
  padding: 32px 30px;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .products-page .aside-products #tab .nav-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 996px) {
  .products-page .aside-products #tab .nav-tabs {
    padding: 32px 30px;
  }
}

.products-page .aside-products #tab .nav-tabs li {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}

.products-page .aside-products #tab .nav-tabs li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.products-page .aside-products #tab .nav-tabs li:hover a,
.products-page .aside-products #tab .nav-tabs li.active a {
  color: var(--yellow);
  font-weight: 800;
}

.products-page .aside-products #tab .nav-tabs li:hover img,
.products-page .aside-products #tab .nav-tabs li.active img {
  filter: invert(0.4) sepia(1) saturate(20) hue-rotate(176.4deg)
    brightness(0.78);
}

.products-page .aside-products #tab .nav-tabs li img {
  margin-right: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 1200px) {
  .products-page .aside-products #tab .nav-tabs li img {
    margin-right: 10px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 996px) {
  .products-page .aside-products #tab .nav-tabs li img {
    margin-left: 15px;
    margin-right: 25px;
  }
}

.products-page .aside-products #tab .nav-tabs li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  transition: all ease 0.1s;
}

@media screen and (max-width: 1400px) {
  .products-page .aside-products #tab .nav-tabs li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 996px) {
  .products-page .aside-products #tab .nav-tabs li a {
    font-size: 16px;
  }
}

.products-page .aside-products #tab .nav-tabs li a::before {
  display: none;
}

.products-page .aside-products #tab .nav-tabs li img {
  transition: all ease 0.4s;
}

.products-page .pagination {
  justify-content: flex-start;
}

@media screen and (max-width: 996px) {
  .products-page .pagination {
    justify-content: center;
  }
}

table {
  width: 100%;
}

table tbody span {
  padding-top: 17px;
  display: block;
}

table tbody span.main {
  color: #fa0502;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  padding-right: 12px;
}

table tbody span.nor {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000c33;
}

table tbody td {
  border-bottom: 1px dashed #000;
}

table tbody tr:last-child td {
  border-bottom: 0;
}

.lSSlideWrapper.usingCss img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 440px) {
  .lSSlideWrapper.usingCss {
    height: 300px !important;
  }
}

.lSSlideOuter .lSPager.lSGallery li {
  height: 100px !important;
}

.lSSlideOuter .lSPager.lSGallery li img {
  width: 100%;
  height: 100%;
}

.products-detail .right .box-table {
  border: 1px solid #c4c4c4;
  padding: 20px;
  margin-bottom: 29px;
}

.products-detail .right .box-table .main {
  font-weight: 800;
  color: #000;
  margin-right: 50px;
  font-size: 20px;
  line-height: 27px;
}

.products-detail .right .box-table .outstanding {
  margin-bottom: 18px;
}

.products-detail .right .box-table .min-title {
  margin-top: 24px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}

@media screen and (max-width: 996px) {
  .products-detail .right .box-table {
    margin-top: 20px;
  }
}

.products-detail .right .box-table .products-title {
  font-size: 32px;
  line-height: 43.65px;
  font-weight: 700;
  color: var(--primary);
  position: relative;
  padding-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .products-detail .right .box-table .products-title {
    font-size: 24px;
  }
}

.products-detail .right .box-table .products-title::before {
  position: absolute;
  content: "";
  height: 4px;
  background: #c4c4c4;
  width: 155px;
  bottom: 0;
}

@media screen and (max-width: 508px) {
  .products-detail #tab {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 508px) {
  .products-detail .nav-tabs {
    display: block;
  }
  .products-detail .nav-tabs li {
    margin-bottom: 20px;
  }
  .products-detail .nav-tabs li:first-child {
    margin-left: 20px;
  }
}

.products-detail .body-products-detail ul li p {
  display: contents;
}

@media screen and (max-width: 996px) {
  .products-detail .body-products-detail.pd {
    padding-bottom: 0;
  }
}

.products-detail .body-products-detail h3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 996px) {
  .products-detail .body-products-detail h3 {
    padding-top: 30px;
  }
}

.products-detail .body-products-detail .content--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.products-detail .body-products-detail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 1rem;
}

.products-detail .body-products-detail .box--img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.products-detail .body-products-detail .box--img img {
  width: 100%;
}

.products-detail .body-products-detail .content--title-min {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  font-style: italic;
  margin-left: 15px;
  margin-bottom: 1rem;
}

.products-detail .body-products-detail .phara li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  position: relative;
}

.products-detail .body-products-detail .phara li:last-child {
  margin-bottom: 1rem;
}

.products-detail .body-products-detail .phara li::before {
  content: "-";
  margin-right: 10px;
}

.products-detail .criteria {
  background: #f8fdff;
  padding: 10px 14px;
  margin-top: 20px;
}

.products-detail .criteria .criteria-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  line-height: 40px;
}

.products-detail .criteria p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.content-detail .box-content {
  background: #f9f9f9;
  padding: 32px 41px;
  margin-bottom: 30px;
}

.content-detail .box-content form .gr-input input,
.content-detail .box-content form .gr-input textarea {
  width: 100%;
  padding: 13px 30px;
  font-size: 14px;
  line-height: 17px;
  color: #231f20;
  border: 1px solid #a7a9ac;
  margin-bottom: 25px;
}

.content-detail .box-content form .gr-input input:focus,
.content-detail .box-content form .gr-input textarea:focus {
  outline: none;
}

.content-detail .box-content .review {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.content-detail .box-content .review .review-title {
  margin-right: 35px;
  color: #000;
}

.content-detail .box-content .box-btn {
  padding: 13px 0;
}

.content-detail .box-content .box-btn button {
  padding: 13px 25px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17.07px;
  background: #00a651;
  border: 2px solid #00a651;
  transition: all ease 0.4s;
}

.content-detail .box-content .box-btn button:hover {
  background: transparent;
  color: #00a651;
}

.show-slide .magnify .magnify-lens {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  box-shadow: 0 0 0 1px rgba(196, 196, 196, 0.55),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: zoom-in;
  display: none;
  z-index: 999;
}

.show-slide .vertical img {
  transition: all ease 0.4s;
}

.show-slide .vertical li img {
  width: 100%;
  height: 100%;
}

.products-item-slider .slick-prev.slick-arrow {
  height: 30px;
  width: 17px;
  position: absolute;
  z-index: 3;
  left: -35px;
}

.products-item-slider .slick-prev.slick-arrow::before {
  background-image: url(../images/arrows-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.products-item-slider .slick-next.slick-arrow {
  height: 33px;
  width: 20px;
  position: absolute;
  z-index: 3;
  right: -15px;
}

.products-item-slider .slick-next.slick-arrow::before {
  background-image: url(../images/arrows-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.products-item-slider .item img {
  width: 100%;
  height: 100%;
}

.bottom-products-detail {
  padding-bottom: 102px;
}

.box-comment .comment-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}

.box-comment .comment-top .name {
  font-size: 18px;
  font-weight: 700;
  margin-left: 16px;
  line-height: 21.6px;
}

.box-comment .comment-top .ratting {
  margin-left: auto;
}

.box-comment .comment-item {
  padding: 24px;
}

.aside-detail--products .aside--title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
  color: #fa0502;
  margin-bottom: 32px;
  text-transform: uppercase;
  text-align: center;
}

.aside-detail--products .box--btn {
  padding: 20px 0;
}

@media screen and (max-width: 1400px) {
  .aside-detail--products .box--btn {
    margin-top: 0;
  }
}

.aside-detail--products .product-item {
  border: 1px solid #000;
  padding: 25px 30px;
}

.aside-detail--products .product-item .item-right {
  padding-left: 15px;
  padding-top: 20px;
}

.album-detail img {
  margin-bottom: 0;
}

.album-detail .third-title {
  margin-bottom: 15px;
}

.album-detail .box-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.album-detail .top-detail {
  padding-bottom: 32px;
}

@media screen and (max-width: 996px) {
  .album-detail .box-album--aside {
    margin-top: 20px;
  }
}

.album-detail .box-album--aside ul li {
  margin-bottom: 20px;
}

.album-detail .box-album--aside ul li span {
  display: block;
}

.album-detail .box-album--aside ul li .main {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.55px;
}

.album-detail .box-album--aside ul li .nor {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.album-detail .main-detail .box--img {
  margin-bottom: 25px;
}

.album-detail .main-detail .box--img img {
  width: 100%;
}

.alb-contact {
  margin-top: 15px;
  margin-bottom: 72px;
  height: 372px;
  background-image: url(../images/bg-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.alb-contact .wr-contact {
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

.alb-contact .wr-contact .contact-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.alb-contact .wr-contact .box--btn {
  padding: 13px 0;
}

.alb-contact .wr-contact .box--btn a {
  padding: 13px 24px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 24.55px;
  text-transform: uppercase;
  border: 2px solid #00a651;
  background: #00a651;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all ease 0.4s;
}

.alb-contact .wr-contact .box--btn a:hover {
  color: #00a651;
  background: #fff;
  border: 2px solid #fff;
}

.lb-data .lb-close {
  position: absolute;
  top: 0;
  right: 30px;
}

#tab {
  padding-bottom: 44px;
}

#tab img {
  margin-bottom: 0;
}

.nav-tabs {
  justify-content: center;
  border-bottom: none;
}

.nav-tabs li {
  margin-left: 17px;
  margin-right: 17px;
}

.nav-tabs li.active a,
.nav-tabs li:hover a {
  color: var(--primary);
  font-weight: 700;
}

.nav-tabs li.active a::before,
.nav-tabs li:hover a::before {
  transform: scale(1);
  transition: all ease 0.4s;
}

.nav-tabs li:first-child {
  margin-left: 0;
}

.nav-tabs li:last-child {
  margin-right: 0;
}

.nav-tabs li a {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 12px;
  position: relative;
  transition: all ease 0.4s;
}

@media screen and (max-width: 767px) {
  .nav-tabs li a {
    font-size: 14px;
  }
}

.nav-tabs li a::before {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  transform: scaleX(0);
  transition: all ease-in-out 0.4s;
  background: var(--yellow);
  content: "";
}

@media screen and (max-width: 508px) {
  .blog .nav-tabs {
    display: block;
  }
  .blog .nav-tabs li {
    margin-bottom: 20px;
  }
  .blog .nav-tabs li:first-child {
    margin-left: 20px;
  }
  .blog .nav-tabs li:last-child {
    margin-bottom: 0;
  }
}

.blog .box--item {
  margin-bottom: 32px;
}

.blog .time {
  font-size: 12px;
  font-weight: 400;
  color: #c7c7c7;
  line-height: 16.34px;
  margin-bottom: 10px;
  text-align: center;
}

.blog .box--title {
  text-align: center;
  max-width: 373px;
  margin-left: auto;
  margin-right: auto;
}

.blog .blog-title {
  text-align: center;
  line-height: 24.55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog .blog-title:hover a {
  color: #00a651;
}

.blog .blog-title a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 24.55px;
  transition: all ease 0.4s;
}

.blog .box--img {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 330px;
  width: 100%;
}

.blog .box--img:hover img {
  transform: scale(1.1) translateX(-50%);
}

.blog .box--img img {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
  margin-bottom: 0;
  height: 100%;
}



@media screen and (max-width: 508px) {
  .detail--blog .nav-tabs {
    display: block;
  }
  .detail--blog .nav-tabs li {
    margin-bottom: 20px;
  }
  .detail--blog .nav-tabs li:first-child {
    margin-left: 20px;
  }
  .detail--blog .nav-tabs li:last-child {
    margin-bottom: 0;
  }
}

.detail--blog .left,
.detail--blog .aside {
  background: #fff;
}

.detail--blog .left {
  padding: 33px 20px;
  margin-bottom: 0;
}

.detail--blog .left .main-blog--title {
  font-weight: 700;
  font-size: 24px;
  color: #fa0502;
  line-height: 33px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.detail--blog .left h2,
.detail--blog .left h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.detail--blog .left h3 {
    font-size: 16px;
}
.detail--blog .left ul {
    padding-left: 15px;
}
.detail--blog .left ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.detail--blog .left .time {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
  display: block;
}

.detail--blog .left .box--content {
  border-top: 1px solid #000;
  padding-top: 24px;
}

.detail--blog .left .bold {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.detail--blog .left .second-blog--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.detail--blog .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 14px;
}

.detail--blog .left .blog-detail-img {
  margin-bottom: 24px;
  width: 100%;
}

.detail--blog .left .blog-detail-img img {
  width: 100%;
}

.detail--blog .left ul li {
  list-style: disc inside;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 20px;
}

.detail--blog .left ul li p {
  display: contents;
}

.detail--blog .aside {
  padding: 25px 17px;
}

.detail--blog .aside .aside-title {
  font-weight: 700;
  color: #555558;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 32px;
}

.detail--blog .aside .aside-title::before {
  position: absolute;
  width: 60px;
  height: 2px;
  content: "";
  bottom: 0;
  background: #3465a5;
}

.detail--blog .aside .box-aside--img {
  height: 111px;
  width: 140px !important;
  overflow: hidden;
}

.detail--blog .aside .box-aside--img img {
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 0;
}

.detail--blog .aside .box-aside--item {
  display: flex;
  margin-bottom: 25px;
}

.detail--blog .aside .box-aside--item .box-aside--content {
  width: 60%;
  position: relative;
  padding-left: 12px;
}

.detail--blog .aside .box-aside--item .box-aside--content p {
  font-size: 12px;
  line-height: 14px;
  color: #555558;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.detail--blog .aside .box-aside--item .box-aside--content .time {
  color: #00ade5;
  font-size: 10px;
  line-height: 14px;
}

.detail--blog .aside .box-aside--item .aside-mini--title {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 19px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.detail--blog .aside .box-aside--item .aside-mini--title:hover a {
  color: #00ade5;
}

.detail--blog .aside .box-aside--item .aside-mini--title a {
  color: #555558;
  transition: all ease 0.4s;
}

.intro {
  overflow: hidden;
}

.intro .third-title {
  text-align: center;
  margin-bottom: 52px;
}

.intro .box-item {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.intro .box-item .icon {
  height: 50px;
  width: 50px;
  margin-right: 31px;
}

.intro .box-item .bg-logo {
  position: absolute;
  right: -100px;
  bottom: -100px;
}

@media screen and (max-width: 767px) {
  .intro .box-item .bg-logo {
    right: 0;
  }
}

.intro .box-item .box-content {
  width: 80%;
}

.intro .box-item .box-content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.intro .box-item .box-content .intro-title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  padding-bottom: 14px;
  margin-bottom: 28px;
}

.intro .box-item .box-content .intro-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #00a651;
  bottom: 0;
}

.intro-bottom {
  margin-top: 74px;
  margin-bottom: 70px;
  overflow: hidden;
}

@media screen and (max-width: 996px) {
  .intro-bottom {
    margin-bottom: 40px;
  }
}

.wr-intro--bottom {
  background: #00a651;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .wr-intro--bottom {
    position: unset;
  }
}

.wr-intro--bottom .box-bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.wr-intro--bottom .box-bg .bg-1 {
  position: absolute;
  right: 0;
  z-index: 1;
  height: 100%;
}

@media screen and (max-width: 996px) {
  .wr-intro--bottom .box-bg .bg-1 {
    height: unset;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .wr-intro--bottom .box-bg .bg-1 {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
}

@media screen and (max-width: 996px) {
  .wr-intro--bottom .box-bg .bg-1 {
    right: -100px;
  }
  .wr-intro--bottom .box-bg .bg-1 img {
    width: 100%;
  }
}

.wr-intro--bottom .box-bg .bg-2 {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  border: 20px solid #fff;
}

@media screen and (max-width: 1400px) {
  .wr-intro--bottom .box-bg .bg-2 {
    left: -50px;
  }
}

@media screen and (max-width: 996px) {
  .wr-intro--bottom .box-bg .bg-2 {
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .wr-intro--bottom .left {
    position: relative;
  }
}

.wr-intro--bottom .right .box-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 29px;
  padding-bottom: 18px;
}

@media screen and (max-width: 996px) {
  .wr-intro--bottom .right .box-content {
    padding-top: 50px;
  }
}

.wr-intro--bottom .right .box-content .intro-bottom--title {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  font-weight: 800;
}

.wr-intro--bottom .right .box-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #fff;
}

.wr-intro--bottom .right .box-content ul li {
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  list-style: disc;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.box-search-item.home-project {
  padding-bottom: 32px;
}

.box-search-item.home-project p {
  margin-bottom: 32px;
}

.box-search-item.blog {
  margin-bottom: 32px;
}

.box-search-item.blog p {
  margin-bottom: 32px;
}

.contact {
  padding-bottom: 72px;
}

.contact .right .box-contact span {
  display: block;
}

.contact .right .box-contact .contact-title {
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.01em;
  font-weight: 800;
  margin-top: 32px;
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
}

.contact .right .box-contact .blue-title {
  color: var(--primary);
  font-size: 18px;
  line-height: 24.55px;
  letter-spacing: 0.01em;
  font-weight: 800;
  margin-bottom: 18px;
}

.contact .right .box-contact .name {
  font-size: 18px;
  color: #000;
  font-weight: 800;
  line-height: 24.55px;
  letter-spacing: 0.01em;
  margin-bottom: 7px;
}

.contact .right .box-contact .address {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact .right .box-contact .phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  color: #141414;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}

.contact .right .box-contact .gr-input input {
  border: none;
  border-bottom: #cfccc7 1px solid;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

.contact .right .box-contact .gr-input input:focus {
  outline: none;
}

.contact .right .box-btn {
  padding: 8px 0;
  margin-top: 28px;
}

.contact .right .box-btn button {
  width: 100%;
  color: #fff;
  background: var(--primary);
  transition: all ease 0.4s;
  padding: 8px 0;
  font-weight: 700;
  border: 0;
}

.contact .right .box-btn button:focus {
  outline: none;
}

.contact .right .box-btn button:hover {
  background: #00a651;
}

.video {
  padding: 32px 0;
}

.video .third-title {
  margin-bottom: 50px;
  text-align: center;
}

.video .bg-video {
  margin-bottom: 30px;
}

#popupVideo {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#popupVideo .modal__dialog {
  width: 900px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-out;
}

@media screen and (max-width: 996px) {
  #popupVideo .modal__dialog {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  #popupVideo .modal__dialog {
    width: auto;
  }
}

#popupVideo .close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  z-index: 3;
  right: 5px;
  cursor: pointer;
}

#popupVideo .close:hover,
#popupVideo .close:focus {
  color: #fff;
  text-decoration: none;
}

.back-to-top {
  position: fixed !important;
  bottom: 50px;
  right: 15px;
  display: none;
  width: 50px;
  height: 50px;
  background: var(--yellow);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  z-index: 3;
  transition: all ease 0.5s;
}

.back-to-top.active {
  display: block;
}

.back-to-top:hover,
.back-to-top .active {
  background: #00a651;
  color: #fff;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid var(--yellow);
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 70px;
  height: 70px;
  top: 18px;
  left: 18px;
  position: absolute;
  background-color: var(--yellow);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: var(--yellow);
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img i {
  width: 20px;
  height: 20px;
  color: #fff;
  margin-left: 5px;
}

.hotline-bar {
  position: absolute;
  background:var(--yellow);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 27px;
  bottom: 37px;
}

@media screen and (max-width: 996px) {
  .hotline-bar {
    display: none;
  }
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  margin-left: 5px;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

.call-zalo {
  position: fixed;
  right: -15px;
  bottom: 170px;
  z-index: 99;
}

.call-zalo a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  display: block;
  line-height: 62px;
  text-align: center;
  width: 50px;
  height: 50px;
}

.call-zalo a img {
  margin-bottom: 18px;
  margin-right: 5px;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 86px;
  right: 118px;
  z-index: 9;
}

@media screen and (max-width: 996px) {
  .hotline-phone-ring-wrap {
    right: -15px;
  }
}

.hotline-phone-ring-wrap .hotline-phone-ring {
  right: -135px;
  left: unset;
}

@media screen and (max-width: 996px) {
  .hotline-phone-ring-wrap .hotline-phone-ring {
    right: unset;
  }
}

.pagination {
  padding-bottom: 66.17px;
  justify-content: center;
}

.pagination li:first-child a,
.pagination li:last-child a {
  background: transparent;
  border: none;
}

.pagination li:first-child a i,
.pagination li:last-child a i {
  color: #fa0502;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
  background: transparent;
  border: none;
}

.pagination li:first-child:hover a i,
.pagination li:last-child:hover a i {
  color: #00ade5;
}

.pagination li a {
  width: 29.83px;
  height: 29.83px;
  background: #fff;
  border: 1px solid #c7c7c7;
  color: #76848c;
  border-radius: 8px;
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
  line-height: 29.83px;
  text-align: center;
  display: inline-block;
  font-size: 13.64px;
  transition: all ease 0.3s;
  margin-top: 27px;
}

.pagination li a i {
  transition: all ease 0.3s;
}

.pagination li a:hover {
  background: #fa0502;
  color: #fff;
  border: 1px solid #fa0502;
}

.pagination li.active a {
  color: #fff;
  background: #fa0502;
  border: 1px solid #fa0502;
}



.fb-page iframe {
    width: 100% !important;
}
.fb-page {
    width: 100%;
    margin-bottom: 15px;
}
.fb-page > span {
    width: 100% !important;
}
.footer-top {
  background: #6dbb95;
  position: relative;
  padding: 50px 0;
}

/* .footer-top::before {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    inset: 0;
    content: "";
} */
.footer-top .container {
    position: relative;
    z-index: 2;
}

.footer-top--center ul li {
  margin-bottom: 12px;
}

.footer-top--center ul li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0.03em;
  color: #fff;
  transition: all ease 0.3s;
}

.footer-top--center ul li a:hover {
  color: #00a651;
}

.footer-top .footer-top--left .footer-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-top .footer-top--left ul li {
  margin-bottom: 12px;
color: #fff;
}

.footer-top .footer-top--left ul li p {
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer-top .footer-top--left ul li.mail span,
.footer-top .footer-top--left ul li.maila,
.footer-top .footer-top--left ul li.phone span,
.footer-top .footer-top--left ul li.phonea {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer-top .footer-top--left ul li.mail span a,
.footer-top .footer-top--left ul li.maila a,
.footer-top .footer-top--left ul li.phone span a,
.footer-top .footer-top--left ul li.phonea a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  transition: all ease 0.3s;
}

.footer-top .footer-top--left ul li.mail span a:hover,
.footer-top .footer-top--left ul li.maila a:hover,
.footer-top .footer-top--left ul li.phone span a:hover,
.footer-top .footer-top--left ul li.phonea a:hover {
  color: #ffb628;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
}

/*@media screen and (max-width: 440px) {*/
/*  .footer-logo {*/
/*    width: 120px;*/
/*  }*/
/*}*/

.footer-bottom {
  background: #027b3e;
}

.footer-bottom--content {
  display: flex;
  padding: 10px 0;
  color: #fff;
  justify-content: center;
  font-size: 12px;
}

@media screen and (max-width: 440px) {
  .footer-bottom--content {
    font-size: 12px;
  }
}

.footer-bottom--content p {
  font-weight: 400;
}

.footer-bottom--content a {
  color: #fff;
  font-weight: 800;
  margin-left: 3px;
  font-size: 12px;
}

.footer-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 35.2px;
  letter-spacing: 0.03em;
  margin-bottom: 55px;
  color: #fff;
}

@media screen and (max-width: 996px) {
  .footer-title {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.w-7 {
    width: 70% !important;
}
.w-3 {
    width: 30% !important;
}
.banner-blog {
    background-color: #fff !important;
    border-radius: 9px;
    box-shadow: 0px 0px 4px #00000036;
    padding: 0 15px 13px;
}
.banner-blog .item {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.banner-blog .item:last-child {
    margin-bottom: 0;
}
.banner-blog .item .box-img {
    flex-shrink: 0;
    width: 96px;
    height: 60px;
}
.banner-blog .item .box-content h4 {
    font-size: 16px;
    overflow:
        hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:
        vertical;
    line-height: 1.3;
    margin-bottom: 0;
}
.banner-blog h3 a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 30px;
    text-transform: uppercase;
    margin: 0 auto;
    padding-top: 10px;
    color: #fff;
    background: #000c33;
    padding-left: 30px;
    border-radius: 0 0 9px 9px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
}
.banner-blog h3 {
    margin-bottom: 20px;
    text-align: center;
}
.policy {
    padding-top: 60px;
}
.policy .item {
    background: #fff7e1;
    transition: all ease 0.4s;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid var(--yellow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 42px 24px 15px;
    height: 100%;
    cursor: pointer;
    gap: 10px;
    margin: 1px;
    position: relative;
}
.policy .item .box-img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5.8666666667rem;
    height: 3.5333333333rem;
}
.policy .item .box-img img {
    width: auto;
    height: auto;
}
.policy .item h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.policy .item p {
    margin-bottom: 0;
}
.policy .item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.hot-cat .wraper {
    display: flex;
}   
.hot-cat .wraper .left {
    width: 30%;
    flex-shrink: 0;
}
.hot-cat .wraper .right {
    width: calc(70% );
    
}
.hot-cat .wraper .right .list-hot-cat {
    display: flex;
    padding: 20px 50px;
    height: 100%;
    gap: 20px;
    background-color: #e6e4d5;
    flex-wrap: wrap;
}
.hot-cat .wraper .right .list-hot-cat .hot-cat-item {
    width: calc(33% - 13px);
    padding: 5px;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .14);
    border-radius: 9px;
    background-image: url(../images/b-item.jpg);
    background-position: 0 95%;
    background-repeat: no-repeat;
}

.hot-cat .wraper .right .list-hot-cat .hot-cat-item .box-img {
    width: 100px;
    flex-shrink: 0;
    height: 95px;
}
.hot-cat .wraper .right .list-hot-cat .hot-cat-item .box-content {
    width: calc(100% - 100px);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
.hot-cat .wraper .right .list-hot-cat .hot-cat-item .box-content h4 {
    font-size: 16px;
}
.hot-cat .wraper .left {
    position: relative;
    margin-bottom: 0;
}
.hot-cat .wraper .left .box-content {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.hot-cat .wraper .left .box-content h4 {
    display: none;
}

.cat {
    padding: 15px;
    border-radius: 9px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .14);
}
.box-title h2 {
    text-transform: capitalize !important;
    font-size: 27px;
    font-weight: 500;
}
.blog .box--item ,
.product_item ,
 .blog-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .14);
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all ease 0.4s;
    overflow: hidden;
}

.product_item:hover,
 .blog-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.cat .blog-item .box-img {
    margin-bottom: 10px;
}
.cat .blog-item .box-content {
    padding: 10px;
}
.box-title {
    padding: 0 !important;
}
.feedback .feedback-slider .slick-dots {
    display: none !important;
}

.footer-bottom p {
    margin-bottom: 0 !important;
}
#header .header-bottom {
    background: #027b3e;
    margin-bottom: 0;
}

#header .header-top {
    background: #EEEFF0;
}
#header .header-right {
    display: flex;
}
#header .header-contact {
    padding-bottom: 0;
    font-size: 18px;
}

#header .header-contact i {
    color: var(--yellow);
    font-size: 20px;
}
#header .phone-contact {
    display: flex;
    align-items: center;
}
#header .phone-contact h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}
#header .phone-contact .icon {
    margin-right: 10px;
}
#header .phone-contact i {
    font-size: 27px;
    margin-right: 5px;
    color: var(--yellow);
}
#header .phone-contact p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
a:hover {
    color: var(--primary);
}

#header .header-bottom  .vuta-container {
    display: flex;
    justify-content: space-between;
}
#header .header-bottom .vuta-container .menu-list a {
    padding: 0;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    height: 50px;
    display: flex;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
}
#header .header-bottom .vuta-container .menu-list a span {
    font-size: 16px;
    font-weight: 400;
    transition: all ease 0.4s;
}
#header .header-bottom .vuta-container .menu-list a:hover span{
    color: var(--secondary-color);
}
#header .header-bottom .vuta-container .menu-list a::before {
    display: none;
}
#header .header-bottom .vuta-container .menu-list {
    gap: 40px;
}
#header .header-bottom .vuta-container .left-bottom .mega-head .icon span{
    display: block;
    background: #fff;
    height: 2px;
    margin-bottom: 3px;
    transition: all ease 0.4s;
    width: 18px;
}

.top-banner {
    padding-top: 20px;
}
#header .header-bottom .vuta-container .left-bottom .mega-head h3 {
    display: flex;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 0;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 50px;
    transition: all ease 0.4s;
    color: #fff;
}
#header .header-bottom .vuta-container .left-bottom .mega-head h3:hover ,
#header .header-bottom .vuta-container .left-bottom .mega-head h3:hover .icon span{
    color: #ffb628 !important;
}
#header .header-bottom .vuta-container .left-bottom .mega-head h3:hover .icon span{
    background: #ffb628;
}
.mega {
    position: relative;
}
.mega .mega-menu {
    position: absolute;
    width: 1300px;
    left: 0;
    top: calc(100% + 10px);
    padding: 15px;
    background: #fff;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    border-radius: 12px;
    transition: all ease 0.4s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    display: flex;
    gap: 20px;
}
.mega .mega-menu .icon img {
    width: 24px;
    height: 24px;
}
.mega .mega-menu .mega-right{
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
 }
 .mega .mega-menu .mega-left {
    width: 20%;
 }
 .mega .mega-menu .mega-right .mega-item {
    width: calc(32%);
    margin-bottom: 20px;
 }

  .mega .mega-menu .mega-right .mega-item h4 a {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ff0707;
  }
.mega .mega-menu .mega-right .mega-item ul li {
    margin-bottom: 10px;
}

.mega .mega-menu .mega-left li a {
    display: flex;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.mega .mega-menu .mega-left li {
    margin-bottom: 15px;
}

#header .header-bottom .vuta-container .left-bottom .mega:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 1px);
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.contact .right .box-contact .gr-input input {
    padding: 5px 10px;
}
.contact .right .box-btn button {
    background: var(--primary);
}

.body-products-detail .wraper {
    max-width: 996px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.body-products-detail .wraper h2 {
    margin-bottom: 20px;
}
.body-products-detail .wraper h3 {
    font-weight: 600;
    font-size: 18px;
}
.body-products-detail .wraper h4 {
    font-size: 16px;
    font-weight: 600;
}
.section_heading_main h2 {
    margin-bottom: 0 !important;
}
.body-products-detail .wraper .content-detail {
    margin-bottom: 20px;
}
.products-detail .body-products-detail p {
    font-size: 16px;
    line-height: 1.5;
}
.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}
.footer-logo img {
    /*max-width: 150px;*/
    margin: 0 auto;
}
@media (max-width:1366px) {
    .mega .mega-menu {
        width: 1200px;
    }
}
@media (max-width:1200px) {
    #header .header-bottom {
        display: none;
    }

}   
@media (max-width:996px) {
    .desktop {
        display: none;
    }
    section {
        margin-bottom: 20px !important;
    }
    .mobile {
        display: block;
    }
    .hot-cat .wraper {
        flex-direction: column;
    }
    .hot-cat .wraper .left {
        width: 100%;
        flex-shrink: 0;
    }
    .hot-cat .wraper .left .box-img {
        margin-bottom: 0;
    }
    .hot-cat .wraper .right {
        width: 100%;
    }
    .hot-cat .wraper .right .list-hot-cat {
        padding: 10px;
        gap: 0;
        justify-content: space-between;
    }
    .hot-cat .wraper .right .list-hot-cat .hot-cat-item {
        flex-direction: column;
        padding: 0 0 15px;
        margin-bottom: 10px;
        width: calc(32%);
        background-position: 22% 27%;
    }
    .hot-cat .wraper .right .list-hot-cat .hot-cat-item .box-content{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        
    }
    .box-title h2 ,
    .box-title h2 a {
        font-size: 24px;
    }
    #header .phone-contact {
        display: none;
    }
    .header .mobile-btn span {
        background: #ff0707 !important;
    }
    .policy .item {
        flex-direction: column;
        margin-bottom: 40px;
        height: 100%;
    }
    .policy [class^="vuta-col-"]:nth-child(3) .item, 
    .policy [class^="vuta-col-"]:nth-child(4) .item {
        margin-bottom: 0;
    }
    .policy .item h4 {
        font-size: 16px;
        text-align: center;
    }
    .policy .item .box-img {
        margin: 0 auto;
 
        margin-bottom: 20px;
    }

    .phone-contact .box-content {
        display: none;
    }
    #header .phone-contact i {
        font-size: 24px;
        margin-right: 0;
    }
    #header .header-top {
      background:
    #fff;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    }
    
    .header .header-top .header-logo{
        margin-left: 20%;
    }
}

.box-desc-cat {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
}
.box-desc-cat h2,
.box-desc-cat h3 {
    border-bottom:
        4px double #e10000;
    padding-bottom: .2em;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #fa0502;
}
p {
    margin-bottom: 0.5rem;
}
.box-desc-cat p {
    margin-bottom: 1rem;
}
.box-desc-cat h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ff0707;
}
.box-desc-cat ul {
    padding-left: 15px;
}
.box-desc-cat ul li {
    margin-bottom: 10px;
    list-style: disc;
}

footer {
    padding-top: 0 !important;
}
footer .footer-top p {
    color: #fff;
}
.footer ul li a:hover {
    color: var(--primary);
}

.banner-slider .box-img ,
.banner-slider .box-img img {
    aspect-ratio: 970/393;
    box-shadow: 0px 0px 4px #00000036;
    border-radius:10px;
  overflow:hidden;
}
.banner-slider .box-img img  {
    height: 100%;
}

.feedback, 
.qc{
    display: none;
}
.primary-btn {
    border-radius: 5px !important;
    background: #000;
    font-size: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    border: 1px solid  #000;
    color: #fff;
}

.primary-btn svg path {
  stroke: #fff ;
  transition:
all ease 0.4s;
}
.primary-btn:hover {
    border: 1px solid var(--primary-color);
}
.product_item .product-cta {
  padding: 0;
}

.product_item  {
    position: relative;
}
.product_item .label-sale {
    position: absolute;
    display: inline-flex;
  color: #FFFFFF;
  background-color:var(--primary-color);
  border-radius: 20px 5px 0px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
font-size: 14px;
  font-weight: 500;
  padding:
3px 6px;
top: 0;
right: 0;
}

.product_item .price-box .old-price {
    color: #6f6f6f;
  font-weight: 400;
  margin-right: 3px;
  font-size: 13px;
  text-decoration: 1px line-through var(--primary-color);
}

#filterForm {
    display: flex;
    gap:15px;
    max-width: 767px;
    margin: 0 auto;
    margin-bottom: 20px;
    justify-content: center;
}

#filterForm .vuta-input {
    height: 41px;
}

.header-search-form .input-prototype-1 {
    border-radius: 5px;
    gap: 10px;
    height: 39px;
    background: #EEEFF0 ;
}

.header-search-form .input-prototype-1 button {
    background: var(--yellow);
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
}
.header-search-form .input-prototype-1 input {
    padding: 0 15px;
    border-radius: 5px;
     background: #f5f5f5 !important;
    border: 1px solid #e1e5eb !important;
}
.header-search-form .input-prototype-1 input:focus {
    background: #fff !important;
}
.home-contact .box-title ,
.hot-cat .box-title {
    display: flex;
    justify-content:center ;
    margin-bottom: 20px;
    align-items: center;
}
.home-contact .box-title h2,
.hot-cat .box-title h2 {
    font-size: 2.1333333333rem;
    position: relative;
    color: var(--primary);
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    font-style: italic;
    color: var(--primary);
    align-items: center;
    width: 100%;
    font-weight: 700;
    line-height: 1.75;
    text-transform: uppercase !important;
}
.home-contact .box-title h2 a,
.hot-cat .box-title h2 a {
    color: var(--primary);
}
.home-contact .box-title h2::before,
.hot-cat .box-title h2::before {
    content: "";
    display: block;
    width: 24.4666666667rem;
    height: 1.7333333333rem;
    position: absolute;
    top: 50%;
    margin-top: -0.8666666667rem;
    background: url("../images/cat-decor-left.png");
    background-size: auto;
    left: 0;
    background-size: contain;
}
.home-contact .box-title h2::after,
.hot-cat .box-title h2::after {
    content: "";
    display: block;
    width: 24.4666666667rem;
    height: 1.7333333333rem;
    position: absolute;
    top: 50%;
    margin-top: -0.8666666667rem;
    background: url("../images/cat-decor-right.png");
    background-size: auto;
    background-size: contain;
    right: 0;
}
.hot-cat .list-hot-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}
.hot-cat .list-hot-cat .hot-cat-item {
    width: calc(100%/8 - 1px);
    background: var(--yellow);
    overflow: hidden;
    transition: all ease 0.4s;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}
.hot-cat .list-hot-cat .hot-cat-item:hover {
    background: var(--primary);
}

.hot-cat .list-hot-cat .hot-cat-item .box-img {
    aspect-ratio: 1/1;
    border-radius: 5px;
    position: relative;
    background: radial-gradient(ellipse at center, rgb(149, 149, 149) 0%, rgb(100, 100, 100) 100%);
}
.hot-cat .list-hot-cat .hot-cat-item .box-content h4 {
    color: #fff;
    font-size: 1.0666666667rem;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: normal;
}
.hot-cat .list-hot-cat .hot-cat-item .box-content h4 a {
    color: #fff;
}
.hot-cat .list-hot-cat .hot-cat-item .box-content {
    text-align: center;
   
  
    margin: 0;
    padding: 0.8rem 0.2666666667rem;
    text-transform: capitalize;

}
.hot-cat ul {
    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-wrap: wrap;
}
.hot-cat .brands ul li {
    width: calc(100%/9 - 1px);
}
.hot-cat .brands ul li a {
    background: none;
    transition: all ease 0.4s;
    display: block;
    padding: 2px 5px;
    border-radius: 5px;
}
.hot-cat .brands ul li a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.hot-cat .brands {
    padding: 0.6666666667rem;
    background: #f5f5f5;
    border-radius: 5px;
}

.box-map-info .map-info-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.375;
    margin-bottom: 20px;
    position: relative;
    background: #f9f9f9;
}

.home-contact {
    overflow: unset;
}
.box-map-info .map-info-item .logo {
    position: absolute;
    width: 50px;
    left: -22px;
    top: 21px;
}

.box-map-info .map-info-item h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
    padding-left: 20px;
    color: var(--yellow);
}

.box-map-info .map-info-item h3 a {
    display: inline-block;
    background: var(--yellow);
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none !important;
    font-size: 13px;
    margin-left: 7px;
    vertical-align: middle;
    margin-top: -3px; 
}
.box-map-info .map-info-item ul {
    margin: 0 0 5px;
    margin-left: 0px;
    padding: 0;
    list-style: none;
    position: relative;
    margin-left: -25px;
}
.box-map-info .map-info-item ul::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: #98999A;
    border-radius: 5px;
}
.box-map-info .map-info-item ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 33px;
}
.box-map-info .map-info-item ul li i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 30px;
    background: #98999A;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: -6px;
}

.blog-detail .aside .aside-item ,
.blog-list .aside .aside-item {
    border-top: 4px solid var(--primary);
    padding-top: 20px;
    margin-bottom: 50px;
}
.blog-detail .wraper ,
.blog-list .wraper {
    border-top: 4px solid var(--primary);
    
    margin-left: 60px;
    padding-top: 1.75em;
}
.blog-list .wraper h2 {
    margin: 0 0% 20px;
    color: var(--primary);
    font-size: 23px;
    font-weight: 700;
}
.blog-list .wraper .list-blog-item .blog-item {
    box-shadow: none;
    display: flex;
    border-radius: 0;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}
.blog-list .wraper .list-blog-item .blog-item .box-img {
    border-radius: 0;
    width: 250px;
    aspect-ratio: 16/9;
    flex-shrink: 0;
}
.blog-list .wraper .list-blog-item .blog-item .box-content {
    padding-top: 10px;
}
.blog-list .wraper .list-blog-item .blog-item .box-content h4 a {
    font-size: 18px;
}
.blog-list .wraper .list-blog-item .blog-item .box-content h4 a:hover {
    color: var(--primary);
}
.blog-list .wraper .list-blog-item .blog-item .box-content p {
    font-size: 16px;
}
.blog-detail .aside .aside-item h3,
.blog-list .aside .aside-item h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-detail .aside .aside-item .list-item  ,
.blog-list .aside .aside-item .list-item  {
    padding-left: 15px;
}
.blog-detail .aside .aside-item .list-item li ,
.blog-list .aside .aside-item .list-item li {
    margin-bottom: 10px;
    font-size: 15px;
    list-style: disc;
}
.blog-detail .aside .aside-item .list-item li a ,
.blog-list .aside .aside-item .list-item li a {
    color: var(--primary);
}

.blog .box-title h2 a {
    font-size: 1.2rem;
    padding: 0.6666666667rem 1rem 0.5333333333rem;
    background: var(--primary);
    display: inline-flex;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.blog .box-title h2 a:hover {
    color: #fff;
}
.blog .box-title {
    border-bottom: 4px solid var(--primary);
    margin-bottom: 15px;
}
.blog .d-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    grid-gap: 10px;
    margin-bottom: 40px;
}
.blog .blog-item {
    position: relative;
    box-shadow: none !important;
}
.blog .blog-item .blog-title {
    text-align: left;
}
.blog .d-grid h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.blog .d-grid h4 a {
    color: #fff;
    margin-bottom: 0;
}
.blog .d-grid .blog-item::before {
    background: rgba(0, 0, 0, .4);
    opacity: 0.8;
    position: absolute;
    inset: 0;
    content: "";
}
.blog .d-grid h4 a:hover {
    color: #ffb628;
}
.blog .d-grid .blog-item {
    margin-bottom: 0;
}
.blog .d-grid .blog-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.blog .d-grid .blog-item:first-child h4 a {
    font-size: 20px;
}
.blog .d-grid .blog-item:last-child {
    grid-column: span 2;
}
.blog .d-grid .blog-item .box-img {
    height: 100%;
}
.blog .d-grid .blog-item .box-content {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cat-blog  .box-img {
    margin-bottom: 10px;
}
.cat-blog .blog-title {
    margin-bottom: 0;
}
.cat-blog {
    margin-bottom: 40px;
}
.cat-blog .box-btn a {
    color: var(--primary);
    font-weight: 700;
}
.menu-blog #menu-blog {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.menu-blog #menu-blog li a {
    text-align: center;
    padding: 0.65625em 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.menu-blog #menu-blog li {
    position: relative;
    flex-grow: 1;
}
.menu-blog #menu-blog li::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: #ddd;
}
.menu-blog #menu-blog li:last-child::before {
    display: none;
}
.blog-detail .box-detail-blog {
    margin-left: 60px;
}
.blog-detail .box-detail-blog h1 {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 1.3333333333rem 0 0.6666666667rem;
    color: var(--primary);
}
.blog-detail .box-detail-blog h2 {
    font-weight: 700;
    font-size: 1.3333333333rem;
    margin: 1.3333333333rem 0 0.3333333333rem;
}
.blog-detail .box-detail-blog ul {
    padding-left: 15px;
}
.blog-detail .box-detail-blog .time {
    color: #888;
}
.blog-detail .box-detail-blog ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.blog-detail .box-detail-blog p {
    margin-bottom: 8px;
}
.blog-detail .box-detail-blog h3 ,
.blog-detail .box-detail-blog h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 1.3333333333rem 0 0.3333333333rem;
}
.header-bottom .vuta-container {
    display: flex;
    justify-content: space-between;
}
@media (max-width:996px)  {
    #filterForm {
        margin-left: 10px;
        gap:3px;
        margin-right: 10px;
    }
    #filterForm .vuta-input {
        font-size: 13px;
    }
    .hot-cat .list-hot-cat .hot-cat-item {
        width: calc(100%/2 - 1px);
    }
    .hot-cat .brands ul li {
        min-width: 150px;   
    }
    .hot-cat ul {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
}

.product_item:hover .product-info .product-name a
{
    color:var(--primary);
}

.slick-arrow:hover {
    border-color: var(--yellow) !important;
    background-color: var(--yellow) !important;
}

.cart {
    padding-top:unset !important;
}

@media screen and (max-width: 575px) {
    .blog-detail .box-detail-blog{
        margin-left: 0;
        padding: 5px;
    }
}

@media screen and (max-width: 996px) {
    .blog-detail{
        padding-top: 0 !important; 
    }
    .blog-detail>.vuta-container>.vuta-row>[class^=vuta-col-]:first-child {
        order: 2;
    }
}

.content-detail ul{
    margin-left:15px;
}