@charset "UTF-8";
/*!
Theme Name:RA
Theme URI: https://rangugniauto.com
Author: The Brand Side
Author URI: https://rangugniauto.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the_brand_side
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "proximanova";
  src: url("assets/fonts/e3891779f470de80808d93734cedd414.eot");
  src: url("assets/fonts/e3891779f470de80808d93734cedd414.eot?#iefix") format("embedded-opentype"), url("assets/fonts/e3891779f470de80808d93734cedd414.woff2") format("woff2"), url("assets/fonts/e3891779f470de80808d93734cedd414.woff") format("woff"), url("assets/fonts/e3891779f470de80808d93734cedd414.ttf") format("truetype"), url("assets/fonts/e3891779f470de80808d93734cedd414.svg#.") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximanova";
  src: url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.eot");
  src: url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.woff2") format("woff2"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.woff") format("woff"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.ttf") format("truetype"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.svg#.") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximanova";
  src: url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.eot");
  src: url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.eot?#iefix") format("embedded-opentype"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.woff2") format("woff2"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.woff") format("woff"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.ttf") format("truetype"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.svg#.") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: calc(100vw * 16 / 1920);
  font-family: "proximanova", sans-serif;
  color: #000;
  --swiper-pagination-color:#F24040;
  --swiper-theme-color: #F24040;
  opacity: 0;
}

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

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

button {
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  display: block;
}

.container {
  max-width: calc(100vw * 1400 / 1920);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100vw * 320 / 350);
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.btn {
  border-radius: calc(100vw * 29 / 1920);
  border: calc(100vw * 1 / 1920) solid #000000;
  color: #000000;
  font-size: calc(100vw * 15 / 1920);
  line-height: 1em;
  padding: calc(100vw * 5 / 1920) calc(100vw * 16 / 1920);
  display: inline-flex;
  min-width: calc(100vw * 104 / 1920);
  text-align: center;
  transition: all 300ms ease-in-out;
  align-items: center;
  justify-content: center;
  gap: calc(100vw * 10 / 1920);
}
@media screen and (max-width: 767px) {
  .btn {
    border-radius: calc(100vw * 29 / 320);
    border: calc(100vw * 1 / 320) solid #000000;
    font-size: calc(100vw * 10 / 320);
    padding: calc(100vw * 5 / 320) calc(100vw * 16 / 320);
    min-width: calc(100vw * 104 / 320);
  }
}
.btn i {
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 14 / 1920);
}
.btn i svg {
  width: 100%;
  height: 100%;
}
.btn i svg path {
  fill: #000;
}
.btn.btn-primary:hover {
  background: #000000;
  color: #ffffff;
}
.btn.btn-primary.active {
  background: #000000;
  color: #ffffff;
}

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

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

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

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

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

.mobile-inline-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-inline-text {
    display: inline;
  }
}

.mobile-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile-flex {
    display: flex !important;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.swiper .swiper-button-next .icon {
  width: calc(100vw * 34 / 1920);
  height: calc(100vw * 24 / 1920);
}
@media screen and (max-width: 767px) {
  .swiper .swiper-button-next .icon {
    width: calc(100vw * 34 / 320);
    height: calc(100vw * 24 / 320);
  }
}
.swiper .swiper-button-next .icon svg {
  width: 100%;
  height: 100%;
}
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev::after {
  display: none;
}

.head-box {
  display: flex;
  align-items: center;
  margin-bottom: calc(100vw * 40 / 1920);
}
.head-box .item {
  flex: 1;
}
.head-box .item:last-child {
  justify-content: end;
  display: flex;
}
.head-box .item h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: 1em;
  font-weight: bold;
}
.head-box .item a {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
}

.products .grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 33 / 1920);
}
.products .grid .card {
  width: calc(100vw * 325 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  background: #fff;
}
.products .grid .card .thumb {
  height: calc(100vw * 218 / 1920);
}
.products .grid .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products .grid .card .content {
  padding: calc(100vw * 20 / 1920);
}
.products .grid .card .content h3 {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 21 / 1920);
  font-weight: 500;
}
.products .grid .card .content h4 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 14 / 1920);
  font-weight: 400;
}
.products .grid .card .content .attr {
  border-top: calc(100vw * 1 / 1920) solid #E9E9E9;
  border-bottom: calc(100vw * 1 / 1920) solid #E9E9E9;
  padding: calc(100vw * 20 / 1920) 0;
  margin: calc(100vw * 20 / 1920) 0;
}
.products .grid .card .content .attr ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.products .grid .card .content .attr ul li {
  flex: 1;
}
.products .grid .card .content .attr ul li .box .icon {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
  margin: 0 auto calc(100vw * 15 / 1920);
}
.products .grid .card .content .attr ul li .box h2 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 14 / 1920);
  font-weight: 400;
  text-align: center;
}
.products .grid .card .content .actions .box-actions {
  display: flex;
  align-content: center;
}
.products .grid .card .content .actions .box-actions .item {
  flex: 1;
}
.products .grid .card .content .actions .box-actions .item:last-child {
  display: flex;
  justify-content: end;
}
.products .grid .card .content .actions .box-actions .item .price {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 30 / 1920);
  font-weight: 700;
}
.products .grid .card .content .actions .box-actions .item .btn-text-icon {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  color: #D30000;
}
.products .grid .card .content .actions .box-actions .item .btn-text-icon i svg path {
  fill: #D30000;
}

.breadcrumb {
  font-size: 0.875rem;
  color: #000000;
  margin-top: calc(100vw * 87 / 1920);
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: calc(100vw * 15 / 1920);
  font-weight: 400;
}
.breadcrumb ol li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  color: #000000;
}
.breadcrumb ol li a {
  text-decoration: none;
  color: #D30000;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}

label {
  display: block;
  margin: calc(100vw * 5 / 1920) 0;
  cursor: pointer;
  font-size: calc(100vw * 18 / 1920);
}

label > input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span:before {
  content: "\f096";
  display: inline-block;
  margin-right: calc(100vw * 5 / 1920);
  font-family: "FontAwesome";
  font-weight: normal;
  width: 1em;
}

/**--- Checked ---**/
input[type=checkbox]:checked + span:before {
  content: "\f14a";
  color: #D30000;
  animation: pop 180ms ease-in;
}

/**--- Disabled ---**/
input[type=checkbox]:disabled + span {
  color: #999;
}

input[type=checkbox]:disabled + span:before {
  content: "\f0c8";
  color: #000000;
}

/**--- Animation ---**/
@keyframes pop {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.btn-text-icon {
  display: inline-flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.btn-text-icon i {
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 14 / 1920);
}
.btn-text-icon i svg {
  width: 100%;
  height: 100%;
}
.btn-text-icon i svg path {
  fill: #000;
}

.slider-button {
  display: flex;
}
.slider-button .btn-slider {
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  background: #fff;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 30 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}
.slider-button .btn-slider.btn-prev {
  left: calc(100vw * -50 / 1920);
}
.slider-button .btn-slider.btn-next {
  transform: rotate(180deg);
  transform-origin: center;
}
.slider-button .btn-slider.swiper-button-disabled {
  opacity: 0.5;
}
.slider-button .btn-slider svg {
  width: calc(100vw * 10 / 1920);
  height: calc(100vw * 10 / 1920);
}

@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
    font-size: calc(100vw * 16 / 350);
    font-family: "proximanova", sans-serif;
    color: #000;
  }
  p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
  }
  * {
    box-sizing: border-box;
  }
  ul {
    list-style: none;
  }
  button {
    border: none;
    background: none;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  img {
    width: 100%;
    display: block;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .head-box {
    display: flex;
    align-items: center;
    margin-bottom: calc(100vw * 40 / 350);
  }
  .head-box .item {
    flex: 1;
  }
  .head-box .item:last-child {
    justify-content: end;
    display: flex;
  }
  .head-box .item h2 {
    font-size: calc(100vw * 25 / 350);
    line-height: 1em;
    font-weight: bold;
  }
  .head-box .item a {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
  }
  .products .grid {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 10 / 350);
  }
  .products .grid .card {
    width: calc(100vw * 325 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
    border: calc(100vw * 1 / 350) solid #E9E9E9;
    background: #fff;
    display: flex;
  }
  .products .grid .card .thumb {
    height: auto;
    width: calc(100vw * 160 / 350);
  }
  .products .grid .card .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: calc(100vw * 130 / 350);
  }
  .products .grid .card .content {
    padding: calc(100vw * 10 / 350);
    width: calc(100vw * 160 / 350);
  }
  .products .grid .card .content h3 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 14 / 350);
    font-weight: 400;
  }
  .products .grid .card .content h4 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 14 / 350);
    font-weight: 400;
  }
  .products .grid .card .content .attr {
    border-top: calc(100vw * 1 / 350) solid #E9E9E9;
    border-bottom: calc(100vw * 1 / 350) solid #E9E9E9;
    padding: calc(100vw * 10 / 350) 0;
    margin: calc(100vw * 5 / 350) 0;
  }
  .products .grid .card .content .attr ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: calc(100vw * 10 / 350);
  }
  .products .grid .card .content .attr ul li {
    flex: initial;
  }
  .products .grid .card .content .attr ul li:last-child {
    display: none;
  }
  .products .grid .card .content .attr ul li .box .icon {
    width: calc(100vw * 18 / 350);
    height: calc(100vw * 18 / 350);
    margin: 0 auto calc(100vw * 15 / 350);
    display: none;
  }
  .products .grid .card .content .attr ul li .box h2 {
    font-size: calc(100vw * 10 / 350);
    line-height: calc(100vw * 10 / 350);
    font-weight: 300;
    text-align: center;
  }
  .products .grid .card .content .actions .box-actions {
    display: flex;
    align-content: center;
  }
  .products .grid .card .content .actions .box-actions .item {
    flex: 1;
  }
  .products .grid .card .content .actions .box-actions .item:last-child {
    display: flex;
    justify-content: end;
  }
  .products .grid .card .content .actions .box-actions .item .price {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 30 / 350);
    font-weight: 400;
  }
  .products .grid .card .content .actions .box-actions .item .btn-text-icon {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    color: #D30000;
    display: none;
  }
  .products .grid .card .content .actions .box-actions .item .btn-text-icon i svg path {
    fill: #D30000;
  }
  .breadcrumb {
    font-size: 0.875rem;
    color: #000000;
    margin-top: 0;
  }
  .breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .breadcrumb ol li {
    display: flex;
    align-items: center;
    font-size: calc(100vw * 15 / 350);
    font-weight: 400;
  }
  .breadcrumb ol li:not(:last-child)::after {
    content: "/";
    margin: 0 0.5rem;
    color: #000000;
  }
  .breadcrumb ol li a {
    text-decoration: none;
  }
  .breadcrumb ol li a:hover {
    text-decoration: underline;
  }
  label {
    display: block;
    margin: calc(100vw * 5 / 350) 0;
    cursor: pointer;
    font-size: calc(100vw * 18 / 350);
  }
  label > input[type=checkbox] {
    display: none;
  }
  input[type=checkbox] + span:before {
    content: "\f096";
    display: inline-block;
    margin-right: calc(100vw * 5 / 350);
    font-family: "FontAwesome";
    font-weight: normal;
    width: 1em;
  }
  /**--- Checked ---**/
  input[type=checkbox]:checked + span:before {
    content: "\f14a";
    animation: pop 180ms ease-in;
  }
  /**--- Disabled ---**/
  input[type=checkbox]:disabled + span {
    color: #999;
  }
  input[type=checkbox]:disabled + span:before {
    content: "\f0c8";
    color: #000000;
  }
  .btn-text-icon {
    display: inline-flex;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .btn-text-icon i {
    width: calc(100vw * 14 / 350);
    height: calc(100vw * 14 / 350);
  }
  .btn-text-icon i svg {
    width: 100%;
    height: 100%;
  }
  .btn-text-icon i svg path {
    fill: #000;
  }
  .slider-button {
    display: flex;
  }
  .slider-button .btn-slider {
    border: calc(100vw * 1 / 350) solid #E9E9E9;
    background: #fff;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 30 / 350);
    border-radius: calc(100vw * 30 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 300ms ease-in-out;
  }
  .slider-button .btn-slider.btn-prev {
    left: calc(100vw * -50 / 350);
  }
  .slider-button .btn-slider.btn-next {
    transform: rotate(180deg);
    transform-origin: center;
  }
  .slider-button .btn-slider.swiper-button-disabled {
    opacity: 0.5;
  }
  .slider-button .btn-slider svg {
    width: calc(100vw * 10 / 350);
    height: calc(100vw * 10 / 350);
  }
}
header {
  background: #000000;
  height: calc(100vw * 104 / 1920);
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
header .container-header {
  width: calc(100vw * 1785 / 1920);
  margin: 0 auto;
}
header .container-header .content {
  display: flex;
  align-items: center;
}
header .container-header .content .logo {
  flex: 1;
}
header .container-header .content .logo .logo-content {
  width: calc(100vw * 327 / 1920);
  display: flex;
  align-items: center;
  gap: calc(100vw * 45 / 1920);
}
header .container-header .content .logo .logo-content .thumb {
  width: calc(100vw * 86 / 1920);
}
header .container-header .content .logo .logo-content .phone a {
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1em;
  font-size: calc(100vw * 18 / 1920);
  gap: calc(100vw * 10 / 1920);
}
header .container-header .content .menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
header .container-header .content .menu ul {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  margin: 0;
  padding: 0;
}
header .container-header .content .menu ul li a {
  color: #ffffff;
  font-size: calc(100vw * 20 / 1920);
}
header .container-header .content .action {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header .container-header .content .action .box-controls .btn {
  background: #fff;
  padding: calc(100vw * 16 / 1920) calc(100vw * 26 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  font-size: calc(100vw * 18 / 1920);
}
header.white {
  background: #ffffff;
}
header.white .container-header .content .logo .logo-content .phone a {
  color: #000000;
}
header.white .container-header .content .logo .logo-content .phone a svg path {
  fill: #000000;
}
header.white .container-header .content .menu ul li a {
  color: #000000;
}
header.white .container-header .content .action .box-controls .btn {
  background: #fff;
  padding: calc(100vw * 16 / 1920) calc(100vw * 26 / 1920);
  border-radius: calc(100vw * 16 / 1920);
}

.mobile-menu {
  position: fixed;
  top: calc(100vw * 67 / 350);
  width: 100%;
  background-color: #F2F4F7;
  display: none;
  z-index: 999999;
}
.mobile-menu .menu {
  display: block;
}
.mobile-menu .menu ul {
  display: block;
  gap: calc(100vw * 30 / 350);
  margin: 0;
  padding: 0;
}
.mobile-menu .menu ul li {
  text-align: center;
  border-bottom: calc(100vw * 1 / 1920) solid #e1e1e1;
}
.mobile-menu .menu ul li a {
  color: #000000;
  padding: calc(100vw * 10 / 350) 0;
  display: block;
}

@media screen and (max-width: 767px) {
  header {
    background: #000000;
    height: calc(100vw * 67 / 350);
  }
  header .container-header {
    width: calc(100vw * 320 / 350);
  }
  header .container-header .content {
    display: flex;
    align-items: center;
    gap: calc(100vw * 20 / 350);
  }
  header .container-header .content .logo {
    flex: 1;
  }
  header .container-header .content .logo .logo-content {
    width: calc(100vw * 50 / 350);
    display: flex;
    align-items: center;
    gap: calc(100vw * 45 / 350);
  }
  header .container-header .content .logo .logo-content .thumb {
    width: calc(100vw * 50 / 350);
  }
  header .container-header .content .action {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  header .container-header .content .action .box-controls .btn {
    background: #fff;
    padding: calc(100vw * 10 / 350) calc(100vw * 11 / 350);
    border-radius: calc(100vw * 16 / 350);
    font-size: calc(100vw * 12 / 350);
  }
  header .container-header .content .trigger svg {
    width: calc(100vw * 14 / 350);
    height: calc(100vw * 18 / 350);
  }
  header .container-header .content .trigger svg path {
    stroke: #fff;
  }
  header.white {
    background: #ffffff;
  }
  header.white .container-header .content .logo .logo-content .phone a {
    color: #000000;
  }
  header.white .container-header .content .logo .logo-content .phone a svg path {
    fill: #000000;
  }
  header.white .container-header .content .menu ul li a {
    color: #000000;
  }
  header.white .container-header .content .action .box-controls .btn {
    background: #fff;
    padding: calc(100vw * 10 / 350) calc(100vw * 11 / 350);
    border-radius: calc(100vw * 16 / 350);
  }
  header.white .container-header .content .trigger svg path {
    stroke: #000000;
  }
}
.pre-footer {
  position: relative;
  height: calc(100vw * 648 / 1920);
  display: none;
}
.pre-footer .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pre-footer .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pre-footer .container {
  position: relative;
}
.pre-footer .container .content {
  display: flex;
  height: calc(100vw * 648 / 1920);
  align-items: center;
}
.pre-footer .container .content .text-box h2 {
  color: #fff;
  font-size: calc(100vw * 70 / 1920);
  line-height: calc(100vw * 105 / 1920);
  font-weight: 500;
}
.pre-footer .container .content .text-box .box-controls .btn {
  border-radius: calc(100vw * 12 / 1920);
  border: calc(100vw * 1 / 1920) solid #fff;
  padding: calc(100vw * 25 / 1920) calc(100vw * 75 / 1920);
  color: #fff;
}
.pre-footer .container .content .text-box .box-controls .btn i svg path {
  fill: #fff;
}

footer {
  background: #000000;
  padding: calc(100vw * 60 / 1920) 0;
}
footer .container .content .logo-container {
  display: flex;
}
footer .container .content .logo-container .logo {
  width: calc(100vw * 390 / 1920);
}
footer .container .content .logo-container .logo .thumb {
  width: calc(100vw * 86 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}
footer .container .content .logo-container .logo p {
  font-size: calc(100vw * 15 / 1920);
  font-weight: 400;
  line-height: calc(100vw * 27 / 1920);
  color: #fff;
}
footer .container .content .logo-container .logo .box-controls {
  margin-top: calc(100vw * 20 / 1920);
}
footer .container .content .logo-container .logo .box-controls .btn {
  border-radius: calc(100vw * 44 / 1920);
  border: calc(100vw * 1 / 1920) solid #fff;
  padding: calc(100vw * 15 / 1920) calc(100vw * 40 / 1920);
  color: #fff;
  margin-bottom: calc(100vw * 10 / 1920);
}
footer .container .content .logo-container .logo .box-controls .btn i {
  width: calc(100vw * 16 / 1920);
  height: calc(100vw * 22 / 1920);
}
footer .container .content .logo-container .logo .box-controls .btn i svg path {
  fill: #fff;
}
footer .container .content .logo-container .form-newsletter {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
footer .container .content .logo-container .form-newsletter h2 {
  color: #fff;
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
  font-weight: 500;
  width: 100%;
}
footer .container .content .logo-container .form-newsletter p {
  width: 100%;
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
  margin: calc(100vw * 20 / 1920) 0;
}
footer .container .content .logo-container .form-newsletter .form {
  width: calc(100vw * 427 / 1920);
}
footer .container .content .logo-container .form-newsletter .form form .form-group input {
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: 1em;
  font-weight: 400;
  padding: calc(100vw * 26 / 1920) calc(100vw * 24 / 1920);
  border-radius: calc(100vw * 16 / 1920);
}
footer .container .content .logo-container .form-newsletter .form form .form-group input::-moz-placeholder {
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: 1em;
  font-weight: 400;
}
footer .container .content .logo-container .form-newsletter .form form .form-group input::placeholder {
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: 1em;
  font-weight: 400;
}
footer .container .content .logo-container .form-newsletter .form form .box-controls .btn {
  border-radius: calc(100vw * 16 / 1920);
  border: calc(100vw * 1 / 1920) solid #405FF2;
  padding: calc(100vw * 21 / 1920) calc(100vw * 75 / 1920);
  color: #fff;
  background: #F24040;
  width: 100%;
}
footer .container .content .logo-container .form-newsletter .form form .box-controls .btn i svg path {
  fill: #fff;
}
footer .container .content .map {
  margin-top: calc(100vw * 88 / 1920);
}
footer .container .content .map h2 {
  color: #fff;
  font-weight: 500;
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 22 / 1920);
}
footer .container .content .map #map .thumb {
  width: 100%;
  height: calc(100vw * 385 / 1920);
}
footer .container .content .map #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
footer .container .content .menu-footer {
  border-top: calc(100vw * 1 / 1920) solid #050B20;
  border-bottom: calc(100vw * 1 / 1920) solid #050B20;
  display: flex;
  gap: calc(100vw * 30 / 1920);
  padding: calc(100vw * 60 / 1920) 0;
  margin: calc(100vw * 50 / 1920) 0;
}
footer .container .content .menu-footer .box {
  flex: 1;
}
footer .container .content .menu-footer .list-item h2 {
  color: #ffffff;
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  font-weight: 400;
}
footer .container .content .menu-footer .list-item .item {
  display: flex;
}
footer .container .content .menu-footer .list-item .item ul {
  margin: 0;
  padding: 0;
  flex: 1;
}
footer .container .content .menu-footer .list-item .item ul li {
  margin-bottom: calc(100vw * 30 / 1920);
}
footer .container .content .menu-footer .list-item .item ul li a {
  color: #ffffff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
footer .container .content .menu-footer .list-item:last-child ul {
  display: flex;
}
footer .container .content .menu-footer .list-item:last-child ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
}
footer .container .content .menu-footer .list-item:last-child ul li a {
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
}
footer .container .content .menu-footer .list-item:last-child ul li a svg {
  width: 100%;
  height: 100%;
}
footer .container .content .copyright p {
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .pre-footer {
    position: relative;
    height: calc(100vw * 648 / 350);
    display: none;
  }
  .pre-footer .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pre-footer .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .pre-footer .container {
    position: relative;
  }
  .pre-footer .container .content {
    display: block;
    height: calc(100vw * 648 / 350);
    align-items: center;
  }
  .pre-footer .container .content .text-box h2 {
    color: #fff;
    font-size: calc(100vw * 70 / 350);
    line-height: calc(100vw * 105 / 350);
    font-weight: 500;
  }
  .pre-footer .container .content .text-box .box-controls .btn {
    border-radius: calc(100vw * 12 / 350);
    border: calc(100vw * 1 / 350) solid #fff;
    padding: calc(100vw * 25 / 350) calc(100vw * 75 / 350);
    color: #fff;
  }
  .pre-footer .container .content .text-box .box-controls .btn i svg path {
    fill: #fff;
  }
  footer {
    background: #000000;
    padding: calc(100vw * 60 / 350) 0;
  }
  footer .container .content .logo-container {
    display: block;
  }
  footer .container .content .logo-container .logo {
    width: 100%;
  }
  footer .container .content .logo-container .logo .thumb {
    width: calc(100vw * 86 / 350);
    margin-bottom: calc(100vw * 40 / 350);
    margin: 0 auto;
  }
  footer .container .content .logo-container .logo p {
    font-size: calc(100vw * 15 / 350);
    font-weight: 400;
    line-height: calc(100vw * 27 / 350);
    color: #fff;
    text-align: center;
    margin-bottom: calc(100vw * 20 / 350);
  }
  footer .container .content .logo-container .logo .box-controls {
    display: block;
    gap: calc(100vw * 20 / 350);
    margin-top: calc(100vw * 20 / 350);
    text-align: center;
  }
  footer .container .content .logo-container .logo .box-controls .btn {
    border-radius: calc(100vw * 44 / 350);
    border: calc(100vw * 1 / 350) solid #fff;
    padding: calc(100vw * 15 / 350) calc(100vw * 40 / 350);
    color: #fff;
    margin-bottom: calc(100vw * 20 / 350);
  }
  footer .container .content .logo-container .logo .box-controls .btn i {
    width: calc(100vw * 16 / 350);
    height: calc(100vw * 22 / 350);
  }
  footer .container .content .logo-container .logo .box-controls .btn i svg path {
    fill: #fff;
  }
  footer .container .content .logo-container .form-newsletter {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  footer .container .content .logo-container .form-newsletter h2 {
    color: #fff;
    font-size: calc(100vw * 30 / 350);
    line-height: calc(100vw * 30 / 350);
    font-weight: 500;
    width: 100%;
    text-align: center;
  }
  footer .container .content .logo-container .form-newsletter p {
    width: 100%;
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
    margin: calc(100vw * 20 / 350) 0;
    text-align: center;
  }
  footer .container .content .logo-container .form-newsletter .form {
    width: 100%;
  }
  footer .container .content .logo-container .form-newsletter .form form .form-group input {
    width: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: 1em;
    font-weight: 400;
    padding: calc(100vw * 26 / 350) calc(100vw * 24 / 350);
    border-radius: calc(100vw * 16 / 350);
  }
  footer .container .content .logo-container .form-newsletter .form form .form-group input::-moz-placeholder {
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: 1em;
    font-weight: 400;
  }
  footer .container .content .logo-container .form-newsletter .form form .form-group input::placeholder {
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: 1em;
    font-weight: 400;
  }
  footer .container .content .logo-container .form-newsletter .form form .box-controls {
    text-align: center;
  }
  footer .container .content .logo-container .form-newsletter .form form .box-controls .btn {
    border-radius: calc(100vw * 16 / 350);
    border: calc(100vw * 1 / 350) solid #405FF2;
    padding: calc(100vw * 21 / 350) calc(100vw * 75 / 350);
    color: #fff;
    background: #F24040;
    width: 100%;
  }
  footer .container .content .logo-container .form-newsletter .form form .box-controls .btn i svg path {
    fill: #fff;
  }
  footer .container .content .map {
    margin-top: calc(100vw * 88 / 350);
  }
  footer .container .content .map h2 {
    color: #fff;
    font-weight: 500;
    font-size: calc(100vw * 30 / 350);
    line-height: calc(100vw * 30 / 350);
    margin-bottom: calc(100vw * 22 / 350);
    text-align: center;
  }
  footer .container .content .map #map .thumb {
    width: 100%;
    height: calc(100vw * 385 / 350);
  }
  footer .container .content .map #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  footer .container .content .menu-footer {
    border-top: calc(100vw * 1 / 350) solid #050B20;
    border-bottom: calc(100vw * 1 / 350) solid #050B20;
    display: block;
    gap: calc(100vw * 30 / 350);
    padding: calc(100vw * 20 / 350) 0;
    margin: calc(100vw * 20 / 350) 0;
  }
  footer .container .content .menu-footer .box {
    flex: 1;
  }
  footer .container .content .menu-footer .list-item {
    display: none;
  }
  footer .container .content .menu-footer .list-item h2 {
    color: #ffffff;
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 24 / 350);
    margin-bottom: calc(100vw * 30 / 350);
    font-weight: 400;
    text-align: center;
  }
  footer .container .content .menu-footer .list-item .item {
    display: flex;
  }
  footer .container .content .menu-footer .list-item .item ul {
    margin: 0;
    padding: 0;
    flex: 1;
  }
  footer .container .content .menu-footer .list-item .item ul li {
    margin-bottom: calc(100vw * 30 / 350);
  }
  footer .container .content .menu-footer .list-item .item ul li a {
    color: #ffffff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  footer .container .content .menu-footer .list-item:last-child {
    display: block;
  }
  footer .container .content .menu-footer .list-item:last-child ul {
    display: flex;
  }
  footer .container .content .menu-footer .list-item:last-child ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .container .content .menu-footer .list-item:last-child ul li a {
    width: calc(100vw * 20 / 350);
    height: calc(100vw * 20 / 350);
  }
  footer .container .content .menu-footer .list-item:last-child ul li a svg {
    width: 100%;
    height: 100%;
  }
  footer .container .content .copyright p {
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
    text-align: center;
  }
}
.home-page {
  padding-top: calc(100vw * 104 / 1920);
}
.home-page .hero {
  position: relative;
  height: calc(100vw * 500 / 1920);
  overflow: hidden;
}
.home-page .hero:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-page .hero .video-background {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.home-page .hero .video-background iframe {
  width: 100%;
  height: 56.25vw; /* 16:9 → 9/16 = 0.5625 */
}
.home-page .hero .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-page .hero .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-page .hero .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.home-page .hero .container .content {
  display: flex;
  height: 100%;
  align-items: center;
}
.home-page .hero .container .content .text-box {
  width: calc(100vw * 950 / 1920);
}
.home-page .hero .container .content .text-box h3 {
  font-size: calc(100vw * 22 / 1920);
  color: #fff;
}
.home-page .hero .container .content .text-box h1 {
  font-size: calc(100vw * 70 / 1920);
  line-height: 1em;
  color: #fff;
  margin-bottom: calc(100vw * 30 / 1920);
}
.home-page .hero .container .content .text-box .filter-box form {
  background: #fff;
  border-radius: calc(100vw * 16 / 1920);
}
.home-page .hero .container .content .text-box .filter-box form .content-form-filter {
  padding: calc(100vw * 10 / 1920);
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.home-page .hero .container .content .text-box .filter-box form .content-form-filter .form-group {
  border-right: 1px solid #E9E9E9;
  padding-right: calc(100vw * 10 / 1920);
  flex: 1;
}
.home-page .hero .container .content .text-box .filter-box form .content-form-filter .form-group select {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 28 / 1920);
}
.home-page .hero .container .content .text-box .filter-box form .content-form-filter .form-group select option {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 28 / 1920);
}
.home-page .hero .container .content .text-box .filter-box form .content-form-filter .action {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.home-page .hero .container .content .text-box .filter-box form .content-form-filter .action .box-controls .btn {
  background: #D30000;
  color: #ffffff;
  border-radius: calc(100vw * 16 / 1920);
  font-size: calc(100vw * 15 / 1920);
  padding: calc(100vw * 17 / 1920) calc(100vw * 72 / 1920);
  cursor: pointer;
}
.home-page .hero .container .content .text-box .filter-box form .content-form-filter .action .box-controls .btn i svg path {
  fill: #fff;
}
.home-page .last-product {
  padding: calc(100vw * 107 / 1920) 0;
  background: #F9FBFC;
}
.home-page .categories {
  padding: calc(100vw * 107 / 1920) 0;
}
.home-page .categories .container .content .head-box {
  margin-bottom: calc(100vw * 40 / 1920);
}
.home-page .categories .container .content .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.home-page .categories .container .content .head-box h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: 1em;
  font-weight: 700;
}
.home-page .categories .container .content .categories-list {
  margin-top: calc(100vw * 20 / 1920);
}
.home-page .categories .container .content .categories-list .grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 19.76 / 1920);
}
.home-page .categories .container .content .categories-list .grid .cat {
  width: calc(100vw * 138 / 1920);
  border: 1px solid #E9E9E9;
  border-radius: calc(100vw * 16 / 1920);
}
.home-page .categories .container .content .categories-list .grid .cat .box {
  padding: calc(100vw * 25 / 1920) 0;
}
.home-page .categories .container .content .categories-list .grid .cat .box .icon {
  width: calc(100vw * 34 / 1920);
  height: calc(100vw * 34 / 1920);
  margin: 0 auto;
}
.home-page .categories .container .content .categories-list .grid .cat .box .text {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 21 / 1920);
  text-align: center;
  margin-top: calc(100vw * 10 / 1920);
}
.home-page .why-choose {
  padding: calc(100vw * 107 / 1920) 0;
  background: #F9FBFC;
}
.home-page .why-choose .container .content .card {
  flex: 1;
  width: calc(100vw * 311 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  background: red;
}
.home-page .why-choose .container .content .card .box {
  padding: calc(100vw * 15 / 1920);
}
.home-page .why-choose .container .content .card .box .icon {
  width: calc(100vw * 60 / 1920);
  height: calc(100vw * 60 / 1920);
}
.home-page .why-choose .container .content .card .box h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin: calc(100vw * 20 / 1920) 0 calc(100vw * 24 / 1920);
}
.home-page .why-choose .container .content .card .box p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.home-page .featured {
  padding: calc(100vw * 107 / 1920) 0;
}
.home-page .google-comment {
  padding: calc(100vw * 107 / 1920) 0;
  background: #00B67A;
}
.home-page .google-comment .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.home-page .google-comment .head-box .item h2 {
  color: #ffffff;
}
.home-page .google-comment .head-box .item p {
  color: #ffffff;
}
.home-page .google-comment .google-comment-slider .comment {
  background: #ffffff;
  border-radius: calc(100vw * 16 / 1920);
  width: calc(100vw * 328 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment {
  padding: calc(100vw * 23 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment .stars {
  display: flex;
  gap: calc(100vw * 1 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
  background: #00B67A;
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .google-comment .google-comment-slider .comment .content-comment p {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment p.text {
  margin: calc(100vw * 24 / 1920) 0;
}
.home-page .team {
  padding: calc(100vw * 107 / 1920) 0;
  display: none;
}
.home-page .team .container .content .team-grid .grid {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  flex-wrap: wrap;
}
.home-page .team .container .content .team-grid .grid .card {
  width: calc(100vw * 327 / 1920);
}
.home-page .team .container .content .team-grid .grid .card .thumb {
  height: calc(100vw * 398 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.home-page .team .container .content .team-grid .grid .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-page .team .container .content .team-grid .grid .card h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  font-weight: 500;
}
.home-page .team .container .content .team-grid .grid .card h3 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
  font-weight: 400;
}
.home-page .partners {
  padding: calc(100vw * 107 / 1920) 0;
}
.home-page .partners .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.home-page .partners .grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 19.76 / 1920);
}
.home-page .partners .grid .cat {
  width: calc(100vw * 209 / 1920);
  border: 1px solid #E9E9E9;
  border-radius: calc(100vw * 16 / 1920);
}
.home-page .partners .grid .cat .box {
  padding: calc(100vw * 25 / 1920) 0;
}
.home-page .partners .grid .cat .box .icon {
  width: calc(100vw * 100 / 1920);
  height: calc(100vw * 100 / 1920);
  margin: 0 auto;
}
.home-page .partners .grid .cat .box .text {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 21 / 1920);
  text-align: center;
  margin-top: calc(100vw * 10 / 1920);
}

@media screen and (max-width: 767px) {
  .home-page {
    padding-top: calc(100vw * 67 / 350);
  }
  .home-page .hero {
    position: relative;
    height: calc(100vw * 300 / 350);
  }
  .home-page .hero .video-background {
    transform: none;
  }
  .home-page .hero .video-background iframe {
    width: 294%;
    height: 176.25vw;
  }
  .home-page .hero .thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-page .hero .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .home-page .hero .container {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .home-page .hero .container .content {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .home-page .hero .container .content .text-box {
    width: calc(100vw * 318 / 350);
    margin: 0 auto;
  }
  .home-page .hero .container .content .text-box h3 {
    font-size: calc(100vw * 14 / 350);
    color: #fff;
    text-align: center;
  }
  .home-page .hero .container .content .text-box h1 {
    font-size: calc(100vw * 25 / 350);
    line-height: 1em;
    color: #fff;
    text-align: center;
    padding: calc(100vw * 5 / 350) 0;
  }
  .home-page .hero .container .content .text-box .filter-box {
    width: calc(100vw * 262 / 350);
    margin: 0 auto;
  }
  .home-page .hero .container .content .text-box .filter-box form {
    background: #fff;
    border-radius: calc(100vw * 16 / 350);
    padding: calc(100vw * 10 / 350);
  }
  .home-page .hero .container .content .text-box .filter-box form .content-form-filter {
    padding: calc(100vw * 0 / 350);
    display: block;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .home-page .hero .container .content .text-box .filter-box form .content-form-filter .form-group {
    border: none;
    padding-right: calc(100vw * 10 / 350);
    flex: 1;
    margin-bottom: calc(100vw * 10 / 350);
  }
  .home-page .hero .container .content .text-box .filter-box form .content-form-filter .form-group select {
    border: none;
    font-size: calc(100vw * 10 / 350);
    line-height: calc(100vw * 12 / 350);
    border: 1px solid #EAEAEA;
    width: 100%;
    border-radius: calc(100vw * 10 / 350);
    padding: calc(100vw * 7 / 350);
  }
  .home-page .hero .container .content .text-box .filter-box form .content-form-filter .form-group select option {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 28 / 350);
  }
  .home-page .hero .container .content .text-box .filter-box form .content-form-filter .action {
    display: flex;
    justify-content: center;
    flex: 1;
  }
  .home-page .hero .container .content .text-box .filter-box form .content-form-filter .action .box-controls .btn {
    background: #D30000;
    color: #ffffff;
    border-radius: calc(100vw * 16 / 350);
    font-size: calc(100vw * 12 / 350);
    padding: calc(100vw * 10 / 350) calc(100vw * 72 / 350);
    cursor: pointer;
  }
  .home-page .hero .container .content .text-box .filter-box form .content-form-filter .action .box-controls .btn i svg path {
    fill: #fff;
  }
  .home-page .categories {
    padding: calc(100vw * 60 / 350) 0;
  }
  .home-page .categories .container .content .head-box {
    margin-bottom: calc(100vw * 40 / 350);
  }
  .home-page .categories .container .content .head-box .item:first-child {
    display: flex;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .home-page .categories .container .content .head-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: 1em;
    font-weight: 700;
  }
  .home-page .categories .container .content .categories-list {
    margin-top: calc(100vw * 20 / 350);
  }
  .home-page .categories .container .content .categories-list .grid {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 19 / 350.76);
  }
  .home-page .categories .container .content .categories-list .grid .cat {
    width: calc(100vw * 104 / 350);
    border: 1px solid #E9E9E9;
    border-radius: calc(100vw * 16 / 350);
  }
  .home-page .categories .container .content .categories-list .grid .cat .box {
    padding: calc(100vw * 25 / 350) 0;
  }
  .home-page .categories .container .content .categories-list .grid .cat .box .icon {
    width: calc(100vw * 25 / 350);
    height: calc(100vw * 25 / 350);
    margin: 0 auto;
  }
  .home-page .categories .container .content .categories-list .grid .cat .box .text {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 16 / 350);
    text-align: center;
    margin-top: calc(100vw * 10 / 350);
  }
  .home-page .last-product {
    padding: calc(100vw * 60 / 350) 0;
    background: #F9FBFC;
  }
  .home-page .why-choose {
    padding: calc(100vw * 60 / 350) 0;
  }
  .home-page .why-choose .container .content .head-box .item {
    display: flex;
  }
  .home-page .why-choose .container .content .head-box .item:last-child {
    display: none;
  }
  .home-page .why-choose .container .content .head-box .item .slider-button {
    align-items: baselineend;
  }
  .home-page .why-choose .container .content .head-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: 1em;
    font-weight: 700;
  }
  .home-page .why-choose .container .content .card {
    flex: 1;
    width: 100%;
    border-radius: calc(100vw * 20 / 350);
    background: red;
  }
  .home-page .why-choose .container .content .card .box {
    padding: calc(100vw * 15 / 350);
  }
  .home-page .why-choose .container .content .card .box .icon {
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
  }
  .home-page .why-choose .container .content .card .box h2 {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 24 / 350);
    margin: calc(100vw * 24 / 350) 0 calc(100vw * 14 / 350);
  }
  .home-page .why-choose .container .content .card .box p {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 27 / 350);
  }
  .home-page .featured {
    padding: calc(100vw * 60 / 350) 0;
  }
  .home-page .google-comment {
    padding: calc(100vw * 60 / 350) 0;
    background: #00B67A;
  }
  .home-page .google-comment .head-box {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .home-page .google-comment .head-box .item:first-child {
    display: block;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .home-page .google-comment .head-box .item h2 {
    color: #ffffff;
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 30 / 350);
  }
  .home-page .google-comment .head-box .item p {
    color: #ffffff;
    margin: calc(100vw * 20 / 350) 0;
  }
  .home-page .google-comment .head-box .slider-button {
    justify-content: flex-end;
  }
  .home-page .google-comment .google-comment-slider .comment {
    background: #ffffff;
    border-radius: calc(100vw * 16 / 350);
    width: calc(100vw * 328 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment {
    padding: calc(100vw * 23 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment .stars {
    display: flex;
    gap: calc(100vw * 1 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
    background: #00B67A;
    width: calc(100vw * 20 / 350);
    height: calc(100vw * 20 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment p {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 25 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment p.text {
    margin: calc(100vw * 24 / 350) 0;
  }
  .home-page .team {
    padding: calc(100vw * 60 / 350) 0 14.2857142857vw 0;
  }
  .home-page .team .container .content .team-grid .grid {
    display: flex;
    gap: calc(100vw * 30 / 350);
    flex-wrap: wrap;
  }
  .home-page .team .container .content .team-grid .grid .card {
    width: 100%;
    flex: 1;
  }
  .home-page .team .container .content .team-grid .grid .card .thumb {
    height: calc(100vw * 155 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .home-page .team .container .content .team-grid .grid .card .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .home-page .team .container .content .team-grid .grid .card h2 {
    font-size: calc(100vw * 18 / 350);
    line-height: calc(100vw * 24 / 350);
    font-weight: 500;
  }
  .home-page .team .container .content .team-grid .grid .card h3 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 25 / 350);
    font-weight: 400;
  }
  .home-page .partners {
    padding: 0 0 calc(100vw * 50 / 350);
  }
  .home-page .partners .head-box .item:first-child {
    display: flex;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .home-page .partners .head-box .item:last-child {
    display: none;
  }
  .home-page .partners .grid {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 19 / 350);
  }
  .home-page .partners .grid .cat {
    width: calc(100vw * 209 / 350);
    border: 1px solid #E9E9E9;
    border-radius: calc(100vw * 16 / 350);
  }
  .home-page .partners .grid .cat .box {
    padding: calc(100vw * 15 / 350) 0;
  }
  .home-page .partners .grid .cat .box .icon {
    width: calc(100vw * 50 / 350);
    height: calc(100vw * 50 / 350);
    margin: 0 auto;
  }
  .home-page .partners .grid .cat .box .text {
    font-size: calc(100vw * 9 / 350);
    line-height: calc(100vw * 21 / 350);
    text-align: center;
    margin-top: calc(100vw * 10 / 350);
  }
}
.about-page {
  padding-top: calc(100vw * 104 / 1920);
}
.about-page h1 {
  font-size: calc(100vw * 40 / 1920);
}
.about-page .hero-content {
  margin-top: calc(100vw * 93 / 1920);
}
.about-page .hero-content .container .content .text-content {
  display: flex;
}
.about-page .hero-content .container .content .text-content .box {
  flex: 1;
}
.about-page .hero-content .container .content .text-content .box h2 {
  width: calc(100vw * 550 / 1920);
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 54 / 1920);
}
.about-page .hero-content .container .content .text-content .box p {
  width: calc(100vw * 672 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.about-page .hero-imgs {
  margin-top: calc(100vw * 149 / 1920) 0;
  padding: calc(100vw * 107 / 1920) 0;
}
.about-page .hero-imgs .container .content .imgs-content {
  display: flex;
  gap: calc(100vw * 30 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box {
  width: calc(100vw * 567 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child {
  width: calc(100vw * 198 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text {
  background: #D30000;
  height: calc(100vw * 308 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box {
  padding: calc(100vw * 40 / 1920) calc(100vw * 11 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box span {
  font-size: calc(100vw * 52 / 1920);
  line-height: calc(100vw * 52 / 1920);
  color: #ffffff;
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box p {
  color: #ffffff;
  font-size: calc(100vw * 32 / 1920);
  line-height: calc(100vw * 44 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb {
  height: calc(100vw * 198 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb {
  height: calc(100vw * 540 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-head {
  margin-bottom: calc(100vw * 30 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb {
  height: calc(100vw * 300 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-foot {
  display: flex;
  gap: calc(100vw * 30 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb {
  height: calc(100vw * 210 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .why-choose {
  padding: calc(100vw * 107 / 1920) 0;
}
.about-page .why-choose .container .content .card {
  flex: 1;
  width: calc(100vw * 311 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  background: red;
}
.about-page .why-choose .container .content .card .box {
  padding: calc(100vw * 15 / 1920);
}
.about-page .why-choose .container .content .card .box .icon {
  width: calc(100vw * 60 / 1920);
  height: calc(100vw * 60 / 1920);
}
.about-page .why-choose .container .content .card .box h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin: calc(100vw * 20 / 1920) 0 calc(100vw * 24 / 1920);
}
.about-page .why-choose .container .content .card .box p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.about-page .video .container .content #player {
  border-radius: calc(100vw * 16 / 1920);
  height: calc(100vw * 700 / 1920);
  --plyr-color-main: #D30000;
}
.about-page .team {
  padding: calc(100vw * 107 / 1920) 0;
  display: none;
}
.about-page .team .container .content .team-grid .grid {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  flex-wrap: wrap;
}
.about-page .team .container .content .team-grid .grid .card {
  width: calc(100vw * 327 / 1920);
}
.about-page .team .container .content .team-grid .grid .card .thumb {
  height: calc(100vw * 398 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .team .container .content .team-grid .grid .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .team .container .content .team-grid .grid .card h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  font-weight: 500;
}
.about-page .team .container .content .team-grid .grid .card h3 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
  font-weight: 400;
}
.about-page .google-comment {
  padding: calc(100vw * 107 / 1920) 0;
  background: #00B67A;
}
.about-page .google-comment .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.about-page .google-comment .head-box .item h2 {
  color: #ffffff;
}
.about-page .google-comment .head-box .item p {
  color: #ffffff;
}
.about-page .google-comment .google-comment-slider .comment {
  background: #ffffff;
  border-radius: calc(100vw * 16 / 1920);
  width: calc(100vw * 328 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment {
  padding: calc(100vw * 23 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment .stars {
  display: flex;
  gap: calc(100vw * 1 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
  background: #00B67A;
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .google-comment .google-comment-slider .comment .content-comment p {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment p.text {
  margin: calc(100vw * 24 / 1920) 0;
}
.about-page .faq {
  padding: calc(100vw * 107 / 1920) 0;
}
.about-page .faq .container .content h2 {
  text-align: center;
  color: #050B20;
  font-size: calc(100vw * 25 / 1920);
  line-height: calc(100vw * 30 / 1920);
}
.about-page .faq .container .content .accordion {
  width: calc(100vw * 895 / 1920);
  border-radius: 5px;
  margin: calc(100vw * 50 / 1920) auto 0;
}
.about-page .faq .container .content .accordion-header {
  padding: calc(100vw * 20 / 1920) calc(100vw * 40 / 1920) calc(100vw * 10 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 20 / 1920);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #050B20;
}
.about-page .faq .container .content .accordion-header.active {
  background: #F9FBFC;
}
.about-page .faq .container .content .accordion-icon {
  font-weight: bold;
  font-size: 18px;
}
.about-page .faq .container .content .accordion-content {
  display: none;
  padding: 10px;
  background: #F9FBFC;
  padding: calc(100vw * 10 / 1920) calc(100vw * 40 / 1920) calc(100vw * 40 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  color: #050B20;
}

@media screen and (max-width: 767px) {
  .about-page {
    padding-top: calc(100vw * 104 / 350);
  }
  .about-page h1 {
    font-size: calc(100vw * 25 / 350);
  }
  .about-page .hero-content {
    margin-top: calc(100vw * 50 / 350);
  }
  .about-page .hero-content .container .content .text-content {
    display: block;
  }
  .about-page .hero-content .container .content .text-content .box {
    flex: 1;
  }
  .about-page .hero-content .container .content .text-content .box h2 {
    width: 100%;
    font-size: calc(100vw * 25 / 350);
    line-height: calc(100vw * 30 / 350);
    margin: calc(100vw * 20 / 350) 0;
  }
  .about-page .hero-content .container .content .text-content .box p {
    width: 100%;
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 24 / 350);
  }
  .about-page .hero-imgs {
    margin-top: calc(100vw * 149 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content {
    display: block;
    gap: calc(100vw * 30 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box {
    width: 100%;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child {
    width: 100%;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text {
    background: #D30000;
    height: calc(100vw * 308 / 350);
    border-radius: calc(100vw * 16 / 350);
    margin-bottom: calc(100vw * 35 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box {
    padding: calc(100vw * 40 / 350) calc(100vw * 11 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box span {
    font-size: calc(100vw * 52 / 350);
    line-height: calc(100vw * 52 / 350);
    color: #ffffff;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box p {
    color: #ffffff;
    font-size: calc(100vw * 32 / 350);
    line-height: calc(100vw * 44 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb {
    height: calc(100vw * 198 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb {
    height: calc(100vw * 540 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
    margin-bottom: calc(100vw * 35 / 350);
    margin-top: calc(100vw * 35 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-head {
    margin-bottom: calc(100vw * 35 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb {
    height: calc(100vw * 300 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-foot {
    display: block;
    gap: calc(100vw * 30 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb {
    height: calc(100vw * 210 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
    margin-bottom: calc(100vw * 35 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .why-choose {
    padding: calc(100vw * 107 / 350) 0;
  }
  .about-page .why-choose .container .content .head-box .item {
    display: flex;
  }
  .about-page .why-choose .container .content .head-box .item:last-child {
    display: none;
  }
  .about-page .why-choose .container .content .head-box .item .slider-button {
    align-items: baselineend;
  }
  .about-page .why-choose .container .content .card {
    flex: 1;
    width: 100%;
    border-radius: calc(100vw * 20 / 350);
    background: red;
  }
  .about-page .why-choose .container .content .card .box {
    padding: calc(100vw * 15 / 350);
  }
  .about-page .why-choose .container .content .card .box .icon {
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
  }
  .about-page .why-choose .container .content .card .box h2 {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 24 / 350);
    margin: calc(100vw * 24 / 350) 0 calc(100vw * 14 / 350);
  }
  .about-page .why-choose .container .content .card .box p {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 27 / 350);
  }
  .about-page .video .container .content #player {
    border-radius: calc(100vw * 16 / 350);
    height: calc(100vw * 200 / 350);
    --plyr-color-main: #D30000;
  }
  .about-page .team {
    padding: calc(100vw * 107 / 350) 0 14.2857142857vw 0;
  }
  .about-page .team .container .content .team-grid .grid {
    display: flex;
    gap: calc(100vw * 30 / 350);
    flex-wrap: wrap;
  }
  .about-page .team .container .content .team-grid .grid .card {
    width: 100%;
    flex: 1;
  }
  .about-page .team .container .content .team-grid .grid .card .thumb {
    height: calc(100vw * 155 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .about-page .team .container .content .team-grid .grid .card .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .team .container .content .team-grid .grid .card h2 {
    font-size: calc(100vw * 18 / 350);
    line-height: calc(100vw * 24 / 350);
    font-weight: 500;
  }
  .about-page .team .container .content .team-grid .grid .card h3 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 25 / 350);
    font-weight: 400;
  }
  .about-page .google-comment {
    padding: calc(100vw * 107 / 350) 0;
    background: #00B67A;
  }
  .about-page .google-comment .head-box {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .about-page .google-comment .head-box .item:first-child {
    display: block;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .about-page .google-comment .head-box .item h2 {
    color: #ffffff;
    font-size: calc(100vw * 25 / 350);
    line-height: calc(100vw * 30 / 350);
  }
  .about-page .google-comment .head-box .item p {
    color: #ffffff;
    margin: calc(100vw * 20 / 350) 0;
  }
  .about-page .google-comment .head-box .slider-button {
    justify-content: flex-end;
  }
  .about-page .google-comment .google-comment-slider .comment {
    background: #ffffff;
    border-radius: calc(100vw * 16 / 350);
    width: calc(100vw * 328 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment {
    padding: calc(100vw * 23 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment .stars {
    display: flex;
    gap: calc(100vw * 1 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
    background: #00B67A;
    width: calc(100vw * 20 / 350);
    height: calc(100vw * 20 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment p {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 25 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment p.text {
    margin: calc(100vw * 24 / 350) 0;
  }
  .about-page .faq {
    padding: calc(100vw * 107 / 350) 0;
  }
  .about-page .faq .container .content h2 {
    text-align: center;
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
  }
  .about-page .faq .container .content .accordion {
    width: 100%;
    border-radius: 5px;
    margin: calc(100vw * 50 / 350) auto 0;
  }
  .about-page .faq .container .content .accordion-header {
    padding: calc(100vw * 20 / 350) calc(100vw * 40 / 350) calc(100vw * 10 / 350);
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #050B20;
  }
  .about-page .faq .container .content .accordion-header.active {
    background: #F9FBFC;
  }
  .about-page .faq .container .content .accordion-icon {
    font-weight: bold;
    font-size: 18px;
  }
  .about-page .faq .container .content .accordion-content {
    display: none;
    padding: 10px;
    background: #F9FBFC;
    padding: calc(100vw * 10 / 350) calc(100vw * 40 / 350) calc(100vw * 40 / 350);
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    color: #050B20;
  }
}
.contact-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.contact-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
}
.contact-page .container .content .content-box {
  display: flex;
  gap: calc(100vw * 127 / 1920);
}
.contact-page .container .content .content-box .form-content {
  width: calc(100vw * 722 / 1920);
}
.contact-page .container .content .content-box .form-content h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.contact-page .container .content .content-box .form-content p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  margin-bottom: calc(100vw * 45 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group {
  width: calc(100vw * 344 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
  border-radius: calc(100vw * 12 / 1920);
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 5 / 1920) calc(100vw * 15 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  box-sizing: border-box;
  width: 100%;
}
.contact-page .container .content .content-box .form-content .form form .form-group .content-group {
  border-radius: calc(100vw * 12 / 1920);
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 5 / 1920) calc(100vw * 15 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .form-group .content-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  width: 100%;
  height: calc(100vw * 218 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .box-controls {
  margin-top: calc(100vw * 30 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .box-controls .btn {
  background: #F24040;
  border-radius: calc(100vw * 16 / 1920);
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  text-transform: uppercase;
  border: none;
  padding: calc(100vw * 15 / 1920) calc(100vw * 50 / 1920);
}
.contact-page .container .content .content-box .data-content {
  width: calc(100vw * 550 / 1920);
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
}
.contact-page .container .content .content-box .data-content .content-box {
  display: block;
  padding: calc(100vw * 42 / 1920);
}
.contact-page .container .content .content-box .data-content .content-box h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.contact-page .container .content .content-box .data-content .content-box .box {
  display: flex;
  gap: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.contact-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.contact-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.contact-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 600 / 1920);
}
.contact-page .map .container #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .contact-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .contact-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
  }
  .contact-page .container .content .content-box {
    display: block;
    gap: calc(100vw * 127 / 350);
  }
  .contact-page .container .content .content-box .form-content {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content h2 {
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .container .content .content-box .form-content p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    margin-bottom: calc(100vw * 45 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups {
    display: block;
    flex-wrap: wrap;
    gap: calc(100vw * 30 / 350);
    margin-bottom: 0;
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    width: 100%;
    height: calc(100vw * 218 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .box-controls {
    margin-top: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .box-controls .btn {
    background: #F24040;
    border-radius: calc(100vw * 16 / 350);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    text-transform: uppercase;
    border: none;
    padding: calc(100vw * 15 / 350) calc(100vw * 50 / 350);
  }
  .contact-page .container .content .content-box .data-content {
    width: 100%;
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box {
    display: block;
    padding: calc(100vw * 42 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box .box {
    display: flex;
    gap: calc(100vw * 15 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .map {
    margin: calc(100vw * 55 / 350) 0 calc(100vw * 75 / 350);
  }
  .contact-page .map .container {
    max-width: auto;
  }
  .contact-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .contact-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.product-main {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.product-main .container .content .content-loop {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  margin-top: calc(100vw * 54 / 1920);
}
.product-main .container .content .content-loop .aside {
  width: calc(100vw * 328 / 1920);
}
.product-main .container .content .content-loop .aside aside {
  border-radius: calc(100vw * 16 / 1920);
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  padding: calc(100vw * 19 / 1920);
  position: sticky;
  top: calc(100vw * 100 / 1920);
}
.product-main .container .content .content-loop .aside aside form .accordion {
  width: 100%;
  border-radius: calc(100vw * 5 / 1920);
}
.product-main .container .content .content-loop .aside aside form .accordion-header {
  padding: calc(100vw * 20 / 1920) calc(100vw * 40 / 1920) calc(100vw * 10 / 1920);
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #050B20;
}
.product-main .container .content .content-loop .aside aside form .accordion-header.active {
  background: #F9FBFC;
}
.product-main .container .content .content-loop .aside aside form .accordion-header .result-select {
  font-size: calc(100vw * 15 / 1920);
  color: #D30000;
  font-weight: bold;
}
.product-main .container .content .content-loop .aside aside form .accordion-icon {
  font-weight: bold;
  font-size: calc(100vw * 18 / 1920);
}
.product-main .container .content .content-loop .aside aside form .accordion-content {
  display: none;
  padding: calc(100vw * 10 / 1920);
  background: #F9FBFC;
  padding: calc(100vw * 10 / 1920) calc(100vw * 40 / 1920) calc(100vw * 40 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  color: #050B20;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills {
  display: flex;
  align-items: flex-start;
  gap: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 36 / 1920);
  flex-wrap: wrap;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox {
  padding: 0 calc(100vw * 16 / 1920);
  padding-top: calc(100vw * 2 / 1920);
  display: inline-block;
  border: solid calc(100vw * 1 / 1920) #000000;
  color: #000000;
  font-weight: 500;
  border-radius: calc(100vw * 100 / 1920);
  font-size: calc(100vw * 12 / 1920);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: calc(100vw * 38 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 150ms, background-color 150ms;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:hover, .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:active {
  border-color: #D30000;
  color: #D30000;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox input {
  display: none;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:has(input:checked) {
  color: #D30000;
  border-color: #D30000;
  background-color: #f2f4f7;
}
.product-main .container .content .content-loop .aside aside form .box-controls {
  text-align: center;
  margin-top: calc(100vw * 20 / 1920);
}
.product-main .container .content .content-loop .aside aside form .box-controls .btn {
  font-size: calc(100vw * 20 / 1920);
}
.product-main .container .content .content-loop .results {
  width: calc(100vw * 1043 / 1920);
}
.product-main .container .content .content-loop .results .header-grid {
  display: flex;
  margin-bottom: calc(100vw * 30 / 1920);
}
.product-main .container .content .content-loop .results .header-grid h4 {
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.product-main .container .content .content-loop .results .header-grid .form-price select {
  border-radius: calc(100vw * 10 / 1920);
  border: 1px solid #F4F4F4;
  font-size: calc(100vw * 15 / 1920);
  color: #050B20;
  padding: calc(100vw * 5 / 1920) calc(100vw * 10 / 1920);
}
.product-main .container .content .content-loop .results .pagination {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  margin: 0 auto;
}
.product-main .container .content .content-loop .results .pagination .current {
  color: #fff;
  background: #000;
  display: flex;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 40 / 1920);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.product-main .container .content .content-loop .results .pagination a {
  display: flex;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 40 / 1920);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.product-main .container .content .content-loop .results .pagination a:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 767px) {
  .product-main {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 87 / 350);
  }
  .product-main .container .content .content-loop {
    display: block;
    gap: calc(100vw * 30 / 350);
    margin-top: calc(100vw * 30 / 350);
  }
  .product-main .container .content .content-loop .aside {
    width: 100%;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .product-main .container .content .content-loop .aside aside {
    border-radius: calc(100vw * 16 / 350);
    border: calc(100vw * 1 / 350) solid #E9E9E9;
    padding: calc(100vw * 19 / 350);
    position: sticky;
    top: calc(100vw * 100 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion {
    width: 100%;
    border-radius: calc(100vw * 5 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main,
  .product-main .container .content .content-loop .aside aside form .accordion-header {
    padding: calc(100vw * 20 / 350) calc(100vw * 20 / 350) calc(100vw * 10 / 350);
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #050B20;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main.active,
  .product-main .container .content .content-loop .aside aside form .accordion-header.active {
    background: #F9FBFC;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main .result-select,
  .product-main .container .content .content-loop .aside aside form .accordion-header .result-select {
    font-size: calc(100vw * 15 / 350);
    color: #D30000;
    font-weight: bold;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main {
    padding: 0;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main.active {
    background: none;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-icon {
    font-weight: bold;
    font-size: calc(100vw * 18 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main,
  .product-main .container .content .content-loop .aside aside form .accordion-content {
    display: none;
    padding: calc(100vw * 10 / 350);
    background: #F9FBFC;
    padding: calc(100vw * 10 / 350) calc(100vw * 10 / 350) calc(100vw * 40 / 350);
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    color: #050B20;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills {
    display: flex;
    align-items: flex-start;
    gap: calc(100vw * 10 / 350);
    margin-bottom: calc(100vw * 36 / 350);
    flex-wrap: wrap;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox {
    padding: 0 calc(100vw * 16 / 350);
    padding-top: calc(100vw * 2 / 350);
    display: inline-block;
    border: solid calc(100vw * 1 / 350) #000000;
    color: #000000;
    font-weight: 500;
    border-radius: calc(100vw * 100 / 350);
    font-size: calc(100vw * 12 / 350);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    height: calc(100vw * 38 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 150ms, background-color 150ms;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox:hover, .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox:active,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:hover,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:active {
    border-color: #D30000;
    color: #D30000;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox input,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox input {
    display: none;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox:has(input:checked),
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:has(input:checked) {
    color: #D30000;
    border-color: #D30000;
    background-color: #f2f4f7;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main {
    background: none;
  }
  .product-main .container .content .content-loop .aside aside form .box-controls {
    text-align: center;
    margin-top: calc(100vw * 20 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .box-controls .btn {
    font-size: calc(100vw * 20 / 350);
  }
  .product-main .container .content .content-loop .results {
    width: 100%;
  }
  .product-main .container .content .content-loop .results .header-grid {
    display: flex;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .product-main .container .content .content-loop .results .header-grid h4 {
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .product-main .container .content .content-loop .results .header-grid .form-price select {
    border-radius: calc(100vw * 10 / 350);
    border: 1px solid #F4F4F4;
    font-size: calc(100vw * 15 / 350);
    color: #050B20;
    padding: calc(100vw * 5 / 350) calc(100vw * 10 / 350);
  }
  .product-main .container .content .content-loop .results .pagination {
    display: flex;
    gap: 0;
    margin: 0 auto;
  }
  .product-main .container .content .content-loop .results .pagination .current {
    color: #fff;
    background: #000;
    display: flex;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .product-main .container .content .content-loop .results .pagination a {
    display: flex;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .product-main .container .content .content-loop .results .pagination a:hover {
    color: #fff;
    background: #000;
  }
}
.single-content {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.single-content .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
  font-weight: 700;
  margin: calc(100vw * 30 / 1920) 0 calc(100vw * 27 / 1920);
}
.single-content .container .content .descirption-text {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.single-content .container .content .actions {
  margin: calc(100vw * 30 / 1920) 0 calc(100vw * 30 / 1920);
}
.single-content .container .content .actions .box-controls .btn {
  background: #D30000;
  border-radius: calc(100vw * 40 / 1920);
  color: #ffffff;
  border: none;
  padding: calc(100vw * 13 / 1920) calc(100vw * 16 / 1920);
}
.single-content .container .content .actions .box-controls .btn i {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
}
.single-content .container .content .actions .box-controls .btn i svg path {
  fill: #fff;
}
.single-content .container .content .content-product {
  display: flex;
  gap: calc(100vw * 70 / 1920);
}
.single-content .container .content .content-product .content-box {
  width: calc(100vw * 931 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img {
  border-radius: calc(100vw * 16 / 1920);
  height: calc(100vw * 551 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb {
  height: calc(100vw * 551 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider {
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  background: #fff;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 30 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-prev {
  left: calc(100vw * 15 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-next {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  right: calc(100vw * 15 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.swiper-button-disabled {
  opacity: 0.5;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider svg {
  width: calc(100vw * 10 / 1920);
  height: calc(100vw * 10 / 1920);
}
.single-content .container .content .content-product .content-box .details {
  padding: calc(100vw * 50 / 1920) 0;
  border-bottom: calc(100vw * 1 / 1920) solid #E1E1E1;
}
.single-content .container .content .content-product .content-box .details h2 {
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-weight: 500;
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content {
  display: flex;
  gap: calc(100vw * 164 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content {
  flex: 1;
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content {
  display: flex;
  margin-bottom: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item {
  display: flex;
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item img {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .value {
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .description {
  padding: calc(100vw * 50 / 1920) 0;
  border-bottom: calc(100vw * 1 / 1920) solid #E1E1E1;
}
.single-content .container .content .content-product .content-box .description .content-description p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .equipment {
  padding: calc(100vw * 50 / 1920) 0;
  border-bottom: calc(100vw * 1 / 1920) solid #E1E1E1;
}
.single-content .container .content .content-product .content-box .equipment h2 {
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-content .container .content .content-product .content-box .equipment .list-content {
  display: flex;
  flex-wrap: wrap;
}
.single-content .container .content .content-product .content-box .equipment .list-content .list-box {
  width: calc(100vw * 232 / 1920);
}
.single-content .container .content .content-product .content-box .equipment .list-content .list-box h3 {
  margin-bottom: calc(100vw * 22 / 1920);
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 18 / 1920);
}
.single-content .container .content .content-product .content-box .equipment .list-content .list-box .list .item-list {
  display: flex;
  align-content: center;
  gap: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .dimension {
  padding: calc(100vw * 50 / 1920) 0;
}
.single-content .container .content .content-product .content-box .dimension h2 {
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-weight: 500;
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-content .container .content .content-product .content-box .dimension .dimension-content {
  display: flex;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content {
  flex: 1;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content {
  display: flex;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .item {
  display: flex;
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .value {
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .action-box {
  width: calc(100vw * 399 / 1920);
}
.single-content .container .content .content-product .action-box .content-action {
  position: sticky;
  top: calc(100vw * 120 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box {
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box {
  padding: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box h4 {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 16 / 1920);
  font-weight: 400;
  margin-bottom: calc(100vw * 16 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .price {
  margin-bottom: calc(100vw * 60 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .price del {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .price ins {
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
  font-weight: bold;
  text-decoration: none;
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .btn {
  width: 100%;
  padding: calc(100vw * 16 / 1920);
  border-radius: calc(100vw * 16 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box {
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box {
  padding: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb {
  width: calc(100vw * 81 / 1920);
  height: calc(100vw * 81 / 1920);
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(100vw * 16 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb img {
  width: calc(100vw * 68 / 1920);
  height: calc(100vw * 68 / 1920);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
  overflow: hidden;
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box h4 {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 16 / 1920);
  font-weight: 400;
  margin-bottom: calc(100vw * 16 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn {
  width: 100%;
  padding: calc(100vw * 16 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  color: #60C961;
  border-color: #60C961;
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn i {
  width: calc(100vw * 14 / 350);
  height: calc(100vw * 14 / 350);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn i svg path {
  fill: #60C961;
}

@media screen and (max-width: 767px) {
  .single-content {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 87 / 350);
  }
  .single-content .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 25 / 350);
    line-height: calc(100vw * 35 / 350);
    font-weight: 700;
    margin: calc(100vw * 30 / 350) 0 calc(100vw * 27 / 350);
  }
  .single-content .container .content .descirption-text {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 20 / 350);
  }
  .single-content .container .content .actions {
    margin: calc(100vw * 30 / 350) 0 calc(100vw * 30 / 350);
  }
  .single-content .container .content .actions .box-controls {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 10 / 350);
  }
  .single-content .container .content .actions .box-controls .btn {
    background: #D30000;
    border-radius: calc(100vw * 40 / 350);
    color: #ffffff;
    border: none;
    font-size: calc(100vw * 12 / 350);
    padding: calc(100vw * 13 / 350) calc(100vw * 13 / 350);
    min-width: auto;
  }
  .single-content .container .content .actions .box-controls .btn i {
    width: calc(100vw * 15 / 350);
    height: calc(100vw * 15 / 350);
  }
  .single-content .container .content .actions .box-controls .btn i svg path {
    fill: #fff;
  }
  .single-content .container .content .content-product {
    display: block;
    gap: calc(100vw * 70 / 350);
  }
  .single-content .container .content .content-product .content-box {
    width: 100%;
  }
  .single-content .container .content .content-product .content-box .thumb-img {
    border-radius: calc(100vw * 16 / 350);
    height: calc(100vw * 188 / 350);
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb {
    height: calc(100vw * 188 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider {
    border: calc(100vw * 1 / 1920) solid #E9E9E9;
    background: #fff;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 30 / 350);
    border-radius: calc(100vw * 30 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-prev {
    left: calc(100vw * 15 / 350);
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-next {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
    right: calc(100vw * 15 / 350);
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.swiper-button-disabled {
    opacity: 0.5;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider svg {
    width: calc(100vw * 10 / 350);
    height: calc(100vw * 10 / 350);
  }
  .single-content .container .content .content-product .content-box .details {
    padding: calc(100vw * 50 / 350) 0;
    border-bottom: calc(100vw * 1 / 350) solid #E1E1E1;
  }
  .single-content .container .content .content-product .content-box .details h2 {
    font-size: calc(100vw * 26 / 350);
    line-height: calc(100vw * 26 / 350);
    font-weight: 500;
    margin-bottom: calc(100vw * 40 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content {
    display: block;
    gap: calc(100vw * 164 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content {
    flex: 1;
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content {
    display: flex;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item {
    display: flex;
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item img {
    width: calc(100vw * 18 / 350);
    height: calc(100vw * 18 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .value {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .description {
    padding: calc(100vw * 50 / 350) 0;
    border-bottom: calc(100vw * 1 / 350) solid #E1E1E1;
  }
  .single-content .container .content .content-product .content-box .description .content-description p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .equipment {
    padding: calc(100vw * 50 / 350) 0;
    border-bottom: calc(100vw * 1 / 350) solid #E1E1E1;
  }
  .single-content .container .content .content-product .content-box .equipment h2 {
    margin-bottom: calc(100vw * 40 / 350);
  }
  .single-content .container .content .content-product .content-box .equipment .list-content {
    display: flex;
    flex-wrap: wrap;
  }
  .single-content .container .content .content-product .content-box .equipment .list-content .list-box {
    width: calc(100vw * 232 / 350);
  }
  .single-content .container .content .content-product .content-box .equipment .list-content .list-box h3 {
    margin-bottom: calc(100vw * 22 / 350);
    font-size: calc(100vw * 18 / 350);
    line-height: calc(100vw * 18 / 350);
  }
  .single-content .container .content .content-product .content-box .equipment .list-content .list-box .list .item-list {
    display: flex;
    align-content: center;
    gap: calc(100vw * 10 / 350);
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .dimension {
    padding: calc(100vw * 50 / 350) 0;
  }
  .single-content .container .content .content-product .content-box .dimension h2 {
    font-size: calc(100vw * 26 / 350);
    line-height: calc(100vw * 26 / 350);
    font-weight: 500;
    margin-bottom: calc(100vw * 40 / 350);
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content {
    display: flex;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content {
    flex: 1;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content {
    display: flex;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .item {
    display: flex;
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .value {
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .action-box {
    width: 100%;
  }
  .single-content .container .content .content-product .action-box .content-action {
    position: sticky;
    top: calc(100vw * 120 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box {
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
    margin-bottom: calc(100vw * 20 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box {
    padding: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box h4 {
    font-size: calc(100vw * 16 / 350);
    line-height: calc(100vw * 16 / 350);
    font-weight: 400;
    margin-bottom: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .price {
    margin-bottom: calc(100vw * 60 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .price del {
    font-size: calc(100vw * 16 / 350);
    line-height: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .price ins {
    font-size: calc(100vw * 30 / 350);
    line-height: calc(100vw * 30 / 350);
    font-weight: bold;
    text-decoration: none;
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .btn {
    width: 100%;
    padding: calc(100vw * 16 / 350);
    border-radius: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .btn i {
    width: calc(100vw * 14 / 350);
    height: calc(100vw * 14 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box {
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
    margin-bottom: calc(100vw * 20 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box {
    padding: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb {
    width: calc(100vw * 81 / 350);
    height: calc(100vw * 81 / 350);
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb img {
    width: calc(100vw * 68 / 350);
    height: calc(100vw * 68 / 350);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box h4 {
    font-size: calc(100vw * 16 / 350);
    line-height: calc(100vw * 16 / 350);
    font-weight: 400;
    margin-bottom: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn {
    width: 100%;
    padding: calc(100vw * 16 / 350);
    border-radius: calc(100vw * 16 / 350);
    color: #60C961;
    border-color: #60C961;
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn i svg path {
    fill: #60C961;
  }
}
.cotizador-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.cotizador-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
}
.cotizador-page .container .content .content-box {
  display: flex;
}
.cotizador-page .container .content .content-box .form-content {
  width: 100%;
}
.cotizador-page .container .content .content-box .form-content h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.cotizador-page .container .content .content-box .form-content p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  margin-bottom: calc(100vw * 45 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group {
  width: calc(100vw * 344 / 1920);
  flex: 1;
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
  border-radius: calc(100vw * 12 / 1920);
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 5 / 1920) calc(100vw * 15 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  box-sizing: border-box;
  width: 100%;
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group select {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  box-sizing: border-box;
  width: 100%;
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group .upload-box {
  margin: calc(100vw * 20 / 1920) 0;
  padding: calc(100vw * 30 / 1920);
  border: calc(100vw * 2 / 1920) dashed #ccc;
  text-align: center;
  border-radius: calc(100vw * 8 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input[type=file] {
  margin-top: calc(100vw * 10 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .form-group .upload-box {
  margin: calc(100vw * 20 / 1920) 0;
  padding: calc(100vw * 30 / 1920);
  border: calc(100vw * 2 / 1920) dashed #ccc;
  text-align: center;
  border-radius: calc(100vw * 8 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .form-group .upload-box input[type=button] {
  border: none;
  background: #f2f4f7;
  color: #000000;
  position: relative;
  width: calc(100vw * 96 / 1920);
  height: calc(100vw * 40 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .form-group input[type=file] {
  margin-top: calc(100vw * 10 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .form-group .content-group {
  border-radius: calc(100vw * 12 / 1920);
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 5 / 1920) calc(100vw * 15 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .form-group .content-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  width: 100%;
  height: calc(100vw * 218 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .box-controls {
  margin-top: calc(100vw * 30 / 1920);
}
.cotizador-page .container .content .content-box .form-content .form form .box-controls .btn {
  background: #F24040;
  border-radius: calc(100vw * 16 / 1920);
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  text-transform: uppercase;
  border: none;
  padding: calc(100vw * 15 / 1920) calc(100vw * 50 / 1920);
}
.cotizador-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.cotizador-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.cotizador-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 310 / 1920);
}
.cotizador-page .map .container #map .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .cotizador-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .cotizador-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
  }
  .cotizador-page .container .content .content-box {
    display: flex;
  }
  .cotizador-page .container .content .content-box .form-content {
    width: 100%;
  }
  .cotizador-page .container .content .content-box .form-content h2 {
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .cotizador-page .container .content .content-box .form-content p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    margin-bottom: calc(100vw * 45 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups {
    display: block;
    flex-wrap: wrap;
    gap: calc(100vw * 30 / 350);
    margin-bottom: 0;
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group {
    width: 100%;
    flex: 1;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group select {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group .upload-box {
    margin: calc(100vw * 20 / 350) 0;
    padding: calc(100vw * 30 / 350);
    border: calc(100vw * 2 / 350) dashed #ccc;
    text-align: center;
    border-radius: calc(100vw * 8 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input[type=file] {
    margin-top: calc(100vw * 10 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .form-group .upload-box {
    margin: calc(100vw * 20 / 350) 0;
    padding: calc(100vw * 30 / 350);
    border: calc(100vw * 2 / 350) dashed #ccc;
    text-align: center;
    border-radius: calc(100vw * 8 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .form-group .upload-box input[type=button] {
    border: none;
    background: #f2f4f7;
    color: #000000;
    position: relative;
    width: calc(100vw * 96 / 350);
    height: calc(100vw * 40 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .form-group input[type=file] {
    margin-top: calc(100vw * 10 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    width: 100%;
    height: calc(100vw * 218 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .box-controls {
    margin-top: calc(100vw * 30 / 350);
  }
  .cotizador-page .container .content .content-box .form-content .form form .box-controls .btn {
    background: #F24040;
    border-radius: calc(100vw * 16 / 350);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    text-transform: uppercase;
    border: none;
    padding: calc(100vw * 15 / 350) calc(100vw * 50 / 350);
  }
  .cotizador-page .map {
    margin: calc(100vw * 55 / 350) 0 calc(100vw * 75 / 350);
  }
  .cotizador-page .map .container {
    max-width: auto;
  }
  .cotizador-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 310 / 350);
  }
  .cotizador-page .map .container #map .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}/*# sourceMappingURL=style.css.map */