:root {
  --theme-color: #025750;
  --theme-color2: #ffd365;
  --black: #2d2d2d;
  --fa6: 'Font Awesome 6 Pro';
}

html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'AvertaStdCY';
  src: url('./fonts/AvertaStdCY-Bold.eot');
  src: url('./fonts/AvertaStdCY-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/AvertaStdCY-Bold.woff2') format('woff2'),
    url('./fonts/AvertaStdCY-Bold.woff') format('woff'),
    url('./fonts/AvertaStdCY-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaStdCY';
  src: url('./fonts/AvertaStdCY-Regular.eot');
  src: url('./fonts/AvertaStdCY-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/AvertaStdCY-Regular.woff2') format('woff2'),
    url('./fonts/AvertaStdCY-Regular.woff') format('woff'),
    url('./fonts/AvertaStdCY-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaStdCY';
  src: url('./fonts/AvertaStdCY-Extrabold.eot');
  src: url('./fonts/AvertaStdCY-Extrabold.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/AvertaStdCY-Extrabold.woff2') format('woff2'),
    url('./fonts/AvertaStdCY-Extrabold.woff') format('woff'),
    url('./fonts/AvertaStdCY-Extrabold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaStdCY';
  src: url('./fonts/AvertaStdCY-RegularItalic.eot');
  src: url('./fonts/AvertaStdCY-RegularItalic.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/AvertaStdCY-RegularItalic.woff2') format('woff2'),
    url('./fonts/AvertaStdCY-RegularItalic.woff') format('woff'),
    url('./fonts/AvertaStdCY-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaStdCY';
  src: url('./fonts/AvertaStdCY-Semibold.eot');
  src: url('./fonts/AvertaStdCY-Semibold.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/AvertaStdCY-Semibold.woff2') format('woff2'),
    url('./fonts/AvertaStdCY-Semibold.woff') format('woff'),
    url('./fonts/AvertaStdCY-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* End Add fonts */

b,
strong {
  font-weight: 700;
}

b {
  color: #000;
}

body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: 'AvertaStdCY', 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;
}

input:autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

input:-webkit-autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 13px;
	margin: 10px 0
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
    left: 18px;
    bottom: 0;
}

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

.wpcf7 .wpcf7-not-valid-tip{
	color: white
}

#header .top-divider {
  border: 0;
}

/* Header */
.header-search .icon-search:before {
  display: none;
}
.header-search .icon-search {
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/flatsome-child/image/icon-search-w.svg)
    no-repeat center;
  background-size: contain;
}
#search-lightbox input[type='search'] {
  background-color: #fff !important;
  color: #292929 !important;
  padding-right: 60px;
  padding-left: 20px;
}
#search-lightbox input[type='search']::placeholder {
  color: var(--theme-color);
  opacity: 1;
}

#search-lightbox input[type='search']:-ms-input-placeholder {
  color: var(--theme-color);
}
#search-lightbox .icon-search {
  color: var(--theme-color);
  transform: translateY(-4px);
}
.header-bottom .menu-item a {
  font-size: 14px;
  font-weight: normal;
  transition: 0.3s all;
  color: #025750;
  position: relative;
  display: inline-block;
}

.header-bottom .menu-item.active a {
  color: var(--theme-color);
}

.header-bottom .menu-item:hover a {
  color: var(--theme-color);
}

.header-main .menu-item a {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  gap: 3.25px;
}
.header-main .menu-item a:hover {
  color: var(--theme-color2);
}
.header-main .header-nav {
  justify-content: center;

  gap: 0 60px;
}
.header-main .header-nav .img-menu {
  max-width: 43px;
}
.header-main .header-nav .html_topbar_left {
  position: absolute;
  left: 0;
}
.header-main .header-nav .cart-item {
  position: absolute;
  right: 0;
}
#masthead .image-icon:after {
  right: -5px;
  bottom: -3px;
  top: unset;
  background-color: var(--theme-color2);
  color: #000;
}
.header-bottom-nav > .menu-item > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  padding: 12px 0;
  max-height: 48px;
}
.header-bottom-nav > .menu-item > a:hover {
  color: #000;
}
.header-bottom-nav > .menu-item {
  margin: 0 14px;
}
#header .header-wrapper {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out;
}
#header #logo {
  position: relative;
  transition: all 0.3s ease-out;
}
#header #logo a {
  box-shadow: 0px 0px 5px #00000026;
  /*   border: 1px solid #707070;
  border-radius: 0px 0px 11px 11px;
  background: transparent linear-gradient(180deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
  display: flex;
  align-items: center; */
}
#header #logo img {
  object-fit: cover;
  max-height: 141px !important;
  margin-top: -2px;
}
#header .header-main {
  background: transparent linear-gradient(180deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
  transition: all 0.3s ease-out;
}

#header .menu-item .icon-angle-down:before {
  font-family: var(--fa6);
  content: '\f0d7';
  font-weight: bold;
}
#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
}
.header-bottom-nav .menu-item .sub-menu {
  min-width: 220px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.header-bottom-nav .menu-item .sub-menu a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 9px 25px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}
.header-bottom-nav .menu-item .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.header-bottom-nav .menu-item .sub-menu .menu-item:last-of-type a {
  border-bottom: 0;
}
.header-bottom-nav .menu-item:after,
.header-bottom-nav .menu-item:before {
  display: none;
}
/* End Header */

/* slider-home */

.slider-nav-circle .flickity-button {
  width: 44px;
  height: 44px;
  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;
}

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

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f061';
  color: var(--theme-color);
  font-weight: 300;
  font-size: 20.5px;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f060';
}

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

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.slider-home .banner h2 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}

.slider-home .banner h3 {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 27px;
}

.slider-home .banner p {
  color: #fff;
  max-width: 450px;
  margin: 0;
}

.slider-home .banner .button {
  margin: 50px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #018377;
  width: 180px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: none;
}

.slider-home .banner .button:hover {
  background-color: #fff;
}

.slider-home .overlay {
  background: transparent
    linear-gradient(
      270deg,
      #01837700 0%,
      #01726860 33%,
      #015e56d3 77%,
      #025750 100%
    )
    0% 0% no-repeat padding-box;
  opacity: 0.1;
}

/* End slider-home */
/* sec-project-featured */
.sec-project-featured {
  padding-bottom: 75px !important;
}
.sec-project-featured .tabbed-content > h4 {
  flex: 1;
  color: #fff;
  font-size: 34px;
}
.sec-project-featured .section-content {
  z-index: 10;
}
.sec-project-featured:before,
.project-wrapper:before {
  content: '';
  width: 100%;
  height: 316px;
  position: absolute;
  top: 0;
  background: transparent linear-gradient(0deg, #018377 0%, #025750 100%);
  z-index: 1;
}
.sec-project-featured:after,
.project-wrapper:after {
  content: '';
  width: 100%;
  height: 316px;
  position: absolute;
  top: 0;
  z-index: 2;
  background: url(/wp-content/themes/flatsome-child/image/line-bg.png) no-repeat
    center;
  background-size: cover;
}
.sec-project-featured .tabbed-content .nav {
  width: 50%;
  justify-content: flex-end;
  margin-bottom: 44px;
}
.sec-project-featured .nav .tab {
  margin-right: 18px;
}
.sec-project-featured .nav .tab a {
  min-width: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 3px;
  padding: 6px;
  border: 0;
  outline: none;
}
.sec-project-featured .nav .tab a:before {
  display: none;
}
.sec-project-featured .nav .tab-title {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #025750;
}
.sec-project-featured .nav .tab-icon {
  margin-right: 10px;
  color: #018377;
}
.sec-project-featured .nav .tab-icon svg {
  fill: currentColor;
  height: 100%;
  transition: all 0.3s;
  width: 100%;
}
.sec-project-featured .nav .tab-icon svg path {
  fill: currentColor;
}
.sec-project-featured .nav .tab.active a {
  background: #018377;
}
.sec-project-featured .nav .tab.active .tab-icon,
.sec-project-featured .nav .tab.active .tab-title {
  color: #ffd365;
}

.sec-project-featured .bg-fill {
  background-position: top center;
}
.box-project .image-cover {
  border-radius: 7px;
}
.box-project .box-text {
  padding: 17px 12.5px;
}
.box-project .project-info {
  display: flex;
  flex-wrap: wrap;
}
.box-project .project-info span {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 23px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
.box-project .project-info span:last-of-type {
  padding-right: 0;
}
.box-project .project-info span:not(:last-of-type):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #6d6d6d;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.box-project .post-title {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 6.15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.box-project .box-hover {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
}
.box-project:hover .box-hover {
  opacity: 1;
}
.box-project .box-hover img {
  z-index: 2;
  width: 95px;
  height: auto;
  object-fit: contain;
}
.box-project .box-hover .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-project .box-hover .item:before {
  content: '';
  background: #025750;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
}
.box-project .box-hover .item:after {
  content: '';
  position: absolute;
  height: 6px;
  background: var(--theme-color2);
  width: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 6px 6px 6px;
  transition: all 0.3s ease-in-out;
}
.box-project:hover .box-hover .item:after {
  width: 350px;
}
.box-project .box-hover span {
  position: absolute;
  bottom: 42px;
  background: #018377;
  font-size: 14px;
  color: var(--theme-color2);
  width: 171px;
  text-align: center;
  border-radius: 3px;
  line-height: 23px;
}
/* End sec-project-featured */
/* section-contact */
.section-contact .col-left .col-inner {
  display: flex;
  align-items: flex-end;
  margin-top: -63px;
}
.section-contact .col-left .img {
  max-width: 382px;
  margin-bottom: 0;
}
.section-contact .btn-call {
  background: #ffffff;
  border-radius: 6px;
  align-items: center;
  padding: 0 20px;
  height: 45px;
  transition: all 0.3s;
  margin-bottom: 58px;
}
.section-contact .plain {
  flex-shrink: 0;
}
.section-contact .btn-call svg {
  padding-top: 0;
}
.section-contact .btn-call .icon-inner {
  height: 32px;
}
.section-contact .btn-call .icon-box-text {
  padding-left: 14px;
}
.section-contact .btn-call .icon-box-text * {
  color: #018377;
  font-size: 26px;
  font-weight: bold;
}
.section-contact .btn-call:hover .icon-inner,
.section-contact .btn-call:hover .icon-box-text * {
  color: #fff !important;
}
.section-contact .btn-call:hover .icon-inner * {
  stroke: #fff;
}

.section-contact .btn-call:hover {
  background: var(--theme-color2);
}
.section-contact:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  z-index: 1;
  background: transparent linear-gradient(90deg, #018377 0%, #025750 100%) 0% 0%
    no-repeat padding-box;
}
.section-contact:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: 1;
  background: transparent linear-gradient(270deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.75;
}
.section-contact .section-content {
  z-index: 10;
}
.section-contact .section-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: transparent linear-gradient(90deg, #018377 0%, #025750 100%) 0% 0%
    no-repeat padding-box;
}
.section-contact .col-text-bg {
  position: absolute;
  top: 72px;
}
.section-contact .col-text-bg,
.section-procedure .col-text-bg {
  z-index: -1;
}
.section-contact .col-text-bg img {
  height: 92px;

  width: auto;

  object-fit: contain;
}
.section-contact .col-text-bg p {
  color: transparent;
  font-style: normal;
  font-size: 125px;
  -webkit-text-stroke: 2px #707070;
  font-weight: bold;
  margin: 0;
  line-height: 91px;
  position: relative;
}
.section-contact .col {
  padding-bottom: 0;
}
.section-contact .col-right {
  flex-basis: 43%;
  max-width: 565px;
  padding-top: 40px;
}
.section-contact .col-left {
  flex: 1;
}
.section-contact .col-right {
  text-align: center;
}
.section-contact .col-right h2 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
.section-contact .col-right h3 {
  color: var(--theme-color2);
  font-size: 46px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  line-height: 1.2;
  position: relative;
}
.section-contact .col-right h3:before {
  content: '';
  display: block;
  width: 315px;
  height: 2px;
  background: var(--theme-color2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.section-contact .col-right p {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
.section-contact .col-right .content {
  padding: 48px 49px 19.5px;
  border: 2px solid #707070;
  border-radius: 9px;
  background: transparent linear-gradient(90deg, #018377 0%, #025750 100%) 0% 0%
    no-repeat padding-box;
  position: relative;
}
.section-contact .col-right .content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/flatsome-child/image/bg-2.png) no-repeat
    center;
  position: absolute;
  inset: 0;
}
.section-contact .col-right .col-inner {
  padding-left: 31px;
}
.section-contact .col-right .content:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -31px;
  top: 27px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  z-index: -1;
}
/* End section-contact */
/* section-procedure */
.section-procedure {
  padding-top: 117px !important;
}
.box-video .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.box-video .image-cover {
  border-radius: 8px;
}
.box-video .icon-play {
  font-size: 38px !important;
  color: #fff;
  padding-left: 7px;
}
.box-video .icon-play:before {
  content: '\f04b';
  font-family: var(--fa6);
  font-weight: bold;
}
.box-video .button.icon.circle {
  width: 78px;
  height: 78px;
  background: #019267d1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #fff;
}
.box-video .button.icon.circle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91px;
  height: 91px;
  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;
}
.section-procedure:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 330px;
  top: 0;
  z-index: 1;
  background: transparent linear-gradient(90deg, #018377 0%, #025750 100%) 0% 0%
    no-repeat padding-box;
}
.section-procedure .stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px 22px;
}
.section-procedure .icon-box {
  background: #fff;
  border-radius: 6px;
  padding: 19px 27px 16px 36px;
}
.section-procedure .icon-box img {
  padding: 0;
}
.section-procedure .icon-box .icon-box-img {
  margin-bottom: 10px;
}
.section-procedure .icon-box h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 4.7px;
}
.section-procedure .icon-box p {
  font-size: 14px;
  line-height: 18px;
  color: #2d2d2d;
  margin-bottom: 0;
}
.section-procedure .section-title-normal {
  margin-bottom: 0;
}
.section-procedure .section-title-main {
  border-bottom: 0;
  margin: 0 0 43.5px 0;
  padding-bottom: 0;
  color: #fff;
  font-size: 34px;
}
.section-procedure .col-text-bg img {
  width: auto;
  height: 124px;
  margin: 0 auto;
  object-fit: contain;
}
.section-procedure .col-text-bg .img-inner {
  text-align: center;
}
.section-procedure .col-text-bg p {
  color: transparent;
  font-style: normal;
  font-size: 153px;
  -webkit-text-stroke: 2px #707070;
  font-weight: bold;
  margin: 0;
  line-height: 120px;
  position: relative;
  text-align: center;
  letter-spacing: 10px;
}
.section-procedure .col-text-bg {
  position: absolute;
  top: -66px;
}
/* End section-procedure */
/* section-news */
.section-news {
  padding-bottom: 90px !important;
}
.section-news .section-title {
  margin-bottom: 30px;
}
.section-news .section-title-main {
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 34px;
}
.section-news .slider-nav-circle .flickity-button {
  display: none;
}
.section-news .box .image-cover {
  border-radius: 6px;
}
.section-news .box .box-text {
  padding: 20px 24px 30px;
}
.section-news .box .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-news .box .post-meta {
  opacity: 1;
  font-size: 12px;
  color: #6d6d6d;
  line-height: 14.4px;
  gap: 0;
  margin-bottom: 5px;
}
.section-news .box .post-meta:before {
  content: '\f017';
  font-family: var(--fa6);
  margin-right: 8.64px;
  background: unset;
  width: auto;
  height: auto;
  transform: translateY(2px);
}
.section-news .box .post-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 26px;
  margin-top: 0;
}
.section-news .box .from_the_blog_excerpt {
  order: 3;
  font-size: 14px;
  line-height: 16.8px;
  color: #3e3e3e;
  margin: 0;
}
.row-slider .flickity-page-dots li.dot {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: var(--theme-color);
  margin: 0 10px;
  position: relative;
}
.row-slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color2);
}
.row-slider .flickity-page-dots li.dot.is-selected:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--theme-color2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-news .flickity-page-dots {
  bottom: -20px;
}

/* End section-news */
/* section-product */
.section-product .tab-icon {
  display: none;
}
.section-product .panel .product-small.col {
  padding: 0 12px 30px;
}

.section-product .panel .product-small.col .col-inner {
  height: 100%;
}
.product-small.box {
  padding: 7px;
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}

.product-small.box .price-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-small.box .star-rating {
  order: 2;
  position: absolute;
  bottom: 0px;
  font-size: 15px;
}
.product-small.box .review-count {
  order: 3;
  position: absolute;
  left: 90px;
  bottom: 6px;
  font-size: 14px;
  color: #2d2d2d;
}
.product-small.box .price-wrapper .price {
  width: 100%;
  order: 1;
  margin-bottom: 5px;
}
.product-small.col .col-inner:before {
  content: '';
  background: #025750 0% 0% no-repeat padding-box;
  border-radius: 0px;
  opacity: 0.08;
  filter: blur(9px);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.product-small.box .box-image {
  border-radius: 6px;
}
.product-small.box .box-text {
  padding: 16px 13px 30px;
}
.product-small.box .product-title a {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #2d2d2d;
  margin: 0 0 8.5px;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
}
.product-small.box .price-wrapper del .amount {
  font-size: 14px !important;
  line-height: 23px;
  color: #606060;
  text-decoration: line-through;
}
.product-small.box .price-wrapper .amount {
  color: #025750;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.section-product .tabbed-content h4 {
  font-size: 34px;
  margin-bottom: 25px;
}
.section-product .nav li a:before {
  display: none;
}
.section-product .nav li {
  margin-right: 19px;
}
.section-product .nav li a {
  min-width: 130px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  border: 1px solid rgb(109 109 109 / 80%);
  border-radius: 3px;
  color: #2d2d2d;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.section-product .nav li.active a {
  background: #018377;
  color: #fff;
  border-color: #018377;
}
.home .product-small.box 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%;
}
.home .product-small.box .box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.section-product .tab-panels .panel .row {
  margin-left: -12px;
  margin-right: -12px;
}
.button.btn-view,
.section-title a {
  display: flex;
  width: fit-content;
  max-width: fit-content;
  margin: 20px auto 0;
  min-width: 155px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  height: 35px;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  color: #025750 !important;
  border: 1px solid #025750;
  border-radius: 100px;
  transition: all 0.3s ease;
  padding: 0;
}
.button.btn-view:after,
.section-title a:after,
.slider-home .banner .button:after {
  content: '\f061';
  height: 0;
  margin-left: 8.8px;
  display: inline-block;
  font-family: var(--fa6);
  font-weight: 300;
  transform: translateY(-10px) !important;
  animation: none !important;
  position: unset !important;
}
.section-title a i {
  display: none;
}
.button.btn-view span {
  line-height: 22px;
}
.button.btn-view:hover,
.section-title a:hover {
  color: #fff !important ;
  background-color: #025750;
}
.button.btn-view:hover:after,
.section-title a:hover:after {
  border-color: #fff;
}
.section-product .tabbed-content .tab-panels {
  padding-top: 57px;
}
.section-product {
  padding-bottom: 55px !important;
}
.section-title a {
  margin: 0;
}
/* End section-product */
/* footer */
#footer .section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent linear-gradient(0deg, #018377 0%, #025750 100%);
  z-index: 1;
}
#footer .section-bg {
  z-index: 2;
}
#footer .section-content {
  z-index: 10;
}
#footer .copyright-footer {
  font-size: 12px;

  line-height: 22px;

  color: #fff;
}
#footer .absolute-footer {
  padding: 3px 0;
}
#footer .menu li {
  border: 0;
}
#footer .col-link .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  grid-gap: 50px 30px;
}
#footer .col-link .sub-menu {
  display: block;
  border: 0;
  margin: 0;
  padding-left: 0;
}
#footer .col-link .sub-menu a, #footer .content p {
  color: #fff;

  font-size: 14px;

  line-height: 22px;
}
#footer .col-link .toggle {
  display: none;
}


#footer .content{
	padding-left: 15px;
}
#footer .content p{
	margin-bottom: 3px
}
#footer .col-link .title{
	margin: 15px 0;
	padding-left: 15px;
}
#footer .col-link .menu > li > a,
#footer .social-icons span,
#footer .title {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--theme-color2);
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
#footer .col-link {
  padding-bottom: 0;
}
#footer .section {
  padding-bottom: 25px;
}
#footer .widget {
  margin-bottom: 0;
}
#footer .col-right .img {
  max-width: 285px;

  margin-top: 23px;
}
#footer .col-right .text.title * {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--theme-color2);
  text-transform: uppercase;
}

#footer .social-icons {
  margin-bottom: 26px;
}
#footer .social-icons a.icon {
  font-size: 30px;
  color: #fff;
  margin: 0 15px;
}
#footer .social-icons a.icon:first-of-type {
  margin-left: 0;
}
#footer .form-footer {
  display: block; 
  position: relative;
  color: #292929;
}
#footer .wpcf7-not-valid-tip{
	bottom: -15px
}
#footer .wpcf7-response-output{
	margin-top: 25px;
	color: white;
}
.page-contact .wpcf7-response-output{
	color: white;
}

#footer .form-footer input[type='email'] {
  margin-bottom: 0;
  height: 36px;
  box-shadow: none;
  padding: 0px 18px;
  border: 0.05px solid rgb(235 222 164 / 60%);
  font-size: 14px;
  line-height: 22px;
  background: transparent;
  color: #fff;
}
#footer .form-footer input[type='email']::placeholder {
  color: #fff;
  opacity: 1;
}
#footer .form-footer input[type='email']:-ms-input-placeholder {
  color: #fff;
}
#footer .form-footer input[type='email']::-ms-input-placeholder {
  color: #fff;
}
#footer .form-footer .content {
  display: flex;
  align-items: center;
}
#footer .form-footer .wpcf7-form-control-wrap {
  flex: 1;
}
#footer .form-footer input[type='submit'] {
  margin: 0;
  background: var(--theme-color2);
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #025750;
  border: 0;
  height: 36px;
  min-height: 36px;
  text-align: center;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 165px;
  flex-shrink: 0;
}
#footer .form-footer input[type='submit']:hover {
  background-color: #025750;
  color: #fff;
}
/* End footer */
/* blog-archive */
.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: 223px 15px 55px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 5.4px;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
}
.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;
  background: transparent linear-gradient(270deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.3;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
}

.shop-page-title .rank-math-breadcrumb a,
.shop-page-title .rank-math-breadcrumb span {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #2d2d2d;
  opacity: 1;
}
.blog-wrapper .col-main .post-sidebar {
  max-width: 460px;
  flex-basis: 35%;
}
.box-blog-post .post-meta {
  opacity: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #025750;
  gap: 10px;
}
.box-blog-post .post-meta:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./image/icon-date.svg) no-repeat center;
  background-size: contain;
}
.box-blog-post .post-title {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.box-blog-post .from_the_blog_excerpt {
  color: #6d6d6d;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-wrapper .col-main .col.post-item:nth-of-type(n + 2) {
  padding-bottom: 34px;
}
.blog-wrapper .col-main .box-blog-post:before,
.post-sidebar .block_tinnoibat:before {
  content: '';
  background: #025750 0% 0% no-repeat padding-box;
  border-radius: 0px;
  opacity: 0.08;
  filter: blur(9px);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}
.blog-wrapper .col-main .col.post-item:nth-of-type(n + 2) .box-text {
  background: #fff;
  z-index: 1;
  border-radius: 0 6px 7px 0;
  padding: 36px 46px 36px 32px;
}
.blog-wrapper .col-main .col.post-item:nth-of-type(n + 2) .box-image {
  padding: 36px 0 36px 26px;
  background: #fff;
  border-radius: 6px 0 0 6px;
}
.blog-wrapper .col-main .col.post-item:nth-of-type(n + 2) .image-cover {
  border-radius: 6px;
}
.post-sidebar .block_tinnoibat {
  background: #ffffff;
  border-radius: 9px;

  margin-top: 40px;
  margin-bottom: 90px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.post-sidebar .block_tinnoibat .large-12 > .col-inner {
  padding: 20px 20px 27px 30px;
  background: #ffffff;
  border-radius: 9px;
}
.block_tinnoibat .box {
  display: flex;
  align-items: center;
}
.block_tinnoibat .box .box-image {
  width: 34.04%;
  flex-shrink: 0;
  border-radius: 6px;
}
.block_tinnoibat .box .box-text {
  text-align: left;
  padding: 0 0 0 23px;
}
.block_tinnoibat .box-blog-post .post-title {
  color: #2d2d2d;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 0;
}
.block_tinnoibat .col.post-item {
  padding-bottom: 16px;
}
.block_tinnoibat .col.post-item:last-of-type {
  padding-bottom: 0px;
}
.block_tinnoibat .section-title-main {
  font-size: 24px;
  line-height: 1.2;
  padding: 0 0 5px;
  margin: 0 0 18px;
  width: 100%;
  border-bottom: 1px solid rgb(2 87 80 / 10%);
}
.block_tinnoibat .section-title {
  margin-bottom: 0;
}
.post-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.form-sidebar {
  background: transparent linear-gradient(360deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
  border-radius: 9px;
  padding: 38px 32px 36px;
}
.form-sidebar .form-title h3 {
  color: #ffd365;
  font-size: 24px;
  margin-bottom: 7px;
}
.form-sidebar .form-title p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}
.form-sidebar .form-content input {
  background: transparent;
  border: 0.25px solid rgb(255 255 255 / 50%);
  border-radius: 5px;
  height: 45px;
  margin-bottom: 18px;
  font-weight: normal;
  box-shadow: none;
}
.form-sidebar .form-content input::placeholder,
.form-sidebar .form-content textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.form-sidebar .form-content input::-ms-input-placeholder,
.form-sidebar .form-content textarea::-ms-input-placeholder {
  color: #fff;
}
.form-sidebar .form-content textarea {
  background: transparent;
  border: 0.25px solid rgb(255 255 255 / 50%);
  border-radius: 5px;
  color: #fff;
  box-shadow: none;
  min-height: 117px;
  margin-bottom: 28px;
}
.form-sidebar .form-content input:focus,
.form-sidebar .form-content textarea:focus {
  background: #fff;
  color: #018377;
}
.form-sidebar .form-content input:focus::placeholder,
.form-sidebar .form-content textarea:focus::placeholder {
  color: #018377;
}
.form-sidebar .form-submit,
.aboutus-contact .form-submit {
  width: fit-content;
  position: relative;
}
.form-sidebar .form-submit:before,
.aboutus-contact .form-submit:before {
	content: '\f178';
	font-family: var(--fa6);
	color: var(--theme-color);
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}
.form-sidebar input[type='submit'],
.aboutus-contact .form-contact input[type='submit'] {
  background: #ffd365 !important;
  border-radius: 3px;
  margin: 0;
  color: #018377;
  font-size: 16px;
  line-height: 22px;
  text-transform: unset;
  font-weight: normal;
  min-width: 144px;
  padding-right: 38px;
}
.form-sidebar input[type='submit']:hover,
.aboutus-contact .form-contact input[type='submit']:hover {
  background: #fff !important;
  box-shadow: none;
}
.fixed-form {
  flex: 1;
}
.fixed-form .is-sticky-column.is-affixed form {
  margin-top: 40px;
}
.load-more.btn-view {
  background-color: #fff;
}
/* End blog-archive */
/* blog-single */
.single .post-sidebar .block_tinnoibat {
  margin-bottom: 58px;
}
.blog-single .col-main {
  margin-top: 40px;
}
.blog-single .entry-image a {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 47.144% !important;
  position: relative;
  display: block;
  border-radius: 10px 10px 0 0;
}
.blog-single .entry-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%;
}
.blog-single .entry-image {
  margin-bottom: 28px;
}
.blog-single h1.entry-title {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 22px;
}
.blog-single .entry-header-text {
  padding: 0;
}
.blog-single .entry-header .post-date {
  font-size: 16px;
  line-height: 22px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 17.8px;
  border-bottom: 0.5px solid rgb(2 87 80 / 20%);
}
.blog-single .entry-header .post-date:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./image/icon-date.svg) no-repeat center;
  background-size: contain;
}
.blog-single .entry-content {
  padding: 30px 0 0;
}
.blog-single .blog-share {
  padding-top: 17.8px;
  border-top: 0.5px solid rgb(2 87 80 / 20%);
  margin-top: 40px;
}

.blog-single .social-icons {
  color: #6d6d6d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.blog-single .share-icons-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding: 0;
}
.blog-single .email,
.blog-single .pinterest,
.blog-single .whatsapp {
  display: none;
}
.blog-single a.icon {
  color: var(--theme-color);
  font-size: 18px;
  margin: 0 9px;
}
.blog-single .post {
  margin-bottom: 26px;
}
/* End blog-single */
/* Project */
.project-header .banner-project {
  padding-top: 24.5%;
}
.project-wrapper {
  padding-top: 65px;
  position: relative;
}
.project-wrapper .row-project {
  position: relative;
  z-index: 10;
}
.project-wrapper .page-title {
  color: #fff;
  font-size: 34px;
  margin-bottom: 44px;
}
.load-more-project.btn-view,
.loadmode-project.btn-view {
  background-color: #fff;
  grid-column: span 2;
}
/* End Project */
/* Project-single */
.header-single-project {
  min-height: 349.98px;
  display: flex;
  align-items: flex-end;
}
.header-single-project .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-single-project .project-name {
  width: 100%;
  background-color: rgb(2 87 80 / 60%);
  z-index: 9;
}
.header-single-project .project-name h2 {
  margin: 0;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  padding: 10px 0 13px;
}
.blog-project .entry-image {
  margin-bottom: 0;
}
.blog-project .project-info {
  background: #f0fff7;
  border-radius: 0 0 8px 8px;
  padding: 27px 22px 50px;
  margin-bottom: 56px;
}
.blog-project .project-info h3 {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.blog-project .project-info ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.blog-project .project-info ul img {
  margin-right: 19px;
}
.blog-project .project-info ul li {
  margin: 0;
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-weight: 600;
}
.blog-project .project-info ul span {
  font-weight: 400;
  margin-right: 5px;
}
.project-single h1.entry-title {
  margin-bottom: 0.5rem;
}
.project-single .entry-content {
  padding-top: 0;
  padding-bottom: 56px;
}
.project-single .entry-content p {
}
/* End Project-single */
/* Product single */
.shop-page-title .page-title-inner {
  padding-top: 50px;
  padding-bottom: 25px;
}
.product-main .product-gallery {
  padding-right: 35px;
  flex-basis: 60%;
  max-width: 685px;
}
.product-main .product-info {
  padding-top: 0;
  padding-left: 35px;
  display: flex;
  flex-flow: column;
}
.product-main .product-info .woocommerce-product-rating {
  display: none;
}
.product-info .is-affixed .sku-product {
  margin-top: 10px;
}
.product-info .sku-product {
  font-size: 18px;
  color: #2d2d2d;
  display: inline-block;
  margin-bottom: 13px;
}
.product-info .product-title {
  color: #2d2d2d;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
}
.product-info .price-wrapper ins {
  display: flex;
  align-items: center;
}
.product-info .price-wrapper del .amount {
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  color: #606060;
}
.product-info .price-wrapper del .amount bdi {
  text-decoration: line-through;
}
.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span {
  color: var(--theme-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.product-info .price {
  margin: 0 0 040px;
}
.product-info .cart .quantity {
  display: none;
}
.product-info .cart {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.product-info .tabs-product {
  flex: 1;
}

.product-info .cart .single_add_to_cart_button {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color);
  text-transform: uppercase;
  min-height: 50px;
  height: 50px;
  border-radius: 6px;
  border: 0;
  margin: 0;
  padding: 0 32px;
  margin-right: 18px;
}
.product-info .cart .single_add_to_cart_button:hover {
  box-shadow: none;
  background-color: var(--theme-color);
  color: #fff;
  transition: all 0.3s ease;
}
.product-info .cart .hotline-contact {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  height: 50px;
  gap: 12px;
  border: 1px solid #025750;
  border-radius: 6px;
  min-width: 234px;
  justify-content: center;
  transition: all 0.3s ease;
}
.product-info .cart .hotline-contact:hover {
  color: var(--theme-color);
  background: var(--theme-color2);
}
.tabs-product .product-section {
  border-top: 0;
}
.tabs-product .product-section .title-tab {
  font-size: 20px;
  margin-bottom: 12px;
  color: #2d2d2d;
  position: relative;
  cursor: pointer;
}
.tabs-product .product-section .title-tab:before {
  content: '\2b';
  font-family: var(--fa6);
  position: absolute;
  right: 15px;
  transition: all 0.3s ease;
}
.tabs-product .product-section.show .title-tab:before {
  content: '\f068';
}
.tabs-product .product-section .panel {
  padding: 0;
  display: none;
}
.tabs-product .product-section .panel li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}
#reviews .comment-form-rating label,
#reviews .stars {
  text-align: center;
}
#reviews .comment-form-rating label {
  font-size: 20px;
}

#reviews .review-form-inner {
  height: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
}
#reviews .stars a:after {
  color: #ddd;
  content: '\f005' !important;
  font-size: 20px;
  font-family: var(--fa6);
  font-weight: 700;
}

#reviews .stars a.ok:after,
.single .comment-form-rating .stars a:hover:after,
.single .comment-form-rating .stars a.active:after {
  color: #ffd980;
}
#reviews .stars a + a {
  border: none;
  margin: 0;
}
#reviews #reply-title,
#reviews .wcpr-form-description,
#reviews .woocommerce-Reviews-title {
  display: none;
}
#reviews input,
#reviews textarea {
  border-radius: 5px;
  box-shadow: none;
}
#review_form label {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
#review_form .wcpr-comment-form-images label {
  margin: 0;
}
#review_form .btn_image_upload {
  width: max-content;
  padding: 5px 20px;
  color: #6abd45;
  border: 1px solid #6abd45;
  border-radius: 5px;
}
#review_form .note-file {
  font-size: 12px;
  font-style: italic;
}
#review_form input[type='submit'] {
  margin: 0;
  font-weight: 500;
  text-transform: none;
  width: 100%;
  height: 45px;
  font-size: 18px;
}
#reviews
  .wcpr-input-file-container
  .wcpr-input-file-wrap
  .wcpr-selected-image-container {
  justify-content: flex-start;

  gap: 10px;
}

#review_form input[type='submit']:hover {
  border: 1px dashed var(--theme-color);
  color: var(--theme-color);
  background-color: #fff;
}
#reviews .comment-form {
  margin: 0;
}
#comments .wcpr-filter-container,
#comments .kt-wc-reviews-images-wrap-wrap {
  justify-content: flex-start;
}
#comments .wcpr-filter-button-wrap {
  width: max-content !important;
}
#comments .wcpr-overall-rating-and-rating-count {
  padding-bottom: 0;
}
#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#comments .commentlist > li {
  width: 100%;
  margin-left: 0 !important;
  border: none;
}
#comments .commentlist li .comment-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comments .commentlist li .star-rating {
  order: 2;
}
#comments .commentlist li .meta {
  order: 1;
  width: max-content;
  display: flex;
  flex-direction: column;
}
#comments .commentlist li .description {
  order: 3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal !important;
}
#comments .commentlist li .kt-reviews-image-container {
  order: 4;
  width: 100%;
  max-width: inherit !important;
}
#comments .commentlist li .meta .woocommerce-review__dash,
#reviews:after {
  display: none;
}
#comments .commentlist li .meta .woocommerce-review__published-date {
  font-size: 14px;
  opacity: 0.8;
}
#comments .commentlist li .description p {
  margin-bottom: 0;
}
.related.related-products-wrapper {
  border-top: 0;
}
.related .slider {
  padding-bottom: 75px;
}
.related .product-section-title {
  text-align: center;
  font-size: 34px;
  text-transform: none;
  padding-top: 30px;
  margin-bottom: 0;
}
.related .flickity-prev-next-button {
  display: none;
}
.related .flickity-page-dots {
  bottom: 43px;
}
.related .product-small.col {
  padding: 15px 5px !important;
}
/* End Product single */
/* Product shop */
.shop-page-title.category-page-title .page-title-inner {
  padding: 223px 15px 55px;
}
.category-page-title h1.shop-page-title {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 5.4px;
}
.category-page-title .rank-math-breadcrumb a,
.category-page-title .rank-math-breadcrumb span {
  color: #fff;
}
.shop-page-title.category-page-title .banner-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.combo-product .slider-wrapper .col {
  padding-top: 60px;
}
.combo-product .slider-nav-circle .flickity-button {
  top: 55% !important;
}
.combo-product .col {
  padding-bottom: 0;
}
.combo-product .icon-box {
  background: transparent linear-gradient(180deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
  border-radius: 5px;
  flex-direction: row-reverse;
  align-items: center;
  min-height: 216px;
  transition: all 0.4s ease;
}
.combo-product .icon-box-text {
  padding-left: 26px !important;
  overflow: hidden;
  margin-top: 50px;
  transition: all 0.4s ease;
}
.combo-product .icon-box-text h3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.combo-product .icon-box-text p {
  height: 28px;
  overflow: hidden;
  border: 1px solid #025750;
  border-radius: 14px;
  background-color: var(--theme-color2);
  min-width: 129px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	text-align: center;
	gap: 8.75px;
	color: #025750;
	transition: all 0.4s ease;
	opacity: 0;
	position: relative;
	padding-right: 20px;
}
.combo-product .icon-box-text p:after {
	content: '\f178';
	font-family: var(--fa6);
	color: var(--theme-color);
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}
.combo-product .icon-inner {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}
.combo-product .icon-box-img img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding: 0;
}
.combo-product .icon-box-img {
  max-width: 240px;
}
.combo-product {
  padding-top: 10px !important;
}
.combo-product .icon {
  margin-top: -50%;
}
.combo-product .icon-box:hover {
  background: var(--theme-color2);
}
.combo-product .icon-box:hover .icon-box-text {
  margin-top: 0;
}
.combo-product .icon-box:hover .icon-box-text p {
  opacity: 1;
}
.category-page-row {
  padding-top: 45px;
}
#view-more-product {
  margin: 30px auto 26px !important;
  display: flex;
  background: #fff;
}
#view-more-product:hover {
  background-color: #025750;
}
.product-images .woocommerce-product-gallery__wrapper 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%;
}
.product-images .woocommerce-product-gallery__wrapper a {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 63.78%;
  display: block;
  border-radius: 8px;
}
#shop-sidebar .is-divider {
  display: none;
}
#shop-sidebar .widget-title {
  color: var(--theme-color);

  font-size: 18px;

  font-weight: 600;

  height: 36px;

  line-height: 36px;

  display: block;

  padding-left: 18px;
}
#shop-sidebar .widget-title:before {
  content: '\f068';
  font-family: var(--fa6);
  position: absolute;
  right: 15px;
}
#shop-sidebar .widget.hiden .widget-title:before {
  content: '\2b';
}
#shop-sidebar .widget_product_categories .widget-title {
  background: #e7f4ff;
}
#shop-sidebar .product-categories {
  padding: 10px 17.5px;
}
#shop-sidebar .product-categories .cat-item {
  border: 0;
}
#shop-sidebar .product-categories .cat-item a {
  font-size: 14px;
  color: #6d6d6d;
  padding: 3px 0 3px 27px;
  position: relative;
}
#shop-sidebar .product-categories .cat-item a:hover {
  color: var(--theme-color);
}
#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list a:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #6d6d6d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-right: 0 !important;
  color: #fff;
  border-radius: 2px;
}
#shop-sidebar .product-categories .cat-item.active a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before {
  content: '\f00c';
  font-family: var(--fa6);
  background: #0075ff;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
#shop-sidebar .product-categories .cat-item.active a {
  font-weight: 600;
  color: var(--theme-color);
}
#shop-sidebar .woocommerce-widget-layered-nav-list {
  display: grid;
  padding: 10px 17.5px;
  grid-template-columns: repeat(2, 1fr);
}
#shop-sidebar .woocommerce-widget-layered-nav-list a {
  font-size: 14px;
  color: #6d6d6d;
  padding: 3px 0 3px 27px;
  position: relative;
}
#shop-sidebar .woocommerce-widget-layered-nav-list li {
  border: 0;
}
#shop-sidebar .woocommerce-widget-layered-nav-list .count {
  display: none;
}
#shop-sidebar .price_slider_wrapper {
  padding: 10px 17.5px;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.25px solid #6d6d6d;
  top: -4px;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6d6d6d;
}
#shop-sidebar .widget_price_filter .price_label {
  display: flex;
  gap: 5px;
  width: 100%;
  float: left;
  order: 1;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
  width: max-content;
  margin-top: 15px;
  order: 2;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
#shop-sidebar .widget_price_filter span {
  font-weight: normal;
}
/* End single-product */
/* page-aboutus */
.page-aboutus1 h2 {
  font-size: 34px;
  line-height: 35px;
  margin-bottom: 34px;
  position: relative;
}
.page-aboutus1 h2:before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 52px;
  background: url(./image/icon-dot.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -26px;
}
.page-aboutus1 .col-image {
  flex-basis: 60%;
  max-width: 795px;
}
.page-aboutus1 .col-text {
  flex: 1;
  padding-right: 45px;
}
.page-aboutus1 .col-text p {
  color: #6d6d6d;
}
.page-aboutus1 .img .image-cover {
  border-radius: 8px;
}
.page-aboutus1 {
  padding-top: 55px !important;
}
.page-aboutus2 .img .image-cover {
  border-radius: 8px;
}
.page-aboutus2 .row-top .col-left {
  flex-basis: 55%;

  max-width: 687px;
}
.page-aboutus2 .row-top .img {
  padding-right: 30px;
}
.page-aboutus2 .row-top .img:before {
  content: '';
  display: block;
  width: 67.125%;
  height: 86.127%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  right: 0;
  top: -33px;
}
.page-aboutus2 .row-top .img:after {
  content: '';
  display: block;
  width: 67.125%;
  height: 63.16%;
  position: absolute;
  border-radius: 8px;
  left: -24px;
  bottom: -47px;
  z-index: -1;
  background: transparent linear-gradient(226deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
}
.page-aboutus2 .row-top .col-right {
  flex: 1;
  padding-left: 30px;
  margin-top: 39.5px;
}
.page-aboutus2 .icon-box img {
  padding: 0;
}
.page-aboutus2 .icon-box .icon-box-img {
  margin-bottom: 8.45px;
}
.page-aboutus2 .icon-box h2 {
  font-size: 34px;
  line-height: 35px;
  margin-bottom: 22px;
}
.page-aboutus2 .row-top {
  margin-bottom: 88px;
}
.page-aboutus2 .row-bottom .col-right {
  max-width: 621px;
}
.page-aboutus2 .row-bottom .col-left {
  flex: 1;
  max-width: 65%;
}
.page-aboutus2 .row-bottom .col-right .img {
  padding-right: 15px;
}
.page-aboutus2 .row-bottom .col-right .img:before {
  content: '';
  display: block;
  width: 92.56%;
  height: 64.12%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  right: 0;
  bottom: -30px;
}
.page-aboutus2 .row-bottom .col-left {
  top: 30px;
  padding-right: 45px;
  padding-left: 35px;
}
.page-aboutus2 {
  padding-bottom: 55px !important;
}
.page-aboutus2:after {
  content: '';
  background: transparent linear-gradient(90deg, #018377 0%, #025750 100%) 0% 0%
    no-repeat padding-box;
  width: 60px;
  height: 297px;
  display: inline-block;
  position: absolute;
  bottom: 110px;
}
.aboutus-contact .col-form h3 {
  font-size: 34px;
  line-height: 35px;
  margin-bottom: 21px;
}
.aboutus-contact .col-form p {
  margin-bottom: 30px;
  max-width: 549px;
}
.aboutus-contact .form-contact .form-content input {
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid rgb(109 109 109 / 10%);
  height: 45px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 18px;
  margin-bottom: 18px;
}
.aboutus-contact .form-contact .form-content textarea {
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid rgb(109 109 109 / 10%);
  font-size: 16px;
  line-height: 20px;
  padding: 10px 18px;
  min-height: 117px;
  margin-bottom: 28px;
}
.aboutus-contact .form-content .form-item {
  width: 100%;
}

.aboutus-contact .form-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.aboutus-contact .form-contact .wpcf7-submit {
  min-height: 35px;
}
.aboutus-contact .form-submit {
  position: relative;
}
.aboutus-contact {
  padding-bottom: 25px !important;
}
/* End page-aboutus */
/* page thiet ke */
.page-thietke .col-inner {
  text-align: center;
  max-width: 1152px;
  margin: 0 auto !important;
}
.page-thietke h2 {
  font-size: 34px;
  line-height: 40px;
  max-width: 666px;
  margin: 0 auto 16px;
}
.page-thietke p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
}
.page-thietke {
  padding-bottom: 0 !important;
}

.page-thietke2 .slider-style-container .img {
  padding: 40px 0;
}
.slider-thietke {
  display: block;
}

.slider-thietke2 .img-inner {
  transition: all 0.4s ease;
  width: 100%;
}
.slider-thietke2 .col {
  padding: 0;
}
.slider-thietke .img-inner {
  width: 100%;
  overflow: unset;
}
.slider-thietke2 .flickity-slider {
  padding: 75px 0;
}
.slider-thietke2 .active .img-inner {
  border-radius: 10px !important;
  z-index: 2;
  padding-top: 600px !important;
  transform: translateY(-75px) scaleX(1.2);
}
.slider-thietke2 {
  padding-top: 50px;
}
.slider-thietke2 .flickity-viewport {
  overflow-x: hidden;
  overflow-y: unset;
  height: 680px !important;
}
.slider-thietke2 .slider-nav-circle .flickity-button {
  top: 82% !important;
  transform: unset !important;
  width: 37px;
  height: 37px;
  min-height: 37px;
  border-radius: 3px;
  border: 1px solid #025750;
  box-shadow: none !important;
}
.slider-thietke2 .slider-nav-circle .flickity-button.next {
  right: 38.5%;
}
.slider-thietke2 .slider-nav-circle .flickity-button.previous {
  right: 42%;
  left: unset;
}
.slider-thietke2 .flickity-page-dots {
  bottom: 15%;
  right: 1%;
  left: unset;
}
.slider-thietke2 .flickity-page-dots .dot {
  width: 92px;
  border: 1px solid #6d6d6d;
  height: 0px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.slider-thietke2 .flickity-page-dots .dot.is-selected {
  border-color: var(--theme-color2);
  height: 1px;
}
/* End page thiet ke */
/* page-contact */
.page-contact .col-title {
  text-align: center;
}
.page-contact .col-title h2 {
  font-size: 40px;
}

.page-contact .col-title .col-inner {
  max-width: 750px;
  margin: 0 auto;
}
.page-contact .col-left .text h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-contact .col-left .icon-box {
  background-color: #3b3b3b;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  align-items: center;
}
.page-contact .col-left .icon-box-text {
  color: #ffffffbf;
}
.page-contact .col-left .icon-box-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.page-contact .col-right .col-inner {
  padding: 40px;
  background-color: var(--theme-color);
  border-radius: 15px;
}
.page-contact .col-right .section-title-main {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border: 0;
  margin: 0;
}
.page-contact .form-contact .form-content input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ffffff80;
  box-shadow: none;
  color: #fff;
}
.page-contact .form-contact .form-content input::placeholder {
  color: #fafafa;
  opacity: 1; /* Firefox */
}

.page-contact .form-contact .form-content input::-ms-input-placeholder {
  color: #fafafa;
}
.page-contact .form-contact textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ffffff80;
  box-shadow: none;
  color: #fff;
  min-height: 90px;
}
.page-contact .form-contact .form-content textarea::placeholder {
  color: #fafafa;
}
.page-contact .form-contact .form-submit {
  display: flex;
  position: relative;
}
.page-contact .form-contact input[type='submit'] {
  margin: 0 0 0 auto;
  height: 45px;
  border-radius: 45px;
  padding: 0 50px 0 25px;
  background-color: #fff;
  color: var(--theme-color);
  font-weight: normal;
  text-transform: none;
  box-shadow: none;
}
.page-contact .form-contact .form-submit:before {
  content: '\f178';
  font-family: var(--fa6);
  color: var(--theme-color);
  position: absolute;
  right: 15px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
/* End page-contact */
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
}

.error404 .error-404 {
	margin-top: 70px;
}
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
	color: black
}
.error404 .col-404 a.btn-ha {
	background-color: black;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 15px;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}
.error404 #main{
	background-color: white !important
}

@media screen and (min-width: 850px) and (max-width: 1199.98px) {
  #main .post-sidebar {
    padding-left: 0;
  }
  .box-blog-post .from_the_blog_excerpt {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1199.98px) {
  .slider-thietke2 .flickity-page-dots .dot {
    width: 60px;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button.next {
    right: 37.5%;
  }
}

@media screen and (min-width: 1024px) {
  .product-images .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    white-space: unset;
    display: flex;
    flex-wrap: wrap;
  }

  .product-images .woocommerce-product-gallery__wrapper a:before {
    content: '\2b';
    font-family: var(--fa6);
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    opacity: 0;
    transition: all 0.3s;
  }
  .product-images .slide:hover a:before {
    opacity: 1;
  }
  .product-images .slide + .slide {
    margin-top: 15.5px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1199.98px) {
  .header-main .header-nav {
    grid-gap: 0 15px;
  }
  .header-bottom-nav > .menu-item {
    margin: 0 5px;
  }
  .header-bottom-nav > .menu-item > a {
    font-size: 13px;
  }
  .section-contact .col-left .col-inner {
    margin-top: 0;
  }
  .section-contact .col-right h3 {
    font-size: 30px;
  }
  .section-contact .col-right h2 {
    font-size: 24px;
  }
  .section-product .product-small.col:first-of-type .box-image {
    padding-top: 76% !important;
  }
  .combo-product .slider-wrapper .col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 850px) {
  #header .stuck .header-main {
    height: 0 !important;
  }
  #header .stuck.scrollup .header-main {
    height: 80px !important;
  }

  .admin-bar #header .header-wrapper.fixed-header {
    top: 32px;
  }
  #header .header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: stuckMoveDown 0.6s;
    animation: stuckMoveDown 0.6s;
    height: 80px;
    position: fixed !important;
  }
  #header .stuck .header-main .flex-col.flex-left,
  #header .stuck .header-main .flex-col.flex-right {
    overflow-y: hidden;
    transition: all 0.3s ease-out;
  }
  #header .stuck.scrollup .header-main .flex-col {
    overflow-y: unset;
  }

  #header .stuck #logo {
    width: 85px;
  }
  #header .stuck.scrollup #logo {
    width: 171px;
  }
  .section-product .panel .product-small.col:first-of-type {
    flex-basis: 50%;
    max-width: 50%;
  }
  .section-product .panel .product-small.col:first-of-type .box-text {
    position: absolute;
    bottom: 7px;
    height: 60%;
    width: calc(100% - 14px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .section-product .panel .product-small.col:first-of-type .box-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #01837700 19%, #025750 100%)
      0% 0% no-repeat padding-box;
    border-radius: 6px 0 0 6px;
    opacity: 0.6;
  }
  .section-product .panel .product-small.col:first-of-type .product-title a {
    z-index: 3;
    color: #fff;
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 11px;
  }
  .section-product
    .panel
    .product-small.col:first-of-type
    .price-wrapper
    .amount {
    display: inline-block;
    z-index: 3;
    background: #ffd365;
    position: relative;
    padding: 2px 11px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 2px;
  }
  .section-product
    .panel
    .product-small.col:first-of-type
    .price-wrapper
    .star-rating,
  .section-product
    .panel
    .product-small.col:first-of-type
    .price-wrapper
    .review-count {
    display: none;
  }

  .section-product .product-small.col:first-of-type .box-image {
    padding-top: 67.25%;
  }
  .section-product .panel .product-small.col:nth-of-type(8) {
    display: none;
  }
  .blog-wrapper .col-main .col.post-item:first-of-type .box {
    display: flex;
    flex-direction: column;
    border-radius: 9px;
    overflow: hidden;
  }
  .blog-wrapper .col-main .col.post-item:first-of-type .box-image {
    width: 100% !important;
  }
  .blog-wrapper .col-main .col.post-item:first-of-type .image-cover {
    padding-top: 47.144% !important;
  }
  .blog-wrapper .col-main .col.post-item:first-of-type .box-text {
    padding: 40px 56px 30px;
    background: #fff;
  }
  .blog-wrapper .col-main .col.post-item:first-of-type {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .blog-wrapper .col-main .col.post-item:first-of-type:before {
    content: '';
    display: block;
    height: calc(100% + 15px);
    width: 140vw;
    position: absolute;
    background: #f0fff7;
    top: 0px;
    left: -20vw;
  }
  .aboutus-contact .form-content .form-item:nth-of-type(2),
  .aboutus-contact .form-content .form-item:nth-of-type(3) {
    width: calc(50% - 10px);
  }
  .page-contact .col-left {
    padding-right: 65px;
  }
}
@media screen and (max-width: 849.98px) {
  #header #logo {
    width: 120px;
  }
  #header .header-main {
    height: 64px !important;
    background: transparent linear-gradient(90deg, #018377 0%, #025750 100%) 0%
      0% no-repeat padding-box;
  }
  #header .icon-menu {
    color: #fff;
  }
  .header-main li.html.custom {
    display: block;
  }
  #header .img-search {
    width: 26px;
    margin-right: 5px;
  }
  #header .header-cart-icon img {
    width: 20px;
  }
  #header .header-main .header-inner {
    padding-left: 0;
  }
  #header .mobile-nav .nav-icon a {
    height: 64px;
    width: 58px;
    padding-left: 15px;
    background: rgb(2 87 80 / 50%);
  }
  .sec-project-featured .tabbed-content .nav {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .sec-project-featured .tabbed-content > h4 {
    text-align: center;
  }
  .section-contact .btn-call {
    display: none;
  }
  .section-contact .col-right {
    flex-basis: 50%;
  }
  .section-contact .col-right .content {
    padding: 20px;
  }
  .section-contact .col-right h2 {
    font-size: 18px;
  }
  .section-contact .col-right h3 {
    font-size: 26px;
    margin-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .section-contact .col-right p {
    font-size: 16px;
  }
  .section-contact .col-left .img {
    max-width: 250px;
  }
  .section-contact .col-right .content:after {
    top: 15px;
    left: -15px;
  }
  .section-contact .col-text-bg p {
    font-size: 80px;
    line-height: 80px;
  }
  .section-contact .col-text-bg {
    top: 30px;
  }
  .section-procedure {
    padding-top: 40px !important;
  }
  .section-procedure .section-title-main {
    text-align: center;

    width: 100%;
  }
  .section-procedure .box-video {
    margin-bottom: 30px;
  }
  #footer .col-link .col {
    padding: 0;
  }
  #footer .col-link {
    padding-bottom: 30px;
  }
  .shop-page-title .page-title-inner {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .carousel-status {
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    background: #222222a8;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    bottom: 15px;
    right: 12px;
    display: block;
  }
  .product-main .product-gallery {
    flex-basis: 100%;

    max-width: 100%;

    padding-right: 15px;
  }
  .product-images
    .woocommerce-product-gallery__wrapper
    .woocommerce-product-gallery__image
    a {
    padding-top: 56.25%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .carousel-status {
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    background: #222222a8;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    bottom: 15px;
    right: 12px;
    display: block;
  }

  .product-images
    .woocommerce-product-gallery__wrapper
    .woocommerce-product-gallery__image {
    padding: 0 15px;
  }
  .product-images .woocommerce-product-gallery__wrapper {
    margin: 0 -15px;
  }
  .product-main .product-info {
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .blog-wrapper .col-main .col.post-item .box .box-image {
    padding: 8px;
    border-radius: 6px 6px 0 0;
    background: #fff;
  }
  .blog-wrapper .col-main .col.post-item .box .box-text {
    padding: 8px;
    border-radius: 6px 6px 0 0;
    background: #fff;
  }
  .category-viewmore {
    padding-top: 30px;
  }
  .box-blog-post .from_the_blog_excerpt {
    color: #6d6d6d;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .page-aboutus1 .col-image {
    max-width: 100%;

    flex-basis: 100%;
  }
  .page-aboutus1 .col-text {
    padding-right: 15px;
  }
  .page-aboutus1 h2:before {
    left: -10px;
    width: 50px;
    height: 35px;
    top: -10px;
  }
  .page-aboutus2 .row-top .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-aboutus2 .row-top {
    margin-bottom: 30px;
  }
  .page-aboutus2 .row-bottom .col-left {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-aboutus2 .row-bottom .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-aboutus2 .row-top {
    margin-bottom: 0;
  }
  .page-aboutus2 .row-bottom {
    flex-direction: column-reverse;
  }
  .page-aboutus2 .row-top .col-right {
    padding-left: 15px;
  }
  .page-aboutus2:after {
    display: none;
  }
  .slider-thietke2 .flickity-page-dots .dot {
    width: 45px;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button.next {
    right: 34.5%;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button.previous {
    right: 40.5%;
  }
  .slider-thietke2 .img-inner {
    padding-top: 300px !important;
  }
  .slider-thietke2 .active .img-inner {
    padding-top: 450px !important;
  }
  .slider-thietke2 .flickity-viewport {
    height: 530px !important;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button {
    top: 77% !important;
  }
  .slider-thietke2 .flickity-page-dots {
    bottom: 19%;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button {
    top: unset !important;
    bottom: 16.5%;
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .header-search .icon-search {
    width: 26px;
    height: 26px;
  }
  #search-lightbox input[type='search'] {
    height: 50px;
  }
  #search-lightbox .icon-search {
    font-size: 24px;
    transform: translateY(-1px);
  }
  .combo-product .icon-box-img {
    max-width: 100%;
  }
  .combo-product .icon-box-text p {
    display: none;
  }
  .combo-product .icon-box-text {
    margin-top: 20px;
    padding-left: 12px !important;
  }
  .combo-product .icon-box-img {
    width: 180px !important;
  }
  .combo-product .icon {
    margin-top: -20%;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    background-color: var(--theme-color);
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #fff;
    padding: 12px 15px 12px 26px;
    font-size: 16px;
    font-weight: 500;
  }
  #main-menu.mobile-sidebar .menu-item .toggle {
    color: #fff;
    opacity: 1;
  }
  .category-filtering {
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 18px;
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering strong {
    display: none;
  }
  .category-filtering a {
    margin: 0;
  }
  .category-filtering i {
    color: #fff;
  }
  .category-filtering .icon-equalizer:before {
    content: '\e17c';
    font-family: var(--fa6);
    font-weight: 300;
    font-size: 24px;
  }
  .combo-product .slider-nav-circle .flickity-button.previous {
    transform: translateX(-25px) !important;
  }
  .combo-product .slider-nav-circle .flickity-button.next {
    transform: translateX(25px) !important;
  }
  .section-contact .col-text-bg img {
    height: 54px;
  }
  .cart-item a {
    width: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  #logo {
    width: 100px !important;
  }
  #header #logo a {
    height: 85px;
  }
  #header #logo img {
    max-height: 85px !important;
  }
  .slider-home .banner {
    padding-top: 500px !important;
  }
  .slider-home .slider-nav-circle .flickity-button {
    display: none;
  }
  .slider-home .banner h2,
  .slider-home .banner h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .slider-home .banner h3 {
    margin-bottom: 16px;
  }
  .slider-home .overlay {
    background: transparent linear-gradient(90deg, #018377 0%, #025750 100%) 0%
      0% no-repeat padding-box;
    opacity: 0.28;
  }
  .slider-home .banner p {
    text-align: center;
    margin: 0 auto;
  }
  .slider-home .banner .button {
    margin: 50px auto 0;
    min-width: 180px;
  }
  .sec-project-featured .nav .tab a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
  }
  .sec-project-featured .nav .tab-icon {
    margin: 0;
  }
  .sec-project-featured .nav .tab {
    margin-right: 0;
  }
  .sec-project-featured .tabbed-content > h4 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .sec-project-featured {
    padding-top: 34px !important;
    padding-bottom: 12px !important;
  }
  .sec-project-featured .tabbed-content .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-bottom: 13px;
  }
  .sec-project-featured .tabbed-content .panel .row,
  .project-viewmore {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
    margin-left: 0;
    grid-gap: 0 13.72px;
  }
  .sec-project-featured .tabbed-content .panel .col.post-item,
  .project-viewmore .col.post-item {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .box-project .project-info span {
    padding-right: 7px;
    font-size: 12px;
    line-height: 15px;
  }
  .box-project .box-text {
    padding: 9.4px 6.3px 18.2px;
  }
  .sec-project-featured:before,
  .sec-project-featured:after {
    height: 236px;
  }
  .box-project .project-info span:not(:last-of-type):after {
    right: 3px;
  }
  .box-project .post-title {
    margin-top: 2.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 15.6px;
  }
  .box-project .box-hover {
    display: none;
  }
  .section-contact .col-right {
    padding-top: 9.46px;
    flex-basis: 60%;
    max-width: 245px;
    padding-bottom: 20.5px;
  }
  .section-contact .col-right .content {
    padding: 14px 15px;
  }
  .section-contact .col-right h2 {
    font-size: 15px;
  }
  .section-contact .col-right h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 7px;
    padding-bottom: 7.5px;
  }
  .section-contact .col-right h3:before {
    min-width: 127px;
    height: 1px;
  }
  .section-contact .col-right p {
    font-size: 12px;
    line-height: 14.4px;
  }
  .section-contact .col-right .col-inner {
    padding-left: 10.5px;
  }
  .section-contact .col-right .content:after {
    left: -10.5px;
    top: 8.9px;
    border: 1px solid #fff;
  }
  .section-contact .section-content:after {
    display: none;
  }
  .section-contact .col-left .col-inner {
    margin-top: 0;
  }
  .section-contact .col-text-bg p {
    font-size: 30px;
    line-height: 30px;
    -webkit-text-stroke: 1px #707070;
  }
  .section-contact .row {
    align-items: flex-end;
  }
  .section-product {
    padding-bottom: 33px !important;
  }
  .section-product .tabbed-content h4 {
    font-size: 26px;
    margin-bottom: 13px;
  }

  .section-product .nav li a {
    min-width: 70px;
    padding: 0 8.5px;
  }
  .section-product .nav {
    gap: 10px 0;
  }
  .section-product .nav li {
    margin-right: 14px;
  }
  .section-product .tabbed-content .tab-panels {
    padding-top: 23px;
  }
  .section-product .panel .product-small.col {
    padding: 0 6.5px 16px;
  }
  .section-product .tab-panels .panel .row {
    margin-left: -6.5px;
    margin-right: -6.5px;
  }
  .product-small.box {
    padding: 3.5px;
  }
  .product-small.box .box-text {
    padding: 9.8px 7px 25px;
  }
  .product-small.box .review-count {
    left: 72px;
  }
  .product-small.box .product-title {
    margin: 0;
  }
  .product-small.box .product-title a {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4.7px;
  }
  .product-small.box .price-wrapper .amount {
    font-size: 15px;
  }
  .button.btn-view {
    margin-top: 5px;
    height: 40px;
    min-width: 180px;
    font-size: 18px;
  }
  .section-procedure .section-title-main {
    font-size: 26px;
    line-height: 32px;
    max-width: 270px;
    margin: 0 auto 23px;
  }
  .section-procedure {
    padding-top: 25px !important;
  }
  .section-procedure:before {
    height: 245px;
  }
  .section-procedure .stack {
    grid-gap: 11px;
  }
  .section-procedure .icon-box p {
    display: none;
  }
  .section-procedure .icon-box h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    text-align: center;
  }
  .section-procedure .icon-box .icon-box-img {
    margin: 0 auto 9.4px;
  }
  .section-procedure .icon-box {
    padding: 16.5px 15.5px;
  }
  .section-procedure .col-right {
    padding-bottom: 25px;
  }
  .section-news .flickity-page-dots {
    bottom: 0;
  }
  .section-news .section-title-main {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin: 0;
  }
  .section-news .section-title {
    margin-bottom: 13.5px;
  }
  .section-news .section-title a {
    display: none;
  }
  .section-news .button.btn-view {
    margin-top: 20px;
  }
  .section-news .flickity-page-dots li.dot {
    width: 6.82px;
    height: 6.82px;
    margin: 0 5px;
  }
  .section-news .flickity-page-dots li.dot.is-selected:before {
    width: 14.21px;
    height: 14.21px;
  }
  .section-news {
    padding-bottom: 40px !important;
  }
  #footer .col-link .menu {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 0;
  }
  #footer .menu li {
    width: 100%;
  }
  #footer .col-link .menu .menu-item:nth-of-type(4) .sub-menu {
    display: block;
  }
  #footer .col-link .menu .menu-item:nth-of-type(4) {
    order: 1;
  }
  #footer .col-link .menu .menu-item:nth-of-type(1),
  #footer .col-link .menu .menu-item:nth-of-type(2),
  #footer .col-link .menu .menu-item:nth-of-type(3) {
    order: 2;
  }
  #footer .col-link .menu > li > a {
    padding-right: 25px;
  }
  #footer .col-link .menu > li > a:before {
    content: '\2b';
    font-family: var(--fa6);
    position: absolute;
    right: 0;
  }
  #footer .col-link .menu .menu-item:nth-of-type(4) a:before,
  #footer .col-link .sub-menu {
    display: none;
  }
  #footer .social-icons a.icon {
    font-size: 25px;

    margin: 0 10px;
  }
  #footer .form-footer input[type='submit'] {
    width: 130px;
  }
  #footer .section {
    padding-bottom: 0;
  }

  .sticky-shrink .stuck .header-main {
    height: 70px !important;
  }
  /*  Post  */
  .blog-wrapper .col-main .col.post-item:first-of-type:before {
    display: none;
  }

  .blog-wrapper .col-main .col.post-item .box .box-text {
    padding: 15px 20px 15px;
    border-radius: 0 0 6px 6px;
    background: #fff;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    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;
  }
  .blog-wrapper .col-main .col.post-item {
    padding-bottom: 25px !important;
  }
  .block_tinnoibat .box .box-text {
    padding-left: 12px;
  }
  .block_tinnoibat .box-blog-post .post-title {
    font-size: 16px;
  }
  .box-blog-post .post-meta {
    font-size: 14px;
    gap: 8px;
  }
  .box-blog-post .post-meta:before {
    width: 18px;
    height: 18px;
  }
  .post-sidebar .block_tinnoibat {
    margin-bottom: 30px;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .blog-single .entry-image {
    margin-bottom: 12px;
  }
  .blog-single .entry-image a {
    padding-top: 56.25% !important;
  }
  .single .post-sidebar .block_tinnoibat {
    margin-top: 0;
    margin-bottom: 30px;
  }
  /*  End post  */
  /*  Project  */
  .project-wrapper {
    padding-top: 30px;
  }
  .project-wrapper .page-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .project-wrapper:before,
  .project-wrapper:after {
    height: 145px;
  }
  .row.project-viewmore {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .project-header .banner-project {
    padding-top: 35%;
  }
  .header-single-project {
    min-height: 195.98px;
  }
  .header-single-project .project-name h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  .blog-project .project-info {
    padding: 15px;
    margin-bottom: 15px;
  }
  .blog-project .project-info ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .blog-project .project-info h3 {
    margin-bottom: 15px;
  }
  .blog-project .project-info ul li {
    flex-wrap: wrap;
  }
  .product-info .product-title,
  .related .product-section-title {
    font-size: 24px;
  }
  .product-info .cart .single_add_to_cart_button {
    margin: 0 0 15px;
    width: 100%;
    font-size: 20px;
  }
  .product-info .cart .hotline-contact {
    width: 100%;
    font-size: 20px;
  }
  .product-main {
    padding-bottom: 0;
  }
  .shop-page-title .page-title-inner {
    padding-top: 30px;
  }
  .tabs-product .product-section .panel li {
    font-size: 16px;
    line-height: 22px;
  }
  .product-info .cart {
    margin-bottom: 20px;
    padding-top: 15px;
  }
  /*  End Project  */
  .page-aboutus1 h2,
  .page-aboutus2 .icon-box h2,
  .aboutus-contact .col-form h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #wrapper
    .page-thietke2
    .slider-thietke2
    .slider
    .flickity-slider
    > .img.swiper-slide {
    width: 33.333% !important;
    max-width: 33.333% !important;
  }
  .slider-thietke2 .active .img-inner {
    padding-top: 300px !important;
    transform: translateY(-25px) scaleX(1.2);
  }
  .slider-thietke2 .img-inner {
    padding-top: 250px !important;
  }
  .slider-thietke2 .flickity-viewport {
    height: 380px !important;
  }
  .slider-thietke2 {
    padding-top: 0;
  }
  .slider-thietke2 .flickity-page-dots {
    display: none;
  }
  .page-thietke h2,
  .page-contact .col-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .combo-product .icon {
    margin-top: 0;
  }
  .combo-product .icon-box-img {
    width: 50% !important;
  }
  .combo-product .icon-box {
    margin-bottom: 20px;
  }
  .shop-page-title.category-page-title .page-title-inner {
    padding: 120px 15px 30px;
  }
  .category-page-title h1.shop-page-title {
    font-size: 24px;
  }
  .page-contact .col-left .text h3 {
    font-size: 20px;
  }
  .page-contact .col-right .col-inner {
    padding: 20px;
  }
  .combo-product .slider-wrapper .col {
    padding-top: 30px;
  }

  .product-small.box .star-rating {
    font-size: 13px;
  }
  .combo-product .slider-nav-circle .flickity-button {
    top: 45% !important;
    width: 30px;
    height: 30px;
    min-height: 30px;
  }
  .combo-product .slider-nav-circle .flickity-button.next {
    transform: translateX(5px) !important;
  }
  .combo-product .slider-nav-circle .flickity-button.previous {
    transform: translateX(-5px) !important;
  }
  .section-contact .col-text-bg img {
    height: 20px;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button.next {
    right: 0;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button.previous {
    right: 38px;
  }
  .slider-thietke2 .slider-nav-circle .flickity-button {
    bottom: 8px;
  }
  .box-project .project-info span:nth-of-type(2):after,
  .box-project .project-info span:last-of-type {
    display: none;
  }
  #main .slider-home .text-box {
    width: 90%;
    text-align: center;
  }
	#footer .col-link .title, #footer .content{
		padding: 0
	}
	
}

@media (max-width: 500px){
	.mfp-ready .mfp-close{
		left: 50%;
		mix-blend-mode: inherit
	}
	.page-aboutus2 .row-top{
		flex-direction: column-reverse
	}
	.page-aboutus2 .row-bottom{
		flex-direction: column;
	}
	.page-aboutus2 .row-bottom .col-left{
		order: -1;
		margin-bottom: 30px;
	}
	.page-aboutus2 .row-top .col-right{
		margin: 0 0 30px;
	}
}
