body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Verdana Pro", sans;
}

body.is-footer-absolute {
  position: relative;
  padding-bottom: 250px;
}

body.is-footer-absolute .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.page {
  background-color: #f6f7fb;
}

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

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

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

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

.splice-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .row {
  gap: 24px 0;
} */

.splice-3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slick-dots {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* display: none !important; */
}

.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(150, 154, 153, 0.2);
  font-size: 0;
  border: none;
  outline: none;
}

h1:not(.page-content h1),
h2:not(.page-content h2),
h3:not(.page-content h3),
h4:not(.page-content h4),
h5:not(.page-content h5),
h6:not(.page-content h6),
ul:not(.page-content ul),
p:not(.page-content p),
ul:not(.page-content ul) {
  /* margin: 0; */
  padding: 0;
  list-style-type: none;
}

ul:not(.page-content ul) {
  margin-bottom: 0;
}

a:not(.page-content a) {
  text-decoration: none;
  /* color: inherit; */
}

.page-content p {
  color: rgb(52, 52, 52);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.slick-dots .slick-active button {
  background-color: #8ec545;
}

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

.page-breadcrumb {
  padding: 26px 0 40px;
}

.page-breadcrumb h2 {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.page-breadcrumb ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}

.page-breadcrumb ul a {
  color: #4a4a4b;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 10px;
}

.page-breadcrumb ul li:first-child a {
  color: #8dc544;
  padding-left: 0;
}

.page-breadcrumb ul li:last-child a {
  border-right: none;
  font-weight: 400;
}

.page-pagination {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.page-pagination a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.page-pagination-item {
  color: rgb(18, 54, 84);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.page-pagination-item.active {
  background-color: #33ab58;
  color: #fff;
}

.page-pagination svg:hover path,
.page-pagination svg.active path {
  stroke: #33ab58;
}

.page-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px !important;
}

.page-tabs a {
  padding: 16px 30px;
  color: rgba(51, 171, 88, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  border-radius: 25px;
  transition: all 0.4s ease;
  background-color: #fff;
  display: block;
}
.page-tabs a.active,
.page-tabs a:hover {
  background-color: rgba(51, 171, 88, 1);
  color: #fff;
}
.header {
  height: 90px;
  background-color: #fff;
}

.header.shadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.header.scrolled {
  background-color: rgba(000, 000, 000, 0.6);
  backdrop-filter: blur(10px);
}

.collapse:not(.show) {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.collapse.show {
  display: block;
  height: auto;
  overflow: visible;
  pointer-events: visible;
  opacity: 1;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

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

.header-mobile-header ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.header-mobile-header ul li a {
  width: 34px;
  height: 34px;
  flex: 0 0 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f2f4f9;
}

.header-mobile-header ul svg {
  fill: #8ec545;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header-lang {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  color: #8ec545;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-lang span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 14px;
}

.header-lang-dropdown {
  position: absolute;
  top: 100%;
  right: -4px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: hidden;
  z-index: 10;
}

.header-lang:hover .header-lang-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-lang-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 0;
}

.header-lang-dropdown ul li a {
  width: auto;
  border-radius: 0;
  background-color: #fff;
  transition: 0.3s;
  padding: 10px 18px;
  display: inline-block;
  color: #343434;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header-lang-dropdown ul li a.active {
  color: #8ec545;
}

.header-lang-dropdown ul li a:hover {
  background-color: #f0f0f0;
}

.header-burger {
  display: none;
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-menu ul a,
.header-menu ul li span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  display: block;
  width: max-content;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.header-menu ul a::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  background-color: #8dc544;
}

.header-menu ul a:hover::after,
.header-menu ul li span:hover::after {
  transform: scaleX(1);
}

.header-menu ul a.active::after,
.header-menu ul li span.active::after {
  transform: scaleX(1);
}

.header-menu ul a.active,
.header-menu ul a:hover {
  color: #8dc544;
}

.header-menu ul li {
  position: relative;
}

.header-menu ul li ul {
  position: absolute;
  top: 100%;
  min-width: 100%;
  max-width: max-content;
  left: 0;
  flex-direction: column;
  gap: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
  pointer-events: none;
}

.header-menu ul li:hover ul,
.header-menu ul li.show ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-menu ul li ul li {
  width: 100%;
}

.header-menu ul li ul a {
  padding: 16px 20px;
  min-width: max-content;
  width: 100%;
  color: #8ec545;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #a1aecc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header-menu ul li ul a:hover {
  background-color: #8ec545;
  color: #fff;
}

.header-menu ul li ul a::after {
  display: none;
}

.header-menu ul li ul a:last-child {
  border-bottom: none;
}

.header-actions {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  gap: 30px;
  color: #000;
}

/* .section-banner {
  height: 1000px;
  max-height: calc(100vh - 90px);
} */
.section-banner img {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
}

.item-product {
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 65px;
  padding: 20px;
  width: 100%;
  height: 580px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.item-product-image {
  margin-bottom: 30px;
}

.item-product-image img {
  height: 300px;
  display: block;
  margin: 0 auto;
}

.item-product-info h3 {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;

  margin-bottom: 14px;
  width: 70%;
}

.item-product-info p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.item-product-info button {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  padding: 16px 20px;
  border: none;
  outline: none;
  background-color: #33ab58;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  margin-top: 14px;
}

.slick-arrow {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.9);
}

.slick-prev {
  position: absolute;
  content: "";
  background: url("../image/svg/slider-left.svg") no-repeat center / contain;
  background-size: 50%;
  left: -30px;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.slick-next {
  position: absolute;
  content: "";
  background: url("../image/svg/slider-right.svg") no-repeat center / contain;
  background-size: 50%;
  right: -90px;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section-about .col-md-6 {
  padding: 0 !important;
}

.section-about-info {
  width: 100%;
}

.section-about-info h3 {
  color: rgba(51, 171, 88, 1);
  font-size: 60px;
  font-weight: 400;
  line-height: 62px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-about-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.section-about-more {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  padding: 20px 36px;
  background-color: #33ab58;
}

.section-about-image {
  width: 100%;
  border-radius: 40px;
}

.section-about-image {
  height: 600px;
  background: var(--bg-image-url) no-repeat center center / cover;
}

.section-about-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-about-video {
  width: 50%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.page-about-video {
  float: right;
}

.section-about-video-poster,
.page-about-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 1 auto;
  max-height: 500px;
}

.page-modal-btn {
  background-color: #33ab58;
  height: 60px;
  border: none;
  outline: none;
  padding: 0 40px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.page-modal-btn svg {
  margin-right: 10px;
}

.footer {
  padding: 90px;
  background-color: #33ab58;
  border-radius: 60px 60px 0 0;
  gap: 20px;
}

.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-social {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.footer-social img {
  width: 300px;
}

.footer-social ul {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-social a svg path {
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.footer-social a:hover svg path {
  fill: #000;
}

.footer-social a b {
  color: #fff;
  font-weight: 600;
}

.footer-social a svg {
  fill: #fff;
}

.footer-social a:hover svg {
  fill: #0a2f45;
}

.footer-menu {
  gap: 60px;
}

.footer-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  transition: all 0.3s ease;
}

.footer-menu a:hover {
  opacity: 0.8;
}

.footer-menu a:hover {
  color: #65cbca;
}

.footer-address{
  max-width: 300px;
}

.footer-address a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
}

.footer-address b {
  display: block;
  font-weight: 600;
  line-height: 1.5;
  color: #98e0a0;
}

/* .page-slug-image-main {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.page-slug-image-main img {
  width: 120px !important;
  height: auto;
  margin: auto;
  object-fit: contain;
  padding: 5px;
} */

/* .page-slug-image-list .slick-track{
  display: flex;
  align-items: center;
} */

/* .page-slug-image-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.page-slug-image-list img {
  height: auto;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  padding: 5px;
  margin-bottom: 10px;
} */

.page-slug-wrapper {
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

.page-slug-image-main {
  margin-bottom: 30px;
}

.page-slug-image-main .slick-list {
  max-height: 500px;
}

.page-slug-image-main .slick-list .slick-track img {
  max-width: 120px;
  object-fit: contain;
  margin: auto;
}

.page-slug-image-list .slick-list {
  padding: 0 !important;
}
.page-slug-image-list .slick-list .slick-track {
  margin: 0 !important;
  height: 110px;
  overflow: hidden;
}

.page-slug-image-list .slick-list .slick-slide {
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 4px;
}

.page-slug-image-list .slick-list .slick-current {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.page-slug-image-list .slick-list .slick-track img {
  margin-right: 8px;
  max-height: 110px;
  object-fit: contain;
  margin: auto;
}

.page-contact span {
  color: #33ab58;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-contact a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin-bottom: 24px;
}

.page-contact ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 10px !important;
}

.page-contact ul a {
  width: 34px;
  height: 34px;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 0;
}

.page-contact ul a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.modal-dialog {
  width: 100%;
  max-width: 900px;
}

.modal-body {
  padding: 30px;
}

.modal-content {
  border-radius: 0;
}

.page-contact input,
.page-contact textarea,
.modal-body input,
.modal-body textarea {
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 12px;
}

.modal-body h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.modal-body button,
.page-contact button {
  border: none;
  outline: none;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: rgb(100, 194, 205);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-contact input::placeholder,
.page-contact textarea::placeholder {
  color: #000;
}

.page-contact input:focus,
.page-contact textarea:focus {
  outline: none;
  border: 1px solid #8ec545;
}

.page-contact input:focus::placeholder,
.page-contact textarea:focus::placeholder {
  color: #8ec545;
}

.page-contact input[type="submit"] {
  background-color: #8ec545;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-contact input[type="submit"]:hover {
  background-color: #8ec545;
}

.page-contact input[type="submit"]:active {
  background-color: #8ec545;
}

.page-contact input[type="submit"]:disabled {
  background-color: #8ec545;
  cursor: not-allowed;
}

.page-contact input[type="submit"]:disabled:hover {
  background-color: #8ec545;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: #00000050;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header-mobile.active {
  left: 0;
}

.header-mobile-menu {
  background-color: #fff;
  width: max-content;
  width: 80%;
  height: 100vh;
}

.header-mobile-header {
  background-color: #f2f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
}

.header-mobile-header ul a {
  background-color: #fff !important;
}

.header-mobile-body {
  height: calc(100vh - 60px);
  overflow: scroll;
}

.header-mobile-body ul {
  width: 100%;
}

.header-mobile-body ul a,
.header-mobile-body ul span {
  padding: 18px 30px;
  color: #33ab58;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.header-mobile-body ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-mobile-body ul li:hover ul,
.header-mobile-body ul li.show ul {
  height: max-content;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-mobile-body ul li ul a {
  padding: 20px 30px;
  color: rgb(34, 64, 140);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #314f8f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.section-tabs,
.section-about,
.section-trust,
.section-news,
.section-awards {
  padding: 80px 0;
}

.section-awards{
  padding: 50px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.section-header h2,
.section-info h2 {
  color: rgba(0, 0, 0, 1);
  font-size: 70px;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.section-header a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #274689;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.row .team-item {
  margin: 0 !important;
  width: 100%;
}

.page-footer {
  margin-top: 50px;
}

.page-footer,
.page-footer ul,
.page-footer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.page-footer-prev,
.page-footer-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 5px;
  background: rgb(245, 247, 248);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-footer ul a {
  color: rgb(139, 139, 139);
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
}

.page-footer ul a.active {
  color: #8ec545;
}

.page-footer a svg path {
  stroke: #8ec545;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-footer-prev:hover,
.page-footer-next:hover {
  background-color: #8ec545;
  color: #fff;
  stroke: #fff;
}

.page-footer-prev:hover svg path,
.page-footer-next:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.page-footer ul a:hover {
  color: #8ec545;
}

.section-contact .contact-left,
.section-contact .contact-right {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
}

.section-contact .contact-right {
  margin-right: auto;
  margin-left: 0;
}

.section-contact .row .col-12:first-child {
  background-color: #f1f2f4;
  display: flex;
  align-items: center;
}

.section-contact .row .col-12:last-child {
  background: url("../image/contact-bg.jpeg") no-repeat center / cover;
  padding: 100px 80px;
  color: #fff;
}

/* .section-contact .row {
  margin: 0 !important;
} */

.section-contact h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
}

.contact-right h2 {
  color: #fff;
  margin-bottom: 36px;
}

.contact-right input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #ffffff30;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
}

.contact-right textarea {
  width: 100%;
  height: 100px;
  border: none;
  background-color: #ffffff30;
  padding: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-right button {
  width: max-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  border: none;
  background-color: #fff;
  color: #8ec545;
  color: #081f45;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  padding: 20px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-right button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.contact-left h2 {
  color: #8ec545;
  margin-bottom: 60px;
  position: relative;
}

.contact-left h2::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  left: 0;
  bottom: -16px;
  background: url("../image/contact-bg.png") no-repeat left / contain;
}

.contact-left small {
  color: #081f45;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-left a {
  color: rgb(52, 52, 52);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 26px;
  display: block;
}

.page-slug h3 {
  color: rgb(52, 52, 52);
  font-size: 32px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 24px;
}

.page-slug-info {
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

.page-slug-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  color: rgb(161, 162, 167);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.page-slug-info ul li:last-child {
  margin-bottom: 0;
}

.page-slug-info ul li i {
  flex: 1;
  height: 1px;
  background-color: #d4d6dd90;
  margin-top: auto;
}

.page-slug-info ul li b {
  color: #343434;
}

.page-slug-info button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 30px;
  background-color: #8ec545;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
}

.page-slug-options {
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  padding: 30px;
  margin: 30px 0;
}

.page-contact h2 {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 36px;
}

/* .page-contact-iframe */

.page-contact-iframe iframe {
  width: 100%;
  height: 800px;
  display: block;
}

.page-collapse-header {
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
}

.page-collapse-header h3 {
  color: rgb(48, 48, 48);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.page-collapse-header svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-collapse-header.collapsed svg {
  transform: rotate(0deg);
}

.page-collapse-body ul {
  padding: 20px 10px !important;
  border: 1px solid #e0e0e0;
}

.page-collapse-body ul a {
  color: rgb(48, 48, 48);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
  display: block;
}

.page-collapse-body ul a:hover,
.page-collapse-body ul a.active {
  color: #e60000;
}

.slug-news {
  max-width: 1100px;
  margin: 0 auto;
}

.slug-news-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 500px;
}

.slug-news-image {
  margin-bottom: 30px;
}

.slug-news-info small {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  color: #081f45;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
}

.slug-news-info h2 {
  color: rgb(52, 52, 52);
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 32px;
}

.modal-my-confirm {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-my-confirm img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

/* MEDIA */

@media (max-width: 1200px) {
  .header-search,
  .header-phone,
  .header-modal,
  .header-lang {
    margin-left: 20px;
  }

  /* .section-banner{
    height: 600px;
  } */
}

@media (max-width: 991px) {
  .header-burger {
    display: block;
    cursor: pointer;
  }

  .header-right .header-lang,
  .header-right ul,
  .header-left span,
  .header-phone,
  .header-search,
  .header-menu {
    display: none;
  }

  .header .header-modal {
    display: none;
  }

  .header-logo{
    left: 20px;
    transform: translate(0, -50%);
  }

  .header-lang {
    border-left: none;
    margin-left: auto;
    margin-right: 20px;
  }

  .header-menu ul a,
  .header-menu ul li span {
    font-size: 0;
    pointer-events: none;
    color: transparent;
  }

  .header-menu ul a img,
  .header-menu ul li span img,
  .header-menu ul li ul {
    display: none;
  }

  .page-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  /* .section-banner{
    height: 500px;
  } */

  .section-slider .slick-arrow {
    display: none;
  }

  .section-slider .navigation-container {
    display: none;
  }

  .section-slider .section-slider-item h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 4px;
    max-width: 1000px;
  }

  .section-slider .section-slider-item a {
    padding: 12px 20px;
  }

  .section-match .container {
    flex-direction: column;
    gap: 50px;
  }

  /* .footer-menu {
    gap: 30px;
  } */

  .section-about-card {
    width: 80%;
  }

  .section-slider .carousel-inner,
  /* .section-slider .section-slider-item {
    max-height: 400px;
  } */

  .matche-item h4,
  .matche-item h6,
  .matche-item h5 {
    letter-spacing: normal;
  }

  .matche-player {
    flex-direction: column;
  }

  .matche-header .matche-player:last-child {
    flex-direction: column-reverse;
  }

  .matche-body {
    flex-wrap: wrap;
  }

  /* .page-slug-image-main,
  .page-slug-image-main img {
    height: 600px;
  } */

  /* .page-slug-image-main .slick-list {
    height: 100%;
  } */
  /* .page-slug-image-list img {
    height: 160px;
  } */

  .trust-item {
    padding: 20px;
  }

  .trust-item:nth-child(4n-3) {
    width: calc(50% - 10px);
  }

  .trust-item:nth-child(4n-2) {
    width: calc(50% - 10px);
  }

  .trust-item:nth-child(4n-1) {
    width: calc(50% - 10px);
  }

  .trust-item:nth-child(4n) {
    width: calc(50% - 10px);
  }

  .section-contact .row .col-12:last-child {
    padding: 50px 20px;
  }

  .section-contact h2 {
    font-size: 30px;
  }

  .contact-left a {
    margin-bottom: 18px;
  }

  /* .footer-menu {
    gap: 0;
    column-gap: 0;
    column-count: 1;
  } */

  .footer{
    padding: 30px;
  }

  .footer .container{
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 42px;
    line-height: 56px;
  }

  .section-about-info h3{
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  /* .section-slider .section-slider-item .container {
    padding: 20px 10px 30px 10px;
  } */

  /* .section-banner{
    height: 400px;
  } */

  .section-about-info {
    width: 100%;
    max-width: 100% !important;
  }

  .section-about-card img {
    display: none;
  }

  .section-about-card {
    width: 100%;
    padding: 30px;
  }

  .header .container {
    padding: 16px 20px;
  }

  /* .header-lang{
    margin-left: auto;
  } */

  .footer-top .container,
  .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
  }

  .footer-social ul {
    align-items: center;
  }

  .footer-social,
  .footer-menu {
    width: 100%;
  }

  .footer-bottom {
    gap: 20px;
  }


  .page-breadcrumb h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .section-header h2 {
    font-size: 36px;
    line-height: 56px;
  }

  /* .page-slug-image-main,
  .page-slug-image-main img {
    height: 400px;
  } */

  .trust-item {
    width: 100% !important;
  }

  .contact-left {
    padding: 50px 20px;
  }

  .footer-social {
    align-items: center;
  }

  .item-news {
    flex-direction: column;
  }

  .item-news-image {
    width: 100%;
  }

  .item-catalog {
    height: 400px !important;
  }

  .section-about-image {
    height: 400px;
  }

  .section-about h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {

  /* .section-banner{
    height: 300px;
  } */
  .item-catalog-info {
    padding: 20px;
  }

  .item-catalog-info h2 {
    font-size: 18px;
  }

  .section-match-wrapper {
    flex-direction: column;
  }

  .section-count h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .section-count h2 {
    font-size: 30px;
  }

  .section-header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-match h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* .section-tabs,
  .section-media,
  .section-results,
  .section-awards {
    padding: 50px 0;
  } */
  .header-left img {
    width: 110px;
  }

  .section-slider .section-slider-item h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .section-slider .section-slider-item p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .page-breadcrumb {
    height: auto;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .page-breadcrumb h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }

  .matche-body {
    flex-direction: column;
  }

  .matche-item h4,
  .matche-item h6,
  .matche-item h5 {
    line-height: normal;
  }

  .matche-player span {
    font-size: 20px;
  }

  /* .page-slug-image-list {
    height: auto;
  }

  .page-slug-image-list img {
    height: 120px;
  } */

  .page-about-video {
    width: 100%;
  }

  .section-contact .row {
    gap: 0;
  }
  .page-breadcrumb ul li a {
    border-right: none;
    padding-right: 0 !important;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 4px;
    line-height: 1.5;
  }

  .footer .container{
    text-align: center;
    justify-content: center;
  }
  .footer-address{
    max-width: 100%;
  }
  .page-contact-iframe iframe{
    height: 1000px;
  }

  .slick-prev{
    left: -10px;
    transform: translate(0, -50%);
    background-color: #fff;
    z-index: 2;
  }

  .slick-next{
    right: -10px;
    transform: translate(0, -50%);
    background-color: #fff;
    z-index: 2;
  }

  .section-awards{
    padding: 70px 0;
  }

  .section-about-info h3{
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

/* @media (max-width: 450px) {
  .section-banner{
    height: 250px;
  }
}

@media (max-width: 400px){
  .section-banner{
    height: 200px;
  }
} */
