@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.box-text h3 {
  margin-bottom: 15px;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

/* header */
#masthead .nav > li {
  margin: 0 10px;
}

#masthead .nav > li > a {
  font-weight: 600;
  font-size: 15px;
}

.title {
  margin-bottom: 15px;
}

.title h2 {
  font-size: 34px;
  font-weight: 500;
}

.ux-anchor {
  padding: 8px 24px;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.ux-anchor:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

/* home */
.home2 {
  padding-top: 68px;
  padding-bottom: 18px;
}

.home2 h1 {
  border-left: 3px solid var(--fs-color-primary);
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 2px;
  color: #8a8a8a;
  margin-bottom: 15px;
}

.home2 h1 strong {
  color: var(--fs-color-primary);
  font-weight: 700;
}

.home2 .row2 p:first-child {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  min-height: 58px;
}

.home2 .row2 p:last-child {
  font-size: 54px;
  font-weight: 600;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}

.home3 {
  background-color: #f8f8f8;
  padding-top: 68px;
  padding-bottom: 48px;
}

.home3 .box-text {
  padding: 30px 20px;
}

.home3 .box-text h3 {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  min-height: 52px;
}

.home3 .box-text p {
  font-size: 15px;
  margin-bottom: 20px;
}

.home3 .col + .col .col-inner,
.home3 .col + .col .col-inner .box {
  height: 100%;
}

.home4 {
  padding-top: 68px;
  padding-bottom: 48px;
  background-image: url(/wp-content/uploads/2024/08/Layer-46.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home4 .col-inner {
  height: 100%;
}

.home4 .box-t {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 35px;
  height: 100%;
  position: relative;
}

.home4 .icon-t {
  background: url(/wp-content/uploads/2026/06/solution-bg.png) no-repeat;
  position: absolute;
  height: 55px;
  padding: 4px 18px;
  left: -10px;
  background-size: contain;
  width: 220px;
}

.home4 .icon-t p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.home4 .icon-t p a {
  color: #fff;
}

.home4 .icon-t .icon {
  margin-right: 8px;
}

.home4 .box-t h5 {
  margin-top: 50px;
  font-size: 18px;
}

.home4 .box-t h3 {
  font-size: 28px;
  color: var(--fs-color-primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.home4 ul.solution-list {
  display: flex;
  line-height: 1.4;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.home4 ul.solution-list li {
  margin-left: 0;
}

.home4 ul.solution-list li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

.home4 ul.solution-list li .solution_info_use {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.home4 ul.solution-list li .solution_info_number {
  font-size: 42px;
  color: #009051;
  font-weight: 600;
}

.home4 ul.solution-list li .solution_info_year {
  font-weight: 600;
  font-size: 17px;
}

.home4 ul.solution_button {
  display: flex;
  line-height: 1.4;
  justify-content: space-between;
  margin-top: 15px;
  list-style: none;
}

.home4 ul.solution_button li {
  background: rgb(6, 201, 115);
  background: linear-gradient(
    90deg,
    rgba(6, 201, 115, 1) 0%,
    rgba(0, 144, 81, 1) 100%
  );
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 0;
}

.home4 ul.solution_button li h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  margin-top: 15px;
}

.home4 ul.solution_button li h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home4 ul.solution_button li:not(:last-child) {
  margin-right: 10px;
}

.home5 {
  padding-top: 68px;
  padding-bottom: 48px;
}

.home5 .nav > li > a {
  padding: 8px 24px;
  color: #fff;
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.home5 .nav > li.active > a {
  background-image: linear-gradient(
    to right,
    #008f50 0%,
    #17c97ccc 100%
  ) !important;
}

.home5 .tab-panels {
  padding-top: 32px;
}

.home6 {
  padding-top: 68px;
  background-color: #f8f8f8;
}

.home6 .box-text {
  background: linear-gradient(
    0deg,
    rgba(1, 152, 86, 1) 0%,
    rgba(1, 152, 86, 0.5074230375744048) 50%,
    rgba(1, 152, 86, 0) 100%
  );
  padding: 20px 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home6 .box-text a {
  color: #fff;
  font-weight: 500;
}

.home7 {
  padding-top: 68px;
  padding-bottom: 38px;
}

.home8 {
  background-color: #f8f8f8;
  padding-top: 68px;
  padding-bottom: 38px;
}

.home8 .image-lightbox {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.home8 .image-lightbox img {
  max-width: 90%;
  height: auto;
}

/*  */
.product-list {
  padding-top: 68px;
}

#block_widget-3 .searchform {
  margin-bottom: 30px;
}

#block_widget-3 input[type="search"] {
  height: 45px;
}

#block_widget-3 .icon-box {
  margin-bottom: 30px;
  font-size: 16px;
}

#block_widget-3 .icon-box-img img {
  height: 50px;
  display: block;
  margin: auto;
  filter: brightness(0);
  margin-bottom: 10px;
  transition: 0.3s;
  width: 100px;
  object-fit: contain;
}

#block_widget-3 .icon-box:hover {
  color: var(--fs-color-primary);
}

#block_widget-3 .icon-box:hover img {
  filter: unset;
}

.product-tt {
  border-radius: 0px 50px 0px 0px;
  background-color: var(--fs-color-primary);
  padding: 10px;
  width: fit-content;
  min-width: 400px;
  margin-bottom: 32px;
}

.product-tt h3 {
  margin: 0;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}

.product-tt h3 a {
  color: #fff;
}

.product-small.box {
  border: 1px solid #ccc;
}

.product-small .box-text {
  padding: 0;
  padding-bottom: 15px;
  text-align: center;
}

.product-small .product-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.product-small .product-title a {
  color: #333333;
}

.product-small .box-text .button {
  padding: 6px 24px;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  border-radius: 99px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  line-height: 1.6;
  min-height: unset;
  margin: 0;
  text-transform: none;
}

.product-small .box-text .button:hover {
  color: #fff;
}

.product-details {
  padding-top: 68px;
}

.woocommerce-tabs .tab-panels {
  border: 1px solid #eeee;
  padding: 10px;
}

.woocommerce-tabs .nav > li {
  margin: 0 !important;
}

.woocommerce-tabs .nav > li > a {
  font-size: 16px;
  gap: 10px;
  padding: 10px;
  border-right: 1px solid;
  background-color: var(--fs-color-secondary);
  color: #fff !important;
  text-transform: none;
}

.woocommerce-tabs .nav > li.active > a {
  background: var(--fs-color-primary);
  color: #fff;
}

.woocommerce-tabs .nav-line > li > a:before {
  display: none;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #737491;
  border: 1px solid #e9e9f2;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.75rem !important;
  border: 1px solid #e9e9f2;
  font-size: 15px;
  color: #131313;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e9e9f2;
}

table tbody + tbody {
  border-top: 1px solid #e9e9f2;
}

/* post */
.page-wrapper {
  padding: 0;
  padding-bottom: 30px;
}

.archive-page-header {
  padding-top: 40px;
}

.archive-page-header h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.box-blog-post .is-divider {
  display: none;
}

.latest-post .box {
  display: flex;
  flex-flow: row wrap;
  background-color: #019856;
}

.latest-post .box-image {
  flex-basis: 50%;
  max-width: 50%;
}

.latest-post .box-text {
  flex-basis: 50%;
  max-width: 50%;
  padding: 48px;
}

.latest-post .box-text .post-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}

.latest-post .post-title a {
  color: #fff;
}

.latest-post .post-meta {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  margin-bottom: 0.5rem;
}

.latest-post .from_the_blog_excerpt {
  color: #fff;
}

.next-posts .box {
  display: flex;
  flex-flow: row wrap;
}

.next-posts .box-image {
  flex-basis: 40%;
  max-width: 40%;
}

.next-posts .box-text {
  flex-basis: 60%;
  max-width: 60%;
  padding: 0;
  padding-left: 15px;
}

.next-posts .from_the_blog_excerpt {
  display: none;
}

.next-posts .box-text .post-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}

.next-posts .post-title a {
  color: #333333;
}

.next-posts .post-title a:hover {
  color: var(--fs-color-primary);
}

.next-posts .post-meta {
  color: #333333;
  opacity: 1;
  font-size: 12px;
}

.next-posts .section-title {
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.default-posts .from_the_blog_excerpt {
  display: none;
}

.default-posts .box-text {
  padding: 15px 0;
}

.default-posts .post-title {
  font-size: 18px;
  margin-bottom: 0.25rem;
}

.default-posts .post-title a {
  color: #333333;
}

.default-posts .post-title a:hover {
  color: var(--fs-color-primary);
}

.post-meta {
  font-size: 12px;
}

.blog-text {
  margin-bottom: 40px;
}

.entry-content {
  padding-top: 0;
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
  max-width: 20px;
  max-height: 20px;
}

.kk-star-ratings .kksr-legend {
  font-size: 18px !important;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 0.5rem;
}

/* contact */
.sec_contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

.box-form {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 0.5);
  border-radius: 0.5rem;
  background-color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.box-form .row-collapse .col > .col-inner {
  padding: 30px;
  padding-bottom: 0;
}

.box-form-right {
  background-image: url(/wp-content/uploads/2024/08/Layer_193472.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.box-form-right a {
  color: #fff;
  font-weight: 600;
}

.wpcf7 form {
  margin-bottom: 0;
}

.wpcf7 input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fafafa;
  box-shadow: none !important;
  height: 42px;
  margin-bottom: 0;
}

.wpcf7 select {
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fafafa;
  box-shadow: none !important;
  height: 42px;
  margin-bottom: 0;
}

.wpcf7 .wpcf7-submit {
  margin: 0;
  font-size: 16px;
  background-color: var(--fs-color-primary);
  padding: 0 1rem;
  line-height: 1;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  background-color: #fff0;
  font-size: 14px;
  opacity: 1;
  left: 0;
  padding: 0;
  bottom: -15px;
  color: red;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

ul.links {
  margin-top: 15px;
}

.box-cates h3 {
  margin: 0;
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 10px;
  text-align: center;
}

.box-cates .icon-box {
  font-size: 16px;
  align-items: center;
  min-height: 50px;
  padding: 0 10px;
  background-color: #f5f5f5;
}

.box-cates a.plain:nth-child(odd) .icon-box {
  background-color: #ececec;
}

.box-cates .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 10px;
}

.box-forms .wpcf7 input {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 0;
  height: 50px;
}

.box-forms .wpcf7 input.wpcf7-submit {
  background-color: var(--fs-color-primary);
  margin: 0 auto;
  display: block;
  border: 0;
  text-transform: none;
}

.nav-dropdown > li.nav-dropdown-col {
  display: block;
}

.nav-dropdown {
  padding: 0;
  top: 50px;
}

.nav-dropdown .nav-dropdown-col > a,
.nav-dropdown li a {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 15px;
  font-weight: 500;
}

.nav-dropdown .nav-dropdown-col > ul li:hover {
  background: var(--fs-color-primary);
}

.nav-dropdown-default > li:hover > a,
.nav-dropdown .nav-dropdown-col > ul li:hover > a {
  color: white;
}

.nav-dropdown-default > li:hover {
  background: var(--fs-color-primary);
}

.nav-dropdown-default > li > a {
  color: #131313;
  border-bottom: 0 !important;
}

.nav-dropdown-default > li:hover > a {
  border-bottom: 0 !important;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col > ul {
  border: 1px solid #d2d2d2;
  margin-top: -40px;
  box-shadow: 2px 2px 5px #828282;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}

.nav-dropdown > li.nav-dropdown-col {
  width: 100%;
  border-right: 0;
}

.nav-dropdown .nav-dropdown-col > ul li a {
  padding: 10px;
  text-transform: none;
  color: black;
}

.header-nav li.nav-dropdown-col:hover > ul {
  display: block !important;
}

.box-branch {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 0;
}

.box-branch h3 {
  border-bottom: 1px dotted var(--fs-color-primary);
  padding-bottom: 10px;
  font-size: 24px;
}

.box-branch span.icon {
  margin-right: 4px;
  min-width: 18px;
  text-align: center;
}

.box-branch .box-t {
  margin-bottom: 30px;
}

.box-branch .box-t h4 {
  font-size: 18px;
}

.box-branch .box-t p {
  margin-bottom: 10px;
}

.box-branch .box-t span.icon {
  color: #131313;
}

.b-title {
  padding-left: 20px;
  border-left: 3px solid var(--fs-color-primary);
  margin-bottom: 20px;
}

.b-title h2 {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.b-title h2 strong {
  font-size: 25px;
  color: #009051;
  font-weight: 600;
}

.t-mb0 p {
  margin-bottom: 0;
}

.bg-eee {
  background-color: #f8f8f8;
}

.bg-pri {
  background-color: var(--fs-color-primary);
}

.bg-pri .b-title {
  border-color: #fff;
}

.bg-pri .b-title h2 {
  color: #fff;
}

.bg-pri .b-title h2 strong {
  color: #fff;
}

.col-inner:has(.box):not(:has(.product-small)) {
  height: 100%;
}

.pt-48 {
  padding-top: 48px;
}

#footer {
  background-color: #f2f2f2;
  padding-top: 48px;
  font-size: 16px;
}

#footer h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#footer ul {
  margin: 0;
  font-size: 14px;
}

#footer ul li a {
  font-weight: 600;
}

#footer .row-solid .col-inner {
  padding-top: 0;
}

.footer-section.c3 {
  font-size: 14px;
}

.footer-section.c3 p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}

.footer-section.c3 img {
  width: 16px;
  height: 16px;
}

.footer-section.c3 a {
  font-weight: 600;
}

.footer-section.c2 p strong {
  font-size: 16px;
}

.absolute-footer.dark {
  display: none !important;
}

table tr:first-child {
  background-color: #009051 !important;
  color: #fff !important;
}

table tr:first-child td {
  color: #fff !important;
}

.ic-center {
  align-items: center;
}

.col-p ul {
  padding-left: 20px;
}

.home_faq .accordion-item:first-child .accordion-title {
  border-top: 0;
}

.home_faq .accordion-item .accordion-title {
  font-size: 18px;
  line-height: 26px;
  color: #111827;
  padding: 12px 0 12px;
  background-color: transparent !important;
  padding-right: 40px;
}

.home_faq .accordion .toggle {
  margin: 0;
  left: unset;
  right: 0;
}

.home_faq .accordion .toggle .icon-angle-down:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16%206.6665V25.3332%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.home_faq .accordion .active .toggle .icon-angle-down:before {
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
}

.home_faq .accordion .accordion-inner {
  padding: 0;
  padding-bottom: 12px;
}

.home_faq .accordion .accordion-inner * {
  margin-bottom: 0;
}

.home_faq .accordion-title.active {
  color: var(--fs-color-primary);
  opacity: 1;
}

#comments.comments-area {
	display: none;
}

@media only screen and (max-width: 48em) {
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .banner h1 {
    font-size: 1.5rem;
  }

  .title h2,
  .archive-page-header h1 {
    font-size: 28px;
  }

  .b-title h2 strong {
    font-size: 22px;
  }

  .sec_partner .icon-box {
    display: block;
    text-align: center;
  }

  .sec_partner .icon-box-img {
    margin: 0 auto !important;
  }

  .sec_contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-form-right {
    order: 1;
  }

  .box-form-left {
    order: 2;
  }

  .box-form .row-collapse .col > .col-inner {
    padding: 20px;
    padding-bottom: 0;
  }

  .latest-post .box-image {
    flex-basis: 100%;
    max-width: 100%;
  }

  .latest-post .box-text {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  body .kk-star-ratings.kksr-valign-top {
    margin-bottom: 15px;
  }

  .box-branch h3 {
    font-size: 20px;
  }

  .home2 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .home2 .row2 p:first-child {
    font-size: 16px;
  }

  .home2 .row2 p:last-child {
    font-size: 32px;
  }

  .home3 {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .home4 {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .home4 .box-t {
    padding: 20px;
    padding-bottom: 0;
  }

  .home4 .box-t h3 {
    font-size: 24px;
  }

  .home4 ul.solution_button {
    display: block;
  }

  .home4 ul.solution_button li {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .home5 {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .home5 .tabbed-content .nav {
    overflow: auto;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    flex-flow: unset;
    justify-content: space-around;
  }

  .home7,
  .home8 {
    padding-top: 48px;
    padding-bottom: 18px;
  }
}
