@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap);@charset "UTF-8";
/**
color
 */
.color-666 {
  color: #666;
}

.color-black {
  color: #1b1b1b;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-black {
  background-color: #1b1b1b;
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #fdba1a;
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-33 {
  width: calc(100% / 3);
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover {
  overflow: hidden;
}
.image-cover img, .image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #747894;
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  margin: 5px;
  outline: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fdb813;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
}
.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}
.owl-carousel .owl-nav button span {
  font-size: 3rem;
  color: #666;
}
.owl-carousel .owl-nav button:hover span {
  color: #333;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}
.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.page-numbers {
  border-radius: 4px;
  width: 4rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #E9E9E9;
  color: #575757;
  font-size: 1.4rem;
}
.page-numbers.current {
  color: #fff;
  background: linear-gradient(to top, #E93818, #D92707);
}

#backToTop {
  background: #00aa1c none repeat scroll 0 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 10px;
  display: none;
  box-shadow: 0px 0 11px 0 #999;
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

ul,
p {
  margin: 0;
  padding: 0;
}

.wp-block-ht-block-toc {
  margin-bottom: 24px;
}

.wp-block-ht-block-toc.toc-list-style-plain ul,
.wp-block-ht-block-toc.toc-list-style-plain ol {
  list-style-type: decimal;
}

.ht_toc_title {
  font-size: 16px;
  font-weight: 700;
}

.ht_toc_list li {
  transition: all ease 0.3s;
}
.ht_toc_list li:hover a {
  color: #347235;
}

.error_title p {
  color: #347235;
}

.error_bottom a {
  background-color: #347235;
}

.btn-color,
.btn-transparent {
  display: block;
  padding: 12px 6px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.btn-color {
  background-color: #347235;
  border: 1px solid #347235;
}

.btn-transparent {
  background-color: transparent;
  border: 1px solid #dbdfe2;
}

.btn-large {
  max-width: 368px;
  height: 48px;
  margin: auto;
  transition: all linear 0.2s;
}
.btn-large:hover {
  background-color: transparent;
  border: 1px solid #347235;
  color: #347235;
}

.title {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #292929;
  text-align: center;
}

.description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 114, 53, 0.2);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 114, 53, 0.1);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 114, 53, 0.1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 114, 53, 0.2);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 114, 53, 0.1);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 114, 53, 0.1);
  }
}
@-webkit-keyframes iconDown {
  0% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes iconDown {
  0% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.carousel-wrapper {
  position: relative;
}

.carousel-btn-pre,
.carousel-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(52, 114, 53, 0.12);
  cursor: pointer;
  transition: all ease 0.3s;
}
.carousel-btn-pre:hover,
.carousel-btn-next:hover {
  background-color: #347235;
}
.carousel-btn-pre:hover img,
.carousel-btn-next:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.carousel-btn-pre img,
.carousel-btn-next img {
  display: block;
  width: 12px;
  height: 12px;
  transition: all ease 0.3s;
}

.carousel-btn-pre {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  z-index: 100;
}

.carousel-btn-next {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  z-index: 100;
}

.fixed-top {
  z-index: 500;
}

/************************************************************** Top Header **************************************************************/
.top-header {
  background-color: #347235;
  padding: 4px 0;
}
.top-header__contact {
  display: flex;
}
.top-header__contact .top-header__item {
  display: flex;
  align-items: center;
}
.top-header__contact .top-header__item img {
  width: 18px;
  height: 18px;
}
.top-header__contact .top-header__item .top-header__item-text {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.top-header__contact .top-header__item + .top-header__item {
  margin-left: 62px;
}
.top-header__right-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-header__list-icon {
  display: flex;
}
.top-header__list-icon-item {
  display: block;
  position: relative;
}
.top-header__list-icon-item:not(:first-child) {
  margin-left: 20px;
}
.top-header__list-icon-item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 23px;
  background: #7dabc4;
  left: -8px;
}
.top-header__list-icon-item:nth-child(2):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 23px;
  background: #7dabc4;
  right: -8px;
}
.top-header__list-icon-item img {
  width: 18px;
  height: 18px;
}
.top-header__translate {
  margin-left: 74px;
  display: flex;
  align-items: center;
}
.top-header__translate .icon-dropdown {
  width: 10px;
  height: 6px;
}
.top-header__translate .icon-dropdown {
  cursor: pointer;
  transition: all ease 0.3s;
}
.top-header__translate .wrapper-current-language {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 150px;
  cursor: pointer;
}
.top-header__translate .wrapper-current-language .icon-country {
  display: block;
  width: 20px;
  height: 15px;
}
.top-header__translate .wrapper-current-language .current-language {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.top-header__translate .wrapper-current-language:hover .sub-language {
  display: block;
}
.top-header__translate .wrapper-current-language:hover .icon-dropdown {
  transform: rotate(180deg);
}
.top-header__translate .sub-language {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  background-color: #14212a;
  text-align: center;
  border-radius: 2px;
  z-index: 100;
}
.top-header__translate .language-item {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  transition: all ease 0.3s;
}
.top-header__translate .language-item > img {
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-header__translate .sub-language .language-item:hover {
  background-color: #347235;
}
.top-header__translate .language {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 10px;
  transition: all ease 0.3s;
}

/************************************************************** Menu **************************************************************/
.menu-menu {
  padding: 8px 0;
  background-color: #ffffff;
}
.menu-menu .menu-logo {
  display: block;
  width: 70px;
  height: 64px;
}
.menu-menu .menu-logo img {
  display: block;
}
.menu-menu .menu-pc {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-menu .menu-pc .menu-item {
  padding: 9px 20px;
}
.menu-menu .menu-pc .menu-item > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #172b4d;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.menu-menu .menu-pc .menu-item a:hover {
  color: #347235;
}
.menu-menu .menu-pc .menu-item.active a {
  position: relative;
  color: #347235;
}
.menu-menu .menu-pc .menu-item.active a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  background-color: currentColor;
}
.menu-menu .main-menu-mobile {
  background-color: #ffffff;
  width: 100%;
  padding: 8px 16px;
  display: none;
  position: relative;
  z-index: 500;
}
.menu-menu .main-menu-mobile .menu-mobile__icon {
  position: relative;
  z-index: 1000;
}
.menu-menu .main-menu-mobile .menu-mobile__icon i {
  font-size: 30px;
  font-weight: 200;
}
.menu-menu .main-menu-mobile .menu-mobile__icon .menu-mobile__icon-open {
  width: 24px;
  height: 24px;
}
.menu-menu .main-menu-mobile .menu-mobile__icon .menu-mobile__icon-close {
  display: none;
  color: #fff;
}
.menu-menu .main-menu-mobile .menu-mobile__wrapper {
  position: fixed;
  background-color: #347235;
  width: 80%;
  left: -80%;
  top: 50px;
  height: 100vh;
  overflow-y: auto;
  bottom: 0;
  z-index: 1000;
  transition: all linear 0.2s;
}
.menu-menu .main-menu-mobile .menu-mobile__wrapper .menu-mobile {
  margin: 0;
  padding: 0;
}
.menu-menu .main-menu-mobile .menu-mobile__wrapper .menu-mobile .menu-item {
  padding: 12px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-menu .main-menu-mobile .menu-mobile__wrapper .menu-mobile .menu-item a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.menu-menu .main-menu-mobile .menu-mobile__wrapper.active {
  left: 0;
}
.menu-menu .main-menu-mobile .menu-logo {
  display: block;
  width: 70px;
  height: 64px;
  margin: auto;
}
.menu-menu .main-menu-mobile .overlay-mobile {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
}

.menu-menu.fixed-top {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

.menu-item-type-post_type_archive {
  position: relative;
}
.menu-item-type-post_type_archive:hover .menu-child {
  display: block;
}

.menu-child {
  display: none;
  position: absolute;
  width: 200%;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 200;
}
.menu-child li {
  list-style: none;
  padding: 9px 20px;
}
.menu-child li:not(:last-child) {
  border-bottom: 1px solid #d5d8db;
}
.menu-child li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #172b4d;
  transition: all ease 0.3s;
}
.menu-child-item {
  position: relative;
}
.menu-child-item:hover {
  background-color: #347235;
}
.menu-child-item:hover .menu-child-item-text {
  color: #ffffff !important;
}
.menu-child-item:hover .menu-child-2 {
  display: block;
}
.menu-child-2 {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 101%;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 200;
  transition: all ease 0.3s;
}
.menu-child-2::before {
  content: "";
  position: absolute;
  left: -1%;
  width: 20px;
  height: 100%;
  background-color: transparent;
}
.menu-child-2-item {
  cursor: pointer;
}
.menu-child-2-item:hover {
  background-color: #347235;
}
.menu-child-2-item:hover .menu-child-2-item-text {
  color: #ffffff !important;
}

.menu-active {
  position: relative;
}

.menu-language {
  position: absolute;
  top: 18%;
  right: -10%;
  display: none;
}
.menu-language .icon-dropdown {
  width: 10px;
  height: 6px;
  -webkit-filter: invert(80%) sepia(17%) saturate(1836%) hue-rotate(161deg) brightness(96%) contrast(89%);
          filter: invert(80%) sepia(17%) saturate(1836%) hue-rotate(161deg) brightness(96%) contrast(89%);
  cursor: pointer;
  transition: all ease 0.3s;
}
.menu-language .wrapper-current-language {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 150px;
  cursor: pointer;
}
.menu-language .wrapper-current-language .icon-country {
  display: block;
  width: 20px;
  height: 15px;
}
.menu-language .wrapper-current-language .current-language {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #172b4d;
}
.menu-language .wrapper-current-language:hover .sub-language {
  display: block;
}
.menu-language .wrapper-current-language:hover .icon-dropdown {
  transform: rotate(180deg);
}
.menu-language .sub-language {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  background-color: #14212a;
  text-align: center;
  border-radius: 2px;
  z-index: 100;
}
.menu-language .language-item {
  display: flex;
  align-items: center;
  padding: 0 14px;
}
.menu-language .language-item > img {
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-language .language {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 10px;
  transition: all ease 0.3s;
}
.menu-language .sub-language .language-item {
  padding: 5px 14px;
  transition: all ease 0.3s;
}
.menu-language .sub-language .language-item:hover {
  background-color: #347235;
}

.menu-menu.fixed-top .menu-language {
  display: block;
}

.menu-mobile-language .icon-dropdown {
  width: 10px;
  height: 6px;
  -webkit-filter: invert(80%) sepia(17%) saturate(1836%) hue-rotate(161deg) brightness(96%) contrast(89%);
          filter: invert(80%) sepia(17%) saturate(1836%) hue-rotate(161deg) brightness(96%) contrast(89%);
  cursor: pointer;
  transition: all ease 0.3s;
}
.menu-mobile-language .wrapper-current-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-width: 150px;
  cursor: pointer;
}
.menu-mobile-language .wrapper-current-language .icon-country {
  display: block;
  width: 20px;
  height: 15px;
}
.menu-mobile-language .wrapper-current-language .current-language {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #172b4d;
}
.menu-mobile-language .wrapper-current-language:hover .sub-language {
  display: block;
}
.menu-mobile-language .wrapper-current-language:hover .icon-dropdown {
  transform: rotate(180deg);
}
.menu-mobile-language .sub-language {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  background-color: #14212a;
  text-align: center;
  border-radius: 2px;
  z-index: 100;
}
.menu-mobile-language .language-item {
  display: flex;
  align-items: center;
}
.menu-mobile-language .language-item > img {
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-mobile-language .language {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 10px;
  transition: all ease 0.3s;
}
.menu-mobile-language .sub-language .language-item {
  padding: 5px 14px;
  transition: all ease 0.3s;
}
.menu-mobile-language .sub-language .language-item:hover {
  background-color: #347235;
}

/************************************************************** Banner **************************************************************/
.banner #banner-carousel {
  position: relative;
}
.banner #banner-carousel .owl-dots {
  position: absolute;
  bottom: 3%;
}
.banner #banner-carousel .owl-dots .owl-dot {
  background-color: #dbdfe2;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  outline: none;
  transition: all linear 0.2s;
}
.banner #banner-carousel .owl-dots .owl-dot:not(:first-child) {
  margin-left: 16px;
}
.banner #banner-carousel .owl-dots .owl-dot.active {
  position: relative;
  width: 16px;
  height: 16px;
  background: #dbdfe2;
  border-radius: 50%;
  transition: all linear 0.2s;
}
.banner #banner-carousel .owl-dots .owl-dot.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #347235;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner__item {
  position: relative;
}
.banner__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__content {
  max-width: 575px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 100;
}
.banner__content-title {
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}
.banner__content-title h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: left;
}
.banner__content-description {
  margin: 24px 0;
  color: #ffffff;
}
.banner__content-btn {
  min-width: 137px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.banner__content-btn span {
  margin-right: 12px;
}
.banner__content-btn:hover {
  transition: all ease 0.3s;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
}
.banner__content-btn img {
  width: 16px !important;
  height: 12px !important;
}
.banner__overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90.13deg, #1f2832 39.97%, rgba(33, 43, 54, 0) 140.77%);
  opacity: 0.55;
  z-index: 10;
}

/************************************************************** Impressive Numbers **************************************************************/
.impressive-numbers {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.impressive-numbers__wrapper {
  display: flex;
}
.impressive-numbers__image {
  background: rgba(61, 135, 62, 0.04);
  border-radius: 50%;
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.3s;
}
.impressive-numbers__image img {
  display: block;
  width: 40px;
  height: 40px;
}
.impressive-numbers__image:hover {
  background-color: #347235;
}
.impressive-numbers__image:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.impressive-numbers__content {
  flex: 1;
  margin-left: 12px;
}
.impressive-numbers__content-wrapper-number {
  display: flex;
}
.impressive-numbers__content-number,
.impressive-numbers__content .impressive-numbers__content-plus {
  display: block;
  color: #292929;
  font-weight: 700;
  font-size: 32px;
}
.impressive-numbers__content-text {
  color: #292929;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/**************************************************************  Service **************************************************************/
.service {
  padding: 60px 0;
  background-color: #f9fafb;
}
.service__title {
  text-align: center;
}
.service__wrapper-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 40px;
}
.service__wrapper-btn .thanh-lap-doanh-nghiep {
  order: 1;
}
.service__wrapper-btn .tu-van-dau-tu {
  order: 2;
}
.service__wrapper-btn .dich-vu-doanh-nghiep {
  order: 3;
}
.service__wrapper-btn .dich-vu-nhan-su {
  order: 4;
}
.service__wrapper-btn .van-hanh-marketing {
  order: 5;
}
.service__wrapper-btn .service__btn {
  padding: 12px 24px;
  font-size: 18px;
  line-height: 24px;
  color: #292929;
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all linear 0.2s;
}
.service__wrapper-btn .service__btn.active {
  color: #347235;
  border-color: currentColor;
}
.service__wrapper-btn .service__btn:hover {
  color: #347235;
  border-color: currentColor;
}
.service__wrapper-btn .service__btn:not(:last-child) {
  margin-right: 16px;
}
.service .service__content-all,
.service .service__slug {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  -webkit-animation: fadeIn ease 1s;
          animation: fadeIn ease 1s;
}
.service .service__slug {
  display: none;
}
.service .service__content-all {
  display: flex;
}
.service .service__item-wrapper {
  margin-bottom: 30px;
}
.service__item {
  height: 100%;
  padding-top: 24px;
  background-color: #ffffff;
  border: 1px solid #dbdfe2;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
  overflow: hidden;
}
.service__item-image {
  display: block;
}
.service__item-image svg {
  width: 60px;
  height: 60px;
}
.service__item-name {
  text-align: center;
  margin: 30px 0 32px;
  padding: 0 6px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #347235;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service__item-wrapper-content {
  margin-top: auto;
  width: 100%;
  flex: 1;
  padding: 16px 24px;
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__item-content {
  text-align: center;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service__item:hover {
  background-color: #347235;
  position: relative;
}
.service__item:hover path {
  stroke: #ffffff;
  stroke-width: 1;
  stroke-dasharray: 300;
  stroke-dashoffset: -300;
  -webkit-animation: draw 2s linear forwards;
          animation: draw 2s linear forwards;
}
.service__item:hover .service__item-name {
  color: #ffffff;
}
.service__item:hover .service__item-wrapper-content {
  background-color: #ffffff;
}
.service__item:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #347235;
  bottom: 0;
  transition: all linear 0.3s;
}
.service__btn-more {
  margin-top: 10px;
}

/**************************************************************  Why choose **************************************************************/
.why-choose {
  position: relative;
  padding: 60px 0;
  background-color: #347235;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.why-choose__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, #347235 17.63%, rgba(52, 114, 53, 0.7) 106.96%);
  z-index: -1;
}
.why-choose__title {
  color: #ffffff;
}
.why-choose__description {
  color: #ffffff;
  text-align: center;
  margin: 24px 0 32px;
}
.why-choose__item-nth {
  margin-top: 32px;
}
.why-choose__item-nth:nth-child(3n+2) {
  margin-top: 8px;
}
.why-choose__item {
  position: relative;
  min-height: 160px;
  transform-style: preserve-3d;
}
.why-choose__item-image svg {
  display: block;
  width: 40px;
  height: 40px;
}
.why-choose__item-title {
  margin-top: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #314154;
}
.why-choose__item-front, .why-choose__item-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 24px 16px;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: transform linear 0.6s;
}
.why-choose__item-back {
  display: block;
  padding: 8px;
  text-align: center;
}
.why-choose__item-back-border {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid #347235;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.why-choose__item-front {
  transform: perspective(600px) rotateY(0deg);
}
.why-choose__item-back {
  transform: perspective(600px) rotateY(180deg);
}
.why-choose__item:hover .why-choose__item-front {
  transform: perspective(600px) rotateY(-180deg);
}
.why-choose__item:hover .why-choose__item-back {
  transform: perspective(600px) rotateY(0deg);
}

/**************************************************************  Lawyer **************************************************************/
.lawyer {
  background-color: #f9fafb;
  padding: 60px 0;
}
.lawyer__title {
  text-align: center;
}
.lawyer__description {
  text-align: center;
  color: #757575;
  margin-top: 24px;
  margin-bottom: 40px;
}
.lawyer__item-wrapper {
  margin-bottom: 30px;
}
.lawyer__item {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
}
.lawyer__item:hover.lawyer__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.3s;
  border: 1px solid #347235;
  border-radius: 4px 4px 0px 0px;
  -webkit-animation: fadeIn ease 0.2s;
          animation: fadeIn ease 0.2s;
}
.lawyer__item img {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lawyer__item-name {
  padding: 0 12px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #292929;
}
.lawyer__item-position {
  padding: 0 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #347235;
  margin-bottom: 24px;
}
.lawyer__item-description {
  padding: 0 12px;
  margin: auto 0 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lawyer__btn {
  margin-top: 40px;
}

/**************************************************************  Partner **************************************************************/
.partner {
  padding: 60px 0;
}
.partner #partner-carousel:hover .item {
  height: 315px;
}
.partner #partner-carousel:hover ~ .partner-carousel-btn-pre,
.partner #partner-carousel:hover ~ .partner-carousel-btn-next {
  top: 25%;
}
.partner .partner-carousel-btn-pre {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.partner .partner-carousel-btn-next {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.partner__title {
  text-align: center;
}
.partner__description {
  text-align: center;
  color: #757575;
  margin: 24px 0;
}
.partner__item {
  width: 268px;
  height: 151px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all linear 0.3s;
}
.partner__item:hover {
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.partner__item > img {
  width: 268px;
  height: 151px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner__item-content {
  display: none;
}
.partner__item-content-border {
  display: block;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: #e7eaec;
}
.partner__item-content-name {
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #292929;
}
.partner__item-content-description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #757575;
}
.partner__item:hover .partner__item-content {
  display: block;
  -webkit-animation: fadeIn linear 0.2s;
          animation: fadeIn linear 0.2s;
}
.partner__btn {
  margin-top: 40px;
}

/**************************************************************  News **************************************************************/
.news {
  padding: 60px 0;
  background-color: #f9fafb;
}
.news__title {
  text-align: center;
  color: #172b4d;
  margin-bottom: 40px;
}
.news__item-thumbnail {
  display: block;
}
.news__item-thumbnail img {
  display: block;
  width: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #292929;
  display: block;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news__item-title:hover {
  color: #347235;
}
.news__item-date {
  display: flex;
  align-items: center;
  margin: 12px 0 16px;
}
.news__item-date img {
  width: 24px;
  height: 24px;
  display: block;
}
.news__item-date-text {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #347235;
}
.news__item-content {
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news__btn {
  margin-top: 40px;
}

/************************************************************** Contact us **************************************************************/
.contact-us {
  background-image: linear-gradient(to bottom, #ffffff 50%, #347235 45%);
}
.contact-us__wrapper-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 10px;
  position: relative;
}
.contact-us__wrapper-form .contact-us__bg-form {
  padding: 24px;
  background-color: #347235;
  border-radius: 4px;
}
.contact-us__form {
  max-width: 468px;
  padding: 40px 16px;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 100;
}
.contact-us__form-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #292929;
  margin-bottom: 24px;
}
.contact-us__form .input-small {
  width: calc(50% - 8px);
  display: inline-block;
}
.contact-us__form .input-small + .input-small {
  float: right;
}
.contact-us__form .acf-field .acf-label {
  display: none;
}
.contact-us__form .acf-fields > .acf-field {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  border-top: none;
}
.contact-us__form .acf-field input[type=text] {
  max-width: 436px;
  padding: 12px 16px;
  border: 1px solid #dbdfe2;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.contact-us__form .acf-field input[type=text]::-moz-placeholder {
  color: #757575;
}
.contact-us__form .acf-field input[type=text]:-ms-input-placeholder {
  color: #757575;
}
.contact-us__form .acf-field input[type=text]::-ms-input-placeholder {
  color: #757575;
}
.contact-us__form .acf-field input[type=text]::placeholder {
  color: #757575;
}
.contact-us__form .acf-field textarea {
  max-width: 436px;
  max-height: 120px;
  resize: none;
  padding: 12px 16px;
  border: 1px solid #dbdfe2;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  margin-bottom: 24px;
}
.contact-us__form .af-submit {
  padding: 0;
}
.contact-us__form .acf-button.af-submit-button {
  width: 100%;
  height: 48px;
  margin: auto;
  transition: all linear 0.2s;
  background-color: #347235;
  display: block;
  padding: 12px 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  outline: none;
  border: 1px solid #347235;
}
.contact-us__form .acf-button.af-submit-button:hover {
  background-color: transparent;
  border: 1px solid #347235;
  color: #347235;
}
.contact-us__form .af-input :focus-visible {
  outline: #347235 auto 1px;
}
.contact-us__form .af-input.acf-input select {
  padding: 12px 16px;
  border: 1px solid #dbdfe2;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.contact-us__form .af-input.acf-input select option {
  display: block;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.contact-us__form .af-input.acf-input select option:hover, .contact-us__form .af-input.acf-input select option:focus, .contact-us__form .af-input.acf-input select option:focus-visible {
  background: #f4f6f8;
}
.contact-us__form .af-input.acf-input select option[value=""] {
  display: none;
}
.contact-us__form .acf-checkbox-list label {
  display: block;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  cursor: pointer;
  transition: all ease 0.3s;
}
.contact-us__form .acf-checkbox-list label:hover {
  background-color: #f4f6f8;
}
.contact-us__form .acf-checkbox-list input[type=checkbox]:checked {
  background-color: #347235;
}
.contact-us__office {
  height: 100%;
  padding: 60px 0 0;
}
.contact-us__office-click-wrapper {
  width: 300px;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
  padding: 16px;
  -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.08));
  border-radius: 4px;
  transform: translate(-50%, -110%) scale(1);
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
  display: none;
}
.contact-us__office-click-wrapper.active {
  display: block;
}
.contact-us__office-click-content-top {
  display: flex;
  align-items: center;
}
.contact-us__office-click-content-top img {
  width: 26px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-us__office-click-content-top p {
  margin-left: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
}
.contact-us__office-click-content-bottom {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.contact-us__office-list-countries {
  padding: 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.contact-us__office-country {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #292929;
  cursor: pointer;
  transition: all ease 0.3s;
}
.contact-us__office-country.active {
  font-weight: 500;
  color: #347235;
}
.contact-us__office-country:hover {
  color: #347235;
}
.contact-us__office-country:not(:last-child) {
  margin-right: 24px;
}
.contact-us__office-wrapper-map {
  margin: 40px auto;
}
.contact-us__office-logo-on-map {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 73, 112, 0.1);
  cursor: pointer;
  transform: scale(1);
}
.contact-us__office-logo-on-map > img {
  width: 15px;
  height: 22px;
  -webkit-animation: iconDown 2s ease-in infinite;
          animation: iconDown 2s ease-in infinite;
}
.contact-us__office-logo-on-map .logo-circle {
  display: block;
  position: absolute;
  bottom: -25%;
  left: -30%;
  width: 24px;
  height: 11px;
  border: 0.5px solid #347235;
  border-radius: 50%;
  overflow: hidden;
}
.contact-us__office-logo-on-map .logo-circle::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 6px;
  background: rgba(52, 114, 53, 0.2);
  border-radius: 50%;
  top: 20%;
  left: 20%;
  -webkit-animation: pulse 2s ease-in infinite;
          animation: pulse 2s ease-in infinite;
}
.contact-us__office-image-map {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  width: 345px;
}
.contact-us__office-image-map > img {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-us__office-content {
  text-align: center;
}
.contact-us__office-name {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 24px;
}
.contact-us__office-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
}
.contact-us__office-info-image {
  display: block;
  width: 18px;
  height: 18px;
}
.contact-us__office-info-text {
  margin-left: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.contact-us__office-info:not(:first-child) {
  margin-top: 12px;
}
.contact-us__office-media-social {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us__office-media-social-circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #d3d7de;
  border-radius: 50%;
}
.contact-us__office-media-social-circle:not(:first-child) {
  margin-left: 24px;
}
.contact-us__office-media-social-circle img {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .contact-us__office-wrapper-map {
    margin: 20px auto;
  }
}
@media (max-width: 991px) {
  .contact-us {
    background-color: #347235;
    background-image: unset;
  }

  .contact-us__office {
    background-color: #ffffff;
    padding-bottom: 60px;
  }

  .contact-us__office-image-map {
    display: block;
    max-height: unset;
  }

  .contact-us__office-name {
    color: #347235;
  }

  .contact-us__office-info-text {
    color: #292929;
  }

  .contact-us__office-info-image,
.contact-us__office-media-social-circle img {
    -webkit-filter: invert(100%) sepia(1%) saturate(2139%) hue-rotate(173deg) brightness(93%) contrast(99%);
            filter: invert(100%) sepia(1%) saturate(2139%) hue-rotate(173deg) brightness(93%) contrast(99%);
  }
}
/**************************************************************  Footer **************************************************************/
.footer {
  background-color: #2e3640;
  padding: 60px 0 40px;
}
.footer__logo {
  display: block;
}
.footer__logo img {
  width: 100px;
  height: 92px;
}
.footer__description {
  margin-top: 36px;
  color: #ffffff;
}
.footer__title {
  font-size: 20px;
  line-height: 20px;
  color: #f8f8f8;
  font-weight: 700;
}
.footer .footer__service,
.footer .footer__categories {
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
}
.footer .footer__service-item,
.footer .footer__categories-item {
  display: block;
}
.footer .footer__service-item a,
.footer .footer__categories-item a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.footer .footer__service-item:hover a {
  transition: all ease 0.2s;
  color: #347235;
}
.footer .footer__service-item + .footer__service-item {
  margin-top: 16px;
}
.footer .footer__categories-item:hover a {
  transition: all ease 0.2s;
  color: #347235;
}
.footer .footer__categories-item + .footer__categories-item {
  margin-top: 12px;
}
.footer .footer__wrapper-contact {
  margin-top: 32px;
  margin-bottom: 24px;
}
.footer .footer__contact {
  display: flex;
  align-items: flex-start;
}
.footer .footer__contact:not(:first-child) {
  margin-top: 16px;
}
.footer .footer__contact-contact {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  width: 30%;
}
.footer .footer__contact-detail {
  width: 70%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer__media-social {
  display: flex;
}
.footer .footer__media-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0.5px solid #d3d7de;
  border-radius: 50%;
}
.footer .footer__media-social a + a {
  margin-left: 24px;
}
.footer .footer__media-social a img {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .footer-container-contact {
    margin-top: 24px;
  }
}
.footer__bottom {
  background-color: #347235;
  padding: 8px 0;
}
.footer__bottom .footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__bottom .footer__bottom-wrapper .footer__bottom-copyright,
.footer__bottom .footer__bottom-wrapper .footer__bottom-company {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

/**************************************************************  Popup form + call **************************************************************/
.popup {
  position: fixed;
  right: 0;
  top: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 300;
}
.popup-form, .popup-call {
  display: block;
  width: 90px;
  background: #347235;
  padding: 6px 12px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 20px 0px 0px 20px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.popup-form img, .popup-call img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.5s;
}
.popup-form .popup-text, .popup-call .popup-text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.popup-form .popup-text-hotline, .popup-call .popup-text-hotline {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  display: none;
}
.popup-call {
  margin-top: 8px;
}
.popup-call:hover {
  padding: 16px;
  width: 176px;
  display: flex;
  align-items: center;
}
.popup-call:hover .popup-call-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  content: "";
  background: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.popup-call:hover .popup-call-image img {
  -webkit-filter: invert(45%) sepia(9%) saturate(3644%) hue-rotate(72deg) brightness(90%) contrast(73%);
          filter: invert(45%) sepia(9%) saturate(3644%) hue-rotate(72deg) brightness(90%) contrast(73%);
}
.popup-call:hover .popup-call-image::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.popup-call:hover .popup-wrapper-text {
  margin-left: 8px;
}
.popup-call:hover .popup-text-hotline {
  display: block;
}
.popup .popup-from-wrapper {
  width: 100%;
  position: fixed;
  top: -150%;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  z-index: 1000;
  transition: all ease 0.5s;
}
.popup .popup-form-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.popup .popup-form-close img {
  width: 24px;
  height: 24px;
}
.popup .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 700;
  display: none;
}
.popup .popup-from-wrapper.active {
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-from-wrapper.active ~ .popup-overlay {
  display: block;
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
}

@media (max-width: 550px) {
  .popup .popup-from-wrapper {
    width: 90%;
  }

  .popup-form, .popup-call {
    width: 60px;
    padding: 6px;
  }

  .popup-form .popup-text, .popup-call .popup-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.page-faq-content {
  padding: 60px 0;
}
.page-faq-content__title {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #212b36;
}
.page-faq-content .page-faq-content__item {
  position: relative;
  cursor: pointer;
  transition: all ease 3s;
}
.page-faq-content .page-faq-content__item:not(:last-child) {
  margin-bottom: 48px;
}
.page-faq-content .page-faq-content__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e7eaec;
  bottom: -24px;
}
.page-faq-content .page-faq-content__item.active .page-faq-content_item-image {
  background: #347235;
}
.page-faq-content .page-faq-content__item.active .page-faq-content_item-image > img {
  -webkit-filter: invert(96%) sepia(7%) saturate(7%) hue-rotate(3deg) brightness(200%) contrast(100%);
          filter: invert(96%) sepia(7%) saturate(7%) hue-rotate(3deg) brightness(200%) contrast(100%);
}
.page-faq-content .page-faq-content__item.active .page-faq-content__item-text-question {
  color: #347235;
}
.page-faq-content .page-faq-content__item-top {
  display: flex;
  align-items: center;
}
.page-faq-content .page-faq-content__item-top img {
  width: 26px;
  height: 26px;
  transition: all ease 0.3s;
}
.page-faq-content .page-faq-content__item-top .icon-minus {
  display: none;
}
.page-faq-content .page-faq-content__item-top .page-faq-content__item-text-question {
  margin-left: 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #212b36;
  flex: 1;
  transition: all ease 0.3s;
}
.page-faq-content .page-faq-content__item-text-answer {
  margin-left: 44px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
  display: none;
}
.page-faq-content .page-faq-content__item.active .page-faq-content__item-text-answer {
  display: block;
}
.page-faq-content .page-faq-content__item.active .icon-minus {
  display: block;
}
.page-faq-content .page-faq-content__item.active .icon-plus {
  display: none;
}

.page-faq-content__form {
  padding: 16px;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all ease 0.3s;
  max-width: 368px;
}
.page-faq-content__form.fixed {
  position: fixed;
  top: 85px;
}
.page-faq-content__form .page-faq-content__form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(52, 114, 53, 0.75), rgba(52, 114, 53, 0.75));
  border-radius: 4px;
  z-index: -1;
}
.page-faq-content__form .page-faq-content__form-content {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  padding: 44px 32px;
  z-index: 100;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-description {
  margin-top: 23px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-hotline {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-hotline-wrapper {
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-hotline-wrapper .page-faq-content__form-content-hotline-icon {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-hotline-wrapper .page-faq-content__form-content-hotline-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  z-index: -1;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-hotline-wrapper .page-faq-content__form-content-hotline-icon img {
  width: 16px;
  height: 16px;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-hotline-wrapper .page-faq-content__form-content-hotline-detail {
  margin-left: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-contact-form {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-detail-form {
  background: #ffffff;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #347235;
  transition: all ease 0.3s;
}
.page-faq-content__form .page-faq-content__form-content .page-faq-content__form-content-detail-form:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

@media (max-width: 992px) {
  .page-faq-content__form {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .page-faq-content {
    padding: 30px 0;
  }
}
@media (max-width: 550px) {
  .page-faq-content__title {
    font-size: 30px;
    line-height: 54px;
  }

  .page-faq-content .page-faq-content__item-top .page-faq-content__item-text-question {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 414px) {
  .page-faq-content {
    padding: 15px 0;
  }

  .page-faq-content__title {
    margin-bottom: 12px;
  }
}
.page-customer-our-customer {
  padding: 60px 0;
}
.page-customer-our-customer__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #292929;
  margin-bottom: 40px;
  text-align: center;
}
.page-customer-our-customer #my-repeater-list-id {
  padding: 0 6px;
}
.page-customer-our-customer__item-wrapper {
  margin-bottom: 30px;
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
}
.page-customer-our-customer__item {
  padding: 12px 12px 24px 12px;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all ease 0.3s;
  height: 100%;
  position: relative;
}
.page-customer-our-customer__item:hover {
  transform: scale(1.1);
}
.page-customer-our-customer__item:hover::after {
  content: "";
  position: absolute;
  border: 1px solid #347235;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-animation: fadeIn ease 0.3s;
          animation: fadeIn ease 0.3s;
}
.page-customer-our-customer__item-wrapper-image {
  position: relative;
}
.page-customer-our-customer__item-wrapper-image .image {
  width: 100%;
  height: 229px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.page-customer-our-customer__item-logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 168px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-customer-our-customer__item-name {
  margin-top: 63px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #292929;
  text-align: center;
}
.page-customer-our-customer__item-line {
  display: block;
  margin: 16px 0;
  width: 168px;
  height: 1px;
  background: #e7eaec;
  border-radius: 8px;
}
.page-customer-our-customer__item-wrapper-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-customer-our-customer__item-title {
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-customer-our-customer__item-service-provided {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.page-customer-our-customer__item-service-provided:not(:first-child) {
  margin-bottom: 8px;
}
.page-customer-our-customer .page-customer__button-show {
  margin-top: 8px;
  width: 100%;
  text-align: center;
}
.page-customer-our-customer .page-customer__button-show a {
  display: inline-block;
  border: 1px solid #347235;
  background-color: #347235;
  padding: 12px 90px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.page-customer-our-customer .page-customer__button-show a:hover {
  background-color: transparent;
  color: #292929;
}

@media (max-width: 768px) {
  .page-customer-our-customer {
    padding: 30px 0;
  }

  .page-customer-our-customer__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .page-customer-our-customer__item-name,
.page-customer-our-customer__item-title,
.page-customer-our-customer__item-service-provided {
    font-size: 12px;
    line-height: 20px;
  }

  .page-customer-our-customer__item-title {
    margin-bottom: 4px;
  }

  .page-customer-our-customer__item-service-provided:not(:first-child) {
    margin-bottom: 4px;
  }
}
@media (max-width: 414px) {
  .page-customer-our-customer {
    padding: 15px 0 30px;
  }

  .page-customer-our-customer__title {
    margin-bottom: 12px;
  }
}
.page-news-content {
  padding: 60px 0;
}
.page-news-content .page-news-content__new-post {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.page-news-content .page-news-content__new-post-thumbnail {
  display: block;
}
.page-news-content .page-news-content__new-post-thumbnail img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__new-post-thumbnail:hover img {
  transform: scale(1.05);
}
.page-news-content .page-news-content__new-post-title {
  margin-top: 30px;
  margin-bottom: 12px;
}
.page-news-content .page-news-content__new-post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all ease 0.3s;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #292929;
}
.page-news-content .page-news-content__new-post-title:hover a {
  color: #347235;
}
.page-news-content .page-news-content__new-post-date {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #347235;
}
.page-news-content .page-news-content__new-post-date img {
  display: block;
  margin-right: 12px;
  width: 18px;
  height: 20px;
}
.page-news-content .page-news-content__new-post-content {
  margin-top: 18px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-news-content .page-news-content__new-post-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #347235;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__new-post-btn:hover {
  background-color: #347235;
}
.page-news-content .page-news-content__new-post-btn:hover span {
  color: #ffffff;
}
.page-news-content .page-news-content__new-post-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-news-content .page-news-content__new-post-btn span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #347235;
  margin-right: 12px;
}
.page-news-content .page-news-content__new-post-btn img {
  display: block;
  width: 16px;
  height: 12px;
}
.page-news-content .page-news-content__posts-item {
  border-top: 1px solid #e7eaec;
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
}
.page-news-content .page-news-content__posts-item-thumbnail {
  display: block;
  flex-shrink: 0;
  margin-right: 16px;
}
.page-news-content .page-news-content__posts-item-thumbnail img {
  display: block;
  max-width: 300px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__posts-item-thumbnail:hover img {
  transform: scale(1.05);
}
.page-news-content .page-news-content__posts-item-text {
  flex: 1;
}
.page-news-content .page-news-content__posts-item-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__posts-item-title:hover a {
  color: #347235;
}
.page-news-content .page-news-content__posts-item-date {
  margin-top: 14px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #347235;
}
.page-news-content .page-news-content__posts-item-date img {
  display: block;
  margin-right: 12px;
  width: 18px;
  height: 20px;
}
.page-news-content .page-news-content__posts-item-content {
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-news-content .search-form,
.page-news-content .search-form-mobile {
  padding: 12px;
  background: #f4f6f8;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.page-news-content .search-form .search-field,
.page-news-content .search-form-mobile .search-field {
  width: 100%;
}
.page-news-content .search-form input,
.page-news-content .search-form-mobile input {
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.002em;
  color: #757575;
}
.page-news-content .search-form input[type=submit],
.page-news-content .search-form-mobile input[type=submit] {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-news-content .search-form-mobile {
  display: none;
}
.page-news-content .page-news-content__featured-news-title,
.page-news-content .page-news-content__favorites-title,
.page-news-content .page-news-content__categories-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #292929;
  margin-bottom: 24px;
}
.page-news-content .page-news-content__featured-news {
  padding: 32px 0;
}
.page-news-content .page-news-content__featured-news-item {
  display: flex;
  margin-bottom: 24px;
}
.page-news-content .page-news-content__featured-news-item-thumbnail {
  display: block;
}
.page-news-content .page-news-content__featured-news-item-thumbnail img {
  max-width: 108px;
  max-height: 108px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__featured-news-item-thumbnail:hover img {
  transform: scale(1.05);
}
.page-news-content .page-news-content__featured-news-item-text {
  margin-left: 16px;
}
.page-news-content .page-news-content__featured-news-item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.page-news-content .page-news-content__featured-news-item-title:hover a {
  color: #347235;
}
.page-news-content .page-news-content__favorites {
  padding: 32px 0;
}
.page-news-content .page-news-content__favorites li {
  list-style: none;
}
.page-news-content .page-news-content__favorites-list {
  display: flex;
  flex-wrap: wrap;
}
.page-news-content .page-news-content__favorites-item {
  background: #ecf8e9;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-right: 8px;
  margin-bottom: 16px;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__favorites-item a {
  color: #347235;
}
.page-news-content .page-news-content__favorites-item:hover {
  background-color: transparent !important;
  border: 1px solid #347235;
}
.page-news-content .page-news-content__categories {
  padding: 32px 0;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__categories.fixed {
  position: fixed;
  top: 80px;
}
.page-news-content .page-news-content__categories-title {
  margin-bottom: 8px;
}
.page-news-content .page-news-content__categories-item {
  display: block;
  padding: 16px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #212b36;
  transition: all ease 0.3s;
}
.page-news-content .page-news-content__categories-item:not(:last-child) {
  border-bottom: 1px solid #e7eaec;
}
.page-news-content .page-news-content__categories-item:hover {
  color: #347235;
}

.page-news-content__pagination {
  display: flex;
  justify-content: flex-end;
}
.page-news-content__pagination .pagenavi {
  display: flex;
  align-items: center;
}
.page-news-content__pagination .page-numbers {
  width: 32px;
  height: 32px;
  padding: 6px 7px;
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 4px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #292929;
  transition: all ease 0.3s;
}
.page-news-content__pagination .page-numbers:hover {
  color: #347235;
  background: #f7faf7;
  border: 1px solid #347235;
}
.page-news-content__pagination .page-numbers.current {
  color: #347235;
  background: #f7faf7;
  border: 1px solid #347235;
}
.page-news-content__pagination .page-numbers.dots {
  border: none;
  padding: 0 7px;
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.page-news-content__pagination .page-numbers.dots:hover {
  color: #292929;
  background: #ffffff;
  border: none;
}
.page-news-content__pagination .prev.page-numbers i,
.page-news-content__pagination .next.page-numbers i {
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .page-news-content .page-news-content__featured-news,
.page-news-content .page-news-content__favorites,
.page-news-content .page-news-content__categories {
    padding: 16px 0;
  }

  .page-news-content .page-news-content__featured-news-title,
.page-news-content .page-news-content__favorites-title,
.page-news-content .page-news-content__categories-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 48px;
    color: #292929;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .search-form-mobile {
    display: flex !important;
    margin-bottom: 24px;
  }

  .search-form {
    display: none !important;
  }

  .page-news-content .page-news-content__featured-news-item-thumbnail img {
    max-width: 300px;
    max-height: 200px;
  }

  .page-news-content .page-news-content__featured-news-item-title {
    -webkit-line-clamp: 3;
  }
  .page-news-content .page-news-content__featured-news-item-title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
  }
}
@media (max-width: 768px) {
  .page-news-content {
    padding: 30px 0;
  }
}
@media (max-width: 550px) {
  .page-news-content .page-news-content__posts-item-thumbnail img {
    display: block;
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
  }

  .page-news-content .page-news-content__featured-news-item-thumbnail img {
    max-width: 200px;
    max-height: 200px;
  }
}
@media (max-width: 414px) {
  .page-news-content {
    padding: 15px 0;
  }

  .page-news-content .page-news-content__new-post-thumbnail img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }

  .page-news-content .page-news-content__new-post-title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #292929;
  }

  .page-news-content .page-news-content__posts-item-thumbnail img {
    display: block;
    max-width: 150px;
    max-height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
  }

  .page-news-content .page-news-content__posts-item-title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #292929;
    transition: all ease 0.3s;
  }

  .page-news-content .page-news-content__posts-item-date {
    margin-top: 6px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #347235;
  }

  .page-news-content .page-news-content__posts-item-content {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .page-news-content .page-news-content__featured-news-item-thumbnail img {
    max-width: 150px;
    max-height: 150px;
  }

  .page-news-content .page-news-content__featured-news-item-title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #292929;
    transition: all ease 0.3s;
  }
}
.page-detail-post {
  padding: 60px 0;
}
.page-detail-post ul,
.page-detail-post p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-detail-post ul {
  padding-left: 40px;
}
.page-detail-post__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #292929;
}
.page-detail-post .page-detail-post__wrapper-date-interactive {
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.page-detail-post .page-detail-post__date {
  display: flex;
  align-items: center;
}
.page-detail-post .page-detail-post__date img {
  width: 18px;
  height: 20px;
}
.page-detail-post .page-detail-post__date p {
  margin-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #347235;
}
.page-detail-post .search-form,
.page-detail-post .search-form-mobile {
  padding: 12px;
  background: #f4f6f8;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.page-detail-post .search-form .search-field,
.page-detail-post .search-form-mobile .search-field {
  width: 100%;
}
.page-detail-post .search-form input,
.page-detail-post .search-form-mobile input {
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.002em;
  color: #757575;
}
.page-detail-post .search-form input[type=submit],
.page-detail-post .search-form-mobile input[type=submit] {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-detail-post .search-form-mobile {
  display: none;
}
.page-detail-post .page-detail-post__featured-news-title,
.page-detail-post .page-detail-post__favorites-title,
.page-detail-post .page-detail-post__categories-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #292929;
  margin-bottom: 24px;
}
.page-detail-post .page-detail-post__featured-news {
  padding-top: 32px;
}
.page-detail-post .page-detail-post__featured-news-item {
  display: flex;
  margin-bottom: 24px;
}
.page-detail-post .page-detail-post__featured-news-item-thumbnail {
  display: block;
}
.page-detail-post .page-detail-post__featured-news-item-thumbnail img {
  max-width: 108px;
  max-height: 108px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.page-detail-post .page-detail-post__featured-news-item-text {
  margin-left: 16px;
}
.page-detail-post .page-detail-post__featured-news-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
}
.page-detail-post .page-detail-post__featured-news-item-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.page-detail-post .page-detail-post__featured-news-item-title:hover a {
  color: #347235;
}
.page-detail-post .page-detail-post__featured-news-item-date {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.page-detail-post .page-detail-post__featured-news-item-date img {
  width: 18px;
  height: 20px;
}
.page-detail-post .page-detail-post__featured-news-item-date p {
  margin-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #347235;
}
.page-detail-post .page-detail-post__favorites {
  padding-top: 32px;
}
.page-detail-post .page-detail-post__favorites ul {
  padding: 0;
  margin-bottom: 0;
}
.page-detail-post .page-detail-post__favorites li {
  list-style: none;
}
.page-detail-post .page-detail-post__favorites-list {
  display: flex;
  flex-wrap: wrap;
}
.page-detail-post .page-detail-post__favorites-item {
  background: #ecf8e9;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-right: 8px;
  margin-bottom: 16px;
  transition: all ease 0.3s;
}
.page-detail-post .page-detail-post__favorites-item a {
  color: #347235;
}
.page-detail-post .page-detail-post__favorites-item:hover {
  background-color: transparent !important;
}
.page-detail-post .page-detail-post__categories {
  padding-top: 32px;
}
.page-detail-post .page-detail-post__categories.fixed {
  position: fixed;
  top: 80px;
}
.page-detail-post .page-detail-post__categories-title {
  margin-bottom: 8px;
}
.page-detail-post .page-detail-post__categories-item {
  display: block;
  padding: 16px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #212b36;
  transition: all ease 0.3s;
}
.page-detail-post .page-detail-post__categories-item:not(:last-child) {
  border-bottom: 1px solid #e7eaec;
}
.page-detail-post .page-detail-post__categories-item:hover {
  color: #347235;
}

.page-detail-post-cmt {
  padding: 60px 0 0;
}
.page-detail-post-cmt__wrapper {
  background: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 8px;
}
.page-detail-post-cmt__title {
  background: #f4f6f8;
  border-radius: 7px 7px 0px 0px;
  padding: 16px;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #292929;
}
.page-detail-post-cmt #comments {
  margin: 0;
}
.page-detail-post-cmt #wpdcom {
  padding: 0 16px;
}
.page-detail-post-cmt #wpdcom .wpd-form-head {
  margin-top: 0;
}
.page-detail-post-cmt .wpd-comment-author a {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.page-detail-post-cmt .wpd-comment-text p {
  font-size: 16px;
  line-height: 24px;
}
.page-detail-post-cmt #wpdcom .ql-container {
  background: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 8px 8px 0 0;
}
.page-detail-post-cmt #wpdcom .ql-toolbar {
  background: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 0 0 8px 8px;
}
.page-detail-post-cmt #wpdcom .wpd-thread-list {
  padding: 0;
}
.page-detail-post-cmt .wpd-form-row {
  display: flex;
  flex-direction: column;
}
.page-detail-post-cmt #wpdcom .wpd-form-row .wpd-form-col-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-detail-post-cmt #wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item {
  width: calc(50% - 8px);
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e7eaec;
}
.page-detail-post-cmt #wpdcom .wpd-form-row .wpd-field {
  padding: 0;
  border: none;
  outline: none;
}
.page-detail-post-cmt #wpdcom input:required {
  box-shadow: none;
}
.page-detail-post-cmt #wpdcom .wc-field-submit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-detail-post-cmt #wpdcom #wpd-threads {
  margin-top: 0;
}
.page-detail-post-cmt .wpdiscuz-comment-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.page-detail-post-cmt #wpdcom span.current {
  border: 1px solid #347235;
  color: #347235;
}
.page-detail-post-cmt #wpdcom .page-numbers {
  padding: 6px;
  margin: 0 0 0 6px;
  background: #f7faf7;
  border: 1px solid #d3d7de;
  border-radius: 4px;
  font-size: 16px;
  line-height: 21px;
  color: #292929;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-detail-post-cmt #wpdcom .wpdiscuz-comment-pagination span {
  display: flex !important;
}
.page-detail-post-cmt .wpd-comment {
  border-bottom: 1px solid #E7EAEC;
  padding: 24px 0;
}

.page-detail-related-post {
  padding: 60px 0;
  background: #f9fafb;
}
.page-detail-related-post__title {
  text-align: left;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #172b4d;
  margin-bottom: 40px;
}
.page-detail-related-post__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.page-detail-related-post__item-thumbnail {
  display: block;
}
.page-detail-related-post__item-thumbnail img {
  width: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-detail-related-post__item-text {
  margin-top: 16px;
}
.page-detail-related-post__item-title a {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #292929;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
}
.page-detail-related-post__item-title a:hover {
  color: #347235;
}
.page-detail-related-post__item-date {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
}
.page-detail-related-post__item-date img {
  display: block;
  width: 18px;
  height: 20px;
}
.page-detail-related-post__item-date p {
  margin-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #347235;
}
.page-detail-related-post__item-content {
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-detail-post {
    padding: 30px 0;
  }

  .page-detail-post-cmt {
    padding: 30px 0 0;
  }

  .page-detail-related-post {
    padding: 30px 0;
  }
}
@media (max-width: 414px) {
  .page-detail-post {
    padding: 15px 0;
  }

  .page-detail-post-cmt {
    padding: 15px 0 0;
  }

  .page-detail-related-post {
    padding: 15px 0;
  }

  .page-detail-post .page-detail-post__featured-news,
.page-detail-post .page-detail-post__favorites,
.page-detail-post .page-detail-post__categories {
    padding-top: 15px;
  }

  .page-detail-post-cmt .wpd-comment {
    padding: 12px 0;
  }
}
.page-services {
  margin-bottom: 30px;
}

.page-contact {
  padding: 60px 0 40px;
}
.page-contact__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #212b36;
}
.page-contact__description {
  margin: 24px 0 72px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #757575;
}
.page-contact__wrapper-country {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
.page-contact__list-countries {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.page-contact__country {
  display: inline-block;
  padding: 15px 42px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #292929;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 4px;
}
.page-contact__country:not(:first-child) {
  margin-left: 6px;
}
.page-contact__country.active {
  background-color: #347235;
  color: #ffffff;
}
.page-contact__country:hover {
  background-color: #347235;
  color: #ffffff;
}
.page-contact__content {
  position: relative;
  padding: 92px 40px 40px;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.page-contact .page-contact__left .page-contact__left-item {
  -webkit-animation: fadeIn ease 1s;
          animation: fadeIn ease 1s;
  display: none;
}
.page-contact .page-contact__left .page-contact__left-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #292929;
}
.page-contact .page-contact__left .page-contact__left-description {
  margin: 24px 0;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.page-contact .page-contact__left .page-contact__left-wrapper-info {
  margin-bottom: 32px;
  position: relative;
}
.page-contact .page-contact__left .page-contact__left-wrapper-info img {
  width: 26px;
  height: 26px;
  display: block;
}
.page-contact .page-contact__left .page-contact__left-wrapper-info .wrapper-text {
  display: flex;
  align-items: center;
}
.page-contact .page-contact__left .page-contact__left-wrapper-info .wrapper-text .info {
  margin-left: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  position: relative;
}
.page-contact .page-contact__left .page-contact__left-wrapper-info .wrapper-text .info::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 28px;
  height: 1px;
  background: #347235;
  border-radius: 4px;
  z-index: 10;
}
.page-contact .page-contact__left .page-contact__left-wrapper-info .wrapper-text .info::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 63px;
  height: 1px;
  background: #f4f6f8;
  border-radius: 4px;
}
.page-contact .page-contact__left .page-contact__left-wrapper-info .detail-info {
  margin-top: 21px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.page-contact .page-contact__left .page-contact__left-wrapper-media-socials {
  display: flex;
  align-items: center;
}
.page-contact .page-contact__left .page-contact__left-wrapper-media-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0.5px solid #d3d7de;
  border-radius: 50%;
  margin-right: 24px;
}
.page-contact .page-contact__left .page-contact__left-wrapper-media-socials a img {
  display: block;
  width: 20px;
  height: 20px;
}
.page-contact .page-contact__right {
  background: #347235;
  border-radius: 8px;
  padding: 16px;
}
.page-contact .page-contact__right-wrapper {
  padding: 32px;
  background: #f9fafb;
  border-radius: 4px;
}
.page-contact .page-contact__right-title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #292929;
}
.page-contact .page-contact__right .input-small {
  width: calc(50% - 8px);
  display: inline-block;
}
.page-contact .page-contact__right .input-small + .input-small {
  float: right;
}
.page-contact .page-contact__right .acf-field .acf-label {
  display: none;
}
.page-contact .page-contact__right .acf-fields > .acf-field {
  position: relative;
  margin-bottom: 24px;
  padding: 0;
  border-top: none;
}
.page-contact .page-contact__right .acf-field input[type=text] {
  max-width: 436px;
  padding: 12px 16px;
  border: 1px solid #dbdfe2;
  background: #f9fafb;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.page-contact .page-contact__right .acf-field textarea {
  max-width: 436px;
  max-height: 120px;
  resize: none;
  padding: 12px 16px;
  border: 1px solid #dbdfe2;
  background: #f9fafb;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  margin-bottom: 24px;
}
.page-contact .page-contact__right .af-submit {
  padding: 0;
}
.page-contact .page-contact__right .acf-button.af-submit-button {
  width: 100%;
  height: 48px;
  margin: auto;
  transition: all linear 0.2s;
  background-color: #347235;
  border: 1px solid #347235;
  display: block;
  padding: 12px 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  outline: none;
  border: none;
}
.page-contact .page-contact__right .acf-button.af-submit-button:hover {
  background-color: transparent;
  border: 1px solid #347235;
  color: #347235;
}
.page-contact .page-contact__right .af-input :focus-visible {
  outline: #347235 auto 1px;
}

.page-contact__item-bottom {
  padding-top: 40px;
}
.page-contact__item-bottom .page-contact__your-contact-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #292929;
  margin-bottom: 32px;
}
.page-contact__item-bottom .page-contact__your-contact-item {
  display: flex;
  align-items: center;
}
.page-contact__item-bottom .page-contact__your-contact-item + .page-contact__your-contact-item {
  margin-top: 40px;
}
.page-contact__item-bottom .page-contact__your-contact-item img {
  display: block;
  border-radius: 4px 0px 0px 4px;
}
.page-contact__item-bottom .page-contact__your-contact-item-text {
  margin-left: 16px;
}
.page-contact__item-bottom .page-contact__your-contact-item-text-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #292929;
}
.page-contact__item-bottom .page-contact__your-contact-item-text-associate {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #292929;
}
.page-contact__item-bottom .page-contact__your-contact-item-text-list {
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.page-contact__item-bottom .page-contact__your-contact-item-text-list p + p {
  margin-top: 4px;
}

.page-contact-map__google-map iframe {
  width: 100%;
}

@media (max-width: 991px) {
  .page-contact__left-title, .page-contact__item-bottom .page-contact__your-contact-title {
    text-align: center;
  }

  .page-contact__list-countries {
    padding: 6px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .page-contact__list-countries .page-contact__country {
    padding: 12px;
  }

  .page-contact__list-countries::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #f5f5f5;
    border-radius: 4px;
  }

  .page-contact__list-countries::-webkit-scrollbar-thumb {
    background-color: #347235;
    border-radius: 4px;
  }

  .page-contact__country:not(:first-child) {
    margin-left: 0;
  }

  .page-contact__right {
    margin-top: 40px;
  }

  .page-contact-map__google-map {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-contact {
    padding: 30px 0;
  }
}
@media (max-width: 550px) {
  .page-contact__description {
    margin: 12px 0 48px;
  }

  .page-contact__list-countries {
    padding: 12px;
  }
  .page-contact__list-countries .page-contact__country {
    padding: 12px;
    min-width: 110px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .page-contact .page-contact__right .input-small {
    width: 100%;
    display: block;
  }

  .page-contact .page-contact__right .input-small + .input-small {
    float: unset;
  }
}
@media (max-width: 414px) {
  .page-contact {
    padding: 15px 0;
  }

  .page-contact__list-countries .page-contact__country {
    padding: 6px;
    min-width: 90px;
  }

  .page-contact__content {
    padding: 60px 12px 30px;
  }

  .page-contact .page-contact__left .page-contact__left-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
  }

  .page-contact .page-contact__right-wrapper {
    padding: 12px;
  }

  .page-contact .page-contact__left .page-contact__left-description {
    margin: 12px 0;
  }

  .page-contact__your-contact-item {
    flex-direction: column;
    text-align: center;
  }

  .page-contact__item-bottom .page-contact__your-contact-item-text {
    margin-top: 12px;
    margin-left: 0;
  }
}
.service-detail {
  padding: 60px 0;
}
.service-detail__post ul,
.service-detail__post p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.service-detail__post ul {
  padding-left: 40px;
}
.service-detail__post img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.service-detail__post p {
  font-size: 16px;
  line-height: 24px;
}
.service-detail__post-title {
  text-align: left;
  margin-bottom: 24px;
}
.service-detail__post-working {
  padding: 40px 0;
}
.service-detail__post-working-list-faq {
  margin-top: 26px;
  background: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 4px 4px 0px 0px;
}
.service-detail__post-working-faq-item {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f4f6f8;
  transition: all ease 0.3s;
  cursor: pointer;
}
.service-detail__post-working-faq-item p {
  margin-bottom: 0;
}
.service-detail__post-working-faq-item:not(:last-child) {
  border-bottom: 1px solid #e7eaec;
  border-radius: 3px 3px 0px 0px;
}
.service-detail__post-working-faq-item img {
  width: 26px;
  height: 26px;
}
.service-detail__post-working-faq-item.active {
  background: #ffffff;
  align-items: flex-start;
  border-bottom: 2px solid #407a41;
}
.service-detail__post-working-faq-item.active .service-detail__post-working-faq-item-text-question {
  color: #407a41;
}
.service-detail__post-working-faq-item.active .service-detail__post-working-faq-item-text-answer {
  display: block;
}
.service-detail__post-working-faq-item.active .icon-plus {
  display: none;
}
.service-detail__post-working-faq-item.active .icon-minus {
  display: block;
}
.service-detail__post-working-faq-item .icon-plus {
  display: block;
}
.service-detail__post-working-faq-item .icon-minus {
  display: none;
  margin-top: 6px;
}
.service-detail__post-working-faq-item-text {
  margin-left: 16px;
}
.service-detail__post-working-faq-item-text-question {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  transition: all ease 0.3s;
}
.service-detail__post-working-faq-item-text-answer {
  margin-top: 32px !important;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  -webkit-animation: fadeIn ease 0.3s;
          animation: fadeIn ease 0.3s;
  display: none;
}
.service-detail__post-help-list {
  margin-top: 24px;
}
.service-detail__post-help-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.service-detail__post-help-item img {
  width: 20px;
  height: 20px;
}
.service-detail__post-help-item p {
  margin: 0 0 0 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.service-detail__other-services-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #292929;
}
.service-detail__other-services-wrapper {
  margin: 12px 0 24px;
  background: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 4px;
}
.service-detail__other-services-item {
  padding: 16px;
  background: #ffffff;
  position: relative;
  transition: all ease 0.3s;
  cursor: pointer;
}
.service-detail__other-services-item:not(:last-child) {
  border-bottom: 1px solid #e7eaec;
}
.service-detail__other-services-item:hover .service-detail__other-services-item-title {
  color: #347235;
}
.service-detail__other-services-item.active {
  background: #f9fafb;
}
.service-detail__other-services-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #347235;
  width: 4px;
  height: 100%;
}
.service-detail__other-services-item.active .service-detail__other-services-item-title {
  color: #347235;
  margin-bottom: 24px;
}
.service-detail__other-services-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #212b36;
  transition: all ease 0.3s;
}
.service-detail__other-services-item-list {
  display: none;
}
.service-detail__other-services-item.active .service-detail__other-services-item-list {
  display: block;
  -webkit-animation: fadeIn ease 0.3s;
          animation: fadeIn ease 0.3s;
}
.service-detail__other-services-item-child {
  list-style: none;
  display: flex;
  align-items: center;
}
.service-detail__other-services-item-child a {
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  transition: all ease 0.3s;
}
.service-detail__other-services-item-child a:hover {
  color: #347235;
}
.service-detail__other-services-item-child:not(:last-child) {
  margin-bottom: 16px;
}
.service-detail__other-services-item-child::before {
  content: "\2022";
  font-size: 24px;
  margin-right: 8px;
  color: #347235;
  /* or whatever color you prefer */
}
.service-detail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  margin-bottom: 54px;
}
.service-detail__btn.fixed {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 200;
}
.service-detail__btn:hover {
  background: transparent;
  border: 1px solid #347235;
}
.service-detail__btn:hover span {
  color: #347235;
}
.service-detail__btn:hover img {
  -webkit-filter: brightness(100) invert(1);
          filter: brightness(100) invert(1);
}
.service-detail__btn img {
  display: block;
  width: 18px;
  height: 18px;
}
.service-detail__btn span {
  margin-left: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  transition: all ease 0.3s;
}
.service-detail__comment {
  padding: 40px 0;
  background: #ffffff;
  border: 1px solid #e7eaec;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 30px;
}
.service-detail__comment-content {
  padding: 30px 15px;
  position: relative;
  background: linear-gradient(to right, #f4f6f8 70%, transparent 30%);
}
.service-detail__comment-content img {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 24px;
}
.service-detail__comment-content-text {
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.service-detail__comment-people {
  padding: 16px;
  display: flex;
  align-items: center;
}
.service-detail__comment-people img {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.service-detail__comment-people-info {
  margin-left: 8px;
}
.service-detail__comment-people-info-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.service-detail__comment-people-info-associate {
  font-size: 14px;
  line-height: 21px;
  color: #757575;
}

@media (max-width: 768px) {
  .service-detail__post-working {
    padding: 20px 0;
  }

  .service-detail__sidebar {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }

  .service-detail__btn {
    order: 1;
    margin-bottom: 24px;
  }

  .service-detail__comment {
    order: 2;
  }

  .service-detail__other-services {
    order: 3;
  }
}
@-webkit-keyframes slipDown {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slipDown {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.page-team {
  padding: 60px 0;
}
.page-team__description {
  color: #757575;
  text-align: center;
  margin: 24px 0 32px;
}
.page-team .page-team__item-wrapper {
  margin-bottom: 30px;
}
.page-team__item {
  height: 100%;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 0px 0px;
  transition: all ease 0.3s;
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
}
.page-team__item:hover {
  border-color: #347235;
}
.page-team__item-image {
  position: relative;
}
.page-team__item-image img {
  border-radius: 4px 4px 0px 0px;
  display: block;
  width: 100%;
  max-height: 290px;
  cursor: pointer;
}
.page-team__item-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(88.62deg, #347235 9.22%, rgba(52, 114, 53, 0) 174.05%);
  padding: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
}
.page-team__item-text {
  margin-top: auto;
  padding: 16px 12px 24px;
  text-align: center;
  cursor: pointer;
}
.page-team__item-text-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212b36;
}
.page-team__item-text-summary {
  margin: 12px 0;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-team__item-text-see-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #347235;
  cursor: pointer;
}
.page-team__item-detail {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 60px;
  z-index: 10000000;
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
}
.page-team__item-detail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90.13deg, #1f2832 25.39%, rgba(33, 43, 54, 0) 126.2%);
  opacity: 0.55;
  cursor: pointer;
}
.page-team__item-detail-wrapper {
  position: relative;
  z-index: 100;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  height: 100%;
  overflow-y: auto;
  -webkit-animation: slipDown ease 0.5s;
          animation: slipDown ease 0.5s;
}
.page-team__item-detail-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border-radius: 8px;
}
.page-team__item-detail-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 10px 10px #DBDFE2;
  border: solid 3px transparent;
}
.page-team__item-detail-icon-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* right: 0; */
  cursor: pointer;
  z-index: 100;
  text-align: right;
  margin-right: -18px;
}
.page-team__item-detail-icon-close img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-team__item-detail-people {
  max-width: 234px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 0px 0px;
  text-align: center;
}
.page-team__item-detail-people img {
  display: block;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}
.page-team__item-detail-people-text {
  padding: 16px;
}
.page-team__item-detail-people-text-name {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
}
.page-team__item-detail-people-text-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #347235;
}
.page-team__item-detail-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #292929;
  position: relative;
  margin-bottom: 34px;
  display: inline-block;
}
.page-team__item-detail-title::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  width: 30%;
  border: 1px solid #347235;
  border-radius: 2px;
  z-index: 10;
}
.page-team__item-detail-title::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  width: 90%;
  border: 1px solid #f4f6f8;
  border-radius: 2px;
}
.page-team__item-detail-general-info-contacts {
  display: flex;
  align-items: center;
}
.page-team__item-detail-general-info-contacts-item {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.page-team__item-detail-general-info-contacts-item img {
  display: block;
  width: 20px;
  height: 16px;
}
.page-team__item-detail-general-info-contacts-item p {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.page-team__item-detail-general-info-description {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.page-team__item-detail-degree {
  padding: 40px 0;
}
.page-team__item-detail-degree-item {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}
.page-team__item-detail-degree-item-year {
  padding: 2px 12px 2px 16px;
  background-color: #347235;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  position: relative;
}
.page-team__item-detail-degree-item-year::before {
  position: absolute;
  content: "";
  left: 0;
  transform: translateX(-50%);
  top: 0;
  border-color: #347235 #347235 #347235 transparent;
  border-width: 15.5px;
  border-style: solid;
}
.page-team__item-detail-degree-item-circle {
  margin-left: 16px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background: rgba(61, 135, 62, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page-team__item-detail-degree-item-circle-child {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #347235;
  border-radius: 50%;
}
.page-team__item-detail-degree-item-text-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #292929;
}
.page-team__item-detail-degree-item-text-description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
.page-team__item-detail-other-info-list-item {
  display: flex;
}
.page-team__item-detail-other-info-item:not(:first-child) {
  margin-left: 70px;
}
.page-team__item-detail-other-info-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  margin-bottom: 24px;
}
.page-team__item-detail-other-info-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.page-team__item-detail-other-info-item-text::before {
  content: "\2022";
  color: #347235;
  font-size: 24px;
  margin-right: 16px;
}
.page-team__button-show {
  margin-top: 8px;
}
.page-team__button-show a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 368px;
  padding: 12px;
  background: #347235;
  border: 1px solid #347235;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  transition: all ease 0.3s;
}
.page-team__button-show a:hover {
  background: transparent;
  border-color: #347235;
  color: #347235;
}

@media (max-width: 768px) {
  .page-team {
    padding: 30px 0;
  }

  .page-team__item-detail {
    padding: 30px;
  }

  .page-team__item-detail-wrapper {
    padding: 20px;
  }

  .page-team__item-detail-people {
    margin: 0 auto;
    margin-bottom: 12px;
    max-width: 200px;
  }

  .page-team__item-detail-degree {
    padding: 20px 0;
  }

  .page-team__item-detail-other-info-item:not(:first-child) {
    margin-left: 35px;
  }
}
@media (max-width: 550px) {
  .page-team__item-detail {
    padding: 15px;
  }

  .page-team__item-name {
    padding: 6px;
    font-size: 16px;
  }

  .page-team__item-detail-general-info-contacts {
    flex-wrap: wrap;
  }

  .page-team__item-detail-general-info-contacts-item p {
    font-size: 14px;
  }

  .page-team__item-detail-general-info-contacts-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }

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

  .page-team__item-detail-general-info-description {
    margin-top: 12px;
    font-size: 14px;
  }

  .page-team__item-detail-degree-item-circle {
    display: none;
  }

  .page-team__item-detail-degree-item-text {
    margin-left: 12px;
  }

  .page-team__item-detail-degree-item-text-name {
    font-size: 16px;
  }

  .page-team__item-detail-degree-item-text-description {
    font-size: 14px;
    margin-top: 12px;
  }

  .page-team__item-detail-other-info-list-item {
    display: flex;
    flex-wrap: wrap;
  }

  .page-team__item-detail-other-info-item:not(:first-child) {
    margin-left: 0;
  }

  .page-team__item-detail-other-info-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .page-team__item-detail-other-info-item-text {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 414px) {
  .page-team {
    padding: 15px 0 30px;
  }

  .page-team__description {
    margin: 12px 0 24px;
  }
}
.page-about {
  padding: 60px 0;
}
.page-about__title {
  color: #292929;
  text-align: left;
  margin-bottom: 30px;
}
.page-about__description {
  color: #757575;
}
.page-about__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.3s;
}
.page-about__image img:hover {
  transform: scale(1.1);
}

.page-about-vision {
  padding: 60px 0;
  background-color: #f9fafb;
}
.page-about-vision__item {
  padding: 12px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: all ease 0.3s;
}
.page-about-vision__item:hover {
  border-color: #347235;
  transform: scale(1.1);
}
.page-about-vision__item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.page-about-vision__item-title {
  margin: 24px 0 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  text-align: center;
}
.page-about-vision__item-description {
  font-size: 16px;
  line-height: 24px;
  color: #727f8e;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-about-rule {
  padding: 60px 0 148px;
  margin-bottom: 92px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page-about-rule__title {
  color: #f9fafb;
}
.page-about-rule__description {
  margin-top: 24px;
  color: #f9fafb;
  text-align: center;
}
.page-about-rule__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 114, 53, 0.75);
  z-index: -1;
}
.page-about-rule__list {
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 10;
  padding: 24px;
}
.page-about-rule__item {
  display: flex;
  align-items: center;
  padding: 24px;
}
.page-about-rule__item:hover path {
  stroke-dasharray: 70;
  stroke-dashoffset: -70;
  -webkit-animation: draw 2s linear forwards;
          animation: draw 2s linear forwards;
}
.page-about-rule__item-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(61, 135, 62, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page-about-rule__item-image svg {
  width: 24px;
  height: 24px;
}
.page-about-rule__item-image svg path {
  fill: none;
  stroke-width: 1;
  stroke: #347235;
}
.page-about-rule__item-text {
  margin-left: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}

.page-about-lawyer {
  padding: 60px 0;
}
.page-about-lawyer__title {
  text-align: center;
}
.page-about-lawyer__description {
  text-align: center;
  color: #757575;
  margin-top: 24px;
  margin-bottom: 40px;
}
.page-about-lawyer .page-about-lawyer__item-wrapper {
  margin-bottom: 30px;
}
.page-about-lawyer__item {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px 4px 0px 0px;
  transition: all ease 0.3s;
}
.page-about-lawyer__item:hover {
  border: 1px solid #347235;
}
.page-about-lawyer__item img {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about-lawyer__item-name {
  padding: 0 12px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #292929;
}
.page-about-lawyer__item-position {
  padding: 0 12px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #347235;
}
.page-about-lawyer__item-description {
  padding: 0 12px;
  margin: auto 0 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-about-lawyer__btn {
  margin-top: 40px;
}

.page-about-our-service {
  padding: 60px 0;
  background-color: #347235;
  position: relative;
  overflow: hidden;
}
.page-about-our-service__bg-left {
  position: absolute;
  top: 10%;
  left: -5%;
  z-index: 0;
}
.page-about-our-service__bg-right {
  position: absolute;
  top: -40%;
  right: -5%;
  z-index: 0;
}
.page-about-our-service__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}
.page-about-our-service__description {
  margin: 16px 0 28px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.page-about-our-service__wrapper-btn {
  max-width: 300px;
  padding: 8px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.page-about-our-service__wrapper-btn a {
  padding: 12px 16px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #347235;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.page-about-our-service__wrapper-btn a:hover {
  background-color: #347235;
  color: #ffffff;
}

.page-about-activity {
  padding: 60px 0;
}
.page-about-activity__title {
  color: #292929;
}
.page-about-activity__description {
  margin: 24px 0 40px;
  color: #757575;
  text-align: center;
}
.page-about-activity__item {
  padding: 24px 16px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.page-about-activity__item:hover {
  border-color: #347235;
}
.page-about-activity__item:hover path {
  stroke-dasharray: 1000;
  stroke-dashoffset: -300;
  -webkit-animation: draw 3s linear forwards;
          animation: draw 3s linear forwards;
}
.page-about-activity__item-image {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.page-about-activity__item-image svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-about-activity__item-image svg path {
  fill: none;
  stroke: #347235;
  stroke-width: 1;
}
.page-about-activity__item-title {
  display: block;
  margin-top: 38px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #347235;
  text-align: center;
}
.page-about-activity__item-title:hover {
  color: #347235;
}
.page-about-activity__item-line {
  position: relative;
  display: block;
  margin: 12px auto 16px;
  width: 120px;
  height: 2px;
  background: #e7eaec;
  border-radius: 4px;
}
.page-about-activity__item-line::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #347235;
  border-radius: 4px;
}
.page-about-activity__item-description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 992px) {
  .page-about__title {
    margin-bottom: 12px;
  }

  .page-about__image {
    margin-top: 24px;
  }

  .page-about-vision__item:hover {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .page-about,
.page-about-vision,
.page-about-our-service,
.page-about-activity {
    padding: 30px 0;
  }

  .page-about-rule {
    padding: 30px 0 148px;
  }

  .page-about-rule__description {
    margin-top: 12px;
  }

  .page-about-rule__item {
    padding: 12px;
  }

  .page-about-lawyer {
    padding: 60px 0 0;
  }

  .page-about-lawyer__description {
    margin: 24px 0;
  }

  .page-about-our-service__bg-left,
.page-about-our-service__bg-right {
    display: none;
  }

  .page-about-activity__description {
    margin: 12px 0 24px;
  }
}
@media (max-width: 550px) {
  .page-about-vision__item {
    margin-bottom: 12px;
  }

  .page-about-rule__item {
    padding: 0;
    margin-bottom: 12px;
  }

  .page-about-activity__item-title {
    font-size: 16px;
  }

  .page-about-rule {
    padding: 30px 0;
    margin-bottom: 0;
  }

  .page-about-rule__list {
    margin-top: 24px;
    position: static;
    transform: translateY(0);
  }

  .page-about-rule__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .page-about-rule__item-text {
    text-align: center;
    margin-left: 0;
  }

  .page-about-lawyer {
    padding: 30px 0 0;
  }
}
@media (max-width: 414px) {
  .page-about, .page-about-vision, .page-about-our-service, .page-about-activity {
    padding: 15px;
  }

  .page-about-rule {
    padding: 15px 0;
  }

  .page-about-lawyer {
    padding: 15px 0 0;
  }

  .page-about-lawyer__description {
    margin: 12px 0;
  }

  .page-about-our-service__description {
    margin: 12px 0 24px;
  }
}
/************************************************************** Booking **************************************************************/
.booking {
  position: relative;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.booking-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(52, 114, 53, 0.75), rgba(52, 114, 53, 0.75));
  z-index: 1;
}
.booking__wrapper {
  position: relative;
  border: 2px solid #ffffff;
  padding: 65px 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 100;
  flex-wrap: wrap;
}
.booking__content-left {
  display: flex;
  align-items: center;
}
.booking__content-left img {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking__content-left-text {
  margin-left: 18px;
}
.booking__content-left-text-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}
.booking__content-left-text-description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.booking__content-right-wrapper-btn {
  padding: 8px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.booking__content-right-btn {
  display: inline-block;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px 45px;
  font-size: 16px;
  line-height: 24px;
  color: #347235;
  transition: all ease 0.3s;
}
.booking__content-right-btn:hover {
  background: #347235;
  color: #ffffff;
}

/************************************************************** Page Banner **************************************************************/
.page-banner {
  padding: 85px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.page-banner .page-banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90.13deg, #1f2832 25.39%, rgba(33, 43, 54, 0) 126.2%);
  opacity: 0.55;
  z-index: -1;
}
.page-banner .page-banner__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  z-index: 100;
}
.page-banner .page-banner__breadcrumb {
  text-align: center;
  color: #d5d8db;
  font-size: 14px;
  line-height: 21px;
}
.page-banner .page-banner__breadcrumb a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.page-banner .page-banner__breadcrumb a:hover {
  color: #347235;
}
.page-banner .page-banner__breadcrumb .current {
  font-size: 14px;
  line-height: 21px;
  color: #d5d8db;
  cursor: default;
}
.page-banner .page-banner__breadcrumb span {
  margin: 0 6px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .page-banner {
    padding: 40px 0;
  }
}
@media (max-width: 550px) {
  .page-banner {
    padding: 6px 0;
  }

  .page-banner .page-banner__title {
    font-size: 24px;
    line-height: 36px;
  }

  .page-about-carousel-btn-pre {
    transform: translate(-30%, -50%);
  }

  .page-about-carousel-btn-next {
    transform: translate(30%, -50%);
  }
}
@media (min-width: 1200px) {
  .partner .partner-carousel-btn-pre {
    transform: translate(-100%, -50%);
  }

  .partner .partner-carousel-btn-next {
    transform: translate(100%, -50%);
  }
}
@media (max-width: 1200px) {
  .menu-menu .menu-pc .menu-item {
    padding: 9px 15px;
  }

  .why-choose__wrapper-large {
    width: 100%;
    position: absolute;
    display: flex;
    padding: 0 10px;
    bottom: 2%;
  }
}
@media (max-width: 1024px) {
  .impressive-numbers {
    background-image: none !important;
  }

  .service__wrapper-btn {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .service__wrapper-btn::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #f5f5f5;
    border-radius: 4px;
  }

  .service__wrapper-btn::-webkit-scrollbar-thumb {
    background-color: #347235;
    border-radius: 4px;
  }

  .service__wrapper-btn .service__btn {
    padding: 6px 12px;
    min-width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  #partner-carousel .item {
    height: 350px;
  }

  .partner__item {
    border-radius: 4px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .partner__item-content {
    display: block !important;
  }

  .partner .partner-carousel-btn-pre, .partner .partner-carousel-btn-next {
    top: 25%;
  }

  .partner .partner-carousel-btn-pre {
    transform: translate(-50%, -50%);
  }

  .partner .partner-carousel-btn-next {
    transform: translate(50%, -50%);
  }

  .why-choose__item:hover {
    transform: unset;
  }

  .partner__item:hover {
    cursor: unset;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    -webkit-filter: unset;
    filter: unset;
  }
  .partner__item:hover .partner__item-content {
    display: unset;
    -webkit-animation: unset;
            animation: unset;
  }
}
@media (max-width: 992px) {
  .top-header,
.main-menu-pc {
    display: none;
  }

  .menu-menu {
    padding: 0;
  }

  .menu-menu .main-menu-mobile {
    padding: 0 16px;
  }

  .menu-menu .main-menu-mobile {
    display: block;
  }

  .service__item {
    margin-bottom: 10px;
  }

  .partner__item {
    width: 100%;
  }

  .why-choose__list-item {
    padding: 12px 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .why-choose__list-item::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #000000;
    border-radius: 4px;
  }

  .why-choose__list-item::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    border-radius: 4px;
  }

  .why-choose__item-nth, .why-choose__item-nth:nth-child(3n+2) {
    margin-top: 0;
  }

  .why-choose__item {
    height: 100%;
  }

  .booking__content-left img {
    width: 48px;
    height: 48px;
  }

  .booking__content-left-text-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
  }

  .booking__content-left-text-description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .impressive-numbers, .service, .why-choose, .lawyer, .partner, .news, .contact-us__wrapper-form, .contact-us__office, .footer {
    padding: 30px 0;
  }

  .lawyer__description, .partner__description {
    margin: 12px 0;
  }

  .news__title {
    margin: 0 0 30px;
  }

  .why-choose__wrapper-large {
    padding: 0 0 30px 12px;
  }

  .service__btn-more, .lawyer__btn {
    margin-top: 0;
  }

  .title {
    font-size: 32px;
    line-height: 48px;
  }

  .description {
    font-size: 14px;
  }

  .banner__content {
    position: absolute;
    top: 10%;
    left: 5%;
    transform: translate(0, 0);
    z-index: 100;
  }

  .banner__content-title h1,
.banner__content-title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
  }

  .banner__content-description {
    margin: 12px 0;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .menu-menu .main-menu-mobile .menu-logo {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .menu-menu .main-menu-mobile .menu-logo img {
    width: 50px;
    height: 50px;
  }

  .impressive-numbers__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }

  .service__wrapper-btn {
    margin: 30px 0;
  }

  .service__item {
    padding-top: 24px;
    background-color: #ffffff;
    border: 1px solid #dbdfe2;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all linear 0.2s;
  }

  .news__item {
    margin-bottom: 30px;
  }

  .news__btn {
    margin-top: 0;
  }

  .contact-us__wrapper-form .contact-us__bg-form {
    padding: 0 24px;
    background-color: #347235;
    border-radius: 4px;
  }

  .contact-us__office-list-countries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-container-contact {
    margin-top: 12px;
  }

  .booking__content-left {
    flex-direction: column;
  }

  .booking__content-left-text {
    text-align: center;
    margin-left: 0;
  }

  .booking__content-right {
    margin-top: 24px;
  }
}
@media (max-width: 550px) {
  .impressive-numbers__image {
    width: 54px;
    height: 54px;
  }
  .impressive-numbers__image img {
    width: 48px;
    height: 48px;
  }

  .impressive-numbers__wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .impressive-numbers__content-wrapper-number {
    justify-content: center;
  }

  .impressive-numbers__content-number,
.impressive-numbers__content .impressive-numbers__content-plus {
    font-size: 20px;
    text-align: center;
  }

  .impressive-numbers__content-text {
    font-size: 14px;
    text-align: center;
  }

  .impressive-numbers__wrapper {
    margin-bottom: 12px;
  }

  .menu-mobile-language .wrapper-current-language {
    width: 100%;
    min-width: unset;
  }

  .banner__content {
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translate(0, 0);
    z-index: 100;
  }

  .banner__content-title h1,
.banner__content-title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
  }

  .service__item {
    min-height: 200px;
  }

  .service__item-image svg {
    width: 40px;
    height: 40px;
  }

  .service__item-name {
    margin: 15px 0;
    font-size: 14px;
  }

  .service__item-wrapper-content {
    padding: 6px;
  }

  .why-choose__item {
    padding: 12px;
  }

  .why-choose__item-title {
    margin-top: 12px;
  }

  .why-choose__item-back-border {
    padding: 8px;
  }

  .partner .partner-carousel-btn-pre {
    left: 2%;
  }

  .partner .partner-carousel-btn-next {
    right: 2%;
  }

  .footer__logo {
    text-align: center;
  }

  .footer__description {
    margin-top: 24px;
  }

  .footer__title {
    font-size: 20px;
    line-height: 20px;
    color: #f8f8f8;
    font-weight: 700;
    margin-top: 24px;
  }

  .footer .footer__service,
.footer .footer__categories {
    margin-top: 32px;
  }

  .footer .footer__media-social {
    display: flex;
    justify-content: center;
  }

  .footer__bottom .footer__bottom-wrapper {
    display: block;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .impressive-numbers, .service, .why-choose, .lawyer, .partner, .news, .contact-us__wrapper-form, .contact-us__office, .footer {
    padding: 15px;
  }

  .partner__btn, .news__btn {
    margin-top: 30px;
  }

  .title {
    font-size: 24px;
    line-height: 36px;
  }

  .menu-mobile-language .wrapper-current-language .current-language {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    color: #172b4d;
  }

  .banner__content-title h1,
.banner__content-title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
  }

  .banner__content-btn {
    width: 137px;
    height: 35px;
    transition: all linear 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service__wrapper-btn {
    margin: 12px 0;
  }

  .partner__item {
    width: 100%;
    height: 100%;
  }

  .why-choose__item {
    min-height: 220px;
  }

  .why-choose__description {
    margin: 12px 0;
  }

  .news__title {
    margin: 12px;
  }

  .contact-us__form {
    padding: 24px 16px;
  }

  .contact-us__form-title {
    margin-top: 12px;
  }
}
/*# sourceMappingURL=style.min.css.map*/