:root {
  --theme-color: #009849;
  --theme-color2: #004935;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'Inter', sans-serif;
  --medi: 'Inter-Medium', sans-serif;
  --semi: 'Inter-SemiBold';
  --bold: 'Inter-Bold', sans-serif;
}

/* inter-regular - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/inter-v12-vietnamese-regular.woff2') format('woff2'),
    url('./fonts/inter-v12-vietnamese-regular.ttf') format('truetype');
}
/* inter-500 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Inter-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/inter-v12-vietnamese-500.woff2') format('woff2'),
    url('./fonts/inter-v12-vietnamese-500.ttf') format('truetype');
}
/* inter-600 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Inter-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/inter-v12-vietnamese-600.woff2') format('woff2'),
    url('./fonts/inter-v12-vietnamese-600.ttf') format('truetype');
}
/* inter-700 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Inter-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/inter-v12-vietnamese-700.woff2') format('woff'),
    url('./fonts/inter-v12-vietnamese-700.ttf') format('truetype');
}
/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--bold);
}

p {
  margin-bottom: 0.8em;
}
p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}
.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}
.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}
body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Inter', sans-serif;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

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

.section-title-normal {
  border-bottom: 0;
}

#header .top-divider {
  border: 0;
}
#main-menu.mobile-sidebar {
  display: none;
}
.row-slider .flickity-page-dots {
  bottom: -10px;
}
.slider-nav-reveal {
  overflow: unset;
}
.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}
.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}
/* Header */
#masthead .image-icon:after {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
#header .header-nav-main.nav-right > li {
  margin: 0 15px;
}
.header-nav-main > .menu-item {
  margin: 0px 16px;
}

.header-nav-main > .menu-item > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  left: 0;
  bottom: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
}
.header-nav-main > .menu-item > a:hover:after,
.header-nav-main > .menu-item.active > a:after {
  width: 100%;
}
.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-nav-main > .menu-item > a {
  font-family: var(--medi);
  color: #004935;
  padding: 24px 0;
}
.header-nav-main > .menu-item > a .box-menu {
  display: none;
}
.header-nav-main > .menu-item.active > a {
  color: var(--theme-color);
}
.header-nav-main .header-vertical-menu .header-vertical-menu__opener {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: flex-end;
  background: transparent;
  height: auto;
  padding: 6.5px;
  margin-left: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__icon {
  height: 14px;
  display: inline-block;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__icon i {
  margin: 0;
  width: 32px;
  height: 12px;
  background: url(./images/icon-menu.svg) no-repeat center right;
  background-size: contain;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__icon i:before {
  display: none;
}
.header-nav-main .header-vertical-menu .icon-angle-down {
  display: none;
}
.header-nav-main .header-vertical-menu .header-vertical-menu__title {
  font-size: 10px;
  color: #009749;
  font-weight: normal;
  margin-top: 5px;
  display: inline-block;
}
.header-nav-main .header-vertical-menu {
  border-left: 1px solid #b7b7b7;
}
.header-nav-main .header-cart-icon {
  background: #004935;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-main .header-cart-icon img {
  width: 18px;
  min-width: auto;
}
.header-nav-main .cart-item {
  margin: 0 !important;
}
#header #logo img {
  max-height: 46px !important;
}
.info-topbar {
  display: flex;
  align-items: center;
}
.info-topbar h2 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  font-family: var(--semi);
  color: #fff;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #fff;
}
.info-topbar a {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.info-topbar a:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 13px;
  background: url(./images/icon-call.svg) no-repeat center;
  background-size: cover;
}
#top-bar .social-icons a {
  height: 50px;
  width: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #59c18b;
  font-size: 20px;
  margin: 0;
}
#top-bar .social-icons a:first-of-type {
  border-left: 1px solid #59c18b;
}
#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}
#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}
/* .header-nav-main
  .menu-item:not(.menu-item-has-block)
  .sub-menu {
  min-width: 250px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 70px;
}
.header-nav-main
  .menu-item:not(.menu-item-has-block)
  .sub-menu
  a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}
.header-nav-main
  .menu-item:not(.menu-item-has-block)
  .sub-menu
  a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.header-nav-main.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
} */
.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}
.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}
.menu-block ul {
  list-style: none;
}
#wrapper .menu-block ul li {
  margin-left: 0 !important;
}
.menu-block {
  min-height: 300px;
  margin: auto !important;
  background: #fff;
  position: relative;
  z-index: 4;
}
.menu-block .col-left {
  padding-top: 40px;
  padding-right: 30px;
}
.menu-block .col-right {
  padding: 40px 30px;
  background-color: #f3f5f2;
}
.menu-block .col-left .menu-item {
  margin-left: 0;
}

.menu-block .col-left .menu-item a {
  display: block;
  padding: 14px 15px;
  line-height: 20px;
  border-radius: 6px;
  transition: all 0.2s;
  color: #515151;
}
.menu-block .col-left .menu-item a .box-menu {
  display: none;
}
.menu-block .col-left .menu-item a:hover {
  background: linear-gradient(
    290.37deg,
    rgba(138, 189, 164, 0.5) 9.78%,
    rgba(218, 240, 180, 0.5) 109.56%
  );
}
.info-menu .banner-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.info-menu .banner-header .image-cover {
  padding-top: 56.25%;
  border-radius: 6px;
}

.header-nav-main > .menu-cate {
  /* border-left: 1px solid #b7b7b7; */
}
.header-nav-main > .menu-cate > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 10px;
  color: #009749 !important;
  font-weight: normal;
  text-transform: uppercase;
  padding: 18px 0 10px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.header-nav-main > .menu-cate > a:before {
  content: '';
  width: 32px;
  height: 12px;
  background: url(./images/icon-menu.svg) no-repeat center right;
  background-size: contain;
  opacity: 1 !important;
  visibility: visible;
  display: block;
}
.header-nav-main > .menu-cate > a:after {
  position: absolute;
  height: 48px;
  width: 1px !important;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b7b7b7;
  left: -20px;
}
.header-nav-main > .menu-cate .banner-header .image-cover:nth-of-type(2) {
  display: none;
}
.header-nav-main > .menu-cate .banner-header .image-cover {
  padding-top: 100%;
}
.header-nav-main > .menu-cate .info-menu .banner-header {
  display: block;
}
.header-nav-main > .menu-cate .col-left {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.header-nav-main > .menu-cate .col-right {
  flex: 1;
}
.header-nav-main > .menu-cate .col-left > .col-inner > .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header-nav-main > .menu-cate .col-left > .col-inner > .sub-menu .sub-menu {
  margin-left: 20px;
}
/* End header */

/* Slider-home */

.slider-nav-circle .flickity-button {
  width: 50px !important;
  height: 50px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}
.slider-home .slider-nav-circle .flickity-button.previous:before {
  border-right: 1px solid #e0e0e0;
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}
.slider-home .slider-nav-circle .flickity-button {
  width: 80px !important;
  height: 80px;
  border-radius: 0;
  box-shadow: none !important;
  top: unset !important;
  right: 0;
  bottom: 0;
  color: #000000;
}
.slider-home .slider-nav-circle .flickity-button:hover:before {
  color: #000000;
}

.slider-home .slider-nav-circle .flickity-button.previous {
  right: 80px;
  left: unset;
}

.slider-home .slider-nav-circle .flickity-button:hover {
  background: rgb(255, 255, 255, 0.5);
}

/* End slider-home */
/* sec-home1 */
.sec-home1 {
  padding-bottom: 15px !important;
}
.sec-home1 .col-left,
.page-about1 .col-left {
  flex-basis: 230px;
  max-width: 230px;
}
.sec-home1 .col-left .button {
  margin: 10px 0 0;
  font-size: 16px;
  font-family: var(--medi);
  font-weight: normal;
}
.sec-home1 .col-left .button:before {
  background: var(--theme-color);
  border-radius: 50%;
  content: '\f061';
  font-family: var(--fa6);
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.sec-home1 .col-main {
  padding-left: 25px;
  max-width: 38.833334%;
  flex-basis: 38.833334%;
}
.sec-home1 .col-main .image-cover {
  padding-top: 120.19%;
  border-radius: 10px;
}
.sec-home1 .col-right {
  flex: 1;
  padding-left: 50px;
}
.sec-home1 .col-right h2,
.page-about1 .title h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 39px;
}
.sec-home1 .col-right p,
.page-about1 .title p {
  margin-bottom: 25px;
}
.sec-home1 .col-right p:last-of-type {
  margin-bottom: 0;
}
.sec-home1 .col-right .btn-viewall {
  margin: 36px 0 0;
}
.button.btn-viewall,
.row.blog-top .box .box-text .button {
  padding: 0 30px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--medi);
  font-weight: normal;
  z-index: 2;
  overflow: hidden;
  margin: 0;
}
.button.btn-viewall:before,
.row.blog-top .box .box-text .button:before {
  background: #fff;
  border-radius: 50%;
  content: '\f061';
  font-family: var(--fa6);
  width: 30px;
  height: 30px;
  margin-right: 18px;
  color: #009849;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button.btn-viewall:after,
.row.blog-top .box .box-text .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}
.button.btn-viewall:hover:after,
.row.blog-top .box .box-text .button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
  width: 100%;
}
.button.btn-viewall:hover,
.row.blog-top .box .box-text .button:hover {
  color: var(--theme-color);
}
.button.btn-viewall:hover:before,
.row.blog-top .box .box-text .button:hover:before {
  background: var(--primary-color);
  color: #fff;
}
.sec-home1 .col-left .item p:first-of-type,
.page-about1 .col-left .item p:first-of-type {
  font-size: 40px;
  line-height: 45px;
  font-family: var(--bold);
  color: var(--theme-color);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  border-bottom: 1px solid #707070;
  max-width: 170px;
  padding-bottom: 3.5px;
  margin-bottom: 12.5px;
}
.sec-home1 .col-left .item p:first-of-type strong,
.page-about1 .col-left .item p:first-of-type strong {
  font-size: 16px;
  line-height: 30px;
  color: #004935;
  margin-left: 5px;
}
.sec-home1 .col-left .item p:nth-of-type(2),
.page-about1 .col-left .item p:nth-of-type(2) {
  color: #393939;
  font-family: var(--medi);
}
.sec-home1 .col-left .item,
.page-about1 .col-left .item {
  margin-bottom: 35px;
}

/* End sec-home1*/
/* sec-home2 */
.sec-home2 .section-bg {
  opacity: 0.12;
  z-index: 2;
}
.sec-home2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #009849 0%, #004935 100%) 0% 0%
    no-repeat padding-box;
}
.sec-home2 .section-content {
  z-index: 3;
}
.sec-home2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.sec-home2 .title h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 45px;
}
.sec-home2 .title p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
.sec-home2 .blog-slider {
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
}
.sec-home2 .blog-slider .col.post-item {
  flex-basis: 65%;
  max-width: 65%;
  padding: 0 12.5px 0;
  margin-bottom: 100px;
}
.sec-home2 .box .box-text {
  position: absolute;
  bottom: -65%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
  border-radius: 9px;
  max-width: 447px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  padding: 40px 36px;
}
.sec-home2 .box .cat-label {
  color: var(--theme-color2);
  opacity: 1;
  font-size: 14px;
  text-transform: none;
  font-family: var(--medi);
  margin: 0 0 14px;
}
.sec-home2 .box .post-title {
  margin: 0 0 14px;
}
.sec-home2 .box .info-pro {
  margin: 0;
  font-size: 26px;
  font-family: var(--bold);
  color: var(--theme-color);
}
.sec-home2 .box .post-title a {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #515151;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sec-home2 .box .post-title a:hover {
  color: var(--theme-color);
}
.sec-home2 .box .postdesc_home {
  color: var(--theme-color);
  font-size: 25px;
  font-family: var(--bold);
  margin: 0;
}
.sec-home2 .post-item.is-selected .box-text {
  opacity: 1;
  visibility: visible;
  bottom: -20%;
}
.sec-home2 {
  padding-bottom: 80px !important;
}
.sec-home2 .slider-nav-circle .flickity-button {
  top: unset !important;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  color: #fff;
}
.sec-home2 .slider-nav-circle .flickity-button.next {
  right: 0;
}
.sec-home2 .slider-nav-circle .flickity-button.previous {
  right: 67px;
  left: unset;
}
/* End sec-home2 */
/* sec-home3 */
.sec-home3 {
  padding-bottom: 20px !important;
}
.sec-home3 .col-left h2 {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 24px;
}
.sec-home3 .col-left p {
  color: #515151;
}
.sec-home3 .button.btn-viewall {
  margin: 30px 0 0;
}
.sec-home3 .col-right .col-inner {
  counter-reset: number-counter;
}
.sec-home3 .col-right .col-inner a {
  counter-increment: number-counter;
  display: block;
}
.sec-home3 .col-right .icon-box {
  padding-top: 55px;
  position: relative;
  margin-bottom: 20px;
}
.sec-home3 .icon-box .fa-light {
  width: 38px;
  height: 38px;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}
.sec-home3 .icon-box .fa-light:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.sec-home3 .col-right .icon-box:after {
  content: '';
  border-top: 1px solid #bbbbbb;
  height: 0;
  width: calc(100% - 52px);
  display: block;
  position: absolute;
  top: 19px;
}
.sec-home3 .col-right .col-inner .icon-box:before {
  content: '0' counter(number-counter);
  height: 36px;
  color: var(--theme-color);
  font-family: var(--semi);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  padding-right: 15px;
}
.sec-home3 .col-right .icon-box-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 60px;
}
.sec-home3 .col-right .icon-box-text h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.sec-home3 .col-right .icon-box-text p {
  color: #515151;
}
.sec-home3 .col-right {
  padding-left: 55px;
}
/* End sec-home3 */
/* sec-formhome */
.sec-formhome form {
  margin-bottom: 0;
}
.form-advise {
  background: transparent linear-gradient(180deg, #009849 0%, #004935 100%) 0%
    0% no-repeat padding-box;
  border-radius: 12px;
  padding: 40px 100px;
  position: relative;
}
.form-advise:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(./images/bg-form.webp);
  inset: 0;
  opacity: 0.1;
  z-index: 1;
}
.form-advise .form-title {
  z-index: 2;
  position: relative;
}
.form-advise .form-title h3 {
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 29px;
}
.form-advise .form-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 30px;
  z-index: 3;
  position: relative;
}
.form-advise .form-content input {
  margin: 0;
  height: 47px;
  box-shadow: none;
  border: 1px solid #79b596;
  border-radius: 6px;
  background: transparent;
  font-size: 15px;
  color: #eff5f0;
}
.form-advise .form-content input::placeholder {
  color: #eff5f0;
  opacity: 1;
}
.form-advise .form-content input::-ms-input-placeholder {
  color: #eff5f0;
}
.form-advise .form-content button {
  margin: 0;
  background: #fff;
  color: var(--theme-color);
  font-weight: normal;
  font-size: 15px;
  font-family: var(--bold);
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.form-advise .form-content button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--theme-color2);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}
.form-advise .form-content button:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
  width: 100%;
}
.form-advise .form-content button:hover {
  color: #fff;
}
.form-advise .form-content select {
  margin-bottom: 0;
  height: 47px;
  box-shadow: none;
  border: 1px solid #79b596;
  border-radius: 6px;
  background: transparent;
  font-size: 15px;
  color: #eff5f0;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

.form-advise .form-content select option {
  color: var(--black);
}
.form-advise .form-content .wpcf7-form-control-wrap:nth-of-type(5) {
  position: relative;
}
.form-advise .form-content .wpcf7-form-control-wrap:nth-of-type(5):after {
  content: '\f0dd';
  font-family: var(--fa6);
  color: #fff;
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 46%;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
}

/* End sec-formhome */
/* sec-home4 */
.sec-home4 .flickity-page-dots {
  display: none;
}

.sec-home4 {
  padding-bottom: 60px !important;
}
.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
}
.product-small.col .badge-container .badge-inner {
  background-color: var(--theme-color);
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.home .product-small.col {
  padding: 0 12.5px 20px !important;
}
.product-small.box .product-title a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 11px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: var(--medi);
  text-align: left;
}
.product-small.box .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: 19px 0 0;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
}
.product-small.box .price-wrapper del {
  order: 2;
  text-decoration: none;
}
.product-small.box .add-to-cart-button {
  order: 3;
}
.product-small.box .price-wrapper del .amount {
  font-size: 13px !important;
  line-height: 23px;
  color: #bcc5c0;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
  font-family: 'Averta-Semibold';
}
.product-small.box .price-wrapper del .amount:before {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  border: 2.5px solid var(--theme-color);
  opacity: 1;
  border-radius: 25% 15% 0 0;
  height: 23px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 6px;
  transform: rotate(-4deg);
}
.product-small.box .price-wrapper .amount {
  color: var(--theme-color);
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-family: var(--semi);
}
.product-small .box .box-image {
  border-radius: 4px;
  padding-top: 100%;
}
.product-small .box .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.sec-home4 .title h2 {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 42px;
}
.sec-home4 .slider-nav-circle .flickity-button {
  top: -88px !important;
  background-color: var(--theme-color) !important;
  color: #fff;
  border: 1.5px solid var(--theme-color);
}
.sec-home4 .slider-nav-circle .flickity-button.next {
  right: 15px;
}
.sec-home4 .slider-nav-circle .flickity-button.previous {
  right: 82px;
  left: unset;
}
.sec-home4 .slider-nav-circle .flickity-button:hover {
  background-color: #fff !important;
}
.sec-home4 .slider-nav-circle .flickity-button:hover:before {
  color: var(--theme-color) !important;
}
/* End sec-home4 */
/* sec-home5 */
.sec-home5 .title h2 {
  text-align: center;
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 25px;
}
.sec-home5 .nav a:before {
  display: none;
}
.sec-home5 .nav a {
  display: block;
  border: 1px solid #79b596;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 5.5px 15px;
  font-weight: normal;
}
.sec-home5 .nav .tab-icon,
.sec-home5 .nav .tab-tit-mobi {
  display: none;
}
.sec-home5 .nav .active a,
.sec-home5 .nav a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.sec-home5 .nav li {
  margin-right: 12px;
}
.sec-home5 .nav {
  margin-bottom: 20px;
}
.sec-home5 .product-small.col {
  padding-bottom: 55px !important;
}
.sec-home5 {
  padding-bottom: 16px !important;
}
/* End sec-home5 */
/* sec-newhome */
.sec-newhome .col-title .col-inner {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
.sec-newhome .col-title .button {
  flex-shrink: 0;
  margin: 0;
}
.sec-newhome .col-title h2 {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 0;
}
.sec-newhome .blog-grid {
  display: grid;
  grid-template-columns: 59.917% auto;
}
.sec-newhome .blog-grid .post-item:first-of-type {
  grid-row: span 3;
  padding-bottom: 0;
  padding-right: 10px;
}
.sec-newhome .post-item:first-of-type .box-text {
  position: absolute;
  bottom: 0;
}
.sec-newhome .post-item:first-of-type .box-image:before {
  content: '';
  display: block;
  width: 100%;
  height: 58%;
  max-height: 297px;
  background: transparent linear-gradient(180deg, #00000000 0%, #004935 100%) 0%
    0% no-repeat padding-box;
  border-radius: 0px 0px 5px 5px;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.sec-newhome .post-item:first-of-type .box-text {
  z-index: 3;
  padding: 0 10px 50px 56px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}
.sec-newhome .post-item:first-of-type .box-text .post-date {
  position: unset !important;
  order: 1;
  width: 64px;
  height: 66px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.sec-newhome .post-item:first-of-type .box-text .box-text-inner {
  order: 2;
  width: 100%;
}
.sec-newhome .post-item:first-of-type .box-text .post-date-day {
  font-size: 34px;
  line-height: 40px;
  font-weight: normal;
  font-family: var(--bold);
}
.sec-newhome .post-item:first-of-type .box-text .post-date-month {
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
}
.sec-newhome .post-item:first-of-type .box-text .cat-label span {
  font-size: 14px;
  line-height: 20px;
  padding: 2px 16px;
  margin-bottom: 0;
}
.sec-newhome .post-item:first-of-type .box-text .cat-label {
  margin-bottom: 10px;
}
.sec-newhome .post-item:first-of-type .box-text .post-title a {
  color: #fff;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
}
.sec-newhome .post-item:nth-of-type(n + 2) .box {
  display: flex;
  flex-wrap: wrap;
}
.sec-newhome .post-item .box-image .image-cover {
  border-radius: 5px;
}
.sec-newhome .post-item:nth-of-type(n + 2) .box-image {
  width: 47.6%;
  max-width: 212px;
  flex-shrink: 0;
  margin-right: 25px;
}
.sec-newhome .post-item:nth-of-type(n + 2) .box-text {
  flex: 1;
  padding-top: 15px;
}
.sec-newhome .post-item:nth-of-type(n + 2) {
  padding-bottom: 20px;
}
.sec-newhome .post-item:last-of-type {
  padding-bottom: 0;
}
.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}
.box-blog-post .box-text .post-title a {
  color: #515151;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}
.box-blog-post .box-text {
  padding: 0;
}
.sec-newhome .post-item:nth-of-type(n + 2) .post-date .badge-inner {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 17px;
  padding-top: 10px;
  border-top: 0.5px solid #c5c5c5;
}
.sec-newhome .post-item:nth-of-type(n + 2) .post-date .badge-inner br {
  display: none;
}
.sec-newhome .post-item:nth-of-type(n + 2) .post-date .badge-inner span {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}
.sec-newhome .post-item:nth-of-type(n + 2) .badge.post-date {
  position: unset !important;
  height: auto;
  width: 100%;
}
.sec-newhome .post-item:nth-of-type(n + 2) .post-date-day:after {
  content: '/';
}
.sec-newhome .post-item .post-title {
  margin: 0;
}
/* End sec-newhome */
/* Footer */
.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}
.absolute-footer {
  display: none;
}
#footer .col-right .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
#footer .copyright-footer {
  width: calc(100% + 45px);
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: -30px;
}
#footer .copyright-footer p {
  margin: 0;

  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
#footer .copyright-footer:before {
  content: '';
  display: block;
  width: 64.5vw;
  border-top: 1px solid #658d78;
}
#footer .copyright-footer a {
  color: #fff;
  font-size: 14px;
  margin-left: 4px;
}
#footer .col {
  padding-bottom: 0;
}
#footer .col-left {
  background-color: var(--theme-color);
  padding-top: 50px;
  padding-right: 30px;
}
#footer .col-left img {
  height: 62px;
  width: auto;
  margin-bottom: 20px;
}
#footer .col-left p {
  font-size: 15px;
  line-height: 19px;
  font-family: var(--semi);
  color: #fff;
}
#footer .col-left ul li {
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 12px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
#footer .col-left ul li:before {
  content: '\f3c5';
  font-family: var(--fa6);
  font-weight: 700;
  position: absolute;
  left: 8px;
}
#footer .col-left ul li:nth-of-type(2):before {
  content: '\f095';
}
#footer .col-left ul li:nth-of-type(3):before {
  content: '\f0e0';
}
#footer .col-left ul {
  list-style: none;
}
#footer .col-left:before {
  content: '';
  width: 40vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--theme-color);
}
#footer .col-right {
  padding-left: 30px;
  padding-top: 70px;
}
#footer .col-right:before {
  content: '';
  width: 64.5vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, #009849 0%, #004935 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.92;
  z-index: 2;
}
#footer .col-right:after {
  content: '';
  width: 64.5vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./images/bg-footer.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
}
#footer .col-right .col-inner {
  z-index: 5;
  padding-bottom: 115px;
}
#footer .col-right .ux-menu .ux-menu-title {
  min-height: unset;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  font-family: var(--semi);
  margin-bottom: 22px !important;
  padding: 0;
}
#footer .col-right .ux-menu .ux-menu-link a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0px;
  position: relative;
  padding-left: 20px;
}
#footer .col-right .ux-menu .ux-menu-link a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: var(--theme-color);
  border-radius: 50%;
  left: 0;
  top: 12px;
}
#footer .col-right .ux-menu .ux-menu-link a:hover {
  text-decoration: UNDERLINE;
}
/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}
.blog-wrapper .archive-page-header {
  position: relative;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 226px 15px 40px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  color: #fff;
  text-align: left;
}
.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: #004935;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
}
.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}
.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 12px;
  width: 10px;
  display: inline-block;
}
.rank-math-breadcrumb .separator:before {
  content: '\f105';
  font-family: var(--fa6);
}
.page-about1 .col-right {
  padding-left: 75px;
}
.page-about1 .title p:last-of-type {
  margin-bottom: 0;
}
.page-about1 {
  padding-bottom: 140px !important;
}
.page-about2 .row:first-of-type .img {
  margin-top: -67px;
}
.page-about2 .row:first-of-type .img .image-cover {
  border-radius: 10px;
}
.page-about2 .row:first-of-type .col-right {
  padding-top: 70px;
  padding-left: 45px;
}
.page-about2 .row:first-of-type .content h2,
.page-about2 .row:nth-of-type(2) .col-left h2 {
  font-size: 34px;
  line-height: 40px;
  color: #e6ffd5;
  margin-bottom: 22px;
}
.page-about2 .row:first-of-type .content p {
  color: #ffffff;
  font-size: 15px;
}
.page-about2 .row:first-of-type .col {
  padding-bottom: 0;
}
.page-about2 .row:first-of-type {
  padding-bottom: 80px;
}
.page-about2 .row:nth-of-type(2) .col-left {
  padding-right: 45px;
}
.page-about2 .row:nth-of-type(2) .col-left h4 {
  font-size: 24px;
  color: #fff;
  font-family: var(--semi);
}
.page-about2 .row:nth-of-type(2) .col-left p:last-of-type {
  margin-bottom: 0;
}
.page-about2 .section-bg {
  opacity: 0.12;
  z-index: 2;
  height: 76.5%;
}
.page-about2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 76.5%;
  display: block;
  z-index: 1;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #009849 0%, #004935 100%) 0% 0%
    no-repeat padding-box;
  top: 0;
}
.page-about2 .section-content {
  z-index: 5;
}
.page-about2 .row:nth-of-type(2) .col-left h2 {
  margin-bottom: 134px;
}
.page-about2 .row:nth-of-type(2) .box .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.page-about2 .row:nth-of-type(2) .video-button-wrapper a {
  margin: 0;
  background: rgb(255 255 255 / 77%);
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  position: relative;
}
.page-about2 .row:nth-of-type(2) .video-button-wrapper a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #fff;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple_video 1s linear infinite;
}
.page-about2 .row:nth-of-type(2) .video-button-wrapper a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #fff;
  -webkit-animation: ripple2 1s linear infinite;
  animation: ripple_video2 1s linear infinite;
}
.page-about2 .video-button-wrapper .icon-play:before {
  content: '\f04b';
  font-family: var(--fa6);
  font-weight: 700;
  color: inherit;
  font-size: 35px;
  transform: translate(4px, 2px);
  display: inline-block;
}
.page-about2 .row:nth-of-type(2) .video-button-wrapper a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.page-about3 h2 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 177px;
}
.page-about3 .section-content:before {
  content: '';
  width: 100%;
  height: 43%;
  display: block;
  position: absolute;
  background: url(./images/bg-about4.webp) no-repeat center top;
  background-size: 100%;
  top: 40px;
  z-index: 1;
}
.page-about3 .section-content .row {
  z-index: 2;
}
.page-about3 .flickity-slider {
  counter-reset: my-awesome-counter;
}
.page-about3 .flickity-slider .col {
  counter-increment: my-awesome-counter;
}
.page-about3 .flickity-slider .icon-box:before {
  content: '0' counter(my-awesome-counter);
  color: #009749;
  font-size: 80px;
  line-height: 1.1;
  font-family: var(--bold);
  opacity: 0.7;
}

.page-about3 .flickity-slider .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-about3 .flickity-slider .icon-box h3 {
  font-size: 26px;
  color: #009749;
  margin-bottom: 10px;
}
.page-about3 .flickity-slider .icon-box p {
  text-align: center;
}
.page-about3 .flickity-page-dots li.dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: var(--theme-color);
  margin: 0 10px;
  position: relative;
  border: 0;
  transition: all 0.3s;
}
.page-about3 .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color);
}
.page-about3 .flickity-page-dots li.dot.is-selected:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-about3 .flickity-page-dots {
  bottom: -15px;
}
.page-about4 {
  margin-top: 30px;
  background-color: #f3f5f2;
}

.page-about4 .title h2,
.page-about5 .title h2 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.page-about4 .col-slider .col-inner {
  position: relative;
  min-height: 60px;
}
.page-about4 .col-slider .row.logo-marquee {
  white-space: nowrap;
  flex-wrap: nowrap;
  column-gap: 4vw !important;
  animation: scroll 15s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.page-about4 .col-slider .row.logo-marquee:hover {
  animation-play-state: paused;
}

.page-about4 .col-slider .row.logo-marquee img {
  height: 60px;
  object-fit: contain;
}
.page-about4 .logo-marquee .gallery-col {
  padding: 0;
  min-width: 11vw;
}
@keyframes scroll {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
.page-about5 .list-team .col-inner {
  --f-columns: 4;
  --f-gap: 25px;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: calc(-1 * var(--f-gap));
  justify-content: center;
  display: flex;
}
.page-about5 .list-team .box {
  margin-left: var(--f-gap) !important;
  margin-bottom: var(--f-gap) !important;
  width: calc((100% / var(--f-columns) - var(--f-gap)));
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 20px;
  margin-right: unset;
}
.page-about5 .list-team .uxb-wrapper .box {
  width: 100%;
}
.page-about5 .list-team .box .box-image {
  width: 100% !important;
}
.page-about5 .list-team .box .image-cover {
  border-radius: 5px !important;
  padding-top: 125% !important;
}
.page-about5 .list-team .box .person-name {
  text-transform: none;
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
}
.page-about5 .list-team .box p {
  font-size: 15px;
}
.page-about5 .list-team .box .person-title,
.page-about5 .list-team .box br {
  display: none;
}
.page-about5 .list-team .box-text {
  padding: 12px 0 0;
}
/* End Page aboutus */
/* page-solution */
.page-solution1 .section-bg {
  width: 830px;
  height: 830px;
  display: block;
}
.page-solution1 {
  padding-bottom: 40px !important;
}
.page-solution1 .title {
  margin-bottom: 110px;
}
.page-solution1 .title h3 {
  font-size: 36px;
  line-height: 1;
  color: var(--theme-color);
  margin-bottom: 0;
}
.page-solution1 .title h2 {
  font-size: 40px;
  margin-bottom: 0;
}
.page-solution1 .box-image {
  max-width: 83px;
}
.page-solution1 .box-text {
  padding: 20px 5px 0;
}
.page-solution1 .box-text h3 {
  font-size: 24px;
  margin: 0 0 18px;
}
.page-solution2 .col-left .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
}
.page-solution2 .col-left .col-inner .img {
  margin: 0;
}
.page-solution2 .col-left .col-inner .img .image-cover {
  border-radius: 6px;
}
.page-solution2 .col-left .img:first-of-type {
  grid-row: span 2;
}
.page-solution2 .col-left .col-inner .img:nth-of-type(n + 2) .image-cover {
  padding-top: 79% !important;
}
.page-solution2 .col-right {
  padding-left: 65px;
}
.page-solution2 .col-right h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 38px;
  text-transform: uppercase;
}
.page-solution2 .col-right p {
  margin-bottom: 25px;
}
.page-solution2 .col-right p:last-of-type {
  margin-bottom: 0;
}
.page-solution3 .title h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.page-solution3 .title h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-solution3 .title {
  margin-bottom: 45px;
}
.page-solution3 .slider-nav-circle .flickity-button {
  opacity: 0 !important;
}
.page-solution3 .slider-nav-circle:hover .flickity-button {
  opacity: 1 !important;
}
.page-solution3 .slider-nav-circle .flickity-button.previous {
  left: -15px;
}
.page-solution3 .slider-nav-circle .flickity-button.next {
  right: -15px;
}
.page-solution3 .row-product {
  text-align: center;
}
.page-solution3 .row-product .button.btn-viewall {
  margin: 20px auto 80px;
}
/* End page-solution */
/* blog-archive */
.blog-archive .blog-main,
.blog-archive .project-main {
  padding-top: 50px;
  position: relative;
}
.blog-archive .blog-main:before,
.blog-archive .project-main:before {
  content: '';
  width: 855px;
  height: 855px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(/wp-content/uploads/2023/06/bg-solution.webp)
    no-repeat center;
  background-size: cover;
}
.row.blog-top {
  max-width: 1170px;
  background-color: #f3f5f2;
  padding-top: 20px;
  z-index: 2;
  position: relative;
  margin-bottom: 135px;
}
.row.blog-top .col-left,
.row.blog-top .box .box-text {
  padding: 30px 35px 0 55px;
  flex: 1;
}

.row.blog-top .col-left h2,
.row.blog-top .box .post-title a {
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 30px;
  color: var(--theme-color2);
  -webkit-line-clamp: unset;
}
.row.blog-top .box .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.row.blog-top .col-left .button.btn-viewall,
.row.blog-top .box .box-text .button {
  margin: 30px 0 15px !important;
}
.row.blog-top .col-right {
  padding-bottom: 0;
  padding-right: 20px;
}
.row.blog-top .col-right .image-cover {
  border-radius: 5px;
}
.row.blog-top .col-right .img,
.row.blog-top .box .box-image {
  margin-bottom: -43px;
}
.row.blog-top .col.post-item {
  padding-bottom: 0;
}
.row.blog-top .box {
  display: flex;
  flex-wrap: wrap;
}
.row.blog-top .box .box-image {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  flex-shrink: 0;
  padding: 0 15px;
  order: 1;
}
.row.blog-top .box .box-image .image-cover {
  border-radius: 5px;
}
.row-blog .col.post-item {
  padding: 0 12.5px 32px;
}
.blog-wrapper .row.row-blog {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.row.row-blog .box-blog-post {
  border-radius: 5px;
  overflow: hidden;
  background: #f3f5f2;
}
.row.row-blog .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}
.row.row-blog .box-blog-post .box-text {
  padding: 23px 30px 27px;
}
.row.row-blog .box-blog-post .post-title {
  margin: 0;
}
.row.row-blog .box-blog-post .post-title a {
  font-size: 18px;
  line-height: 22px;
  -webkit-line-clamp: 2;
  margin-bottom: 13px;
  color: #004935;
  height: 44px;
}
.row.row-blog .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}
.row.row-blog .box-blog-post .post-meta {
  font-size: 13px;
  line-height: 19px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.row.row-blog .box-blog-post .post-meta span {
  flex-shrink: 0;
  margin-right: 15.5px;
}
.row.row-blog .box-blog-post .post-meta span:before {
  content: '\f073';
  font-family: var(--fa6);
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}
.row.row-blog .box-blog-post .post-meta:after {
  content: '';
  flex: 1;
  height: 0.2px;
  background-color: #119d55;
  opacity: 0.5;
}
.row.row-blog .box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
  color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}
/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
}
.blog-share .social-icons {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}
.blog-share a.icon {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 5px 10px;
}
.breadcrumbs-blog {
  background: #f3f5f2;
  min-height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.breadcrumbs-blog .rank-math-breadcrumb a,
.breadcrumbs-blog .rank-math-breadcrumb span {
  color: #515151;
}
.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  background: var(--theme-color2);
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.box-postdate {
  position: relative;
}
.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}
.post {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.post-sidebar .block_widget .col-item {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 30px !important;
}
.post-sidebar .block_widget .col-item + .col-item {
  margin-top: 40px;
}
.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.post-sidebar .col.post-item {
  padding-bottom: 15px;
}
.post-sidebar .box-blog-post .box-image {
  width: 120px !important;
  flex-shrink: 0;
  border-radius: 6px;
}
.post-sidebar .box-blog-post .box-text {
  padding: 0 0 0 15px;
}
.post-sidebar .box-blog-post .post-title a {
  margin-bottom: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-sidebar .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}
.post-sidebar .col.post-item:last-of-type,
.post-sidebar .product-small.col:last-of-type {
  padding-bottom: 0;
}
.post-sidebar .col.post-item:last-of-type .box-blog-post,
.post-sidebar .product-small.col:last-of-type .product-small.box {
  padding-bottom: 0;
  border: 0;
}
.post-sidebar .section-title {
  margin-bottom: 0;
}
.post-sidebar .section-title-main,
.post-sidebar .widget-title {
  margin: 0;
  border-bottom: 0;
  margin-bottom: 20px;
  font-weight: normal;
  padding-bottom: 0;
  font-size: 20px;
  display: block;
}
.post-sidebar .product-small.box .box-image {
  padding-top: 56.25%;
}
.post-sidebar .product-small.box img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.post-sidebar .product-small.box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.post-sidebar .product-small.box .box-image {
  width: 120px !important;
  flex-shrink: 0;
  padding-top: 90px;
}
.post-sidebar .product-small.box .box-text {
  padding: 0 0 0 15px;
}
.product-small.box .title-wrapper {
  width: 100%;
}
.post-sidebar .product-small.box .title-wrapper a {
  margin: 0 0 13px;
}
.post-sidebar .widget_tag_cloud {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 30px !important;
}
.post-sidebar .tagcloud {
  padding-bottom: 0;
}
.post-sidebar .tagcloud a {
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  line-height: 35px;
  border-radius: 50px;
  border-color: #e3e6e9;
  font-size: 14px !important;
}
.post-sidebar .box-blog-post .post-meta span {
  font-size: 13px;
}
.post-sidebar .box-blog-post .post-meta span:before {
  content: '\f073';
  font-family: var(--fa6);
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}
.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}
.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}
.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}
.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button:hover {
}
.featured-posts .list-post {
  position: relative;
  margin-bottom: 70px;
}
.featured-posts .box-blog-post .box-text .button {
  color: #292930;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
}

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}
.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.blog-archive .box-blog-post .button:hover:before,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}
/* End blog-single */
/* blog-project */
.blog-project .search-project {
  margin-top: 25px;
  order: -2;
}

.blog-project .search-project .title {
  text-align: center;
  font-size: 36px;
  font-family: var(--bold);
  color: var(--theme-color2);
  margin: 0 auto 30px;
}
.blog-project .search-project .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}
.blog-project .search-project .form-group {
  display: flex;
  flex: 1;
}
.blog-project .search-project .search-submit {
  margin: 0 0 0 9px;
  width: 173px;
  flex-shrink: 0;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-family: var(--medi);
  font-weight: normal;
}
.blog-project .search-project input[type='search'] {
  margin-bottom: 0;
  height: 50px;
  border: 0.5px solid var(--theme-color);
  border-radius: 0 50px 50px 0;
  border-left: 0;
  font-size: 16px;
  outline: none !important;
  padding-left: 24px;
}
.blog-project .select-project {
  width: 185px;
  flex-shrink: 0;
  position: relative;
}
.blog-project .select-project:before {
  content: '\f107';
  font-family: var(--fa6);
  color: var(--theme-color);
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 53%;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
}
.blog-project .select-project select {
  margin: 0;
  background: #fff;
  border-radius: 50px 0 0 50px;
  height: 50px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 30px;
  box-shadow: none;
  border: 1px solid var(--theme-color);
  color: #515151;
}

.col.post-item {
  padding: 0 12.5px 45px;
}
.box-project .box-text {
  padding: 22px 0 0;
}
.box-project .project-info {
  margin: 0 0 12px;
}
.box-project .image-cover {
  border-radius: 6px;
}
.box-project .project-info span {
  display: inline-block;
  padding: 2px 16px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  line-height: 20px;
}
.box-project .cate-30 span {
  background-color: #ffb300;
}
.box-project .cate-29 span {
  background-color: #0088ff;
}
.box-project .post-title {
  margin: 0;
  color: #515151;
  font-size: 18px;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.box-project:hover .post-title {
  color: var(--theme-color);
}
.title-error {
  text-align: center;
  margin-bottom: 200px;
}
.blog-wrapper .archive-page-header h2.page-title {
  font-size: 40px;
  color: #fff;
}
.single .blog-project .rank-math-breadcrumb span:nth-of-type(n + 2),
.blog-single .rank-math-breadcrumb span:nth-of-type(n + 2) {
  display: none;
}
.project-single {
  padding-top: 55px;
  position: relative;
  overflow: hidden;
}
.project-single:before {
  content: '';
  width: 855px;
  height: 855px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(/wp-content/uploads/2023/06/bg-solution.webp)
    no-repeat center;
  background-size: cover;
  transform: rotate(90deg);
}
.project-single .project-name {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  max-width: 688px;
  margin: 0 auto 60px;
  color: var(--theme-color);
}
.project-single .entry-content__title {
  text-align: center;
  font-size: 30px;
}
.project-single .entry-content p {
  margin-bottom: 25px;
}
.project-single .box-position {
  height: 100px;
  width: 1170px;
  position: relative;
  z-index: 99;
}
.project-single .box-position .project-thumbnails {
  position: absolute;
  width: 817px;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
}
.project-single .box-position .project-thumbnails .col {
  padding-bottom: 0;
  padding: 0 6px;
}
.project-single .box-position .project-thumbnails .image-cover {
  border: 3px solid #fff;
}
.project-single .box-position .project-thumbnails .is-selected .image-cover {
  border-color: var(--theme-color);
}
.project-single .col-info {
  padding-left: 55px;
}
.project-single .col-info h2 {
  font-size: 30px;
  margin-bottom: 36px;
}
.project-single .info-project {
  padding: 0 10px;
}
.project-single .info-project .item {
  padding: 13px 0;
  border-bottom: 0.5px solid #c9c9c9;
  position: relative;
  padding-left: 34px;
}
.project-single .info-project .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 19px;
  height: 19px;
  background-image: url(./images/map.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.project-single .info-project .item:nth-of-type(2):before {
  background-image: url(./images/lightning.svg);
}
.project-single .info-project .item:nth-of-type(3):before {
  background-image: url(./images/gear.svg);
}
.project-single .info-project .item:last-of-type {
  border-bottom: 0;
}
.project-single .info-project .item span {
  color: #004935;
  font-family: var(--semi);
  display: inline-block;
}
.project-single .info-project .item:last-of-type span {
  margin-bottom: 11px;
}
.project-single .info-project .item ul {
  list-style: none;
}
.project-single .info-project .item ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.project-single .info-project .item ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: var(--theme-color);
  border-radius: 8px;
  position: absolute;
  left: 2px;
  top: 8px;
}
.project-single .project-gallery .flickity-button {
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  top: unset;
  bottom: -60px;
  z-index: 999;
  transform: unset;
  border: 1px solid var(--theme-color);
}
.project-single .project-gallery .flickity-button svg {
  display: none;
}
.project-single .project-gallery .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}
.project-single .project-gallery .flickity-button.previous:before {
  content: '\f177';
}
.project-single .project-gallery .flickity-button.previous {
  left: 20px;
}
.project-single .project-gallery .flickity-button.next {
  left: 75px;
}
.project-single .project-gallery .flickity-button:hover {
  background-color: #fff;
  color: var(--theme-color);
}
.relatedcat .flickity-page-dots {
  display: none;
}
.relatedcat .title-post {
  font-size: 36px;
  text-align: center;
  margin-bottom: 38px;
}
.project-single .blog-share .social-icons,
.product-footer .blog-share .social-icons {
  flex-direction: row;
  justify-content: flex-end;
}
.project-single .blog-share .social-icons span,
.product-footer .blog-share .social-icons span {
  margin-bottom: 0;
}
.project-single .blog-share,
.product-footer .blog-share {
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
  margin-top: 40px;
}

/* End blog-project */
/* Product shop */
.shop-page-title.category-page-title .page-title-inner {
  padding: 226px 15px 40px;
}

.category-page-title .rank-math-breadcrumb a,
.category-page-title .rank-math-breadcrumb span {
  color: #fff;
  opacity: 1;
}
.shop-page-title.category-page-title .banner-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.category-page-bottom {
  padding: 60px 0;
  background: #f3f5f2;
  margin-bottom: 20px;
}
.category-page-bottom .col {
  padding-bottom: 0;
}
.category-page-bottom .col-left {
}
.category-page-bottom .col-left form {
  margin: 0;
}
.category-page-bottom .col-left h3 {
  font-size: 26px;
  margin-bottom: 28px;
}
.category-page-bottom .col-left .input-group {
  position: relative;
  max-width: 325px;
}
.category-page-bottom .col-left input[type='text'] {
  box-shadow: none;
  border: 0.5px solid #009749;
  border-radius: 25px;
  height: 45px;
  padding: 0 25px;
  font-size: 16px;
  color: #515151;
  margin: 0;
}

.category-page-bottom .col-left button {
  margin: 0 !important;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 4px;
}
.category-page-bottom .col-left button i {
  width: 25px;
  height: 25px;
  display: block;
  background: url(./images/icon-search.svg) no-repeat center;
  background-size: contain;
}
.category-page-bottom .row {
  align-content: center;
}
.category-page-bottom .col-right .stack .box {
  width: 25%;
}
.category-page-bottom .col-right .box .box-image {
  max-width: 75px;
}
.category-page-bottom .col-right .box-text {
  padding: 19px 0 0;
}
.category-page-bottom .col-right .box-text h3 {
  font-size: 15px;
  margin: 0;
  font-family: 'Inter', sans-serif;
}
.category-page-row .product-small.box {
  padding-bottom: 30px;
}
.category-page-row .product-small.box .box-image,
.related .product-small.box .box-image {
  padding: 0;
  background-color: #f3f5f2;
  /* padding: 38px 0; */
}
.category-page-row .product-small.box .image-fade_in_back,
.related .product-small.box .box-image .image-fade_in_back {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.category-page-row .product-small.box:hover .product-title a {
  color: var(--theme-color);
}
.filter-category {
  display: none;
}
/* End product shop */
/* Product single */
.product-gallery .image-tools {
  display: none;
}
.single .shop-page-title {
  background: #f3f5f2;
}
.single .shop-page-title .page-title-inner {
  padding-top: 0;
  min-height: 50px;
  margin-bottom: 25px;
}
.single .shop-page-title .page-title-inner .flex-col:nth-of-type(2) {
  display: none;
}
.single .shop-page-title .rank-math-breadcrumb a,
.single .shop-page-title .rank-math-breadcrumb span {
  color: #515151;
  font-family: var(--regular);
  opacity: 1;
}
.quantity {
  display: none;
}
.product-main .product-gallery .woocommerce-product-gallery__image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-main .product-gallery .woocommerce-product-gallery__image a {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  border-radius: 5px;
}
.product-main .product-gallery .woocommerce-product-gallery__image {
}
.product-main .product-thumbnails {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.product-main .product-thumbnails .col {
  padding: 0 6px 0 !important;
}
.product-main .product-thumbnails .col.is-selected a {
  border: 1px solid #00984942;
}
.product-main .product-thumbnails a {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4px;
  border: 0;
}
.product-main .product-thumbnails img {
  border: 0;
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: unset !important;
}
.product-info {
  padding-left: 40px;
}
.product-info h1.product-title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 16px;
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
}
.product-info .price-wrapper ins {
  display: flex;
  align-items: center;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color);
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  font-family: var(--semi);
}
.product-info .price {
  margin: 0 0 12px !important;
  display: flex;
}
.product-info .price-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.product-info .price-wrapper:after {
  content: '';
  width: 254px;
  display: block;
  height: 0.5px;
  background-color: #c9c9c9;
}
.product-info .list-thongso {
  list-style: none;
  margin: 0;
}
.product-info .list-thongso li {
  margin-left: 0;
  display: flex;
  margin-bottom: 17px;
}
.product-info .list-thongso li strong {
  color: #515151;
  font-family: var(--semi);
  min-width: 140px;
  flex-shrink: 0;
  display: inline-block;
}
.product-info .list-thongso li span {
  flex: 1;
  padding-left: 30px;
}
.product-info form.cart {
  margin-bottom: 30px;
  padding-top: 20px;
  display: flex;
}
.product-info form.cart a,
.product-info form.cart button {
  width: 215px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #009849;
  border-radius: 8px;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medi);
}
.product-info form.cart button {
  margin-bottom: 0;
  margin-right: 25px;
  background-color: var(--theme-color);
}
.product-info form.cart button:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  content: '\f061';
  font-family: var(--fa6);
  width: 30px;
  height: 30px;
  color: #009849;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.product-info form.cart a:before {
  content: '';
  background: var(--theme-color);
  border-radius: 50%;
  content: '\f061';
  font-family: var(--fa6);
  width: 30px;
  height: 30px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.boxpromotion ul {
  list-style: none;
}
.boxpromotion ul li {
  position: relative;
  margin-left: 0;
  padding-left: 32px;
  margin-bottom: 12px;
}
.boxpromotion ul li:before {
  color: #fff;
  background-color: var(--theme-color);
  content: '\f105';
  font-family: var(--fa6);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
}
.product-main {
  padding-bottom: 60px;
}
.product-footer .tabs {
  justify-content: center;
  background: #f3f5f2;
  border-radius: 40px;
  margin-bottom: 40px;
}
.product-footer .woocommerce-tabs {
  border-top: 0;
}
.product-footer .tabs a {
  font-size: 16px;
  line-height: 22px;
  font-family: var(--semi);
  text-transform: uppercase;
  letter-spacing: 0;
  color: #515151;
  padding: 9px 30px;
  border-radius: 25px;
}
.product-footer .tabs li {
  margin: 0 5px;
}
.product-footer .tabs a:before {
  display: none;
}
.product-footer .tabs .active a {
  background-color: var(--theme-color);
  color: #fff !important;
}
.product-footer .tabs a:hover {
  color: var(--theme-color);
}
.product-footer .tab-panels {
  max-width: 83.3333333333%;
  margin: 0 auto;
}
.product-footer .list-thongso li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 0;
}
.product-footer .list-thongso li:nth-of-type(odd) {
  background-color: #f3f5f2;
}
.product-footer .list-thongso li strong {
  width: 30%;
  flex-shrink: 0;
  font-weight: 600;
  padding: 0 10px;
}
.product-page-sections .pro-info span {
  padding: 0 5px;
}
.related {
  border-top: 0;
  padding-bottom: 60px;
}
.related .flickity-button {
  display: none;
}
.related .product-section-title {
  text-align: center;
  font-size: 36px;
  text-transform: none;
}

.buy-now .form-title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 2px;
  background: #ddd;
  left: 50%;
  transform: translateX(-50%);
}
.buy-now .form-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.buy-now .form-content .form-item {
  padding: 0 15px 0;
  margin-bottom: 1rem;
  width: 100%;
}
#f3f5f2 .buy-now .form-submit {
  padding: 0;
}

.buy-now .form-submit input[type='submit'] {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 8px;
  background-color: var(--theme-color2);
  margin: 0 auto;
}

.buy-now .form-submit input[type='submit']:hover {
  background: var(--theme-color);
  color: #fff;
  box-shadow: none;
}
.buy-now .form-content label {
  font-size: 14px;
  color: var(--theme-color2);
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.buy-now .form-content input {
  height: 50px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: #f3f5f2;
  padding: 10px 20px 10px 65px;
}
.buy-now .form-content input[readonly] {
  background-color: #f3f5f2;
  opacity: 1;
  cursor: not-allowed;
}
.buy-now .form-title {
  text-align: center;
  font-size: 36px;
  color: var(--theme-color2);
  position: relative;
  font-family: var(--bold);
}
.buy-now .form-title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 2px;
  background: #ddd;
  left: 50%;
  transform: translateX(-50%);
}
.buy-now .form-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.buy-now .form-content .form-item {
  padding: 0 15px 0;
  margin-bottom: 1rem;
  width: 100%;
}

.buy-now .form-content textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: #f3f5f2;
  padding: 10px 20px 10px 65px;
}

.buy-now .form-content .form-item:nth-of-type(2),
.buy-now .form-content .form-item:nth-of-type(3) {
  width: 50%;
}

.buy-now .form-submit {
  padding: 0;
  text-align: center;
}

.buy-now .form-submit input[type='submit'] {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 8px;
  background-color: var(--theme-color2);
  margin: 0 auto;
}

.buy-now .form-submit input[type='submit']:hover {
  background: var(--theme-color);
  color: #fff;
  box-shadow: none;
}

.buy-now .wpcf7-form-control-wrap:before {
  content: '\f007';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid;
  font-weight: 300;
}
.buy-now .form-item:nth-of-type(3) .wpcf7-form-control-wrap:before {
  content: '\f0e0';
}
.buy-now .form-item:nth-of-type(2) .wpcf7-form-control-wrap:before {
  content: '\f095';
}
.buy-now .form-item:nth-of-type(4) .wpcf7-form-control-wrap:before {
  content: '\f03a';
}
.buy-now .form-item:nth-of-type(5) .wpcf7-form-control-wrap:before {
  content: '\f4a6';
  top: 15px;
  transform: unset;
}
#buy-now {
  border-radius: 12px;
}
#buy-now .form-item:nth-of-type(5) .wpcf7-form-control-wrap:before {
  content: '\f4a6';
  top: 15px;
  transform: unset;
}
#buy-now {
  border-radius: 12px;
}
/* End product single */
.page-contact .page-banner {
  margin-bottom: 50px;
}
.page-contact .section-title-main {
  font-size: 36px;
  color: #161921;
  border-bottom: 2px solid var(--theme-color);
}
.page-contact .section-title-container .section-title-normal {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 30px;
}
.page-contact .col-form .col-inner {
  -webkit-box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  border-radius: 10px;
  padding: 40px;
}
.page-contact .form-contact label {
  font-size: 14px;
  color: #070707;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: var(--semi);
}

.page-contact .form-contact input {
  height: 54px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: #f3f5f2;
}

.page-contact .form-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-contact .form-content .form-item {
  padding: 0 15px 0;
  margin-bottom: 1rem;
  width: 100%;
}

.page-contact .form-content textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: #f3f5f2;
}

.page-contact .form-content .form-item:nth-of-type(2),
.page-contact .form-content .form-item:nth-of-type(3) {
  width: 50%;
}

.page-contact .form-submit {
  padding: 0;
}

.page-contact .form-submit input[type='submit'] {
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 8px;
  background-color: var(--theme-color2);
}

.page-contact .form-submit input[type='submit']:hover {
  background: var(--theme-color);
  color: #fff;
  box-shadow: none;
}
.page-contact .row-icon .icon-box {
  background: rgb(2 34 121 / 5%);
  padding: 30px 15px 20px;
  border-radius: 10px;
  height: 100%;
}
.page-contact .row-icon .col-inner {
  height: 100%;
}
.page-contact .entry-content {
  padding-bottom: 0;
}
/* Checkout */
ul.product_list_widget li .quantity {
  display: none !important;
}
#masthead
  .cart-item
  .woocommerce-mini-cart__buttons
  .button.wc-forward:first-child {
  color: var(--theme-color2);
}
.t-checkout .woocommerce-cart-form__cart-item .product-thumbnail a {
  display: block;
  overflow: hidden;
}
.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
  justify-content: flex-start;

  margin-top: 8px;
}
.checkout_coupon.woocommerce-form-coupon {
  display: block !important;
  padding: 0;
  border: 0;
}
.checkout_coupon.woocommerce-form-coupon p {
  font-size: 15px;
}
.checkout_coupon #coupon_code {
  box-shadow: none;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background: rgba(212, 212, 212, 0.4);
  font-size: 14px;
  height: 40px;
}
.checkout_coupon #coupon_code:focus {
  border-color: var(--theme-color2);
}
.checkout_coupon button {
  font-weight: normal;
  border-radius: 50px;
  padding: 0 20px;
  width: 95px !important;
  margin-right: 0;
  margin-left: 10px;
  font-size: 14px;
  height: 40px;
}
.checkout_coupon button:hover {
  background-color: #32965d !important;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-shipping-totals.shipping {
  display: none;
}
.t-checkout
  .woocommerce-cart-form__cart-item
  + .woocommerce-cart-form__cart-item {
  margin-top: 20px;
}
.mo-openid-app-icons {
  display: none !important;
}
/* End Checkout */
@media screen and (min-width: 1600px) {
  .page-about3 .section-content:before {
    height: 60%;
    top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  #header .header-nav-main.nav-right li {
    margin: 0 10px;
  }
  .sec-home1 .col-right {
    padding-left: 15px;
  }
  .sec-home1 .col-main {
    padding-left: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after {
    width: 67.5vw;
  }
  .sec-home5 .nav li {
    margin-bottom: 15px;
  }
  .project-single .col-info h2 {
    margin-bottom: 15px;
  }
  .relatedcat .slider-nav-circle .flickity-button.previous {
    transform: unset !important;
    left: 0;
  }
  .relatedcat .slider-nav-circle .flickity-button.next {
    transform: unset !important;
    right: 0;
    left: unset;
  }

  .product-info {
    padding-left: 15px;
  }
}
@media screen and (max-width: 849.98px) {
  .slider-home .slider-nav-circle .flickity-button {
    width: 50px !important;
    height: 50px;
  }
  .slider-home .slider-nav-circle .flickity-button.previous {
    right: 50px;
  }
  .sec-home1 .section-content > .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .sec-home1 .col-main {
    max-width: 75%;
    flex-basis: 75%;
  }
  .sec-home1 .col-left .col-inner,
  .page-about1 .col-left .col-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 30px;
  }
  .sec-home1 .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home1 .col-left .item,
  .page-about1 .col-left .item {
    margin-bottom: 0;
    text-align: center;
  }
  .sec-home1 .col-left .button {
    grid-column: span 3;
  }
  .sec-home1 .col-left .item p:first-of-type,
  .page-about1 .col-left .col-inner .item p:first-of-type {
    margin: 0 auto 10px;
    justify-content: center;
  }
  .sec-home2 .title {
    flex-direction: column;
  }
  .sec-home2 .title h2 {
    margin-bottom: 20px;
  }
  .sec-home2 .blog-slider .col.post-item {
    flex-basis: 75%;
    max-width: 75%;
  }
  .sec-home2 .slider-nav-circle .flickity-button {
    right: 15px !important;
    bottom: 20px;
  }
  .sec-home2 .slider-nav-circle .flickity-button.previous {
    right: 77px !important;
  }
  .sec-home3 .col-right {
    padding-left: 15px;
  }
  .form-advise {
    padding: 30px 50px;
  }
  .sec-newhome .blog-grid {
    display: flex;
  }
  .sec-newhome .blog-grid .post-item:first-of-type {
    margin-bottom: 30px;
  }
  #footer .col-right .col-inner {
    grid-gap: 30px;
    padding-bottom: 90px;
  }
  /* page-aboutus */
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding-top: 170px;
  }
  .page-about1 .col-right {
    padding-left: 15px;
    flex: 1;
  }
  .page-about1 .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-about1 {
    padding-bottom: 90px !important;
  }
  .page-about2 .row:first-of-type .col-right {
    padding-top: 30px;
    padding-left: 15px;
  }
  .page-about2 .row:nth-of-type(2) .col-left {
    padding-right: 15px;
  }
  .page-about2 .row:nth-of-type(2) .col-left h2 {
    margin-bottom: 80px;
  }
  .page-about2 .section-bg,
  .page-about2:before {
    height: 68%;
  }
  .page-about2 .row:first-of-type {
    padding-bottom: 40px;
  }
  .page-about3 .section-content:before {
    height: 30%;
  }
  .page-about3 h2 {
    margin-bottom: 100px;
  }
  .page-about3 .flickity-slider .icon-box h3 {
    font-size: 22px;
  }
  .page-about3 .flickity-slider .icon-box:before {
    font-size: 70px;
  }
  /* End page-aboutus */
  /*  page-solution */
  .page-solution1 .title {
    margin-bottom: 60px;
  }
  .page-solution2 .col-right {
    padding-left: 15px;
  }
  /*   End page-solution */
  .row.blog-top {
    background-color: transparent;
  }
  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }
  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }
  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }
  .row.blog-top {
    margin-bottom: 40px;
  }
  .row.blog-top .col-left {
    padding: 15px;
  }
  .blog-share {
    /* display: none; */
    order: 1;
    padding: 0 15px 30px;
  }
  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog-share .social-icons {
    border-top: 1px solid #c9c9c9;
    margin-top: 15px;
    padding-top: 15px;
  }
  .project-single .blog-share,
  .product-footer .blog-share {
    padding: 0;
  }
  .project-single .blog-share .social-icons,
  .product-footer .blog-share .social-icons {
    padding: 0;
    border-top: 0;
  }
  .blog-share .social-icons span {
    margin-bottom: 0;
  }
  .single .post-sidebar {
    order: 2;
  }
  .single .large-7.col {
    padding-bottom: 10px;
  }
  .project-single .blog-share {
    display: block;
    padding-bottom: 0;
  }
  .entry-content {
    padding-bottom: 0;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }
  .project-single .box-position .project-thumbnails {
    top: unset;
    bottom: 35px;
  }
  .project-single .col-main {
    order: 1;
  }
  .project-single .col-gallery {
    order: 3;
  }
  .project-single .col-info {
    order: 2;
    padding-left: 15px;
  }
  .project-single .large-10 {
    order: 4;
  }
  .project-single .box-position {
    width: calc(100% + 12px);
    margin-left: -6px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 12px;
  }
  .project-single .box-position .project-thumbnails {
    width: 100%;
    position: unset;
    transform: unset;
    margin: 0;
  }
  .project-single .project-gallery .flickity-button {
    top: 47%;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    border-radius: 10px;
  }
  .project-single .project-gallery .flickity-button:before {
    font-weight: 700;
  }
  .project-single .project-gallery .flickity-button.next {
    right: 15px;
    left: unset;
  }
  .sec-home2 .blog-slider {
    margin: 0 !important;
  }
  .product-main .product-gallery .woocommerce-product-gallery__image a {
    max-width: unset;
  }
  .product-info {
    padding-top: 30px;
  }
  .product-main {
    padding-bottom: 0;
  }
  .product-footer .tab-panels {
    max-width: 100%;
  }
  .related .product-section-title {
    font-size: 24px;
  }
  .category-page-bottom .col-left h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  .category-page-bottom .col-left .input-group {
    max-width: 450px;
    margin: 0 auto 40px;
  }
  .category-page-bottom {
    padding: 40px 0;
  }
  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }
  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color2);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }
  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }
  #main-menu.mobile-sidebar {
    width: 100%;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #cbcbcb;
    /* opacity: 0; */
    /* visibility: hidden; */
    background: #f3f5f2;
    display: none;
    overflow-y: auto;
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #000;
    padding: 14px 15px 14px 15px;
    font-size: 16px;
    font-weight: 500;
  }
  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }
  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }
  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }
  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #masthead .image-icon img {
    max-width: 18px;
  }
  .page-contact .form-content .form-item:nth-of-type(2),
  .page-contact .form-content .form-item:nth-of-type(3) {
    width: 100%;
  }
  .page-contact .col-form .col-inner {
    padding: 20px 15px;
  }
  .page-contact .section-title-main {
    font-size: 26px;
  }
  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .product-thumbnails .flickity-button {
    display: none;
  }
  .product-main .product-images .flickity-button {
    opacity: 1;
    transform: translateX(0%);
  }

  .product-main .product-images .flickity-button-icon {
    border-radius: 4px;
    color: #fff !important;
    fill: #fff !important;
    transition: unset !important;
    background: rgb(0 0 0 / 30%);
  }

  .product-main .product-images .flickity-button-icon .arrow {
    fill: #fff !important;
  }
  .filter-category {
    width: 42px;
    height: 42px;
    background: var(--theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }

  .category-page-bottom .col-right .stack {
    position: fixed;
    left: -110px;
    top: 0;
    z-index: 999;
    background: #f3f5f2;
    flex-direction: column;
    height: 100%;
    width: 110px;
    padding: 85px 5px 30px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
  .category-page-bottom .col-right .stack.show {
    left: 0;
  }
  .category-page-bottom .col-right .stack .box {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .category-page-bottom .col-right .box .box-image {
    max-width: 50px;
  }
  .category-page-bottom .col-right .box-text {
    padding-top: 10px;
  }
  .category-page-bottom .col-right .box-text h3 {
    font-size: 14px;
  }
  #cart-popup {
    height: 100%;
  }
  #cart-popup .cart-popup-inner {
    height: 100%;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
  }
  #cart-popup .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  #cart-popup .woocommerce-mini-cart {
    flex: 1;
  }
  #cart-popup .woocommerce-mini-cart__buttons > a:first-of-type {
    display: none;
  }
  .relatedcat .slider-nav-circle .flickity-button {
    display: none;
  }
  .relatedcat .flickity-page-dots {
    display: block;
    bottom: 10px;
  }
  .sec-home5 .nav .tab-tit {
    display: none;
  }
  .sec-home5 .nav .active .tab-tit-mobi {
    display: block;
  }
  .sec-home5 .nav .active .tab-icon {
    display: none;
  }
  .sec-home5 .nav a {
    font-size: 14px;
    background-color: var(--theme-color);
    height: 37px;
    padding: 5.5px 8px;
  }
  .sec-home5 .nav .tab-icon {
    display: block;
  }
  .sec-home5 .nav .tab-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
  }
  .sec-home5 .nav li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .sec-home5 .nav .active a {
    height: 40px;
    width: fit-content;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-home5 .nav .active a span {
    opacity: 1;
  }
  .sec-home5 .nav {
    gap: 0 10px;
    height: 40px;
  }
  .page-about5 .list-team .col-inner {
    --f-columns: 3;
    --f-gap: 15px;
  }
  .page-about5 .list-team .box {
    padding: 6px;
  }
  .page-about4 .logo-marquee .gallery-col {
    min-width: 18vw;
  }
}

@media screen and (max-width: 767.98px) {
  .blog-project .search-project .form-group {
    flex-wrap: wrap;
  }
  .product-main .product-thumbnails a {
    padding-top: 75%;
  }
  .product-main .product-images .flickity-button.next {
    right: 0;
  }
  .product-main .product-images .flickity-button.previous {
    left: 0;
  }
  .box-postdate span {
    background-color: #f3f5f2;
    color: #515151;
  }
  .sec-home1 .col-right h2,
  .sec-home2 .title h2,
  .sec-home3 .col-left h2,
  .form-advise .form-title h3,
  .sec-home4 .title h2,
  .sec-home5 .title h2,
  .sec-newhome .col-title h2,
  .sec-home1 .col-right h2,
  .page-about1 .title h2,
  .page-about2 .row:first-of-type .content h2,
  .page-about2 .row:nth-of-type(2) .col-left h2,
  .page-about3 h2,
  .page-solution1 .title h2,
  .page-solution2 .col-right h2,
  .page-solution3 .title h3,
  .blog-project .search-project .title,
  .row.blog-top .col-left h2,
  .page-about4 .title h2,
  .page-about5 .title h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .sec-home1 .col-right .btn-viewall {
    margin-top: 20px;
  }
  .sec-home1 .col-main {
    max-width: 100%;
    flex-basis: 100%;
  }
  .sec-home1 .col-left .col-inner,
  .page-about1 .col-left .col-inner {
    display: flex;
    flex-direction: column;
  }
  .sec-home1 .col-left .item p:nth-of-type(2) {
    max-width: 200px;
    margin: 0 auto 25px;
  }
  .sec-home2 .title {
    margin-bottom: 30px;
  }
  .sec-home2 .box .box-text {
    padding: 10px 10px 10px 18px;
    left: 10px;
    max-width: calc(100% - 20px);
  }
  .sec-home2 .post-item.is-selected .box-text {
    bottom: -25%;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 14px;
  }
  .sec-home2 .box .post-title {
    margin-bottom: 8px;
  }
  .sec-home2 .box .info-pro {
    font-size: 18px;
  }
  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  .sec-home2 .box .postdesc_home {
    font-size: 18px;
    display: none;
  }
  .sec-home2 .blog-slider .col.post-item {
    flex-basis: 80%;
    max-width: 80%;
  }
  .sec-home2 .post-item .box-image .image-cover {
    padding-top: 75% !important;
  }
  .slider-home .slider-nav-circle .flickity-button {
    width: 30px !important;
    height: 30px !important;
  }
  .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-home2 .slider-nav-circle .flickity-button.previous {
    right: 60px !important;
  }
  .sec-home2 .slider-nav-circle .flickity-button {
    background-color: var(--theme-color) !important;
    bottom: 10px;
  }
  .sec-home2 {
    padding-bottom: 30px !important;
  }
  .sec-home3 .col-right .icon-box-text {
    grid-gap: 0 15px;
  }
  .sec-home3 .col-right .icon-box-text h3 {
    font-size: 18px;
  }
  .form-advise {
    padding: 30px 25px;
  }
  .form-advise .form-content {
    display: flex;
    flex-direction: column;
  }
  .form-advise .form-title h3 {
    text-align: center;
  }
  .form-advise .form-content button {
    height: 40px;
  }
  .product-small.col {
    padding: 0 7.5px 20px !important;
  }
  .product-small.box .box-text {
    padding-top: 5px;
  }
  .sec-home5 .product-small.col {
    padding-bottom: 30px !important;
  }
  .home .product-small.col {
    padding: 0 7.5px 20px !important;
  }
  .slider-home .slider-nav-circle .flickity-button.previous {
    right: 30px;
  }
  .slider-home .slider-nav-circle .flickity-button.previous:before {
    border-right: 0;
  }
  .sec-home4 .slider-nav-circle .flickity-button {
    top: 45% !important;
    display: none;
  }
  .sec-home4 .slider-nav-circle .flickity-button.next {
    right: -5px !important;
  }
  .sec-home4 .slider-nav-circle .flickity-button.previous {
    left: -5px !important;
    right: unset !important;
  }
  .sec-home4 .flickity-page-dots {
    display: block;
    bottom: -15px;
  }

  .sec-newhome .col-title .col-inner {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .sec-newhome .col-title h2 {
    text-align: center;
    margin-bottom: 0;
  }
  .button.btn-viewall,
  .row.blog-top .box .box-text .button {
    height: 40px;
    padding: 0 15px;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .sec-newhome .button.btn-viewall {
    margin-top: 30px;
  }
  .sec-newhome .col {
    text-align: center;
  }
  .sec-newhome .post-item:first-of-type .box-text {
    padding: 0 15px 30px;
    flex-wrap: nowrap;
  }
  .sec-newhome .post-item:nth-of-type(n + 2) .box-image {
    width: 35%;
    margin: 0;
    max-width: unset;
  }
  .sec-newhome .post-item:nth-of-type(n + 2) .box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .sec-newhome .post-item:nth-of-type(n + 2) .box a {
    margin-bottom: 0;
  }
  #footer .col-left:before {
    display: none;
  }
  #footer .col-left {
    padding-right: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }
  #footer .col-right {
    padding-top: 30px;
    padding-left: 15px;
  }
  #footer .col-right .col-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }
  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }
  /*  page-about  */
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 100px 15px 15px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .page-about1 .row {
    flex-direction: column-reverse;
  }
  .page-about2 .row:nth-of-type(2) .col-left h2 {
    margin-bottom: 60px;
  }
  .page-about2 .row:nth-of-type(2) .video-button-wrapper a {
    width: 50px;
    height: 50px;
  }
  .page-about2 .video-button-wrapper .icon-play:before {
    font-size: 30px;
    transform: translate(3px, -1px);
  }
  .page-solution3 .title h3 {
    margin-bottom: 0;
  }
  .page-solution3 .title h4 {
    font-size: 17px;
  }
  .page-solution3 .title {
    margin-bottom: 15px;
  }
  .page-solution3 .row-product .button.btn-viewall {
    margin: 5px 0 40px;
  }
  /*  End page-about  */
  /*   page-solution */
  .page-solution1 .section-bg {
    opacity: 0.6;
  }
  .page-solution1 .title h3 {
    font-size: 18px;
  }
  .page-solution1 .title {
    margin-bottom: 30px;
  }
  .page-solution1 .box-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-solution1 {
    padding-bottom: 0 !important;
  }
  .page-solution2 .col-left .col-inner {
    grid-gap: 10px;
  }
  .blog-project .select-project {
    width: 60%;
  }
  .blog-project .select-project select {
    height: 45px;
    padding: 0 25px 0 15px;
    font-size: 14px;
    border-radius: 50px;
  }
  /*   End page-solution */
  /*   blog-project */
  .blog-project .search-project .search-form {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .blog-project .search-project .search-submit {
    height: 45px;
    width: 50%;
    flex: 1;
    text-transform: none;
  }
  .blog-project .search-project input[type='search'] {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    order: -1;
    border-radius: 50px;
    border-left: 1px solid var(--theme-color);
    margin-bottom: 12px;
  }
  .blog-project .select-project:before {
    right: 10px;
    font-size: 14px;
  }
  .box-project .post-title {
    font-size: 16px;
  }
  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }
  .blog-project .search-project {
    margin-top: 0;
  }
  /*   End blog-project */
  .row.blog-top {
    padding-top: 0;
  }
  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }
  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .project-single .project-name {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .project-single .col-info h2 {
    font-size: 18px;
  }
  .relatedcat .slider-nav-circle .flickity-button {
    background-color: var(--theme-color) !important;
    color: #fff;
  }
  .relatedcat .title-post {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .project-single .project-gallery .flickity-button.next {
    right: 0;
  }
  .project-single .project-gallery .flickity-button.previous {
    left: 0;
  }
  .sec-newhome .post-item:nth-of-type(n + 2) .box-text {
    padding-top: 0;
    padding-left: 15px;
  }
  .sec-newhome .post-item:nth-of-type(n + 2) .badge.post-date {
    display: none;
  }
  .product-info h1.product-title {
    font-size: 26px;
  }
  .product-info .list-thongso li span {
    padding-left: 10px;
  }
  .product-info .list-thongso li {
    margin-bottom: 8px;
  }
  .product-info form.cart a,
  .product-info form.cart button {
    width: 50%;
    padding: 0 5px;
    font-size: 14px;
  }
  .product-info form.cart button {
    margin-right: 8px;
  }
  .product-info form.cart button:before,
  .product-info form.cart a:before {
    margin-right: 8px;
  }
  .product-footer .tabs {
    border-radius: 10px;
    margin-bottom: 15px;
    flex-wrap: nowrap;
  }
  .product-footer .tabs a {
    text-transform: none;
    font-size: 14px;
    padding: 5px 18px;
    text-align: center;
  }
  .category-page-row .product-small.box .box-image,
  .related .product-small.box .box-image {
    padding: 0;
  }
  .category-page-row .product-small.box .box-image,
  .related .product-small.box .box-image {
    background-color: #fff;
  }
  .single .shop-page-title .page-title-inner {
    padding: 5px 15px;
  }
  .category-page-title h1.shop-page-title {
    font-size: 26px;
  }
  .category-page-bottom {
    padding: 40px 0 0;
  }
  .category-page-bottom .col-left h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
  }

  .product-footer .list-thongso li strong {
    font-size: 14px;
  }
  .product-footer .list-thongso li {
    gap: 10px;
    font-size: 14px;
  }
  .rank-math-breadcrumb a,
  .rank-math-breadcrumb span {
    font-size: 14px;
  }
  .rank-math-breadcrumb .separator {
    margin: 0 4px;
  }
  .project-single:before {
    opacity: 0.5;
  }
  .row.blog-top .box .box-image {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .row.blog-top .box .box-text {
    padding: 0 0 15px;
  }
  .sec-newhome .post-item:first-of-type .box-text .post-date {
    position: absolute !important;
    bottom: 77px;
    top: unset;
  }
  .sec-newhome .post-item:first-of-type .box-text .cat-label {
    padding-left: 75px;
  }
  .buy-now .form-content .form-item:nth-of-type(2),
  .buy-now .form-content .form-item:nth-of-type(3) {
    width: 100%;
  }
  .buy-now .form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .buy-now {
    padding: 15px !important;
  }
  .buy-now .form-content label {
    display: none;
  }
  .buy-now .form-content input,
  .buy-now .form-content textarea {
    padding-left: 50px;
  }
  .buy-now .wpcf7-form-control-wrap:before {
    left: 0px;
  }
  #buy-now {
    padding: 0 !important;
  }
  .page-about5 .list-team .col-inner {
    --f-columns: 2;
  }

  .page-about5 .list-team .box p {
    font-size: 14px;
  }
  .page-about4 .logo-marquee .gallery-col {
    min-width: 32vw;
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
