@charset "UTF-8";
@import url(../font/SF-Pro-Text/stylesheet.css);
@import url(../font/montserrat/stylesheet.css);
@import url(../js/libs/aos/aos.css);
@import url(../js/libs/wow/wow.css);
@import url(../js/libs/swiper/swiper.min.css);
@import url(../js/libs/popup/magnific-popup.css);
@import url(../js/libs/lightgallery/lightgallery.css);
@import url(../font/font-awesome-4.7.0/css/font-awesome.min.css);

/*width*/
.mona-content strong,
.mona-content b {
  font-weight: bold;
}

.mona-content em,
.mona-content i {
  font-style: italic;
}

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}

.mona-content h1 {
  font-size: 1.7em;
}

.mona-content h2 {
  font-size: 1.6em;
}

.mona-content h3 {
  font-size: 1.25em;
}

.mona-content h4 {
  font-size: 1.125em;
}

.mona-content h5 {
  font-size: 1em;
}

.mona-content h6 {
  font-size: 0.85em;
}

.mona-content p {
  margin: 1em 0;
}

.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}

.mona-content ul {
  list-style-type: disc;
}

.mona-content ol {
  list-style-type: decimal;
}

.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}

.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}

.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“""”""‘""’";
}

.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.mona-content blockquote p {
  display: inline;
}

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}

.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mona-content .mona-table-wrap {
  overflow: auto;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
}

:root {
  --theme-bg-color: var(#fff);
  --theme-text-color: var(#333);
}

::selection {
  background-color: #9BCB4A;
  color: #fff;
}

html {
  overflow-x: hidden;
  font-size: 10px;
}

body {
  font-size: 14px;
  min-height: 100vh;
  background: var(--theme-bg-color);
  color: var(--theme-text-color);
  transform-origin: all 0.3s;
}

body[data-theme=dark] {
  --theme-bg-color: #333;
  --theme-text-color: #fff;
}

body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: auto;
  font-family: "Montserrat";
  font-display: swap;
  line-height: 1.4;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: #9BCB4A;
  border-radius: 990px;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: transparent;
}

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

li {
  list-style-type: none;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container-full {
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 991px) {
  .columns {
    margin: -7.5px;
  }
}

.column {
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .column {
    padding: 7.5px;
  }
}

.img-w-100 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.img-h-100 img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .wow.animated {
    animation-delay: unset !important;
  }
}

.copy-right {
  padding: 15px 0;
  background: #2980C3;
  text-align: center;
  color: #fff;
}

.copy-right .text-copy {
  text-transform: uppercase;
}

.modal-open {
  overflow: hidden;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}

.wow {
  animation-duration: 1s;
}

@media screen and (max-width: 767px) {
  .wow {
    visibility: visible !important;
    -webkit-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

img,
iframe {
  display: block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

ol,
ul {
  list-style-type: none;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

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

i,
.italic {
  font-style: italic;
}

sup {
  vertical-align: top;
  font-size: 70%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeUpIn {
  100% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 0;
    transform: scale(0);
  }

  0% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@keyframes fadeoutLeft {
  from {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
}

@keyframes fixedMenu {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showTab {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }

  to {
    filter: blur(0);
  }
}

@keyframes slideOut {
  from {
    filter: blur(0);
  }

  to {
    filter: blur(15px);
  }
}

@keyframes waveLoading {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes OutIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-out-expand {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}

@-webkit-keyframes tracking-out-expand {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes jelly {
  0%, 100% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.main-cl {
  color: #9BCB4A;
}

.main-cl-2 {
  color: #CA2026;
}

.wrapper {
  overflow: hidden;
}

.w-cl {
  color: #fff;
}

.f-semi {
  font-weight: 600;
}

.sec-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.sec-box:hover .sec-tt {
  color: #CA2026;
}

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

.sec-box .sale {
  color: #fff;
  background-color: #CA2026;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 0;
  padding: 5px 13px 5px 7px;
  line-height: 1.1;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.sec-box .bestsel {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: #9BCB4A;
  padding: 5px 15px 5px 7px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}

.sec-box .sec-img {
  padding: 25px 37px 20px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .sec-box .sec-img {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-box .sec-img {
    padding: 15px 20px;
  }
}

.sec-box .sec-img img {
  transition: all 0.3s ease;
}

.sec-box .sec-content {
  padding: 9px 0 20px;
  margin: 0 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .sec-box .sec-content {
    padding: 9px 0 15px;
    margin: 0 15px;
  }
}

.sec-box .sec-tt {
  transition: all 0.3s ease;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec-box .sec-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header {
  position: relative;
  width: 100%;
  z-index: 900;
  background-color: #fff;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 1199px) {
  .header {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
}

.header.--fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  animation: fixedMenu 0.6s;
}

.header.--fix .header-top {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header.--fix .header-full {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  .header.--fix-menu .header-full {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.header-top {
  background-color: #9BCB4A;
  color: #fff;
  transition: all 0.3s ease;
}

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

.header-top .top-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 1199px) {
  .header-top .top-inner {
    padding: 20px 85px;
  }
}

@media screen and (max-width: 767px) {
  .header-top .top-inner {
    justify-content: flex-start;
    padding: 10px 80px 10px 0;
  }
}

@media screen and (max-width: 575px) {
  .header-top .top-inner {
    padding: 10px 50px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .header-top .top-text {
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .header-top .top-text p:nth-child(2) {
    display: none;
  }
}

.header-top .top-ig {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .header-top .top-ig {
    width: 40px;
  }
}

.header-bottom {
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}

.header-bottom-inner {
  padding: 11px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-lf {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .header-logo {
    max-width: 70%;
  }
}

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

.header-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-search {
  width: calc(100% / 12 * 6);
}

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

.header-search-icon {
  display: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #000000;
  border-radius: 6px;
  font-size: 16px;
  color: #9BCB4A;
}

@media screen and (max-width: 768px) {
  .header-search-icon {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header-search .search-form {
    display: none;
  }
}

.header-search .search-form .f-submit {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #CA2026;
  color: #fff;
  font-size: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}

.header-search .f-control {
  height: 36px;
  padding: 11px 15px;
  border-radius: 100px;
  border-color: #9BCB4A;
  background-color: #F8F8F8;
}

.header-search .f-control::placeholder {
  opacity: 0.4;
  font-style: italic;
  font-size: 12px;
}

.header-contact {
  padding: 12px 15px 13px;
  border: 1px solid #9BCB4A;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .header-contact {
    display: none;
  }
}

.header-contact .text {
  font-size: 10px;
  opacity: 0.7;
  text-transform: uppercase;
}

.header-contact .link {
  font-weight: bold;
  display: block;
  transition: all 0.3s ease;
}

.header-contact .link:hover {
  color: #9BCB4A;
}

.header-contact .icon-phone {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #CA2026;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 7px;
}

.header-right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-right .hamburger-btn {
    order: 3;
  }
}

.header-lang {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #9BCB4A;
}

@media screen and (max-width: 1199px) {
  .header-lang {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-lang {
    padding: 10px;
    order: 1;
  }
}

.header-lang .lang-text {
  opacity: 0.7;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.3;
}

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

.header-lang .f-lang {
  display: flex;
  align-items: center;
}

.header-lang .lang-box:not(:first-child) {
  margin-left: 10px;
}

.header-lang .f-label .f-hide {
  display: none;
}

.header-lang .f-label .f-hide:checked+.chekmark {
  border-color: #9BCB4A;
}

.header-lang .chekmark {
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 100%;
}

.header-menu-social {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

@media screen and (max-width: 1199px) {
  .header-menu-social {
    display: flex;
  }
}

.header-menu-social .menu-social {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  margin: 0 10px;
  cursor: pointer;
}

.header-menu-social .menu-social.social-face {
  background-color: #3B5998;
}

.header-menu-social .menu-social.social-phone {
  background-color: #CA2026;
}

.header-menu-social .menu-social img {
  width: 12px;
  height: 12px;
}

.header-full {
  background-color: #E5E5E5;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .header-full {
    background-color: transparent;
  }
}

@media screen and (max-width: 1199px) {
  .header-mobi-cata {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-mobi-cata {
    order: 2;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }

  .header-mobi-cata::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.header-catalog {
  width: calc(100% / 12 * 3 - 30px);
  position: relative;
}

@media screen and (max-width: 1199px) {
  .header-catalog {
    width: auto;
  }
}

.header-catalog.active .cata-tt {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1199px) {
  .header-catalog.active .cata-tt {
    border-radius: 0;
  }
}

.header-catalog .cata-tt {
  display: flex;
  align-items: center;
  background-color: #CA2026;
  color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .header-catalog .cata-tt {
    border-radius: 0;
    height: 43px;
  }
}

.header-catalog .cata-tt img {
  height: max-content;
  margin-right: 10px;
}

.header-catalog .cata-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  display: none;
}

@media screen and (max-width: 1199px) {
  .header-catalog .cata-content {
    padding: 15px;
    position: relative;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .header-catalog .cata-content {
    border-radius: 10px 0 10px 10px;
    right: 0;
  }
}

.header-catalog .cata-item:not(:first-child) {
  margin-top: 10px;
}

.header-catalog .f-select {
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 11px 15px 12px;
  cursor: pointer;
  background-image: url("../img/svg/icon-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

@media screen and (max-width: 1199px) {
  .header-catalog .f-select {
    padding: 10px 15px;
  }
}

.header-catalog .btn-search {
  background-color: #CA2026;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  width: auto;
  height: auto;
  padding: 10px 30px;
  font-weight: normal;
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  margin: 15px auto 0;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .header-catalog .btn-search {
    padding: 8px 20px;
  }
}

@media screen and (min-width: 768px) {
  .header-catalog .btn-search:hover {
    animation: jelly 1s;
  }
}

.header-catalog .btn-search img {
  margin-right: 10px;
}

.header-menu-inner .logo-mobile {
  display: none;
  max-width: 200px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1199px) {
  .header-menu-inner .logo-mobile {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .header-menu-inner {
    display: flex;
  }
}

@media screen and (max-width: 1199px) {
  .header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: unset;
    right: 100vw;
    text-align: left;
    transition: all 0.2s ease;
    z-index: 998;
  }

  .header-menu.--active {
    right: 0;
  }

  .header-menu .header-menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #fff;
    padding: 20px 0 40px;
    display: flex;
    flex-direction: column;
    z-index: 99;
  }
}

.header-list {
  position: relative;
  display: flex;
}

@media screen and (min-width: 1200px) {
  .header-list {
    width: calc(100% / 12 * 9);
  }
}

@media screen and (max-width: 1199px) {
  .header-list {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
  }

  .header-list::-webkit-scrollbar {
    width: 3px;
  }

  .header-list::-webkit-scrollbar-thumb {
    background: #9BCB4A;
    border-radius: 990px;
  }

  .header-list::-webkit-scrollbar-track {
    background: transparent;
  }
}

.header-list a {
  position: relative;
  padding: 14px 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .header-list a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
  }
}

.header-list>li>a {
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .header-list>li>a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .header-list>li>a:hover {
    color: #CA2026;
  }
}

@media screen and (max-width: 1199px) {
  .header-list>li>a:focus {
    color: #CA2026;
  }
}

.header-list .current-menu-item>a {
  color: #CA2026;
}

.header-list .current-menu-item .current-menu-item>a {
  background-color: #CA2026;
  color: #fff;
}

.dropdown {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .dropdown:hover>.sub-menu {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .dropdown:hover .fa.fa-angle-down {
    pointer-events: none;
  }

  .dropdown:hover a:hover i {
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 1199px) {
  .dropdown:hover>a {
    color: #CA2026;
  }
}

.dropdown .dropdown:hover>a {
  background-color: #CA2026;
  color: #fff;
}

.dropdown a {
  transition: all 0.3s ease;
}

.dropdown .fa.fa-angle-down {
  width: 20px;
  height: 100%;
  font-weight: bold;
  transition: transform 0.3s;
  text-align: center;
  font-size: 10px;
  width: auto;
  padding-left: 1px;
}

@media screen and (max-width: 1199px) {
  .dropdown .fa.fa-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    transform: rotate(-90deg);
  }

  .dropdown .fa.fa-angle-down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .dropdown .fa.fa-angle-down.--show {
    transform: rotate(0deg);
  }
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 200px;
  width: max-content;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}

.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

@media screen and (min-width: 1200px) {
  .sub-menu {
    transition: 0.3s;
    transform: translateY(10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}

.sub-menu a {
  padding: 15px;
}

@media screen and (min-width: 1200px) {
  .sub-menu a:hover {
    color: #fff;
    background-color: #CA2026;
  }
}

@media screen and (max-width: 1199px) {
  .sub-menu {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    display: none;
  }

  .sub-menu a {
    padding-left: 30px;
    border-bottom: 1px solid #fff;
  }

  .sub-menu a:hover {
    color: #fff;
    background-color: #CA2026;
  }

  .sub-menu .sub-menu a {
    padding-left: 45px;
  }

  .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
  }
}

.footer {
  background-color: #fff;
  margin-top: auto;
  background-color: #C4C4C4;
}

.footer .column.it {
  width: calc(100% /12 * 4);
}

@media screen and (max-width: 1199px) {
  .footer .column.it {
    width: calc(100% / 12 * 3);
  }
}

@media screen and (max-width: 991px) {
  .footer .column.it {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer .column.it {
    width: 100%;
  }
}

.footer .column.txt {
  width: calc(100% / 12 * 5);
}

@media screen and (max-width: 991px) {
  .footer .column.txt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer .column.txt {
    width: 100%;
  }
}

.footer .column.if {
  width: calc(100% / 12 * 3);
}

@media screen and (max-width: 1199px) {
  .footer .column.if {
    width: calc(100% / 12 * 4);
  }
}

@media screen and (max-width: 991px) {
  .footer .column.if {
    width: 100%;
  }
}

.footer .logo {
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .footer .logo {
    max-width: 60%;
  }
}

.footer .desc {
  line-height: 1.5;
}

.footer .test {
  width: 100%;
  height: 500px;
  background-color: wheat;
}

.footer .ft-inner {
  display: flex;
}

.footer .ft-box {
  width: calc(100% / 5 * 3);
}

.footer .ft-box.bx-fir {
  width: calc(100% / 5 * 2);
}

.footer .ft-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .footer .ft-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer .ft-title {
    margin-bottom: 10px;
  }
}

.footer .ft-item {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .footer .ft-item {
    font-size: 14px;
  }
}

.footer .ft-item:not(:first-child) {
  padding-top: 15px;
}

@media screen and (max-width: 1199px) {
  .footer .ft-item:not(:first-child) {
    padding-top: 10px;
  }
}

.footer .ft-item.active {
  font-weight: bold;
}

.footer .ft-item .ft-link {
  transition: all 0.3s ease;
}

.footer .ft-item .ft-link:hover {
  color: #CA2026;
}

.footer .ft-email {
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .footer .ft-email {
    margin-top: 30px;
  }
}

.footer .ft-email .f-email {
  position: relative;
}

.footer .ft-email .f-control {
  height: 50px;
  padding: 12px 50px 12px 20px;
  border-radius: 100px;
  border-color: transparent;
  transition: all 0.3S ease;
}

.footer .ft-email .f-control::placeholder {
  font-style: italic;
  color: #424C54;
  opacity: 0.6;
}

.footer .ft-email .f-control:hover, .footer .ft-email .f-control:focus {
  border-color: #CA2026;
}

.footer .ft-email .f-submit {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #DB4F36;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 0;
  mix-blend-mode: color;
}

.footer .ft-email .ft-group-btn {
  top: 5px;
  width: 50px;
  height: 40px;
  padding-right: 5px;
  transform: translateY(0%);
}

.footer .ft-email .ft-group-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.footer .ft-email .wpcf7-spinner {
  position: absolute;
  transform: translate(100%, -50%);
  top: 50%;
  left: 10px;
}

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

.main-title-wrap .main-title {
  margin-bottom: 0;
}

.main-title {
  transition: all 0.3s ease;
  line-height: 1.5;
}

.--m-cl {
  color: #9BCB4A;
}

.--w-cl {
  color: #fff;
}

.tt-65 {
  font-size: 65px;
}

@media screen and (max-width: 1199px) {
  .tt-65 {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .tt-65 {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .tt-65 {
    font-size: 40px;
  }
}

.tt-60 {
  font-size: 60px;
}

@media screen and (max-width: 1199px) {
  .tt-60 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .tt-60 {
    font-size: 45px;
  }
}

@media screen and (max-width: 768px) {
  .tt-60 {
    font-size: 40px;
  }
}

.tt-50 {
  font-size: 50px;
}

@media screen and (max-width: 1199px) {
  .tt-50 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .tt-50 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .tt-50 {
    font-size: 30px;
  }
}

.tt-48 {
  font-size: 48px;
}

@media screen and (max-width: 1199px) {
  .tt-48 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .tt-48 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .tt-48 {
    font-size: 32px;
  }
}

.tt-45 {
  font-size: 45px;
}

@media screen and (max-width: 1199px) {
  .tt-45 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .tt-45 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .tt-45 {
    font-size: 32px;
  }
}

.tt-42 {
  font-size: 42px;
}

@media screen and (max-width: 1199px) {
  .tt-42 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .tt-42 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .tt-42 {
    font-size: 30px;
  }
}

.tt-40 {
  font-size: 40px;
}

@media screen and (max-width: 1199px) {
  .tt-40 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .tt-40 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .tt-40 {
    font-size: 30px;
  }
}

.tt-36 {
  font-size: 36px;
}

@media screen and (max-width: 991px) {
  .tt-36 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .tt-36 {
    font-size: 28px;
  }
}

.tt-32 {
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .tt-32 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .tt-32 {
    font-size: 24px;
  }
}

.tt-30 {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .tt-30 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .tt-30 {
    font-size: 24px;
  }
}

.tt-28 {
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .tt-28 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .tt-28 {
    font-size: 22px;
  }
}

.tt-25 {
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .tt-25 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .tt-25 {
    font-size: 20px;
  }
}

.tt-24 {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .tt-24 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .tt-24 {
    font-size: 20px;
  }
}

.tt-22 {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .tt-22 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tt-22 {
    font-size: 18px;
  }
}

.tt-20 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .tt-20 {
    font-size: 18px;
  }
}

.tt-18 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .tt-18 {
    font-size: 16px;
  }
}

.tt-16 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .tt-16 {
    font-size: 14px;
  }
}

.tt-14 {
  font-size: 14px;
}

.tt-12 {
  font-size: 12px;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-justify {
  text-align: justify;
}

.t-uppercase {
  text-transform: uppercase;
}

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

.f-italic {
  font-style: italic;
}

.f-bold {
  font-weight: bold;
}

.f-light {
  font-weight: lighter;
}

.f-normal {
  font-weight: normal;
}

.sec-100 {
  padding: 100px 0;
}

.sec-100.--pt-0 {
  padding-top: 0;
}

.sec-100.--pb-0 {
  padding-bottom: 0;
}

.sec-90 {
  padding: 90px 0;
}

.sec-90.--pt-0 {
  padding-top: 0;
}

.sec-90.--pb-0 {
  padding-bottom: 0;
}

.sec-80 {
  padding: 80px 0;
}

.sec-80.--pt-0 {
  padding-top: 0;
}

.sec-80.--pb-0 {
  padding-bottom: 0;
}

.sec-70 {
  padding: 70px 0;
}

.sec-70.--pt-0 {
  padding-top: 0;
}

.sec-70.--pb-0 {
  padding-bottom: 0;
}

.sec-60 {
  padding: 60px 0;
}

.sec-60.--pt-0 {
  padding-top: 0;
}

.sec-60.--pb-0 {
  padding-bottom: 0;
}

.sec-50 {
  padding: 50px 0;
}

.sec-50.--pt-0 {
  padding-top: 0;
}

.sec-50.--pb-0 {
  padding-bottom: 0;
}

.sec-40 {
  padding: 40px 0;
}

.sec-40.--pt-0 {
  padding-top: 0;
}

.sec-40.--pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {

  .sec-100,
  .sec-90,
  .sec-70,
  .sec-80 {
    padding: 60px 0;
  }

  .sec-60,
  .sec-50,
  .sec-40 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {

  .sec-100,
  .sec-90,
  .sec-70,
  .sec-80 {
    padding: 40px 0;
  }
}

.--mt-0 {
  margin-top: 0;
}

.--mb-0 {
  margin-bottom: 0;
}

.--mr-0 {
  margin-right: 0;
}

.--ml-0 {
  margin-left: 0;
}

.--m-0 {
  margin: 0;
}

.--mt-20 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .--mt-20 {
    margin-top: 10px;
  }
}

.--mt-25 {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .--mt-25 {
    margin-top: 15px;
  }
}

.--mt-30 {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .--mt-30 {
    margin-top: 20px;
  }
}

.--mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .--mt-40 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .--mt-40 {
    margin-top: 20px;
  }
}

.--mt-50 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .--mt-50 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .--mt-50 {
    margin-top: 30px;
  }
}

.--mb-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .--mb-20 {
    margin-bottom: 10px;
  }
}

.--mb-25 {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .--mb-25 {
    margin-bottom: 15px;
  }
}

.--mb-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .--mb-30 {
    margin-bottom: 20px;
  }
}

.--mb-40 {
  margin-bottom: 40;
}

@media screen and (max-width: 991px) {
  .--mb-40 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .--mb-40 {
    margin-bottom: 20px;
  }
}

.--mb-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .--mb-50 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .--mb-50 {
    margin-bottom: 30px;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  line-height: 20px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 0;
  outline: 0px;
}

.btn:disabled, .btn:disabled:hover {
  cursor: not-allowed;
  color: initial;
}

.btn.btn-more-r {
  width: auto;
  height: auto;
  background-color: #CA2026;
  color: #fff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  text-transform: none;
  font-weight: normal;
}

.btn.btn-more-r::before {
  content: "";
  background-color: #9BCB4A;
  transform: scaleX(0);
  transform-origin: right center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.3s;
  z-index: -1;
}

.btn.btn-more-r:hover::before {
  transform: scale(1);
  transform-origin: left center;
}

.btn.btn-more-m {
  width: auto;
  height: auto;
  background-color: #9BCB4A;
  color: #fff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  text-transform: none;
  font-weight: normal;
}

.btn.btn-more-m::after {
  content: "";
  background-color: #CA2026;
  transform: scaleX(0);
  transform-origin: right center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.3s;
  z-index: -1;
}

.btn.btn-more-m:hover::after {
  transform: scale(1);
  transform-origin: left center;
}

.box-light-dark .switch {
  background: transparent;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 40px;
  position: relative;
  width: 80px;
}

.box-light-dark .switch .switch-toggle {
  background: #333;
  border-radius: 20px;
  display: block;
  height: 100%;
  transition: background 0.3s;
}

.box-light-dark .switch .switch-toggle::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px;
  transition: transform 0.3s, background 0.3s;
}

.box-light-dark .switch .switch-state {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  outline: none;
}

.box-light-dark .switch .switch-state:focus~.switch-toggle {
  box-shadow: 0 0 2px 3px rgba(0, 160, 204, 0.8);
}

.box-light-dark .switch .switch-state:checked~.switch-toggle {
  background: #fff;
}

.box-light-dark .switch .switch-state:checked~.switch-toggle::after {
  background: #333;
  transform: translate(calc(80px - 40px));
}

.hamburger-btn {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1199px) {
  .hamburger-btn {
    display: block;
  }
}

.hamburger-btn .bar {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9BCB4A;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-btn .bar::before, .hamburger-btn .bar::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background-color: #9BCB4A;
  transition: all 0.3s ease;
}

.hamburger-btn .bar::before {
  top: -8px;
}

.hamburger-btn .bar::after {
  top: 8px;
}

.hamburger-btn.--active .bar {
  background-color: transparent;
}

.hamburger-btn.--active .bar::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger-btn.--active .bar::after {
  top: 0;
  transform: rotate(135deg);
}

.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #9BCB4A;
  border: 1px #9BCB4A solid;
  border-radius: 4px;
  cursor: pointer;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}

.scroll-top.--active {
  opacity: 1;
  visibility: visible;
}

.scroll-top::before, .scroll-top::after {
  content: "";
  font-family: "Fontawesome";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-top::before {
  content: "";
  transform: translate(-50%, -50%);
}

.scroll-top::after {
  content: " ";
  transform: translate(-50%, 150%);
  opacity: 0;
  visibility: hidden;
  color: #9BCB4A;
}

.scroll-top:hover {
  background-color: #fff;
}

.scroll-top:hover::before {
  transform: translate(-50%, -150%);
  opacity: 0;
  visibility: hidden;
}

.scroll-top:hover::after {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.overplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
  display: none;
  transition: all 0.2s ease;
}

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

.tab .tab-link {
  display: flex;
  position: relative;
}

.tab .tab-title {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}

.tab .tab-title.active {
  color: red;
}

.tab .tab-content-box {
  display: none;
}

.tab .tab-content-box.active {
  display: block;
  animation: OutIn 0.3s ease-in;
}

.tab-lines .tab-link {
  border-bottom: 1px blue solid;
}

.tab-lines .tab-line {
  transition: all 0.3s ease;
  height: 1px;
  background-color: #9BCB4A;
  position: absolute;
  bottom: -1px;
}

.tab-mobi .tab-link-mobi {
  display: none;
  width: 100%;
  background-color: #9BCB4A;
  color: #fff;
  position: relative;
  padding: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .tab-mobi .tab-link-mobi {
    display: block;
  }
}

.tab-mobi .tab-link-mobi::before {
  content: "";
  font-family: "Fontawesome";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .tab-mobi .tab-link {
    border: none;
    display: block;
    background-color: #fff;
    padding: 10px;
  }
}

.tab-mobi .tab-title {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .tab-mobi .tab-title {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .tab-mobi .tab-title {
    padding: 8px 10px;
  }
}

.tab-mobi .tab-title:first-child {
  padding-left: 0;
}

@media screen and (max-width: 576px) {
  .tab-mobi .tab-title:first-child {
    padding-left: 10px;
  }
}

@media screen and (max-width: 576px) {
  .tab-mobi .tab-title.active {
    background-color: wheat;
  }
}

@media screen and (max-width: 576px) {
  .tab-mobi .tab-line {
    display: none;
  }
}

.swiper .swiper-pagination {
  bottom: 0;
}

.swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #9BCB4A;
  width: 8px;
  height: 8px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.3s ease;
  background-color: #C4C4C4;
  color: #000000;
  margin: 0;
  top: 50%;
  transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #9BCB4A;
  color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
}

.swiper-button-prev {
  left: 0;
  transform: translate(0%, -50%);
}

.swiper-button-prev::after {
  margin-right: 3px;
}

.swiper-button-next {
  right: 0;
  transform: translate(0%, -50%);
}

.swiper-button-next::after {
  margin-left: 3px;
}

.search-form {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.search-form .f-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 44px;
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #9BCB4A;
  cursor: pointer;
}

.header-search-mobi {
  margin: 0 10px 20px;
  position: relative;
  display: none;
}

@media screen and (max-width: 1199px) {
  .header-search-mobi {
    display: block;
  }
}

.header-search-mobi .f-control {
  transition: all 0.3s ease;
  padding: 10px 45px 10px 15px;
  height: 40px;
}

.header-search-mobi .f-control:hover {
  border-color: #9BCB4A;
}

.header-search-mobi .f-submit {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.banners .swiper-wrapper {
  margin: 0;
}

.banners .swiper-slide {
  padding: 0;
  height: 100%;
  width: 100%;
}

.banners .swiper-slide>img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banners .swiper-button-prev {
  left: 30px;
}

.banners .swiper-button-prev::after {
  margin-right: 3px;
}

.banners .swiper-button-next {
  right: 30px;
}

.banners .swiper-button-next::after {
  margin-left: 3px;
}

.banners .swiper-button-prev,
.banners .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(229, 229, 229, 0.4);
}

@media screen and (max-width: 991px) {

  .banners .swiper-button-prev,
  .banners .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.banners .swiper-button-prev:hover::after,
.banners .swiper-button-next:hover::after {
  color: #CA2026;
}

.banners .swiper-button-prev::after,
.banners .swiper-button-next::after {
  color: #000000;
  font-size: 16px;
}

@media screen and (max-width: 991px) {

  .banners .swiper-button-prev::after,
  .banners .swiper-button-next::after {
    font-size: 14px;
  }
}

.banners .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.banners .container-full {
  padding: 0;
}

.banners .banners-wrap {
  position: relative;
}

.banners .banners-wrap::after {
  content: "";
  background-color: #335102;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .banners .banners-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.banners .banners-inner {
  padding: 105px 0 110px;
  max-width: 550px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .banners .banners-inner {
    margin-left: 0;
    width: 60%;
    max-width: 100%;
    order: 1;
    padding: 0;
    padding-left: 15px;
  }
}

@media screen and (max-width: 576px) {
  .banners .banners-inner {
    width: 100%;
    padding: 0 15px 30px;
    order: 2;
  }
}

.banners .title {
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .banners .title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .banners .title br {
    display: none;
  }
}

.banners .desc {
  margin-bottom: 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .banners .desc {
    margin-bottom: 15px;
  }
}

.banners .btn-more-r {
  padding: 12px 24px;
}

@media screen and (max-width: 991px) {
  .banners .btn-more-r {
    padding: 8px 15px;
  }
}

.banners .btn-more-r img {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .banners .btn-more-r img {
    margin-left: 10px;
  }
}

.banners .banners-slide {
  padding: 30px 0;
  background-color: #9BCB4A;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .banners .banners-slide {
    width: 100%;
    order: 3;
  }
}

.banners .swiper-con {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .banners .swiper-con {
    max-width: 370px;
  }
}

@media screen and (max-width: 576px) {
  .banners .swiper-con {
    max-width: 270px;
  }
}

.banners .swiper-con .swiper {
  margin: 0 -15px;
}

@media screen and (max-width: 991px) {
  .banners .swiper-con .swiper {
    margin: 0 -5px;
  }
}

.banners .swiper-con .swiper-slide {
  width: calc(100% / 4);
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .banners .swiper-con .swiper-slide {
    padding: 0 5px;
  }
}

.banners .swiper-next {
  right: -15px;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 576px) {
  .banners .swiper-next {
    right: -7px;
  }
}

.banners .swiper-next::after {
  background-image: url("../img/svg/icon-right.svg");
}

.banners .swiper-prev {
  left: -15px;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 576px) {
  .banners .swiper-prev {
    left: -7px;
  }
}

.banners .swiper-prev::after {
  background-image: url("../img/svg/icon-right.svg");
  transform: rotate(180deg);
}

.banners .swiper-next,
.banners .swiper-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.banners .swiper-next::after,
.banners .swiper-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-size: cover;
}

.banners .swiper-next.swiper-button-disabled,
.banners .swiper-prev.swiper-button-disabled {
  opacity: 0.3;
}

.banners .img-s {
  border-radius: 10px;
}

.banners .img-s img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.banners .img-b-item {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 1899px) {
  .banners .img-b-item {
    transform: translateY(-50%) scale(0.8);
    transform-origin: right;
  }
}

@media screen and (max-width: 1439px) {
  .banners .img-b-item {
    transform: translateY(-60%) scale(0.6);
  }
}

@media screen and (max-width: 1199px) {
  .banners .img-b-item {
    position: relative;
    transform: none;
    width: 40%;
    order: 2;
    padding: 40px 0;
  }
}

@media screen and (max-width: 576px) {
  .banners .img-b-item {
    order: 1;
    margin: 0 auto;
    width: 50%;
    padding: 30px 0 15px;
  }
}

.banners.banners-page {
  text-align: center;
  padding: 111px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.banners.banners-page::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .banners.banners-page {
    padding: 80px 0;
  }
}

@media screen and (max-width: 576px) {
  .banners.banners-page {
    text-align: left;
    padding: 60px 0;
  }
}

.banners.banners-page .banners-wrapper {
  position: relative;
  z-index: 1;
}

.banners.banners-eff {
  text-align: center;
  color: #fff;
}

.banners.banners-eff .breadcrumb .breadcrumb-menu {
  justify-content: center;
}

.banners.banners-eff .swiper-slide {
  width: 100%;
}

.banners.banners-eff .swiper-pagination {
  bottom: 20px;
}

@media screen and (max-width: 576px) {
  .banners.banners-eff .swiper-pagination {
    bottom: 10px;
  }
}

.banners.banners-eff .banners-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0 300px;
  z-index: 0;
}

@media screen and (max-width: 1440px) {
  .banners.banners-eff .banners-box {
    padding: 100px 0 250px;
  }
}

@media screen and (max-width: 1199px) {
  .banners.banners-eff .banners-box {
    padding: 80px 0 180px;
  }
}

@media screen and (max-width: 991px) {
  .banners.banners-eff .banners-box {
    padding: 60px 0 130px;
  }
}

@media screen and (max-width: 767px) {
  .banners.banners-eff .banners-box {
    padding: 60px 0;
  }
}

.banners.banners-eff .banners-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.banners.banners-eff .banners-txt {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 15px;
}

.banners.banners-eff .banners-desc {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .banners.banners-eff .banners-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .banners.banners-eff .banners-desc {
    margin-top: 5px;
  }
}

.f-control {
  appearance: none;
  font: inherit;
  color: inherit;
  outline: none;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #000000;
  padding: 12px 15px;
  height: 44px;
}

.f-control::placeholder {
  color: #898989;
}

.f-control:disabled {
  cursor: not-allowed;
}

.f-control:focus {
  outline: none;
}

.f-control.wpcf7-not-valid {
  border-color: #f00;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3.5px;
}

.pagination li .page-numbers {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  transition: all 0.3 ease;
  line-height: 1.7142857143;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #F8F8F8;
}

.pagination li .page-numbers.current {
  background-color: #CA2026;
  color: #fff;
  font-weight: bold;
}

.pagination li .page-numbers:hover {
  background-color: #CA2026;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .pagination li .page-numbers {
    width: 36px;
    height: 36px;
  }
}

.pagination li .page-dot {
  padding: 0 15px;
}

@media screen and (max-width: 576px) {
  .pagination li .page-dot {
    padding: 0 7px;
  }
}

.pagination li .page-arrow {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  transition: all 0.3 ease;
  background-color: #F8F8F8;
}

.pagination li .page-arrow:hover {
  background-color: #CA2026;
  color: #fff;
}

.pagination li .page-arrow:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 576px) {
  .pagination li .page-arrow {
    width: 36px;
    height: 36px;
  }
}

.pagination li:nth-child(1) img {
  transform: scaleX(-1);
}

#page-loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s ease;
}

#page-loading img {
  animation: waveLoading 3s ease-out infinite backwards;
}

.cart-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 0.3s ease;
}

.cart-popup .bg-cart {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  transition: all 0.3s ease;
}

.cart-popup .box-cart {
  position: absolute;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 375px;
}

.cart-popup .hd-box-cart {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.cart-popup .hd-box-cart .title-name {
  font-size: 18px;
  font-weight: normal;
}

.cart-popup .hd-box-cart .btn-close {
  outline: none;
  font-weight: bold;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-popup .container-boxcart {
  max-height: 500px;
  overflow: auto;
}

.cart-popup .container-boxcart .product-list {
  padding: 15px;
  padding-top: 0;
}

.cart-popup .container-boxcart .product-list .product-bag {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.cart-popup .container-boxcart .product-list .product-bag:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.cart-popup .container-boxcart .product-list .product-bag .product-bag-img {
  width: 100px;
  background-color: rgba(128, 128, 128, 0.5);
}

.cart-popup .container-boxcart .product-list .product-bag .product-bag-img img {
  width: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data {
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 15px;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data .name-product-cart {
  display: block;
  font-size: 16px;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data .product-size {
  font-size: 12px;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty .cart-qty-plus,
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty .cart-qty-minus {
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: #fff;
  font-size: 16px;
  width: 15px;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty .qty {
  text-align: center;
  width: 30px;
  padding: 5px;
  margin: 0 5px;
  border: 0;
}

.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .product-price {
  margin-left: 20px;
}

.cart-popup .container-boxcart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
}

.cart-popup .container-boxcart::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(128, 128, 128, 0.5);
}

.cart-popup .container-boxcart::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.cart-popup .footer-boxcart {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.cart-popup .footer-boxcart .box-sum-cart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 18px;
}

.cart-popup .footer-boxcart .box-sum-cart .cart-sum {
  font-weight: bold;
}

.cart-popup .footer-boxcart .cart-link {
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.cart-popup .footer-boxcart .cart-link .btn-checkout,
.cart-popup .footer-boxcart .cart-link .btn-yourcart {
  background: #000000;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s all;
  width: calc(50% - 5px);
  font-weight: normal;
  border: 1px #000000 solid;
}

.cart-popup .footer-boxcart .cart-link .btn-checkout:hover,
.cart-popup .footer-boxcart .cart-link .btn-yourcart:hover {
  background: #fff;
  color: #000000;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}

.lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item.active {
  border-color: #9BCB4A;
}

html .mfp-bg {
  z-index: 999998;
}

html .mfp-wrap {
  z-index: 999999;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  padding: 0;
  overflow-y: auto;
}

.mfp-container::-webkit-scrollbar {
  width: 2px;
}

.mfp-container::-webkit-scrollbar-thumb {
  background: #9BCB4A;
  border-radius: 990px;
}

.mfp-container::-webkit-scrollbar-track {
  background: transparent;
}

.mfp-content {
  max-width: 600px;
}

.mfp-content .mfp-close {
  color: #9BCB4A;
  transition: 0.3s;
  right: 0;
}

.mfp-content .popup-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.mfp-content .popup-wrap>div {
  width: 100%;
}

.stop-scrolling {
  position: relative;
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}

.popup-wrap {
  display: none;
}

.swal2-popup.swal2-show {
  font-size: 14px;
}

.swal2-shown {
  padding-right: 0 !important;
}

.breadcrumb {
  width: 100%;
}

.breadcrumb .breadcrumb-menu {
  display: flex;
  padding: 10px 0 0;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .breadcrumb .breadcrumb-menu {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .breadcrumb .breadcrumb-menu::-webkit-scrollbar {
    height: 2px;
  }

  .breadcrumb .breadcrumb-menu::-webkit-scrollbar-thumb {
    background: #9BCB4A;
    border-radius: 990px;
  }

  .breadcrumb .breadcrumb-menu::-webkit-scrollbar-track {
    background: #fff;
  }
}

.breadcrumb .breadcrumb-menu .breadcrumb-list:not(:first-child) {
  padding-left: 12px;
}

.breadcrumb .breadcrumb-menu .breadcrumb-list:not(:first-child)::before {
  content: "/";
  padding-right: 8px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-menu .breadcrumb-list:not(:first-child)::before {
    font-size: 14px;
  }
}

.breadcrumb .breadcrumb-menu .breadcrumb-list a {
  font-size: 16px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-menu .breadcrumb-list a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-menu .breadcrumb-list a {
    font-size: 13px;
  }
}

.breadcrumb .breadcrumb-menu .breadcrumb-list a:hover {
  color: #9BCB4A;
}

.box-star-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.star {
  position: relative;
  display: inline-block;
}

.star .empty-stars,
.star .filled-stars {
  text-shadow: none;
  width: 100%;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  height: 14px;
}

.star .empty-stars i,
.star .filled-stars i {
  margin: 2px 1px;
}

.star .empty-stars {
  color: #ffd84e;
}

.star .filled-stars {
  color: #ffd84e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.process {
  max-width: calc(100% - 8rem);
  width: 13rem;
  margin-right: auto;
  margin-left: 5px;
  background-color: #eeeeee;
  border-radius: 999px;
  height: 5px;
}

.process div {
  height: 100%;
  background-color: red;
  border-radius: 999px;
}

/*SƠ ĐỒ TỔ CHỨC*/
.diagram {
  --h-l: 7.45rem;
  --w: 16.6rem;
  padding-top: 12rem;
}

.diagram .decor.decor {
  top: -1.5rem;
  right: 95%;
}

.diagram-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diagram-st>p {
  position: relative;
  z-index: 1;
  background-color: wheat;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  height: 9rem;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid wheat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.diagram-st>p:hover {
  background-color: #fff;
  color: wheat;
}

.lv-1.diagram-st {
  position: relative;
  margin-bottom: 11.5rem;
}

.lv-1.diagram-st p {
  width: 44rem;
  background-color: #fff;
  color: wheat;
  border: 1px solid wheat;
  font-size: 2.4rem;
}

.lv-1.diagram-st:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  transform: translate(-50%, 100%);
  height: 11.5rem;
  width: 0.1rem;
  background-color: wheat;
}

.lv-1.diagram-st:hover {
  background-color: wheat;
  color: #fff;
}

.lv-2.diagram-st {
  position: relative;
  margin-bottom: calc(var(--h-l) * 2);
}

.lv-2.diagram-st p {
  width: 39.2rem;
  font-size: 2rem;
}

.lv-2.diagram-st:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  transform: translate(-50%, 100%);
  height: var(--h-l);
  width: 0.1rem;
  background-color: wheat;
}

.lv-3-wrap {
  position: relative;
  width: 100%;
  margin-bottom: calc(var(--h-l) * 2);
  display: flex;
  justify-content: space-between;
}

.lv-3-wrap:before {
  content: "";
  position: absolute;
  top: calc(var(--h-l) * -1);
  left: 50%;
  transform: translateX(-50%);
  height: 0.1rem;
  width: calc(100% - var(--w));
  background-color: wheat;
}

.lv-3 {
  position: relative;
  width: var(--w);
}

.lv-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  height: var(--h-l);
  width: 0.1rem;
  background-color: wheat;
}

.lv-4-wrap {
  position: relative;
  width: 100%;
  display: flex;
}

.lv-4-wrap .left,
.lv-4-wrap .right {
  width: 50%;
}

.lv-4-wrap .left>div {
  position: relative;
  width: calc(var(--w) * 3 + 2.8rem);
  display: flex;
  justify-content: space-between;
}

.lv-4-wrap .left>div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--h-l) * -1);
  transform: translateX(-50%);
  height: 0.1rem;
  width: calc(100% - var(--w));
  background-color: wheat;
}

.lv-4-wrap .left>div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.1rem;
  transform: translate(-50%, -100%);
  height: calc(var(--h-l) * 2);
  width: 0.1rem;
  background-color: wheat;
}

.lv-4-wrap .right {
  position: relative;
  padding-left: 9.5rem;
}

.lv-4-wrap .right:before {
  content: "";
  position: absolute;
  bottom: 4.5rem;
  left: -0.05rem;
  height: 36rem;
  width: 0.1rem;
  background-color: wheat;
}

.lv-4-wrap .right .lv-4:before {
  display: none;
}

.lv-4-wrap .right .lv-4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 9.5rem;
  height: 0.1rem;
  background-color: wheat;
}

.lv-4 {
  position: relative;
  width: var(--w);
}

.lv-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  height: var(--h-l);
  width: 0.1rem;
  background-color: wheat;
}

.lv-4-mobile {
  display: none;
  position: relative;
  padding-left: var(--h-l);
}

.lv-4-mobile:before {
  content: "";
  position: absolute;
  left: calc(var(--h-l) / 2);
  bottom: var(--h-l);
  width: 0.1rem;
  height: 100%;
  background-color: wheat;
}

.lv-4-mobile .lv-4 {
  margin-top: 1rem;
}

.lv-4-mobile .lv-4:before {
  display: none;
}

.lv-4-mobile .lv-4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  height: 0.1rem;
  width: calc(var(--h-l) / 2);
  background-color: wheat;
}

@media screen and (max-width: 1439px) {
  .diagram {
    --w: 14.6rem;
  }
}

@media screen and (max-width: 1199px) {
  .lv-1.diagram-st {
    margin-bottom: 7.45rem;
  }

  .lv-1.diagram-st p {
    font-size: 2rem;
  }

  .lv-2.diagram-st p {
    font-size: 1.8rem;
  }

  .diagram {
    --h-l: 3.725rem;
    --w: 11.6rem;
  }

  .diagram-st>p {
    font-size: 1.1rem;
  }

  .lv-4-wrap .left>div {
    width: calc(var(--w) * 3 + 1.9rem);
  }
}

@media screen and (max-width: 991px) {
  .diagram {
    padding-top: 8rem;
    --w: 8.6rem;
  }

  .diagram-st>p {
    height: 7rem;
    padding: 0.5rem;
  }

  .lv-4-wrap .right:before {
    bottom: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .diagram {
    --h-l: 3rem;
    --w: 100%;
  }

  .lv-1.diagram-st {
    margin-bottom: calc(var(--h-l) * 2);
    width: 100%;
  }

  .lv-1.diagram-st p {
    width: 100%;
    font-size: 1.8rem;
  }

  .lv-2.diagram-st {
    padding: 0 1rem;
    width: 100%;
  }

  .lv-2.diagram-st p {
    font-size: 1.4rem;
    width: 100%;
  }

  .lv-2.diagram-st:before {
    bottom: -0.1rem;
  }

  .diagram-st>p {
    height: 6rem;
  }

  .lv-3-wrap {
    padding-left: 3rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }

  .lv-3-wrap:before {
    width: calc(50% - calc(var(--h-l) / 2));
    left: calc(var(--h-l) / 2);
    transform: translate(0);
  }

  .lv-3-wrap:after {
    content: "";
    position: absolute;
    top: calc(var(--h-l) * -1);
    left: calc(var(--h-l) / 2);
    height: 100%;
    width: 0.1rem;
    background-color: wheat;
  }

  .lv-3 {
    margin-bottom: 1rem;
  }

  .lv-3:before {
    display: none;
  }

  .lv-3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    width: calc(var(--h-l) / 2);
    height: 0.1rem;
    background-color: wheat;
  }

  .lv-3:last-child {
    margin-bottom: 0;
  }

  .lv-4-wrap:before {
    display: none;
  }

  .lv-4-wrap .left {
    display: none;
  }

  .lv-4-wrap .right {
    width: var(--w);
    padding-left: var(--h-l);
  }

  .lv-4-wrap .right::before {
    height: 7rem;
    bottom: 3rem;
    left: 1.5rem;
  }

  .lv-4-wrap .right .lv-4:after {
    width: calc(var(--h-l) / 2);
  }

  .lv-4-wrap-mobile {
    height: auto;
  }

  .lv-4-wrap-mobile:after {
    top: var(--h-l);
  }

  .lv-4-mobile {
    display: block;
  }
}

.catalog-sp {
  overflow: hidden;
}

.catalog-sp.catalog-sp-2 .cata-inner {
  padding: 13px 32px 13px 80px;
}

@media screen and (max-width: 1899px) {
  .catalog-sp.catalog-sp-2 .cata-inner {
    padding: 27px 20px;
  }
}

@media screen and (max-width: 1439px) {
  .catalog-sp.catalog-sp-2 .cata-inner {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .catalog-sp.catalog-sp-2 .cata-inner {
    padding: 26px 10px;
  }
}

.catalog-sp.catalog-sp-2 .cata-inner::before {
  display: none;
}

.catalog-sp .swiper-slide {
  width: calc(100% / 3);
}

@media screen and (max-width: 991px) {
  .catalog-sp .swiper-slide {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 576px) {
  .catalog-sp .swiper-slide {
    width: 100%;
  }
}

.catalog-sp .swiper-button-next, .catalog-sp .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.catalog-sp .swiper-button-next {
  right: 15px;
}

.catalog-sp .swiper-button-prev {
  left: 15px;
}

.catalog-sp .swiper:hover .swiper-button-prev, .catalog-sp .swiper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.catalog-sp .container-full {
  padding: 0;
}

.catalog-sp .cata-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 61px 32px 61px 80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1899px) {
  .catalog-sp .cata-inner {
    padding: 50px 20px 50px;
  }
}

@media screen and (max-width: 1439px) {
  .catalog-sp .cata-inner {
    padding: 40px 20px 40px;
  }
}

@media screen and (max-width: 1199px) {
  .catalog-sp .cata-inner {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 991px) {
  .catalog-sp .cata-inner {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 576px) {
  .catalog-sp .cata-inner {
    padding: 30px 15px;
  }
}

.catalog-sp .cata-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(79.66deg, rgba(0, 0, 0, 0.3) 22.46%, rgba(0, 0, 0, 0) 55.73%);
  z-index: -1;
}

@media screen and (max-width: 1899px) {
  .catalog-sp .content {
    width: 60%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1899px) {
  .catalog-sp .cata-ig {
    width: 40%;
  }
}

.catalog-sp .label {
  margin-bottom: 3px;
}

.catalog-sp .title {
  margin-bottom: 13px;
}

@media screen and (max-width: 1199px) {
  .catalog-sp .title {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

.catalog-sp .btn-more-r {
  padding: 12px 24px;
}

@media screen and (max-width: 1199px) {
  .catalog-sp .btn-more-r {
    padding: 10px 15px;
  }
}

.catalog-sp .btn-more-r img {
  margin-left: 25px;
}

@media screen and (max-width: 1199px) {
  .catalog-sp .btn-more-r img {
    margin-left: 10px;
  }
}

.cate-home {
  overflow: hidden;
}

.cate-home.ca-new .column:nth-child(3) .cate-img img {
  width: 50px;
}

.cate-home.ca-new .cate-img img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.cate-home .column {
  width: calc(100%/ 4);
  position: relative;
}

@media screen and (max-width: 767px) {
  .cate-home .column {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  .cate-home .column:nth-child(3)::before {
    display: none;
  }
}

.cate-home .column::before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #C4C4C4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cate-home .column:first-child::before {
  display: none;
}

.cate-home .cate-box {
  margin: 0 auto;
  text-align: center;
  max-width: 160px;
}

.cate-home .cate-text {
  margin-top: 10px;
}

.cate-home .cate-img img {
  margin: 0 auto;
}

.brand-famous {
  background-color: #9BCB4A;
  padding: 40px 0 20px;
  overflow: hidden;
}

.brand-famous .title {
  line-height: 1.2;
}

.brand-famous .swiper-row {
  position: relative;
}

.brand-famous .swiper {
  padding: 30px 0;
  margin: 0 -2.5px;
}

@media screen and (max-width: 991px) {
  .brand-famous .swiper {
    padding: 20px 0;
  }
}

.brand-famous .swiper-slide {
  width: calc(100% / 8);
  padding: 0 2.5px;
}

@media screen and (max-width: 1199px) {
  .brand-famous .swiper-slide {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 767px) {
  .brand-famous .swiper-slide {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 576px) {
  .brand-famous .swiper-slide {
    width: calc(100% / 2);
  }
}

.brand-famous .swiper-button-prev,
.brand-famous .swiper-button-next {
  color: #CA2026;
  background-color: transparent;
  transform: translate(0%, -50%);
}

.brand-famous .swiper-button-prev::after,
.brand-famous .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

.brand-famous .swiper-button-prev {
  left: -30px;
}

@media screen and (min-width: 1200px) {
  .brand-famous .swiper-button-prev {
    transform: translate(-100%, -50%);
  }
}

@media screen and (max-width: 1439px) {
  .brand-famous .swiper-button-prev {
    left: -15px;
  }
}

@media screen and (max-width: 1199px) {
  .brand-famous .swiper-button-prev {
    left: 25px;
  }
}

.brand-famous .swiper-button-next {
  right: -30px;
}

@media screen and (min-width: 1200px) {
  .brand-famous .swiper-button-next {
    transform: translate(100%, -50%);
  }
}

@media screen and (max-width: 1439px) {
  .brand-famous .swiper-button-next {
    right: -15px;
  }
}

@media screen and (max-width: 1199px) {
  .brand-famous .swiper-button-next {
    right: 25px;
  }
}

.brand-famous .brand-box {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}

.brand-famous .brand-box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
}

.brand-famous .brand-box:hover img {
  transform: scale(1.1);
}

.brand-famous .brand-box img {
  transition: all 0.3s ease;
  margin: 0 auto;
}

.section-support {
  overflow: hidden;
}

.section-support .sp-head {
  background-color: #F2F2F2;
  border-radius: 10px 10px 0 0;
  height: 43px;
  position: relative;
}

.section-support .sp-head .sp-tx {
  background-color: #9BCB4A;
  display: inline-block;
  padding: 15px 10px 14px 28px;
  color: #fff;
  border-radius: 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: calc(100% / 5);
  height: 50px;
}

@media screen and (max-width: 1199px) {
  .section-support .sp-head .sp-tx {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .section-support .sp-head .sp-tx {
    min-width: calc(100% / 4);
  }
}

@media screen and (max-width: 767px) {
  .section-support .sp-head .sp-tx {
    min-width: calc(100% / 3);
  }
}

@media screen and (max-width: 576px) {
  .section-support .sp-head .sp-tx {
    min-width: calc(100% / 2);
  }
}

.section-support .sp-head .sp-tx::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 7px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.section-support .sp-head .title {
  line-height: 1.2;
}

.section-support .swiper-slide {
  width: calc(100% / 5);
}

@media screen and (max-width: 991px) {
  .section-support .swiper-slide {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 767px) {
  .section-support .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 576px) {
  .section-support .swiper-slide {
    width: calc(100% / 2);
  }
}

.section-support .sp-inner {
  padding: 18px;
  transition: all 0.3s ease;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.section-support .sp-inner:hover .sp-name {
  color: #CA2026;
}

.section-support .sp-main {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.section-support .sp-img {
  display: block;
  margin-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .section-support .sp-img {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.section-support .sp-img img {
  border-radius: 10px;
}

.section-support .sp-name {
  display: block;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

@media screen and (max-width: 991px) {
  .section-support .sp-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .section-support .sp-name {
    margin-bottom: 5px;
  }
}

.section-support .sp-name span {
  display: block;
}

.section-support .sp-chat {
  margin-bottom: 10px;
  color: #9BCB4A;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .section-support .sp-chat {
    margin-bottom: 5px;
  }
}

.section-product {
  overflow: hidden;
}

.section-product .sec-head {
  background-color: #F2F2F2;
  border-radius: 10px 10px 0 0;
  height: 43px;
  position: relative;
}

.section-product .sec-head .sec-tx {
  background-color: #9BCB4A;
  display: inline-block;
  padding: 15px 28px 14px 28px;
  color: #fff;
  border-radius: 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: calc(100% / 5);
  height: 50px;
}

@media screen and (max-width: 1199px) {
  .section-product .sec-head .sec-tx {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .section-product .sec-head .sec-tx {
    min-width: calc(100% / 4);
  }
}

@media screen and (max-width: 576px) {
  .section-product .sec-head .sec-tx {
    min-width: calc(100% / 3);
  }
}

.section-product .sec-head .sec-tx::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 7px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.section-product .sec-head .title {
  line-height: 1.2;
}

.section-product .sec-pagination {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 36px;
  height: 15px;
}

@media screen and (max-width: 1199px) {
  .section-product .sec-pagination {
    right: 15px;
  }
}

.section-product .cols {
  display: flex;
  flex-wrap: wrap;
}

.section-product .col.tx {
  width: calc(100% / 5);
}

@media screen and (max-width: 991px) {
  .section-product .col.tx {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 767px) {
  .section-product .col.tx {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 576px) {
  .section-product .col.tx {
    width: 100%;
  }
}

.section-product .col.txt {
  width: calc(100% / 5 * 4);
}

@media screen and (max-width: 991px) {
  .section-product .col.txt {
    width: calc(100% / 4 * 3);
  }
}

@media screen and (max-width: 767px) {
  .section-product .col.txt {
    width: calc(100% / 3 * 2);
  }
}

@media screen and (max-width: 576px) {
  .section-product .col.txt {
    width: 100%;
  }
}

.section-product .sec-list {
  padding: 18px 15px;
  background-color: #F2F2F2;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .section-product .sec-list {
    padding: 5px 15px 5px;
  }
}

.section-product .sec-item {
  padding: 12px 0;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .section-product .sec-item {
    padding: 10px 0;
  }
}

.section-product .sec-item:not(:first-child) {
  border-top: 1px solid #E5E5E5;
}

.section-product .sec-item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #9BCB4A;
  padding-right: 10px;
}

.section-product .sec-item.active {
  color: #CA2026;
}

.section-product .sec-link {
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 100%;
}

.section-product .sec-link:hover {
  color: #CA2026;
}

.section-product .swiper-slide {
  width: calc(100% / 4);
}

.section-product .swiper-button-next,
.section-product .swiper-button-prev {
  width: 15px;
  height: 15px;
  transform: translate(0, -50%);
  background-color: transparent;
}

.section-product .swiper-button-next::after,
.section-product .swiper-button-prev::after {
  font-size: 10px;
}

.section-product .swiper-button-next:hover,
.section-product .swiper-button-prev:hover {
  color: #9BCB4A;
}

.section-product .swiper-button-prev {
  left: 0;
}

.section-product .swiper-button-next {
  right: 0;
}

.order-online {
  overflow: hidden;
  position: relative;
}

.order-online .swiper-wp {
  padding: 142px 0;
}

@media screen and (max-width: 1899px) {
  .order-online .swiper-wp {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1439px) {
  .order-online .swiper-wp {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1199px) {
  .order-online .swiper-wp {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .order-online .swiper-wp {
    padding: 40px 0;
  }
}

@media screen and (max-width: 576px) {
  .order-online .swiper-wp {
    padding: 30px 0;
  }
}

.order-online .img-order {
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 67%;
}

@media screen and (max-width: 767px) {
  .order-online .img-order {
    width: 68%;
  }
}

@media screen and (max-width: 576px) {
  .order-online .img-order {
    width: 100%;
  }
}

.order-online .img-order img {
  height: 100%;
}

.order-online .bg-order {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.order-online .bg-order img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .order-online .bg-order {
    width: 150%;
  }
}

.order-online .order-wrap {
  position: relative;
  z-index: 1;
}

.order-online .order-inner {
  text-align: right;
  color: #fff;
}

.order-online .swiper:hover .swiper-button-next,
.order-online .swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.order-online .swiper-button-next,
.order-online .swiper-button-prev {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.order-online .swiper-button-prev {
  left: 10px;
}

.order-online .swiper-button-next {
  right: 10px;
}

.order-online .label {
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .order-online .label {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .order-online .label {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .order-online .label {
    font-size: 16px;
  }
}

.order-online .title {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .order-online .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .order-online .title {
    font-size: 20px;
  }
}

.order-online .btn-more-m {
  padding: 12px 24px;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .order-online .btn-more-m {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .order-online .btn-more-m {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .order-online .btn-more-m {
    margin-top: 10px;
  }
}

.order-online .btn-more-m img {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .order-online .btn-more-m img {
    margin-left: 10px;
  }
}

.about-home {
  overflow: hidden;
}

.about-home .column {
  width: 50%;
}

.about-wrapper .swiper-wrapper {
  align-items: stretch;
}

.about-wrapper .swiper-slide {
  height: initial !important;
}

@media screen and (max-width: 767px) {
  .about-home .column {
    width: 100%;
  }
}

.about-home .title {
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .about-home .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .about-home .title {
    margin-bottom: 10px;
  }
}

.about-home .title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #C4C4C4;
}

.about-home .title p {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 6px;
  display: inline-block;
}

.about-home .label {
  margin-bottom: 5px;
  line-height: 1.2;
}

.about-home .desc {
  line-height: 1.5;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .about-home .desc {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .about-home .desc {
    margin-bottom: 10px;
  }
}

.about-home .btn-more-r {
  padding: 12px 24px;
}

@media screen and (max-width: 991px) {
  .about-home .btn-more-r {
    padding: 10px 15px;
  }
}

.about-home .btn-more-r img {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .about-home .btn-more-r img {
    margin-left: 10px;
  }
}

.about-home .about-ig {
  border-radius: 50px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .about-home .about-ig {
    border-radius: 20px;
  }
}

.about-home .about-ig img {
  border-radius: 50px;
}

@media screen and (max-width: 991px) {
  .about-home .about-ig img {
    border-radius: 20px;
  }
}

.service-home {
  overflow: hidden;
}

.service-home .service-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 129px 0;
}

@media screen and (max-width: 1439px) {
  .service-home .service-wrap {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1199px) {
  .service-home .service-wrap {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .service-home .service-wrap {
    padding: 40px 0;
  }
}

.service-home .swiper:hover .swiper-button-next,
.service-home .swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.service-home .swiper-button-next,
.service-home .swiper-button-prev {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.service-home .swiper-button-prev {
  left: 10px;
}

.service-home .swiper-button-next {
  right: 10px;
}

.service-home .columns {
  align-items: center;
}

.service-home .column.txt {
  width: calc(100% / 12 * 4);
}

@media screen and (max-width: 767px) {
  .service-home .column.txt {
    width: calc(100% / 12 * 5);
  }
}

@media screen and (max-width: 576px) {
  .service-home .column.txt {
    width: 100%;
  }
}

.service-home .column.ig {
  width: calc(100% / 12 * 8);
}

@media screen and (max-width: 767px) {
  .service-home .column.ig {
    width: calc(100% / 12 * 7);
  }
}

@media screen and (max-width: 576px) {
  .service-home .column.ig {
    width: 100%;
  }
}

.service-home .title {
  line-height: 1.4;
  margin-bottom: 30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .service-home .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .service-home .title {
    margin-bottom: 10px;
  }
}

.service-home .title span {
  display: block;
}

@media screen and (max-width: 576px) {
  .service-home .title span {
    display: inline;
  }
}

.service-home .btn-more-r {
  padding: 12px 24px;
}

@media screen and (max-width: 991px) {
  .service-home .btn-more-r {
    padding: 10px 15px;
  }
}

.service-home .btn-more-r img {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .service-home .btn-more-r img {
    margin-left: 10px;
  }
}

.service-home .servic-ig {
  display: flex;
  align-items: center;
  margin: -15px;
}

@media screen and (max-width: 991px) {
  .service-home .servic-ig {
    margin: -7.5px;
  }
}

.service-home .img {
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .service-home .img {
    padding: 7.5px;
  }
}

.request {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.request .container-full {
  padding: 0;
}

.request .request-wrap-ig {
  position: relative;
  padding: 118px 0 44px;
}

@media screen and (max-width: 1439px) {
  .request .request-wrap-ig {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 1199px) {
  .request .request-wrap-ig {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .request .request-wrap-ig {
    padding: 40px 0;
  }
}

.request .request-wrapper {
  max-width: 770px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.request .title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .request .title {
    margin-bottom: 20px;
  }
}

.request .f-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -15px -7.5px;
}

@media screen and (max-width: 576px) {
  .request .f-group {
    margin: -7.5px;
  }
}

.request .f-group.mona-group-btn img {
  display: none;
}

.request .f-group.mona-group-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.request .f-item {
  width: 100%;
  padding: 15px 7.5px;
}

.request .f-item.w-50 {
  width: 50%;
}

@media screen and (max-width: 576px) {
  .request .f-item.w-50 {
    width: 100%;
    padding: 7.5px;
  }
}

.request .f-control {
  border-radius: 100px;
  font-size: 16px;
  padding: 10px 15px;
  border-color: transparent;
  transition: all 0.3s ease;
  resize: none;
}

@media screen and (max-width: 991px) {
  .request .f-control {
    font-size: 14px;
  }
}

.request .f-control:hover, .request .f-control:focus {
  border-color: #9BCB4A;
}

.request .f-control::placeholder {
  opacity: 0.5;
  font-style: italic;
}

.request .f-btn {
  position: relative;
  margin: 0 auto;
  margin: 30px auto 0;
}

@media screen and (max-width: 1199px) {
  .request .f-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .request .f-btn {
    margin-top: 10px;
  }
}

.request .f-btn img {
  display: none;
}

.request .f-btn::after {
  content: "";
  background-image: url("../img/svg/icon-right-lg.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0%, -50%);
  z-index: -1;
}

@media screen and (max-width: 576px) {
  .request .f-btn::after {
    right: 15px;
  }
}

.request .btn-more-r {
  padding: 12px 67px 12px 24px;
  cursor: pointer;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  mix-blend-mode: color;
}

@media screen and (max-width: 576px) {
  .request .btn-more-r {
    padding: 10px 43px 10px 15px;
  }
}

.request .btn-more-r img {
  margin-left: 25px;
}

.request .btn-more-r:hover {
  background-color: #9BCB4A;
}

.request .img {
  position: absolute;
  top: 0%;
  bottom: 0;
}

@media screen and (max-width: 1439px) {
  .request .img {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 1199px) {
  .request .img {
    opacity: 0.7;
  }
}

@media screen and (max-width: 576px) {
  .request .img {
    transform: scale(0.5);
  }
}

.request .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .request .img img {
    height: auto;
  }
}

.request .img-lf {
  left: 0;
  top: 10px;
}

@media screen and (max-width: 1439px) {
  .request .img-lf {
    transform-origin: left bottom;
  }
}

.request .img-rt {
  right: 10%;
}

@media screen and (max-width: 1899px) {
  .request .img-rt {
    right: 0;
  }
}

@media screen and (max-width: 1439px) {
  .request .img-rt {
    transform-origin: right;
  }
}

@media screen and (max-width: 1199px) {
  .request .img-rt {
    transform-origin: right top;
  }
}

.news-home {
  overflow: hidden;
}

.news-home .column {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .news-home .column {
    width: 100%;
  }
}

.news-home .news-ig {
  position: relative;
  height: 100%;
}

.news-home .news-ig:hover .content .news-link {
  color: #9BCB4A;
}

.news-home .img {
  position: relative;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.news-home .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(1.26deg, rgba(0, 0, 0, 0.6) 22.07%, rgba(155, 203, 74, 0) 54.83%);
}

.news-home .img img {
  border-radius: 10px;
  height: 100%;
}

.news-home .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .news-home .content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .news-home .content {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

.news-home .content .news-link {
  margin-bottom: 10px;
  display: flex;
  line-height: 1.3;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-home .content .date {
  display: flex;
  align-items: center;
}

.news-home .content .date img {
  margin-right: 10px;
}

.news-home .title {
  border-bottom: 1px solid #C4C4C4;
}

.news-home .news-list {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .news-home .news-list {
    margin-top: 15px;
  }
}

.news-home .news-item {
  display: flex;
  align-items: center;
}

.news-home .news-item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .news-home .news-item:not(:first-child) {
    margin-top: 15px;
  }
}

.news-home .news-item:hover .item-tt {
  color: #9BCB4A;
}

.news-home .item-date {
  background-color: #9BCB4A;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .news-home .item-date {
    width: 60px;
    height: 60px;
  }
}

.news-home .item-tt {
  transition: all 0.3s ease;
  line-height: 1.2;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#notfound {
  position: relative;
  height: 100vh;
}

.notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}

.notfound a {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 999px;
  transition: all 0.3s ease;
  font-weight: bold;
}

.notfound a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.notfound-404 {
  position: relative;
  height: 240px;
}

.notfound-404 h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound-404 span {
  text-shadow: -8px 0 0 #fff;
}

@media screen and (max-width: 991px) {
  .notfound-404 {
    height: 200px;
  }

  .notfound-404 h1 {
    font-size: 200px;
  }
}

@media screen and (max-width: 768px) {
  .notfound h2 {
    font-size: 16px;
  }

  .notfound-404 {
    height: 162px;
  }

  .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
}

.brand-system {
  overflow: hidden;
}

.brand-system .system-intro {
  padding-bottom: 40px;
}

.brand-system .system-intro .column {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .brand-system .system-intro .column {
    width: 100%;
  }
}

.brand-system .img {
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.brand-system .img img {
  border-radius: 10px;
  height: 100%;
}

.brand-system .title {
  margin-bottom: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .brand-system .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .brand-system .title {
    margin-bottom: 10px;
  }
}

.brand-system .desc {
  line-height: 1.5;
  margin-bottom: 15px;
}

.brand-system .btn-more-r {
  padding: 12px 24px;
}

@media screen and (max-width: 991px) {
  .brand-system .btn-more-r {
    padding: 10px 15px;
  }
}

.brand-system .btn-more-r img {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .brand-system .btn-more-r img {
    margin-left: 10px;
  }
}

.brand-system .system-map .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .brand-system .system-map .column {
    width: 100%;
  }
}

.brand-system .system-box {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .brand-system .system-box {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .brand-system .system-box {
    justify-content: flex-start;
    padding: 20px;
  }
}

.brand-system .system-box:hover .system-cont {
  color: #CA2026;
}

.brand-system .system-icon {
  flex-shrink: 0;
  padding-right: 10px;
}

.brand-system .system-label {
  margin-bottom: 5px;
  line-height: 1.1;
}

.brand-system .system-cont {
  transition: all 0.3s ease;
  line-height: 1.1;
}

.brand-system .map-b {
  margin-top: 40px;
  width: 100%;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  height: 454px;
  background-image: url("../img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .brand-system .map-b {
    height: 350px;
  }
}

@media screen and (max-width: 576px) {
  .brand-system .map-b {
    height: 300px;
  }
}

.brand-system .map-b iframe {
  width: 100%;
  height: 100%;
}

.about-us {
  position: relative;
}

@media screen and (max-width: 991px) {
  .about-us {
    padding: 40px 0;
  }
}

.about-us .columns {
  margin: 0;
  position: static;
}

.about-us .column {
  width: 50%;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .about-us .column {
    width: 100%;
  }
}

.about-us .about-ig {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  height: 100%;
}

@media screen and (min-width: 992px) {
  .about-us .about-ig {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}

.about-us .about-ig img {
  height: 100%;
}

.about-us .about-inner {
  padding: 40px 30px 40px 0;
  background-color: #fff;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .about-us .about-inner {
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .about-us .about-inner {
    padding-bottom: 20px;
  }
}

.about-us .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .about-us .title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .about-us .title {
    margin-bottom: 5px;
  }
}

.about-us .desc {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .about-us .desc {
    font-size: 14px;
  }
}

.about-us .label {
  display: flex;
  align-items: center;
}

.about-us .label img {
  margin-right: 9px;
}

.about-us .about-b {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .about-us .about-b {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .about-us .about-b {
    margin-top: 10px;
  }
}

.choos-us {
  background-color: #fff;
}

.choos-us .columns {
  flex-direction: row-reverse;
  margin: 0;
}

.choos-us .column {
  width: 50%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .choos-us .column {
    width: 100%;
  }
}

.choos-us .us-inner {
  padding: 40px 15px 40px 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .choos-us .us-inner {
    padding-right: calc((100vw - 1200px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .choos-us .us-inner {
    padding: 40px 15px;
  }
}

.choos-us .title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .choos-us .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .choos-us .title {
    margin-bottom: 10px;
  }
}

.choos-us .desc {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .choos-us .desc {
    font-size: 14px;
  }
}

.choos-us .us-list {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .choos-us .us-list {
    margin: -7.5px;
  }
}

.choos-us .us-item {
  width: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .choos-us .us-item {
    padding: 7.5px;
  }
}

.choos-us .us-text {
  padding-left: 10px;
}

@media screen and (max-width: 576px) {
  .choos-us .us-text {
    padding-left: 5px;
  }
}

.choos-us .us-tt {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .choos-us .us-tt {
    font-size: 14px;
  }
}

.choos-us .img {
  position: relative;
  text-align: right;
  height: 100%;
}

.choos-us .img img {
  height: 100%;
}

.about-system .swiper-custom {
  position: relative;
}

@media screen and (max-width: 1199px) {

  .about-system .swiper-custom:hover .swiper-button-next,
  .about-system .swiper-custom:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
}

.about-system .stystem-slide {
  overflow: hidden;
}

.about-system .swiper {
  margin: 0 -15px;
  padding: 25px 0 40px;
}

@media screen and (max-width: 991px) {
  .about-system .swiper {
    margin: 0 -7.5px;
  }
}

.about-system .swiper-slide {
  width: calc(100% / 3);
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .about-system .swiper-slide {
    padding: 0 7.5px;
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 576px) {
  .about-system .swiper-slide {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {

  .about-system .swiper-button-prev,
  .about-system .swiper-button-next {
    opacity: 0;
    visibility: hidden;
  }
}

.about-system .swiper-button-prev {
  left: -30px;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 1439px) {
  .about-system .swiper-button-prev {
    left: -10px;
  }
}

@media screen and (max-width: 1199px) {
  .about-system .swiper-button-prev {
    transform: translateY(-50%);
    left: 10px;
  }
}

.about-system .swiper-button-next {
  right: -30px;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 1439px) {
  .about-system .swiper-button-next {
    right: -10px;
  }
}

@media screen and (max-width: 1199px) {
  .about-system .swiper-button-next {
    transform: translateY(-50%);
    right: 10px;
  }
}

.about-system .about-inner {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .about-system .about-inner {
    padding: 20px;
  }
}

.about-system .about-inner:hover .about-title {
  color: #CA2026;
}

.about-system .about-inner:hover .about-img img {
  transform: scale(1.1);
}

.about-system .about-img {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .about-system .about-img {
    margin-bottom: 20px;
  }
}

.about-system .about-img img {
  transition: all 0.3s ease;
}

.about-system .about-title {
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .about-system .about-title {
    margin-bottom: 10px;
  }
}

.about-system .about-item {
  display: flex;
  align-items: center;
}

.about-system .about-item:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .about-system .about-item:not(:first-child) {
    margin-top: 10px;
  }
}

.about-system .about-item .about-icon {
  flex-shrink: 0;
  padding-right: 20px;
}

.about-system .about-link {
  transition: all 0.3s ease;
}

.about-system .about-link:hover {
  color: #CA2026;
}

.about-g7 .column {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .about-g7 .column {
    width: 100%;
  }
}

.about-g7 .swiper-slide {
  width: 100%;
}

.about-g7 .swiper-custom {
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.about-g7 .swiper:hover .swiper-button-next,
.about-g7 .swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.about-g7 .swiper:hover .swiper-button-prev {
  left: 15px;
}

.about-g7 .swiper:hover .swiper-button-next {
  right: 15px;
}

.about-g7 .swiper-button-next,
.about-g7 .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
}

.about-g7 .title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .about-g7 .title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .about-g7 .title {
    margin-bottom: 10px;
  }
}

.about-g7 .label {
  margin-bottom: 5px;
}

.about-g7 .desc {
  line-height: 1.5;
}

.about-g7 .desc p:first-child {
  margin-top: 0;
}

.about-g7 .desc p:last-child {
  margin-bottom: 0;
}

.related-news {
  padding-top: 40px;
}

.related-news .swiper-custom {
  overflow: hidden;
}

.related-news .swiper {
  padding: 30px 0 40px;
  margin: 0 -15px;
}

@media screen and (max-width: 991px) {
  .related-news .swiper {
    margin: 0 -7.5px;
    padding: 20px 0 40px;
  }
}

.related-news .swiper-slide {
  width: calc(100% / 4);
  padding: 0 15px;
}

@media screen and (max-width: 1199px) {
  .related-news .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 991px) {
  .related-news .swiper-slide {
    padding: 0 7.5px;
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .related-news .swiper-slide {
    width: 100%;
  }
}

.related-news .news-inner {
  transition: all 0.3s ease;
}

.related-news .news-inner:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

.related-news .news-inner:hover .news-title {
  color: #CA2026;
}

.related-news .news-title {
  transition: all 0.3s ease;
}

.related-news .news-inner {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.related-news .news-content {
  padding: 30px 15px 30px 30px;
}

@media screen and (max-width: 1439px) {
  .related-news .news-content {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .related-news .news-content {
    padding: 20px 15px;
  }
}

.related-news .news-date {
  display: flex;
  align-items: center;
  padding-top: 12px;
}

.related-news .news-date p {
  padding-left: 10px;
}

.rental-price {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .rental-price {
    background-color: #252327;
    background-color: #0D0C0E;
  }
}

.rental-price .rental-wrapper {
  padding-left: calc((100vw - 1200px) / 2);
  z-index: 1;
  width: 30%;
  width: 46%;
}

@media screen and (max-width: 1200px) {
  .rental-price .rental-wrapper {
    margin-left: 15px;
    width: 40%;
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .rental-price .rental-wrapper {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .rental-price .rental-wrapper {
    width: 100%;
    padding: 40px 0;
  }
}

.rental-price .rental-inner {
  max-width: 470px;
}

.rental-price .lable {
  color: #FEC700;
  margin-bottom: 5px;
}

.rental-price .title {
  max-width: 365px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .rental-price .title {
    margin-bottom: 15px;
  }
}

.rental-price .desc {
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rental-price .btn-more-r {
  padding: 12px 24px;
}

@media screen and (max-width: 767px) {
  .rental-price .btn-more-r {
    padding: 8px 15px;
  }
}

.rental-price .btn-more-r img {
  margin-left: 25px;
}

@media screen and (max-width: 1199px) {
  .rental-price .btn-more-r img {
    margin-left: 10px;
  }
}

.rental-price .price-bx {
  position: absolute;
  bottom: 30px;
  left: 57%;
  transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (max-width: 1899px) {
  .rental-price .price-bx {
    bottom: 20px;
  }
}

@media screen and (max-width: 1439px) {
  .rental-price .price-bx {
    bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .rental-price .price-bx {
    left: 58%;
  }
}

@media screen and (max-width: 991px) {
  .rental-price .price-bx {
    left: 60%;
  }
}

@media screen and (max-width: 767px) {
  .rental-price .price-bx {
    background-color: #fff;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    left: auto;
    right: 15px;
    transform: translate(0, -100%);
    bottom: 30px;
  }
}

.rental-price .price-bx .price-title {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  color: #000000;
  font-size: 36px;
}

@media screen and (max-width: 1899px) {
  .rental-price .price-bx .price-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .rental-price .price-bx .price-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .rental-price .price-bx .price-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .rental-price .price-bx .price-title {
    font-size: 22px;
  }
}

.rental-price .price-bx .price-num {
  color: #CA2026;
  font-weight: bold;
  line-height: 1.2;
  font-size: 72px;
}

@media screen and (max-width: 1899px) {
  .rental-price .price-bx .price-num {
    font-size: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .rental-price .price-bx .price-num {
    font-size: 56px;
  }
}

@media screen and (max-width: 991px) {
  .rental-price .price-bx .price-num {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .rental-price .price-bx .price-num {
    font-size: 30px;
  }
}

.rental-price .rental-img {
  text-align: right;
  float: right;
  height: 100%;
  width: 54%;
}

@media screen and (max-width: 1199px) {
  .rental-price .rental-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rental-price .rental-img {
    position: static;
    width: 100%;
  }
}

.rental-price .rental-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.rental-price .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .rental-price .bg-img {
    display: none;
  }
}

.rental-price .bg-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.product .column.sidebar {
  width: calc(100% / 12 * 3);
}

@media screen and (max-width: 991px) {
  .product .column.sidebar {
    width: calc(100% / 12 * 4);
  }
}

@media screen and (max-width: 767px) {
  .product .column.sidebar {
    width: 100%;
  }
}

.product .column.txt {
  width: calc(100% / 12 * 9);
}

@media screen and (max-width: 991px) {
  .product .column.txt {
    width: calc(100% / 12 * 8);
  }
}

@media screen and (max-width: 767px) {
  .product .column.txt {
    width: 100%;
  }
}

.product .product-search .label {
  margin-bottom: 15px;
}

.product .product-search .f-search {
  position: relative;
}

.product .product-search .f-control {
  border-radius: 100px;
  padding: 10px 15px;
  font-size: 12px;
  height: auto;
  font-style: italic;
  border-color: #9BCB4A;
  background-color: #F8F8F8;
  line-height: 1;
}

.product .product-search .f-control::placeholder {
  opacity: 0.4;
}

.product .product-search .f-submit {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  background-color: #CA2026;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.product .product-calog {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .product .product-calog {
    margin-top: 15px;
  }
}

.product .product-calog .label {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .product .product-calog .label {
    margin-bottom: 10px;
  }
}

.product .product-calog .c-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product .product-calog .c-item {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .product .product-calog .c-item {
    font-size: 14px;
  }
}

.product .product-calog .c-item:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .product .product-calog .c-item:not(:first-child) {
    margin-top: 10px;
  }
}

.product .product-calog .c-item.active .c-icon {
  transform: rotate(90deg);
}

.product .product-calog .c-item a:hover {
  color: #9BCB4A;
}

.product .product-calog .c-itm {
  display: block;
}

.product .product-calog .c-span {
  color: #aaa;
  font-size: 14px;
}

.product .product-calog .c-icon {
  cursor: pointer;
  transition: all 0.3s ease;
}

.product .product-calog .c-content {
  margin-top: 10px;
  padding: 0 10px;
  display: none;
}

.product .product-calog .c-itm {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product .product-calog .c-itm:not(:last-child) {
  margin-bottom: 5px;
}

.product .product-cata {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .product .product-cata {
    margin-top: 15px;
  }
}

.product .product-cata .label {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .product .product-cata .label {
    margin-bottom: 10px;
  }
}

.product .product-cata .product-item:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .product .product-cata .product-item:not(:first-child) {
    margin-top: 10px;
  }
}

.product .product-cata .hide-int {
  display: none;
}

.product .product-cata .hide-int:checked+.checkmark .checked {
  border-color: #CA2026;
}

.product .product-cata .hide-int:checked+.checkmark .checked img {
  opacity: 1;
  visibility: visible;
}

.product .product-cata .hide-int:checked+.checkmark .text-check {
  color: #CA2026;
}

.product .product-cata .checkmark {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product .product-cata .checked {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.product .product-cata .checked img {
  width: 9px;
  height: 9px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.product .product-cata .text-check {
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .product .product-cata .text-check {
    font-size: 14px;
  }
}

.product .product-main .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 991px) {
  .product .product-main .column {
    width: calc(100% / 2);
  }
}

.product .sec-box {
  border: none;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.product .sec-box .sec-img {
  padding: 25px 50px 20px;
}

@media screen and (max-width: 1199px) {
  .product .sec-box .sec-img {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 576px) {
  .product .sec-box .sec-img {
    padding: 15px 20px;
  }
}

.product .sec-box .sec-content {
  margin: 0 20px;
}

@media screen and (max-width: 576px) {
  .product .sec-box .sec-content {
    margin: 0 15px;
  }
}

.service-page .columns {
  align-items: center;
}

.service-page .column {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .service-page .column {
    width: 100%;
  }
}

.service-page .service-box {
  padding-top: 40px;
}

.service-page .service-box:nth-child(even) .columns {
  flex-direction: row-reverse;
}

.service-page .img {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.service-page .img img {
  border-radius: 10px;
}

.service-page .title {
  margin-bottom: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .service-page .title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .service-page .title {
    margin-bottom: 7px;
  }
}

.service-page .desc {
  margin-bottom: 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .service-page .desc {
    -webkit-line-clamp: 4;
  }
}

.service-page .btn-more-r {
  padding: 12px 24px;
}

@media screen and (max-width: 991px) {
  .service-page .btn-more-r {
    padding: 8px 15px;
  }
}

.service-page .btn-more-r img {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .service-page .btn-more-r img {
    margin-left: 10px;
  }
}

.news-page .column.txt {
  width: calc(100% / 12 * 9);
}

@media screen and (max-width: 991px) {
  .news-page .column.txt {
    width: calc(100% / 12 * 8);
  }
}

@media screen and (max-width: 767px) {
  .news-page .column.txt {
    width: 100%;
  }
}

.news-page .column.sidebar {
  width: calc(100% / 12 * 3);
}

@media screen and (max-width: 991px) {
  .news-page .column.sidebar {
    width: calc(100% / 12 * 4);
  }
}

@media screen and (max-width: 767px) {
  .news-page .column.sidebar {
    width: 100%;
  }
}

.news-page .label {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.news-page .label img {
  padding-right: 10px;
}

.news-page .news-search .f-search {
  position: relative;
}

.news-page .news-search .f-control {
  font-size: 12px;
  border-radius: 100px;
  border-color: #9BCB4A;
  padding: 10px 50px 10px 15px;
  height: auto;
  line-height: 1.2;
}

.news-page .news-search .f-control::placeholder {
  font-style: italic;
  opacity: 0.6;
}

.news-page .news-search .f-submit {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #CA2026;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}

.news-page .news-cata {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #C4C4C4;
}

@media screen and (max-width: 991px) {
  .news-page .news-cata {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.news-page .news-cata .news-list {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .news-page .news-cata .news-list {
    padding-left: 25px;
  }
}

.news-page .news-cata .news-link {
  display: block;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.news-page .news-cata .news-link:hover {
  color: #CA2026;
}

.news-page .news-cata .news-link:not(:first-child) {
  padding-top: 15px;
}

.news-page .news-fea {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #C4C4C4;
}

@media screen and (max-width: 991px) {
  .news-page .news-fea {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.news-page .news-fea .news-item {
  display: flex;
  align-items: center;
}

.news-page .news-fea .news-item:not(:first-child) {
  margin-top: 15px;
}

.news-page .news-fea .news-item:hover .img img {
  transform: scale(1.1);
}

.news-page .news-fea .news-item:hover .news-tt {
  color: #CA2026;
}

.news-page .news-fea .img {
  border-radius: 10px;
  overflow: hidden;
}

.news-page .news-fea .img img {
  border-radius: 10px;
  transition: all 0.3s ease;
}

.news-page .news-fea .content {
  padding-left: 15px;
  width: calc(100% - 80px);
}

@media screen and (max-width: 991px) {
  .news-page .news-fea .content {
    padding-left: 15px;
  }
}

.news-page .news-fea .news-tt {
  margin-bottom: 12px;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-page .news-fea .news-date {
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-style: italic;
}

.news-page .news-fea .news-date img {
  filter: brightness(0) invert(0);
  padding-right: 10px;
}

.news-page .news-tag {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #C4C4C4;
}

@media screen and (max-width: 991px) {
  .news-page .news-tag {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.news-page .news-tag .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.news-page .news-tag .tag-item {
  padding: 5px;
}

.news-page .news-tag .tag-item:hover .tag-link {
  opacity: 1;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

.news-page .news-tag .tag-link {
  border-radius: 100px;
  overflow: hidden;
  padding: 5px 22px;
  background-color: #9BCB4A;
  transition: all 0.3s ease;
  opacity: 0.7;
}

@media screen and (max-width: 1199px) {
  .news-page .news-main .columns {
    margin: -7.5px;
  }
}

.news-page .news-main .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 1199px) {
  .news-page .news-main .column {
    padding: 7.5px;
  }
}

@media screen and (max-width: 991px) {
  .news-page .news-main .column {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 576px) {
  .news-page .news-main .column {
    width: 100%;
  }
}

.news-page .news-inner {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.news-page .news-inner:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-color: transparent;
}

.news-page .news-inner:hover .news-title {
  color: #CA2026;
}

.news-page .news-inner:hover .news-img img {
  transform: scale(1.1);
}

.news-page .news-inner .news-content {
  padding: 30px 20px 30px;
}

@media screen and (max-width: 1199px) {
  .news-page .news-inner .news-content {
    padding: 15px;
  }
}

.news-page .news-inner .news-img {
  display: block;
  overflow: hidden;
}

.news-page .news-inner .news-img img {
  transition: all 0.3s ease;
}

.news-page .news-inner .news-title {
  transition: all 0.3s ease;
  line-height: 1.2;
}

.news-page .news-inner .news-date {
  display: flex;
  align-items: center;
  padding-top: 12px;
}

.news-page .news-inner .news-date p {
  padding-left: 10px;
}

@media screen and (max-width: 1199px) {
  .news-page .news-inner .news-date p {
    font-size: 14px;
  }
}

.news-page .news-detail .news-title {
  line-height: 1.2;
  margin-bottom: 12px;
  color: #CA2026;
}

.news-page .news-detail .mona-content {
  line-height: 1.5;
}

.news-page .news-detail .mona-img {
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0;
}

@media screen and (max-width: 576px) {
  .news-page .news-detail .mona-img {
    margin: 20px 0;
  }
}

.news-page .news-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #C4C4C4;
}

@media screen and (max-width: 991px) {
  .news-page .news-social {
    margin-top: 20px;
  }
}

.news-page .news-social .social-item {
  width: 15px;
  height: 15px;
  display: block;
  transition: all 0.3s ease;
}

.news-page .news-social .social-item:hover {
  transform: translateY(-5px);
}

.news-page .news-social .social-item:not(:first-child) {
  margin-left: 15px;
}

.news-page .news-act {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .news-page .news-act {
    margin-bottom: 20px;
  }
}

.news-page .news-act .news-item {
  display: flex;
  align-items: center;
}

.news-page .news-act .news-item p {
  padding-left: 7px;
}

.news-page .news-act .news-item:not(:first-child) {
  margin-left: 30px;
}

.consultants {
  padding: 70px 0 0;
}

.consultants .title {
  line-height: 1.2;
}

.consultants .consultant-wrapper {
  position: relative;
}

.consultants .swiper-custom {
  overflow: hidden;
  margin: 0 -15px;
}

.consultants .swiper {
  padding: 40px 15px;
  margin: 0 -15px;
}

@media screen and (max-width: 991px) {
  .consultants .swiper {
    margin: 0 -7.5px;
  }
}

.consultants .swiper-button-prev {
  transform: translate(-100%, -50%);
  left: -30px;
}

@media screen and (max-width: 1439px) {
  .consultants .swiper-button-prev {
    left: -10px;
  }
}

@media screen and (max-width: 1199px) {
  .consultants .swiper-button-prev {
    transform: translateY(-50%);
    left: 10px;
  }
}

.consultants .swiper-button-next {
  transform: translate(100%, -50%);
  right: -30px;
}

@media screen and (max-width: 1439px) {
  .consultants .swiper-button-next {
    right: -10px;
  }
}

@media screen and (max-width: 1199px) {
  .consultants .swiper-button-next {
    transform: translateY(-50%);
    right: 10px;
  }
}

.consultants .swiper-slide {
  width: calc(100% / 4);
  padding: 0 15px;
}

@media screen and (max-width: 1199px) {
  .consultants .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 991px) {
  .consultants .swiper-slide {
    padding: 0 7.5px;
  }
}

@media screen and (max-width: 767px) {
  .consultants .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .consultants .swiper-slide {
    width: 100%;
  }
}

.consultants .consu-inner {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  padding: 18px;
}

.consultants .consu-inner:hover img {
  transform: scale(1.1);
}

.consultants .consu-inner:hover .name {
  color: #CA2026;
}

.consultants .consu-inner:hover .chat-onl {
  color: #9BCB4A;
}

.consultants .img {
  border-radius: 10px;
  overflow: hidden;
}

.consultants .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  transition: all 0.3s ease;
}

.consultants .content {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .consultants .content {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.consultants .name,
.consultants .job,
.consultants .chat-onl {
  margin-bottom: 9px;
}

@media screen and (max-width: 991px) {

  .consultants .name,
  .consultants .job,
  .consultants .chat-onl {
    margin-bottom: 5px;
  }
}

.consultants .name {
  display: block;
  transition: all 0.3s ease;
}

.consultants .chat-onl {
  transition: all 0.3s ease;
  display: block;
}

.contact-us {
  overflow: hidden;
}

.contact-us .container-full {
  padding: 0;
}

.contact-us .contact-head {
  margin-bottom: 15px;
}

.contact-us .title {
  margin-bottom: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .contact-us .title {
    margin-bottom: 15px;
  }
}

.contact-us .head-tab {
  display: flex;
  align-items: center;
}

.contact-us .tab-title {
  font-size: 16px;
  color: #8C8C8C;
  padding: 10px 30px 9px;
  border-radius: 100px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .contact-us .tab-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .contact-us .tab-title {
    padding: 10px 20px 9px;
  }
}

.contact-us .tab-title.active {
  font-weight: bold;
  color: #fff;
  background-color: #CA2026;
}

.contact-us .tab-content {
  display: none;
}

.contact-us .tab-content.active {
  display: block;
  animation: OutIn 1s;
}

.contact-us .contact-wrap {
  display: flex;
  flex-wrap: wrap;
}

.contact-us .contact-wrap .map {
  width: 50%;
  background-image: url("../img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .contact-us .contact-wrap .map {
    width: 100%;
    height: 350px;
  }
}

.contact-us .contact-wrap .map iframe {
  width: 100%;
  height: 100%;
}

.contact-us .contact-wrap .contact-box {
  background-color: #9BCB4A;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  max-width: 370px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .contact-us .contact-wrap .contact-box {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .contact-wrap .contact-box {
    left: 50%;
    max-width: 100%;
    width: 320px;
  }
}

.contact-us .contact-wrap .item img {
  filter: brightness(0) invert(1);
}

.contact-us .contact-txt {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-us .contact-txt {
    width: 100%;
  }
}

.contact-us .contact-txt .img {
  height: 100%;
  position: relative;
}

.contact-us .contact-txt .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contact-us .contact-txt .img::before {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1199px) {
  .contact-us .contact-txt .img {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .contact-txt .img {
    min-height: 260px;
  }
}

.contact-us .contact-txt .img img {
  height: 100%;
}

.contact-us .contact-box {
  padding: 30px;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.contact-us .contact-box .contact-tt {
  line-height: 1.2;
  margin-bottom: 15px;
}

.contact-us .contact-box .item {
  display: flex;
  align-items: center;
}

.contact-us .contact-box .item:not(:first-child) {
  margin-top: 15px;
}

.contact-us .contact-box .contact-link {
  transition: all 0.3s ease;
  padding-left: 20px;
}

.contact-us .contact-box .contact-link:hover {
  color: #CA2026;
}

.contact-us .contact-swiper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.contact-us .contact-swiper .img {
  position: absolute;
  left: auto;
  right: 0;
  top: 0%;
  width: 100%;
  transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .contact-us .contact-swiper .img {
    transform: none;
    position: relative;
    height: 400px;
  }
}

.contact-us .contact-swiper .img img {
  height: 100%;
}

.contact-us .contact-swiper .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.contact-us .contact-swiper .box-map {
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.contact-us .contact-swiper .map {
  width: 100%;
  height: 100%;
  background-image: url("../img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 560px;
}

@media screen and (max-width: 1439px) {
  .contact-us .contact-swiper .map {
    height: 460px;
  }
}

@media screen and (max-width: 991px) {
  .contact-us .contact-swiper .map {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .contact-swiper .map {
    height: 350px;
  }
}

.contact-us .contact-swiper .map iframe {
  width: 100%;
  height: 100%;
}

.contact-us .contact-swiper .contact-box {
  background-color: #fff;
}

.contact-us .contact-swiper .contact-box:hover {
  background-color: #9BCB4A;
  color: #fff;
}

.contact-us .contact-swiper .contact-box:hover .contact-tt {
  color: #fff;
}

.contact-us .contact-swiper .contact-box:hover .item img {
  filter: brightness(0) invert(1);
}

.contact-us .contact-swiper .item img {
  transition: all 0.3s ease;
}

.contact-us .contact-swiper .contact-tt {
  transition: all 0.3s ease;
}

.contact-us .contact-swiper .contact-link {
  transition: none;
}

.contact-us .swiper-bg {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contact-us .swiper-bg {
    width: 100%;
  }
}

.contact-us .swiper-bg .swiper {
  height: 100%;
  overflow: visible;
}

.contact-us .swiper-bg .swiper-slide-active .box-map {
  opacity: 1;
  visibility: visible;
}

.contact-us .swiper-bg .swiper-slide-active .inner-txt {
  opacity: 1;
  visibility: visible;
}

.contact-us .swiper-sm {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contact-us .swiper-sm {
    width: 100%;
  }
}

.contact-us .swiper-sm .contact-box {
  padding: 20px;
}

.contact-us .swiper-sm .contact-tt {
  margin-bottom: 10px;
}

.contact-us .swiper-sm .contact-link {
  padding-left: 10px;
}

.contact-us .swiper-sm .swiper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -30%);
  z-index: 1;
  max-width: 60%;
}

@media screen and (max-width: 1439px) {
  .contact-us .swiper-sm .swiper {
    transform: translate(0, -10%);
  }
}

@media screen and (max-width: 1199px) {
  .contact-us .swiper-sm .swiper {
    transform: translate(0, -15%);
  }
}

@media screen and (max-width: 991px) {
  .contact-us .swiper-sm .swiper {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .swiper-sm .swiper {
    max-width: 100%;
    right: 15px;
    left: 15px;
    top: auto;
    bottom: 40px;
    transform: translate(0, 0);
  }
}

.contact-us .swiper-sm .swiper-slide-thumb-active .contact-box {
  background-color: #9BCB4A;
  color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

.contact-us .swiper-sm .swiper-slide-thumb-active .contact-tt {
  color: #fff;
}

.contact-us .swiper-sm .swiper-slide-thumb-active .item img {
  filter: brightness(0) invert(1);
}

.contact-us .swiper-sm .swiper-arrow {
  position: absolute;
  width: 70px;
  height: 30px;
  top: 38px;
  right: 15px;
}

@media screen and (min-width: 1200px) {
  .contact-us .swiper-sm .swiper-arrow {
    right: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 1199px) {
  .contact-us .swiper-sm .swiper-arrow {
    top: 20px;
  }
}

.contact-us .swiper-sm .swiper-button-next, .contact-us .swiper-sm .swiper-button-prev {
  top: 0%;
  margin: 0;
  transform: translate(0, 0);
}

.contact-us .contact-inner {
  position: relative;
  cursor: pointer;
}

.contact-us .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .contact-us .bx-rt {
    position: relative;
  }
}

.contact-us .inner-txt {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  transform: translate(100%, 0);
  transition: all 0.3s ease;
  right: 0;
  left: auto;
  max-width: 570px;
  padding: 40px 0 0 30px;
  z-index: 9;
}

@media screen and (max-width: 1199px) {
  .contact-us .inner-txt {
    max-width: 400px;
    padding: 20px 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .inner-txt {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    max-width: 100%;
    padding: 30px 15px 15px;
    transform: none;
    top: 0%;
    bottom: auto;
  }
}

.contact-us .inner-txt .cont-tt {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .contact-us .inner-txt .cont-tt {
    margin-bottom: 7px;
  }
}

.contact-us .inner-txt .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contact-us.contact-nw .head-dm {
  display: none;
  padding: 10px 15px;
  background-color: #9BCB4A;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .contact-us.contact-nw .head-dm {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .contact-us.contact-nw .head-dm {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .contact-us.contact-nw .head-tab {
    flex-wrap: wrap;
    background-color: rgba(140, 140, 140, 0.2);
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us.contact-nw .tab-title {
    padding: 10px 20px 9px;
  }
}

@media screen and (max-width: 576px) {
  .contact-us.contact-nw .tab-title {
    display: block;
    width: 100%;
    border-radius: 0;
    color: #000000;
    padding: 10px;
  }

  .contact-us.contact-nw .tab-title.active {
    color: #fff;
  }
}

.product-detail .cols {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .product-detail .cols {
    margin: -7.5px;
  }
}

.product-detail .col {
  padding: 15px;
}

@media screen and (max-width: 1199px) {
  .product-detail .col {
    padding: 7.5px;
  }
}

.product-detail .col.txt {
  width: calc(100% / 12 * 9);
}

@media screen and (max-width: 991px) {
  .product-detail .col.txt {
    width: 100%;
  }
}

.product-detail .col.lst {
  width: calc(100% / 12 * 3);
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .product-detail .col.lst {
    display: none;
  }
}

.product-detail .product-listing .l-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #9BCB4A;
  padding: 5px 20px;
}

@media screen and (max-width: 991px) {
  .product-detail .product-listing .l-title {
    font-size: 16px;
  }
}

.product-detail .product-listing .l-list {
  padding: 10px;
  border: 1px solid #eee;
  border-top: none;
}

.product-detail .product-listing .l-item {
  display: flex;
  align-items: center;
}

.product-detail .product-listing .l-item:not(:first-child) {
  margin-top: 10px;
}

.product-detail .product-listing .l-item:hover .l-img {
  border-color: #9BCB4A;
}

.product-detail .product-listing .l-item:hover .l-img img {
  transform: scale(1.1);
}

.product-detail .product-listing .l-img {
  width: 75px;
  height: 75px;
  border: 1px solid #eee;
  padding: 10px;
  transition: all 0.3s ease;
}

.product-detail .product-listing .l-img img {
  transition: all 0.3s ease;
}

.product-detail .product-listing .l-txt {
  width: calc(100% - 75px);
  padding-left: 15px;
}

@media screen and (max-width: 1199px) {
  .product-detail .product-listing .l-txt {
    padding-left: 10px;
  }
}

.product-detail .product-listing .l-tt {
  line-height: 1.2;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-detail .product-listing .l-price {
  font-weight: bold;
  color: #CA2026;
}

.product-detail .product-listing .l-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
  color: #CA2026;
  transition: all 0.3s ease;
}

.product-detail .product-listing .l-more:hover {
  color: #9BCB4A;
}

.product-detail .product-listing .l-more i {
  margin-left: 5px;
}

.product-detail .column.sld {
  width: calc(100% / 9 * 4);
}

@media screen and (max-width: 600px) {
  .product-detail .column.sld {
    width: 100%;
  }
}

.product-detail .column.txt {
  width: calc(100% / 9 * 5);
}

@media screen and (max-width: 600px) {
  .product-detail .column.txt {
    width: 100%;
  }
}

.product-detail .title {
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .product-detail .title {
    margin-bottom: 15px;
  }
}

.product-detail .desc {
  line-height: 1.5;
}

.product-detail .list {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.product-detail .item:not(:first-child) {
  margin-top: 15px;
}

.product-detail .text span {
  opacity: 0.7;
}

.product-detail .btn-more-r {
  padding: 12px 24px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .product-detail .btn-more-r {
    padding: 8px 15px;
  }
}

.product-detail .btn-more-r img {
  margin-left: 25px;
}

.product-detail .product-slide {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.product-detail .product-slide .swiper-button-prev,
.product-detail .product-slide .swiper-button-next {
  top: auto;
  transform: none;
  border-radius: 0;
  background-color: rgba(196, 196, 196, 0.8);
  width: 30px;
  height: 100%;
}

.product-detail .product-slide .swiper-button-prev::after,
.product-detail .product-slide .swiper-button-next::after {
  margin: 0;
  transform: none;
}

.product-detail .product-slide .swiper-button-prev {
  top: 0;
  right: 0;
}

.product-detail .product-slide .swiper-button-next {
  bottom: auto;
  top: 0;
  right: 0;
}

.product-detail .swiper-sm {
  width: 100%;
  margin-top: 10px;
}

.product-detail .swiper-sm:hover .swiper-button-next,
.product-detail .swiper-sm:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.product-detail .swiper-sm .swiper {
  border-radius: 10px;
  height: 100%;
}

.product-detail .swiper-sm .swiper-slide-thumb-active .img-s {
  border-color: #9BCB4A;
}

.product-detail .swiper-sm .img-s {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}

.product-detail .swiper-sm .img-s img {
  height: 100%;
}

.product-detail .swiper-bg {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .product-detail .swiper-bg {
    width: 100%;
    padding-left: 0;
  }
}

.product-detail .swiper-bg .swiper {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

@media screen and (max-width: 1199px) {
  .product-detail .swiper-bg .swiper {
    max-height: 380px;
  }
}

@media screen and (max-width: 991px) {
  .product-detail .swiper-bg .swiper {
    max-height: 100%;
  }
}

.product-detail .product-tb {
  padding-top: 40px;
}

.product-detail .tab-link {
  border-color: #C4C4C4;
}

@media screen and (max-width: 576px) {
  .product-detail .tab-link {
    justify-content: space-between;
  }
}

.product-detail .tab-link .tab-line {
  background-color: #CA2026;
}

.product-detail .tab-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #C4C4C4;
  cursor: pointer;
  padding: 0 0 5px 0;
}

@media screen and (max-width: 991px) {
  .product-detail .tab-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .product-detail .tab-title {
    font-size: 16px;
  }
}

.product-detail .tab-title:not(:first-child) {
  margin-left: 26px;
}

@media screen and (max-width: 576px) {
  .product-detail .tab-title:not(:first-child) {
    margin-left: 0;
  }
}

.product-detail .tab-title.active {
  color: #CA2026;
}

.product-detail .product-wrap {
  display: flex;
  margin-top: 15px;
}

.product-detail .product-wrap .mona-content {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .product-detail .product-wrap .mona-content {
    width: 100%;
    padding: 0;
  }
}

.product-detail .product-wrap .product-qc {
  width: calc(100% / 12 * 3);
  display: none;
}

.product-detail .mona-content h4 {
  margin-top: 0;
}

.product-detail .mona-content p {
  line-height: 1.5;
}

.product-detail .mona-img {
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0;
}

.product-detail .img-qc {
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: block;
}

.product-detail .img-qc:not(:first-child) {
  margin-top: 30px;
}

.product-detail .img-qc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.product-detail .tab-content {
  margin-top: 15px;
}

.product-detail .product-table {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  overflow: hidden;
}

.product-detail .product-table .b-table {
  width: 100%;
}

.product-detail .product-table .title-table {
  background-color: #9BCB4A;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .product-detail .product-table .title-table {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .product-detail .product-table .title-table {
    padding: 10px 15px;
  }
}

.product-detail .product-table tbody {
  border-radius: 10px;
}

.product-detail .product-table tbody tr td:nth-child(1) {
  background-color: #F3F5F6;
  border-right: 1px solid #C4C4C4;
}

.product-detail .product-table tbody tr:not(:first-child) {
  border-top: 1px solid #C4C4C4;
}

.product-detail .product-table tbody td {
  padding: 12px 25px;
}

@media screen and (max-width: 767px) {
  .product-detail .product-table tbody td {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 576px) {
  .product-detail .product-table tbody td {
    padding: 10px;
  }
}

.product-detail .product-table tbody td:nth-child(1) {
  width: calc(100% / 12 * 3 + 30px);
}

@media screen and (max-width: 767px) {
  .product-detail .product-table tbody td:nth-child(1) {
    width: calc(100% / 12 * 4);
  }
}

.product-detail .product-table tbody td:nth-child(2) {
  width: calc(100% / 12 * 9 - 30px);
}

@media screen and (max-width: 767px) {
  .product-detail .product-table tbody td:nth-child(2) {
    width: calc(100% / 12 * 8);
  }
}

.similar-product .title {
  line-height: 1.2;
  margin-bottom: 0;
}

.similar-product .swiper-custom {
  position: relative;
}

.similar-product .product-slides {
  position: relative;
}

.similar-product .swiper {
  padding: 30px 0px;
  margin: 0 -15px;
}

@media screen and (max-width: 1199px) {
  .similar-product .swiper {
    margin: 0 -7.5px;
  }
}

.similar-product .swiper-slide {
  width: calc(100% / 4);
  padding: 0 15px;
}

@media screen and (max-width: 1199px) {
  .similar-product .swiper-slide {
    width: calc(100% / 3);
    padding: 0 7.5px;
  }
}

@media screen and (max-width: 767px) {
  .similar-product .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .similar-product .swiper-slide {
    width: 50%;
  }
}

.similar-product .swiper-button-prev {
  transform: translate(-100%, -50%);
  left: -15px;
}

@media screen and (max-width: 1439px) {
  .similar-product .swiper-button-prev {
    left: -10px;
  }
}

@media screen and (max-width: 1199px) {
  .similar-product .swiper-button-prev {
    transform: translateY(-50%);
    left: 10px;
  }
}

.similar-product .swiper-button-next {
  transform: translate(100%, -50%);
  right: -15px;
}

@media screen and (max-width: 1439px) {
  .similar-product .swiper-button-next {
    right: -10px;
  }
}

@media screen and (max-width: 1199px) {
  .similar-product .swiper-button-next {
    transform: translateY(-50%);
    right: 10px;
  }
}

.similar-product .sec-box {
  border-radius: 10px;
  border: none;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=style.css.map */