/*------------------------------------------------------------------
[Load Fonts]
*/
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyBoldItalic.woff2") format("woff2"), url("../fonts/SVN-GilroyBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2"), url("../fonts/SVN-GilroyBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2"), url("../fonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyItalic.woff2") format("woff2"), url("../fonts/SVN-GilroyItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-Gilroy.woff2") format("woff2"), url("../fonts/SVN-Gilroy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroyMediumItalic.woff2") format("woff2"), url("../fonts/SVN-GilroyMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroySemiBold.woff2") format("woff2"), url("../fonts/SVN-GilroySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url("../fonts/SVN-GilroySemiBoldItalic.woff2") format("woff2"), url("../fonts/SVN-GilroySemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'UTMNokia';
  src: url("../fonts/UTMNokia.eot");
  src: url("../fonts/UTMNokia.eot") format("embedded-opentype"), url("../fonts/UTMNokia.woff2") format("woff2"), url("../fonts/UTMNokia.woff") format("woff"), url("../fonts/UTMNokia.ttf") format("truetype"), url("../fonts/UTMNokia.svg#UTMNokia") format("svg");
}
/*------------------------------------------------------------------
[Common]
*/
body {
  font-size: 16px;
  font-family: "SVN-Gilroy", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #393F51;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 500;
  font-family: "SVN-Gilroy", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto;
}

textarea {
  resize: none;
}

a {
  color: #006D27;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00a039;
}

iframe {
  max-width: 100%;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1368px;
  }
}

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.button-outer {
  display: inline-block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-custom {
  border-width: 0;
  padding: 12px 20px;
  height: 49px;
  font-size: 20px;
  line-height: 1.1;
  min-width: 280px;
  text-align: center;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.5), 0 2px 4px rgba(0, 73, 26, 0.5);
  /* drop shadow */
}

.btn-primary-color {
  background-color: #2FF77A;
  color: #393F51;
}
.btn-primary-color:hover {
  background-color: #09ea5d;
}

/*------------------------------------------------------------------
[Typo]
*/
.heading.text-center .heading-navigation {
  margin-left: auto;
  margin-right: auto;
}

.heading-navigation {
  width: 38px;
  height: 4px;
  position: relative;
  display: block;
}
.heading-navigation::before, .heading-navigation::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #2FF77A;
  height: 4px;
}
.heading-navigation::before {
  width: 29px;
  border-radius: 4px;
  left: 0;
}
.heading-navigation::after {
  width: 4px;
  border-radius: 4px;
  left: 34px;
}

.title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
}

.title-type-2 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .title-type-2 {
    font-size: 40px;
  }
}

.title-type-3 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .title-type-3 {
    font-size: 30px;
  }
}

.title-type-4 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .title-type-4 {
    font-size: 20px;
  }
}

.text-color-primary {
  color: #006D27;
}

.text-color-primary-2 {
  color: #2FF77A;
}

/*------------------------------------------------------------------
[Icons]
*/
[class*="ico-"] {
  display: inline-block;
  background-repeat: no-repeat;
}

.ico-arrow-right {
  background-image: url(../images/icons/arrow-right.svg);
  width: 22px;
  height: 28px;
}

/*------------------------------------------------------------------
[Header]
*/
.header-site {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  z-index: 15;
  position: relative;
}
.header-site .navbar {
  padding: 0.5rem 0;
  min-height: 80px;
}
@media only screen and (min-width: 992px) {
  .header-site .navbar {
    padding: 0;
  }
}
.header-site .navbar-brand {
  padding: 0;
}
.header-site .navbar-brand img {
  max-height: 50px;
  width: auto;
}
.header-site .nav-item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header-site .nav-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #ACB2C5;
  }
  .header-site .nav-item:last-child::after {
    display: none;
  }
}
.header-site .nav-item .nav-link {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #393F51;
  padding: 1.5rem 1.25rem;
  position: relative;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .header-site .nav-item .nav-link {
    font-size: 15px;
    padding: 1.5rem 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-site .nav-item .nav-link {
    font-size: 16px;
    padding: 1.5rem 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header-site .nav-item .nav-link {
    padding: 38px 25px;
  }
}
.header-site .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 4px;
  background-color: transparent;
  border-radius: 2px 2px 0 0;
  transition: background-color 0.3s ease;
}
.header-site .nav-item .nav-link:hover, .header-site .nav-item .nav-link.active {
  color: #006D27;
}
.header-site .nav-item .nav-link:hover::before, .header-site .nav-item .nav-link.active::before {
  background-color: #2FF77A;
}
.header-site .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
.header-site .dropdown-menu {
  border: none;
  border-bottom: 1px solid #E0E1E8;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  min-width: 220px;
}
@media only screen and (min-width: 992px) {
  .header-site .dropdown-menu {
    border: 1px solid #E0E1E8;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-site .dropdown-menu li {
    padding: 0 10px;
  }
}
.header-site .dropdown-menu li:not(:last-child) > a {
  border-bottom: 1px solid #E0E1E8;
}
.header-site .dropdown-menu .dropdown-item {
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #13151B;
  transition: all 0.2s ease;
}
.header-site .dropdown-menu .dropdown-item:hover, .header-site .dropdown-menu .dropdown-item.active {
  background-color: #D3FFE3;
  color: #13151B;
}
@media only screen and (min-width: 992px) {
  .header-site .dropdown:hover > .dropdown-menu {
    display: block;
    animation: fadeIn 0.2s ease-out;
  }
  .header-site .dropdown {
    position: relative;
  }
  .header-site .dropdown:hover > .submenu {
    display: block;
    animation: fadeIn 0.2s ease-out;
  }
  .header-site .dropdown .submenu {
    position: absolute;
    left: 100%;
    top: -12px;
    margin-left: 0;
  }
}
.header-site .navbar-toggler {
  border: none;
  padding: 0;
}
.header-site .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .header-site .navbar-nav {
    padding: 1rem 0;
    border-top: 1px solid #E0E1E8;
    margin-top: 16px;
  }
  .header-site .navbar-nav > .nav-item:not(:last-child) > a {
    border-bottom: 1px solid #E0E1E8;
  }
  .header-site .nav-item::after {
    display: none;
  }
  .header-site .nav-item.dropdown .nav-link {
    padding-right: 30px;
  }
  .header-site .nav-item .nav-link {
    padding: 0.75rem 0;
  }
  .header-site .nav-item .nav-link::before {
    display: none;
  }
}
.header-site .header-search .search-input-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header-site .header-search .search-input-wrapper {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-site .header-search .search-input-wrapper {
    width: 300px;
  }
}
.header-site .header-search .search-input-wrapper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #A0A0A0;
  pointer-events: none;
}
.header-site .header-search .search-input-wrapper .form-control {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  height: 40px;
  box-shadow: inset 0 4px 10px rgba(55, 135, 241, 0.2);
  border: none;
}
.header-site .header-search .search-input-wrapper .form-control::-webkit-input-placeholder {
  color: #ACB2C5;
}
.header-site .header-search .search-input-wrapper .form-control:-moz-placeholder {
  color: #ACB2C5;
  opacity: 1;
}
.header-site .header-search .search-input-wrapper .form-control::-moz-placeholder {
  color: #ACB2C5;
  opacity: 1;
}
.header-site .header-search .search-input-wrapper .form-control:-ms-input-placeholder {
  color: #ACB2C5;
}
@media (max-width: 991px) {
  .header-site .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-site .navbar-collapse .navbar-nav {
    padding: 0;
  }
  .header-site .navbar-collapse .submenu .dropdown-item {
    padding-left: 22px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-toggle-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 48px;
  z-index: 2;
}

/*------------------------------------------------------------------
[Home Page]
*/
.section-mb {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-mb {
    margin-bottom: 60px;
  }
}

.scroll-to-bottom {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 9.09722%;
  bottom: 16.99164%;
  color: #fff;
  z-index: 1;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .scroll-to-bottom {
    width: 91px;
    height: 91px;
    font-size: 28px;
  }
}
.scroll-to-bottom:hover {
  border-color: #2FF77A;
  color: #2FF77A;
}

/***** section-hero *****/
.section-hero .swiper-button-next,
.section-hero .swiper-button-prev {
  margin-top: -24px;
}
@media only screen and (min-width: 768px) {
  .section-hero .swiper-button-next,
  .section-hero .swiper-button-prev {
    margin-top: -33px;
  }
}

.hero-item {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41.50418%;
  background: rgba(0, 73, 26, 0);
  background: linear-gradient(to bottom, rgba(0, 73, 26, 0) 0%, rgba(0, 73, 26, 0) 29%, #00491a 100%);
}
.hero-item-image {
  position: relative;
  display: block;
  object-fit: contain;
  width: 100%;
}

.swiper-navigation-circle .swiper-button-next,
.swiper-navigation-circle .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .swiper-navigation-circle .swiper-button-next,
  .swiper-navigation-circle .swiper-button-prev {
    width: 58px;
    height: 58px;
  }
}
.swiper-navigation-circle .swiper-button-next::after,
.swiper-navigation-circle .swiper-button-prev::after {
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .swiper-navigation-circle .swiper-button-next::after,
  .swiper-navigation-circle .swiper-button-prev::after {
    font-size: 24px;
  }
}
.swiper-navigation-circle .swiper-button-next::after {
  content: "\f054";
}
.swiper-navigation-circle .swiper-button-prev::after {
  content: "\f053";
}
@media only screen and (min-width: 992px) {
  .swiper-navigation-circle .swiper-button-next,
  .swiper-navigation-circle .swiper-rtl .swiper-button-prev {
    right: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .swiper-navigation-circle .swiper-button-prev,
  .swiper-navigation-circle .swiper-rtl .swiper-button-next {
    left: 48px;
  }
}

.swiper-navigation-solid .swiper-button-next,
.swiper-navigation-solid .swiper-button-prev {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  color: #404040;
  margin-top: -10px;
}
.swiper-navigation-solid .swiper-button-next::after,
.swiper-navigation-solid .swiper-button-prev::after {
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .swiper-navigation-solid .swiper-button-next::after,
  .swiper-navigation-solid .swiper-button-prev::after {
    font-size: 24px;
  }
}
.swiper-navigation-solid .swiper-button-next::after {
  content: "\f054";
}
.swiper-navigation-solid .swiper-button-prev::after {
  content: "\f053";
}
.swiper-navigation-solid .swiper-button-next,
.swiper-navigation-solid .swiper-rtl .swiper-button-prev {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .swiper-navigation-solid .swiper-button-next,
  .swiper-navigation-solid .swiper-rtl .swiper-button-prev {
    right: -28px;
  }
}
.swiper-navigation-solid .swiper-button-prev,
.swiper-navigation-solid .swiper-rtl .swiper-button-next {
  left: 0;
}
@media only screen and (min-width: 992px) {
  .swiper-navigation-solid .swiper-button-prev,
  .swiper-navigation-solid .swiper-rtl .swiper-button-next {
    left: -28px;
  }
}

.swiper-pagination {
  position: relative;
  padding-top: 15px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 4px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006D27;
  width: 25px;
  border-radius: 5px;
}

/***** section-count *****/
.section-count {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .section-count {
    transform: translateY(calc(50% - 9px));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.counter {
  background-color: #fff;
  padding: 8px 0;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) {
  .counter {
    padding: 30px 25px;
    border-radius: 25px;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1400px) {
  .counter {
    padding: 30px 5.8%;
  }
}
.counter-item {
  padding-left: 16px;
  padding-right: 16px;
  margin: 8px 0;
}
@media only screen and (min-width: 992px) {
  .counter-item {
    margin: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .counter-item {
    padding: 0 20%;
  }
}
.counter-number label {
  color: #006D27;
  font-family: "UTMNokia", sans-serif;
  font-size: 26px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .counter-number label {
    font-size: 36px;
  }
}
.counter-number label::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-left: 4px;
  background-image: url("../images/icons/isolation-mode.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .counter-number label::after {
    width: 26px;
    height: 28px;
  }
}
.counter-label {
  font-size: 16px;
  line-height: 1.25;
  color: #13151B;
  margin-top: 4px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .counter-label {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .counter .row > [class*="col-"] .counter-item::after {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #ACB2C5;
  }
  .counter .row > [class*="col-"]:last-child .counter-item::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .counter .row > [class*="col-"]:nth-child(2) .counter-item::after {
    display: none;
  }
}

/***** section-intro *****/
@media only screen and (min-width: 768px) {
  .intro {
    transform: translateY(-33px);
  }
}
@media only screen and (min-width: 992px) {
  .intro-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-box {
    padding-left: 22px;
  }
}
.intro-box-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .intro-box-content {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro .intro-col-left {
    flex: 0 0 auto;
    width: 45%;
  }
  .intro .intro-col-right {
    flex: 0 0 auto;
    width: 55%;
  }
}

.post-icon {
  font-size: 32px;
  color: #006D27;
  line-height: 1;
}
.post-body p {
  margin-bottom: 10px;
}
.post-body p:last-child {
  margin-bottom: 0;
}

/***** section-product *****/
.section-product {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .section-product {
    padding-top: 48px;
  }
}
.section-product .section-button {
  margin-top: -18px;
}

.product-list > * {
  margin-bottom: 18px;
}
@media only screen and (min-width: 576px) {
  .product-list {
    margin-left: -9px;
    margin-right: -9px;
  }
  .product-list > * {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.product-item {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
@media only screen and (min-width: 576px) {
  .product-item {
    height: 100%;
  }
}
.product-item-img {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.product-item-img a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.product-item-img a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  z-index: 1;
}
.product-item-img a:hover::before {
  opacity: 1;
  visibility: visible;
}
.product-item-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25ms ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item-body {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 7px 12px 16px;
}
.product-item-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #006D27;
}
@media only screen and (min-width: 768px) {
  .product-item-title {
    font-size: 26px;
  }
}
.product-item-meta {
  font-size: 14px;
  margin-bottom: 12px;
}
.product-item-desc {
  list-style: none;
  padding-left: 8px;
  margin-bottom: 0;
}
.product-item-desc li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.25;
}
.product-item-desc li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #393F51;
}

.product-slider-wrapper .product-swiper {
  margin: 0 -8px;
}
.product-slider-wrapper .swiper-slide {
  height: unset !important;
  padding: 8px;
}

.section-button {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-button {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/***** section-partner *****/
.branches {
  padding: 30px 16px;
}
.branches::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/partner-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.branches .swiper-wrapper {
  align-items: center;
}
.branches .swiper-slide {
  width: auto;
}
.branches .container {
  display: flex;
  justify-content: center;
}

.branch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 73, 26, 0);
  background: linear-gradient(to top, #00491a 0%, #00491a 39%, #00491a 100%);
}
.branch-bgdark {
  background-color: #404040;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.branch-bgprimary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006D27;
}
.branch-item {
  padding: 0 12px;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .branch-item {
    padding-left: 19px;
    padding-right: 19px;
  }
}

/***** partner *****/
.partner .swiper-wrapper {
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.partner .swiper-slide {
  width: 214px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: auto;
}
.partner-item-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.partner-item-img a {
  display: block;
  position: relative;
  padding-bottom: 61.5%;
}
.partner-item-img a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  z-index: 1;
}
.partner-item-img a:hover::before {
  opacity: 1;
  visibility: visible;
}
.partner-item-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25ms ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-item-body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 8px 8px 16px;
}
.partner-item-body .title {
  line-height: 1.2;
}
.partner-item-body .heading {
  margin-bottom: 8px;
}
.partner-item-body .heading .heading-navigation {
  margin-top: 6px;
}
.partner-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #006D27;
}
.partner-item-desc {
  list-style: none;
  padding-left: 6px;
  margin-bottom: 0;
}
.partner-item-desc li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.3;
}
.partner-item-desc li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #393F51;
}

/***** collection *****/
.collection-slider-wrapper .swiper-slide {
  width: auto;
}

.collection-item {
  border: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
}

/***** testmonial *****/
.testmonial .swiper-wrapper {
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.testmonial .swiper-slide {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  padding: 0 16px 16px 16px;
  height: auto;
}
.testmonial-head {
  display: flex;
  align-items: center;
}
.testmonial .avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.testmonial-head-content {
  width: calc(100% - 46px);
  padding-left: 8px;
  margin-bottom: 17px;
}
.testmonial .username {
  font-weight: 600;
  margin-bottom: 0;
}
.testmonial .address {
  font-size: 14px;
  margin-bottom: 0;
}
.testmonial-rating {
  color: #FFC34B;
  margin-bottom: 14px;
  font-size: 12px;
  margin-top: 6px;
}
.testmonial-blockquote {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 18px;
}

/*------------------------------------------------------------------
[Section Target Customer]
*/
.section-target-customer {
  position: relative;
}
.section-target-customer .img-leaf-1 {
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.section-target-customer .img-leaf-2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.target-customer-container {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 500px;
}
@media only screen and (min-width: 992px) {
  .target-customer-container {
    min-height: 610px;
  }
}
.target-customer-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.target-customer-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.target-customer-swiper .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
.target-customer-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(81.15% 166.45% at 100% 50%, rgba(43, 47, 56, 0) 0%, rgba(43, 47, 56, 0) 72.63%, #2b2f38 100%);
  border-radius: 25px 0 0 25px;
}
.target-customer-swiper .swiper-slide .container {
  height: 100%;
}
.target-customer-swiper .swiper-slide .slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.customer-top-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.customer-top-info .slide-number {
  font-family: "UTMNokia", sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .customer-top-info .slide-number {
    font-size: 76px;
  }
}

.customer-bottom-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 42px 48px;
  background: linear-gradient(90deg, rgba(43, 47, 56, 0) 19.17%, rgba(43, 47, 56, 0.58) 51.48%, rgba(43, 47, 56, 0.9) 97.25%);
  border-radius: 0px 0px 25px 0px;
  max-width: 475px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
.customer-bottom-info .sub-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.customer-bottom-info .main-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .customer-bottom-info .main-title {
    font-size: 44px;
  }
}

.target-customer-nav {
  position: absolute;
  top: 176px;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .target-customer-nav {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
  }
}
.target-customer-nav .nav-item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 16px;
  min-width: 330px;
}
@media only screen and (min-width: 992px) {
  .target-customer-nav .nav-item {
    margin-left: 50px;
  }
}
.target-customer-nav .nav-item:not(:last-child) {
  margin-bottom: 5px;
}
.target-customer-nav .nav-item .icon {
  width: 59px;
  height: 59px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.target-customer-nav .nav-item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.target-customer-nav .nav-item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .target-customer-nav .nav-item .text {
    font-size: 18px;
  }
}
.target-customer-nav .nav-item .arrow-ptr {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.target-customer-nav .nav-item.active .icon {
  width: 80px;
  height: 80px;
}
.target-customer-nav .nav-item.active .arrow-ptr {
  opacity: 1;
}
.target-customer-nav .nav-item.active .text {
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .target-customer-nav .nav-item.active .text {
    font-size: 24px;
  }
}

/*------------------------------------------------------------------
[Section Solution]
*/
.section-solution {
  overflow: hidden;
}
.section-solution .heading {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.solution-swiper-container {
  position: relative;
}

.solution-swiper .swiper-slide {
  width: 100%;
  height: 480px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) {
  .solution-swiper .swiper-slide {
    width: 300px;
    height: 520px;
  }
}
@media only screen and (min-width: 992px) {
  .solution-swiper .swiper-slide {
    width: 195px;
    height: 610px;
  }
}
@media only screen and (min-width: 992px) {
  .solution-swiper .swiper-slide.swiper-slide-active {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .solution-swiper .swiper-slide.swiper-slide-active {
    width: 700px;
  }
}

.solution-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.solution-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  pointer-events: none;
  padding: 16px 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.58) 41.38%, rgba(0, 0, 0, 0.9) 100%);
}
.solution-item .solution-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  transition: all 0.5s ease;
  color: #C9FFDE;
}

/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
  background: linear-gradient(0deg, #006D27, #006D27), radial-gradient(45.9% 100% at 52.99% -0.02%, rgba(0, 73, 26, 0) 0%, #00491a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .footer-site {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.footer-site a {
  color: #fff;
}
.footer-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg/bg-footer-overlay.png");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
}

.company-name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) {
  .footer-info {
    max-width: 295px;
  }
}
.footer-info .info-label {
  color: #2FF77A;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer-info .info-item p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-info .info-item p a:hover {
  color: #2FF77A;
}

.divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .footer-title {
    margin-bottom: 40px;
  }
}

.footer-links li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-links li a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer-links li a:hover {
  transform: translateX(5px);
}

.social-link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.social-link:hover {
  transform: translateY(-3px);
}
.social-link svg {
  transition: transform 0.3s ease;
}
