:root {
  --theme-color: #56c5d0;
  --theme-color2: #0099a8;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'Montserrat-Regular';
  --medi: 'Montserrat-Medium';
  --semi: 'Montserrat-SemiBold';
  --bold: 'Montserrat-Bold';
  --garasemi: 'CormorantGaramond-SemiBold';
  --garabold: 'CormorantGaramond-Bold';
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('./fonts/Montserrat-Regular.woff2') format('woff2'),
    url('./fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('./fonts/Montserrat-Bold.woff2') format('woff2'),
    url('./fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('./fonts/Montserrat-Medium.woff2') format('woff2'),
    url('./fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('./fonts/Montserrat-Italic.woff2') format('woff2'),
    url('./fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond-SemiBold';
  src: url('./fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
    url('./fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CormorantGaramond-Bold';
  src: url('./fonts/CormorantGaramond-Bold.woff2') format('woff2'),
    url('./fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* 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: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
  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;
}

.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-bottom-nav > .menu-item {
  margin: 0px 15px;
}

.header-bottom-nav .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-bottom-nav > .menu-item > a {
  color: #212121;
  padding: 13px 0;
  font-size: 15px;
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-bottom-nav > .menu-item > a:hover {
  color: var(--theme-color) !important;
}
.header-bottom-nav > .menu-item > a .box-menu {
  display: none;
}
.header-bottom-nav > .menu-item.active > a {
  color: var(--theme-color);
}
.header-bottom-nav > .menu-item > a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0%;
  height: 2px;
  opacity: 0;
  bottom: 10px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.header-bottom-nav > .menu-item > a:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
.header-bottom-nav .header-cart-icon {
  background: #004935;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom-nav .header-cart-icon img {
  width: 18px;
  min-width: auto;
}
.header-bottom-nav .cart-item {
  margin: 0 !important;
}
.header-bottom-nav .icon-search {
  color: #333;
}
.header-bottom-nav .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
  display: inline-block;
  transform: translateY(-2px);
}

#header #logo img {
  max-height: 50px !important;
}

#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-bottom-nav .menu-item .sub-menu {
  min-width: 250px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  top: 70px;
}
.header-bottom-nav .menu-item .sub-menu a {
  color: #343f6d;
  font-weight: normal;
  margin: 0;
  padding: 8px 10px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
  font-family: var(--medi);
  text-transform: unset;
}
.header-bottom-nav .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: var(--theme-color);
}
.header-bottom-nav.menu-item:not(.menu-item-has-block)
  .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;
}
.header-bottom-nav > .menu-item > .sub-menu {
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  border: 1px solid var(--theme-color);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  margin: 0 !important;
}
.header-bottom-nav li.current-dropdown > .nav-dropdown {
  left: 50%;
  transform: translateX(-50%);
}
.header-bottom-nav > .menu-item > .sub-menu > li > a {
  color: var(--theme-color);
  font-family: var(--bold);
  padding-left: 24px;
  position: relative;
}
.header-bottom-nav > .menu-item > .sub-menu > li > a:hover {
  background-color: #f2f2f2;
  color: var(--theme-color2);
}
.header-bottom-nav > .menu-item > .sub-menu > li > a:before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--theme-color);
  border-radius: 1px;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 14px;
}

#header .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: var(--theme-color);
  font-size: 16px;
  box-shadow: none;
  transform: translateX(-10px);
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  font-size: 16px;
  height: 45px;
  color: var(--theme-color) !important;
  border-radius: 12px;
  background-color: #dffcff;
  padding: 0 50px 0 15px;
}
#header .searchform input[type='search']::placeholder {
  color: var(--theme-color) !important;
}
#header .searchform .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  color: var(--theme-color);
}
#header .header-wrapper {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  box-shadow: none;
}
#header .header-button-1 a {
  background: linear-gradient(
    8.24deg,
    #56c5d0 4.82%,
    #56c5d0 21.67%,
    #8fe9f2 92.25%
  );
  box-shadow: 0px 10px 10px rgb(86 197 208 / 17%);
  border-radius: 15px !important;
  color: #fff;
  padding: 0 15px;
  min-width: 160px;
  max-width: 160px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--semi);
  position: relative;
  transition: all 0.5s ease-in-out;
}
#header .header-button-1 a:hover {
  background: linear-gradient(
    320deg,
    #56c5d0 4.82%,
    #56c5d0 21.67%,
    #8fe9f2 92.25%
  );
}
#header .header-button-1 a:before {
  content: '\f2a0';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 8px;
  font-size: 18px;
}
#header .header-nav-main {
  justify-content: center;
}
#header .header-nav-main .search-form {
  max-width: 500px;
}
/* End header */
#wrapper .button.btn-viewall {
  margin: 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme-color);
  color: #fff;
}
#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}

#wrapper .button.btn-viewall:hover {
  color: var(--theme-color);
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}
.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  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;

  transform: unset !important;
  color: var(--theme-color);
}
.slider-nav-circle:hover .flickity-button {
  opacity: 1 !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-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color);
}

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

.info-sidebar {
  position: fixed;
  bottom: 0;
  right: -525px;
  width: 380px;
  height: calc(100% - 90px);
  padding: 50px;
  background-color: #102750;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.info-sidebar p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.admin-bar .info-sidebar {
  height: calc(100% - 122px);
}
.info-sidebar .img {
  max-width: 168px;
  margin-bottom: 30px;
}
.info-sidebar.show {
  visibility: visible;
  right: 0;
}
.info-sidebar .btn-close {
  position: absolute;
  top: 21px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.info-sidebar .btn-close svg {
  fill: currentColor;
}
/* slider-home */
#main .slider-home .slider .flickity-page-dots {
  bottom: 10px;
}
#main .slider-home .slider .flickity-page-dots li.dot {
  opacity: 1;
  background-color: #fff;
  margin: 0 8px;
}
#main .slider-home .slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color);
}
/* End slider-home */
/* sec-home-1 */
.sec-home-1 .image-cover {
	border-radius: 99px;
}
.title h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--theme-color);
  text-shadow: 1px 1px 0px rgb(33 33 33 / 50%);
  margin-bottom: 30px;
}
.sec-home-1 .list-service .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.sec-home-1 .box .box-image {
  max-width: 180px;
}
.sec-home-1 .box {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  padding: 25px;
}
.sec-home-1 .box:before {
  content: '';
  border-bottom: 3px solid var(--theme-color);
  border-radius: 11px;
  width: 185px;
  height: 3px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}

.sec-home-1 .box h2 {
  margin: 0 0 15px;
  color: #0099a8;
  font-size: 22px;
}
.sec-home-1 .box p {
  font-size: 15px;
  color: #777;
}
.sec-home-1 .box .button {
  font-weight: normal;
  background: 0 0;
  border: 1px solid var(--theme-color);
  box-sizing: border-box;
  padding: 0;
  width: 145px;
  height: 34px;
  text-transform: uppercase;
  font-family: var(--medi);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
  transition: all 0.3s ease-in-out;
}
.sec-home-1 .box-text {
  padding: 15px 0;
}
.sec-home-1 .box:hover {
  box-shadow: 0px 0px 40px rgb(86 197 208 / 16%);
  cursor: pointer;
}
.sec-home-1 .box:hover:before {
  opacity: 1;
}
.sec-home-1 .box:hover .button {
  background-color: var(--theme-color);
  color: #fff;
}
/* End sec-home-1 */
/* sec-home-2 */
.sec-home-2 .title h2 {
  color: #fff;
  margin-bottom: 15px;
}
.sec-home-2 .title p {
  max-width: 1030px;
  margin: 0 auto 40px;
  color: #fff;
}
#main .sec-home-2 {
  padding-bottom: 0;
}
.sec-home-2 .col-left {
  padding-left: 0;
  padding-right: 80px;
}
.sec-home-2 .img-position .image-cover {
  border-radius: 0 35px 0 0;
}
.sec-home-2 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px 30px;
}
.sec-home-2 .col-icon {
  padding-bottom: 80px;
  padding-top: 40px;
  max-width: 680px;
}
.sec-home-2 .icon-box {
}
.sec-home-2 .icon-box p {
  font-size: 20px;
  color: #fff;
}
.sec-home-2 .col-icon .button {
  grid-column: span 2;
  margin: 0;
  background: linear-gradient(
    8.24deg,
    #56c5d0 4.82%,
    #56c5d0 21.67%,
    #8fe9f2 92.25%
  );
  box-shadow: 0px 10px 10px rgb(86 197 208 / 17%);
  border-radius: 20px;
  padding: 4px 30px;
  max-width: 405px;
  margin: 30px auto 0;
  font-size: 20px;
  font-family: var(--semi);
  border: 0;
}

/* End sec-home-2 */
/* sec-home-3 */
.sec-home-3 .title p {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.sec-home-3 .bg {
  background: linear-gradient(
    130deg,
    #56c5d042 0%,

    #fff 100%
  );
}
.sec-home-3 .box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  border-radius: 15px;
}
.sec-home-3 .image-cover {
  border-radius: 15px 15px 0 0;
}
.sec-home-3 .image-cover img {
  object-fit: contain;
}
.sec-home-3 .box-text {
  padding: 0;
  position: unset;
}
.sec-home-3 .box-text .info {
  padding: 15px;
  height: 80px;
}
.sec-home-3 .box-text .info h4 {
  color: #0099a8;
  font-size: 18px;
}
.sec-home-3 .box-text .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(86 197 208 / 90%);
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  padding: 65px 15px;
  height: calc(100% - 80px);
  opacity: 0;
  transition: all 0.3s;
}
.sec-home-3 .box:hover .box-text .description {
  opacity: 1;
}
.sec-home-3 .box:hover {
  cursor: pointer;
  filter: drop-shadow(0px 4px 30px rgb(86 197 208 / 46%));
  background-color: #fff;
}
#main .sec-home-3 .slider .flickity-page-dots {
  bottom: -25px;
}
/* End sec-home-3 */
/* tabs-home */
.tabs-home .bg {
  background: linear-gradient(50deg, #56c5d042 0%, #fff 100%);
}
.tabs-home .nav a {
  display: flex;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  backdrop-filter: blur(3.35377px);
  border-radius: 10px;
  padding: 15px 21px;
  cursor: pointer;
  max-width: 320px;
  margin: 15px auto 0;
}
.tabs-home .nav .slick-current a {
  background-color: #fff;
}

.tabs-home .nav a div {
  display: flex;
  flex-direction: column;
}
.tabs-home .nav .tab-icon {
  width: 59px;
  height: 59px;
  margin-right: 10px;
  flex-shrink: 0;
}
.tabs-home .nav .tab-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.tabs-home .nav .tab-tit {
  color: var(--theme-color2);
  font-family: var(--bold);
}
.tabs-home .nav .tab-tit:nth-of-type(2) {
  font-size: 12.5px;
  font-family: var(--regular);
}
.tabs-home .tabbed-content .nav {
  z-index: 9;
  max-width: 90%;
  margin: 0 auto;
}
.tabs-home .nav .tab {
  margin: 0;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
  z-index: 10;
  padding: 0 15px;
}
.tabs-home .nav .tab:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  top: 0px;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  visibility: visible;
  opacity: 0;
}

.tabs-home .nav .tab:hover:before {
  opacity: 0.7;
}
.tabs-home .nav .tab.slick-current:before {
  opacity: 1;
}
.tabs-home .nav .tab:before {
  transition: 0.5s ease;
}

.tabs-home .tab-panels {
  padding: 35px 15px 25px;
  /* background: #fff; */
  border-radius: 20px;
  margin-top: -20px;
  order: -1;
}
.tabs-home .tab-panels .row .col:first-of-type .col-inner {
  text-align: justify;
  padding: 10px 20px;
  margin-top: 30px;
}
.tabs-home .tab-panels .button.primary {
  margin: 0 auto;
  width: fit-content;
  display: block;
}
.tabs-home .tab-panels .box {
  display: flex;
  align-items: center;
}
.tabs-home .tab-panels .box-image {
  flex-shrink: 0;
  max-width: 66.66666667%;
  width: 66.66666667%;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}
.tabs-home .tab-panels .box-text {
  padding: 15px 15px 15px 30px;
}
.tabs-home .tab-panels .box-text p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.tabs-home .tab-panels img {
  border-radius: 10px;
}
.tabs-home .tab-panels .row .col {
  padding-bottom: 0;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  border: 0;
  color: var(--theme-color);
  margin: 0;
  padding: 0;
}
.slick-arrow i {
  font-size: 20.5px;
}
.slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.slick-prev.slick-arrow {
  left: -15px;
}
.slick-next.slick-arrow {
  right: -15px;
}
/* End tabs-home */
/* sec-home-4 */
.sec-home-4 .box {
  border-radius: 10px;
  border: 2px solid #ddd;
  overflow: hidden;
}
/* End sec-home-4 */
/* sec-news */
#main .sec-news .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 15px;
}
.sec-news .blog-grid .post-item:first-of-type {
  grid-column: span 2;
  grid-row: span 2;
}
.sec-news .blog-grid .post-item:first-of-type .image-cover {
  padding-top: 75% !important;
}
.sec-news .blog-grid .post-item:first-of-type .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 70%
  );
  padding: 30px;
  border-radius: 0 0 6px 6px;
}
.sec-news .blog-grid .post-item:nth-of-type(n + 2) .from_the_blog_excerpt {
  display: none;
}
.sec-news .blog-grid .post-item:first-of-type .post-title a {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}
.sec-news .blog-grid .post-item:first-of-type .from_the_blog_excerpt {
  color: #fff;
}
.sec-news .blog-grid .post-item {
  padding: 0;
}
.sec-news .blog-grid .post-item:nth-of-type(n + 2) .box-text {
  padding: 4px;
}
.sec-news .blog-grid .post-item:nth-of-type(n + 2) .post-title a {
  margin-bottom: 0;
}
.sec-news .blog-grid .image-cover {
  border-radius: 6px;
}
.sec-news {
  text-align: center;
}
/* End sec-news */

.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: #292929;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--medi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}
.box-blog-post .box-text .post-title a:hover {
  color: var(--theme-color);
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.box-blog-post .button {
  text-align: right;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin: 10px 0 0;
  color: var(--theme-color);
  text-transform: uppercase;
  border: 1px solid var(--theme-color) !important;
  border-radius: 6px;
  padding: 0 20px;
  font-family: var(--semi);
}

.box-blog-post .button:hover:before {
  transform: scale(0.7);
  border-bottom-color: var(--theme-color2);
}
/* End sec-newhome */

#main .slider .flickity-page-dots li.dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: var(--theme-color);
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
#main .slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f6f6f6;
  font-weight: 600;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 10px;
}

/* 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 {
  background-color: var(--theme-color);
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: white;
  width: 100%;
  text-align: center;
}
#footer .col-2 p {
	color: #343f6d;
	font-size: 15px;
	padding: 7.5px 0;
	margin-bottom: 0;
}
#footer .col-2 i {
	color: var(--theme-color);
	margin-right: 10px;
}
#footer {
  background: #fff;
  border-radius: 60px 60px 0 0;
  padding: 50px 0 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
#footer .col-4 .social-footer {
	margin: 10px 0 10px 0;
}
#footer .col-4 .social-footer i {
	margin-right: 10px;
	font-size: 20px;
	color: #343f6d;
}
#footer .ux-menu .ux-menu-title,
#footer .col-4 p:first-of-type {
  min-height: unset;
  color: var(--theme-color);
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--bold);
  position: relative;
}

#footer .ux-menu .ux-menu-link a {
  color: #343f6d;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0;
  position: relative;
}
#footer .col-2 .ux-menu .ux-menu-link a:before {
  content: '\f3c5';
  font-family: var(--fa6);
  font-weight: 700;
  width: 24px;
  height: 24px;
  display: inline-flex;
  position: absolute;
  font-size: 14px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  left: 0;
  top: 6px;
  align-items: center;
  justify-content: center;
}
#footer .col-2 .ux-menu .ux-menu-link a {
  padding-left: 35px;
}
#footer .col-2 .ux-menu .ux-menu-link:nth-of-type(3) a:before {
  content: '\f095';
}
#footer .col-2 .ux-menu .ux-menu-link:nth-of-type(4) a:before {
  content: '\f0e0';
}
#footer .ux-menu .ux-menu-link a:hover {
  text-decoration: UNDERLINE;
}
#footer .col-1 .img {
  text-align: center;
}
#footer .col-1 .img img {
  height: 50px;
  width: auto;
}
#footer .col-1 p {
  text-align: justify;
  color: #343f6d;
}
/* End Footer */
/* Page aboutus */

.blog-wrapper.blog-archive {
  padding-top: 0;
  background: rgb(246, 245, 242);
}
.blog-wrapper .archive-page-header {
  position: relative;
  margin-bottom: 40px;
}
.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 {
  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,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
}
.blog-single .rank-math-breadcrumb span:last-of-type,
.blog-single .rank-math-breadcrumb span:nth-last-of-type(2) {
  display: none;
}
.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;
}
.blog-archive .blog-top .box-blog-post {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--theme-color);
}
.blog-archive .blog-top .box-blog-post .box-image {
  width: 50%;
  flex-shrink: 0;
  margin-right: 30px;
}
.blog-top .box-blog-post .post-title a {
  font-size: 25px;
  color: #352933;
  font-family: var(--bold);
  line-height: 1.4;
  margin-bottom: 18px;
}
.blog-top .box-blog-post .from_the_blog_excerpt {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  -webkit-line-clamp: 4;
}
.blog-top .box-blog-post .button {
  font-size: 16px;
  padding: 0 20px;
  margin-top: 30px;
}
.blog-top .box-blog-post .button:hover {
  color: #fff;
  background-color: var(--theme-color) !important;
}
.blog-top .box-blog-post .image-cover {
  border-radius: 10px;
}
.blog-archive .blog-main .box-blog-post {
  background: #fff;
  border: 1px solid #ececec;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s;
}

.blog-archive .blog-main .box-blog-post:hover .button {
  color: #fff;
  background-color: var(--theme-color) !important;
}
.blog-archive .blog-main .box-image {
  border-radius: 10px 0 0 10px;
}
.blog-archive .blog-main .post-title a {
  font-size: 18px;
  font-family: var(--bold);
  line-height: 1.4;
}
.blog-archive .blog-main .box-text {
  padding: 10px 15px 10px 30px;
}
.post-sidebar .col-menu .col-inner {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
}
.post-sidebar .col-menu .tit {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.post-sidebar .col-menu .tit p {
  margin: 0;
  font-size: 20px;
  font-family: var(--bold);
}
.post-sidebar .col-menu .ux-menu {
  padding: 30px;
  box-shadow: 0px 1px 1px 0px rgb(221 221 221 / 50%);
  border-radius: 0 0 12px 12px;
  border: 1px solid rgb(221 221 221 / 50%);
}
.post-sidebar .col-menu .ux-menu-link__link {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  min-height: unset;
  padding-top: 0;
  color: #000;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}
.post-sidebar .col-menu .ux-menu-link:last-of-type .ux-menu-link__link {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-sidebar .col-menu .ux-menu-link__link:before {
  content: '\f0da';
  font-family: var(--fa6);
  font-weight: 700;
  position: absolute;
  left: 0;
  color: var(--theme-color);
}
.post-sidebar .col-menu .ux-menu-link__link:hover {
  color: var(--theme-color);
}
.post-sidebar .col-form .img {
  margin-bottom: 0;
}
.post-sidebar .col-form .form-tuvan {
  padding: 30px;
  box-shadow: 0px 1px 1px 0px rgb(221 221 221 / 50%);
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  border: 1px solid rgb(221 221 221 / 50%);
}
.post-sidebar .col-form .form-item input {
  box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  height: 44px;
  background: #f9f7f7;
}

.post-sidebar .col-form .form-submit button {
  background: linear-gradient(
    8.24deg,
    #56c5d0 4.82%,
    #56c5d0 21.67%,
    #8fe9f2 92.25%
  );
  box-shadow: 0px 10px 10px rgb(86 197 208 / 17%);
  border-radius: 15px !important;
  color: #fff;
  padding: 0 15px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--semi);
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

/* blog-archive */

.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;
  display: flex;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}
.blog-share .social-icons {
}
.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;
}

.single .blog-single {
  padding-top: 50px;
}
.single .blog-single .entry-content {
  padding: 0;
  counter-reset: my-counter;
}

.rank-math-breadcrumb .separator {
  opacity: 1;
  color: #fff;
}
.rank-math-breadcrumb .last {
  color: #fff;
  font-family: var(--medi);
}

.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  color: #333;
  padding: 3px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.box-postdate {
  position: relative;
}

.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}
.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}
.post {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.entry-content.single-page > p:first-of-type {
  border: 1px solid #343f6d;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 16px;
}
.entry-content.single-page h2 {
  padding-left: 45px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  position: relative;
  counter-increment: my-counter;
  font-size: 24px;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 3px;
}
#wrapper .post-sidebar {
}
#wrapper .post-sidebar form {
  margin: 0;
}
.form-contact {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--theme-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.form-contact .form-title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme-color2);
  line-height: 1.3;
  margin-bottom: 10px;
}
.form-contact .form-title br {
  display: block;
}
.form-contact label {
  color: var(--theme-color2);
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
  margin-bottom: 0;
  display: block;
}
.form-contact input,
.form-contact textarea {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: var(--theme-color);
  border-width: 1px 1px 1px 3px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  font-size: 14px;
  height: 40px;
}
.form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #333;
  opacity: 1;
}
.form-contact textarea {
  min-height: 90px;
}
.form-contact .form-submit {
  text-align: center;
}
.entry-content.single-page h2:before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #fff;
}
.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 .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 */

/* page-contact */
.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;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}
.error404 .site-main {
	padding-top: 0;
}
.page-contact .col-icon {
  padding-left: 40px;
  padding-top: 50px;
}
.page-contact .col-icon .icon-box {
  margin-top: 30px;
  background-color: #f8f8f8;
  padding: 10px 15px;
  border-radius: 10px;
  flex-wrap: nowrap;
}
.page-contact .col-icon .icon-box h3 {
  margin-bottom: 5px;
}
.page-contact .entry-content {
  padding-bottom: 0;
}
.page-contact .col-icon h5 {
  font-size: 20px;
  margin-bottom: 0;
}
.page-contact .form-contact .form-title {
}
/* End page-contact */
/* page-about */
#main .page-about-1 {
  padding-top: 0;
}
.page-about-1 .col-right .img {
  width: 45vw !important;
  display: inline-block;
}
.page-about-1 .col-right .col-inner {
  display: grid;
  justify-content: start;
  padding-left: 5vw;
}
.page-about-1 .col-left {
  padding-top: 100px;
  padding-right: 30px;
  padding-top: 15px;
  padding-right: 15px;
}
.page-about-1 .col-left h1 {
  font-size: 50px;
  max-width: 400px;
}
.page-about-1 .col-left p {
  font-size: 18px;
  text-align: justify;
}
.page-about-1 .col-bottom .col-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 916px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 4px 30px rgb(86 197 208 / 25%);
  padding: 30px 0 30px 30px;
  border-radius: 16px;
  margin-top: -50px;
}
.page-about-1 .col-bottom .icon img {
  padding: 0;
}
.page-about-1 .col-bottom .item {
  text-align: center;
}
.page-about-1 .col-bottom .item p:first-of-type {
  color: #3f2d44;
  text-shadow: 0px 3px 10px rgba(255, 255, 255, 0.18);
  font-size: 40px;
  font-family: var(--semi);
}
.page-about-1 .col-bottom .item p:nth-of-type(2) {
  font-size: 18px;
  color: #8c8c8c;
}
.page-about-1 .col-bottom .icon-box {
  padding: 0 15px;
	transition: all 0.5s ease-in-out;
}
.page-about-1 .col-bottom .icon-box:hover {
	box-shadow: 0px 4px 30px rgb(86 197 208 / 25%);
}

.page-about-1 .col-bottom .icon-box-img {
  margin: 0 auto 15px;
  max-width: 38px;
}
.page-about-2 .title h2 {
  color: #fff;
}
.page-about-2 .box {
  background: #fff;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12),
    0px 8.45865px 25.3759px #56c5d04a;
  border-radius: 16px;
  padding: 70px 30px 15px;
  min-height: 365px;
  max-height: 365px;
  overflow: auto;
  position: relative;
}
.page-about-2 .box .box-image {
  max-width: 68px;
  position: absolute;
  right: 30px;
  top: 35px;
}
.page-about-2 .box .box-image img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(16%) saturate(1400%)
    hue-rotate(135deg) brightness(89%) contrast(82%);
}
.page-about-2 .box h3 {
  font-size: 25px;
  color: var(--theme-color2);
  margin-bottom: 18px;
}
.page-about-2 .box p {
  font-size: 18px;
  color: #000;
  text-align: justify;
}
/* End page-about */
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  .header-bottom-nav > .menu-item {
    margin: 0 10px;
  }
  .page-about-1 .col-bottom .col-inner {
    margin-top: -20px;
  }
}

@media screen and (max-width: 849.98px) {
  .page-banner .col {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .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,
  .single .featured-title .entry-title {
    font-size: 40px;
  }
  .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 {
    order: 1;
    padding: 0 15px 30px;
  }
  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog-share .social-icons {
    margin-top: 15px;
  }
  .blog-share .social-icons span {
    margin-bottom: 0;
  }
  .single .post-sidebar {
    order: 2;
  }
  .single .large-7.col {
    padding-bottom: 10px;
  }
  .entry-content {
    padding-bottom: 0;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }
  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }
  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #000;
    padding: 14px 30px 14px 30px;
    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;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .mobile-nav .icon-menu {
    color: var(--theme-color);
    margin-right: 15px;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-sidebar .logo-mobile img {
    height: 50px;
    object-fit: contain;
  }
  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }
  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }
  .mobile-sidebar .info_menu ul {
    list-style: none;
  }
  .mobile-sidebar .info_menu ul li {
    color: #000;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }

  #footer .col {
    padding: 0 15px 20px;
  }
  #wrapper .post-sidebar,
  .page-contact .col-icon {
    padding-left: 15px;
  }
  .blog-single .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
  .blog-single .rank-math-breadcrumb .last,
  .blog-single .rank-math-breadcrumb .separator:nth-last-of-type(2) {
    display: none;
  }
  .sec-home-1 .box {
    padding: 15px;
  }
  .sec-home-1 .box h2 {
    font-size: 18px;
  }
  .sec-home-1 .box p {
    font-size: 12px;
  }
  .sec-home-2 .col-icon {
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .sec-home-2 .icon-box p {
    font-size: 18px;
  }
  .sec-home-2 .title h2,
  .title h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .tabs-home .tab-panels .box-image {
    max-width: 55%;
    width: 55%;
  }
  .tabs-home .tab-panels .box-text p {
    font-size: 14px;
  }
  .tabs-home .tabbed-content .nav {
    max-width: 100%;
  }
  .sec-news .blog-grid .image-cover {
    padding-top: 190px !important;
  }
  .sec-news .blog-grid .post-item:first-of-type .image-cover {
    padding-top: 500px !important;
  }
  .sec-news .blog-grid .post-item:first-of-type .box-text {
    padding: 15px;
  }
  #main .sec-home-4 {
    padding-bottom: 0;
  }
  #footer {
    border-radius: 50px 50px 0 0;
  }
  .page-about-1 .col-left h1 {
    max-width: unset;
    font-size: 26px;
  }
  .page-about-1 .col-bottom .col-inner {
    margin-top: -20px;
  }
  .page-about-1 .col-bottom .icon-box {
    background: #fff;
    box-shadow: 0px 4px 30px rgb(86 197 208 / 25%);
    border-radius: 15px;
    padding: 15px;
  }
  .page-about-1 .col-bottom .icon-box:last-of-type {
    grid-column: span 2;
  }
  .page-about-1 .col-bottom .item p:first-of-type {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .page-about-1 .col-bottom .item p:nth-of-type(2) {
    font-size: 16px;
  }
  .blog-archive .blog-main .box-text {
    padding: 5px 15px 5px 15px;
  }
}

@media screen and (min-width: 768px) {
  .page-about-1 .col-bottom .icon-box:not(:last-of-type) {
    border-right: 1px solid rgba(203, 203, 203, 0.93);
  }
}
@media screen and (max-width: 767.98px) {
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding-bottom: 40px;
    padding-top: 130px;
  }
  body.home {
    overflow-x: hidden;
  }
  .row.blog-top .col-left 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;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  #wrapper .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  #wrapper .slider-nav-circle .flickity-button.previous {
    left: -15px;
  }
  #wrapper .slider-nav-circle .flickity-button.next {
    right: -15px;
  }
  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  #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-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 130px 15px 40px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .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;
  }
  .off-canvas-right .mfp-content {
    width: 100%;
  }

  .slider .flickity-page-dots {
    bottom: 0;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 26px;
  }
  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }
  .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,
  .single .featured-title .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .page-banner .col {
    padding-bottom: 40px;
    padding-top: 130px;
  }
  .single .blog-single {
    padding-top: 40px;
  }
  #header .header-wrapper:after {
    display: none;
  }
  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }
  .mobile-nav .icon-menu {
    margin-right: 5px;
  }
  #header #logo img {
    margin: 0;
  }

  #wrapper .button.btn-viewall {
    height: 40px;
    padding: 0 18px;
  }
  .sec-home1 .col-image .col-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  #footer {
    border-radius: 40px 40px 0 0;
    border-radius: 1;
  }

  .blog-single .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
  .page-contact .col-icon {
    padding-left: 15px;
    padding-top: 0;
  }
  .sec-home-1 .list-service .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-home-2 .title h2,
  .title h2 {
    font-size: 24px;
  }
  .sec-home-1 .box h2 {
    font-size: 22px;
  }
  .sec-home-1 .box p {
    font-size: 15px;
  }
  .sec-home-2 .title p {
    margin-bottom: 25px;
  }
  .sec-home-2 .icon-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec-home-2 .icon-box .icon-box-text {
    padding: 10px 0 0;
    text-align: center;
  }
  .sec-home-2 .icon-box .icon-box-text p {
    font-size: 14px;
  }
  .sec-home-2 .col-icon .button {
    margin-top: 0;
    font-size: 16px;
  }
  .tabs-home .tab-panels .box {
    flex-direction: column;
  }
  .tabs-home .tab-panels .box-image {
    max-width: 100%;
    width: 100%;
  }
  .tabs-home .tab-panels .box-text {
    padding: 15px 15px 0;
  }
  .tabs-home .tab-panels .box-text p {
    font-size: 16px;
  }
  .tabs-home .tab-panels .box-text-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 195px;
    overflow-y: auto;
  }
  #main .sec-news .blog-grid {
    display: block;
    padding: 0 15px;
  }
  .sec-news .blog-grid .box-blog-post {
    margin-bottom: 25px;
  }
  .sec-news .blog-grid .post-item:first-of-type .image-cover {
    padding-top: 100% !important;
  }
  .sec-news .blog-grid .image-cover {
    padding-top: 56.25% !important;
  }
  .page-about-1 .col-right .col-inner {
    padding-left: 0;
    display: block;
  }
  .page-about-1 .col-right .img {
    width: 100% !important;
  }
  .page-about-1 .col-bottom .col-inner {
    grid-template-columns: repeat(2, 1fr);
    background: transparent;
    padding: 0;
    box-shadow: none;
    gap: 20px;
  }
  .page-about-2 .box {
    min-height: unset;
    max-height: unset;
  }
  .blog-wrapper .archive-page-header .taxonomy-description {
    padding: 0;
  }
  .blog-archive .blog-main .box-text,
  .blog-archive .blog-top .box-blog-post .box-text {
    padding: 15px;
  }
  .box-blog-post .button {
    margin-top: 20px;
  }
  .blog-top .box-blog-post .button {
    margin-top: 20px;
    font-size: 14px;
  }
  .blog-archive .blog-top .box-blog-post {
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.3s;
    padding-bottom: 0;
  }
  .blog-archive .blog-top .box-blog-post .box-image {
    width: 100%;
    margin: 0;
  }
  .row.blog-top {
    margin-bottom: 0;
  }
  .page-about-1 .col-left,
  .page-about-1 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-about-2 .box p {
    max-height: 200px;
    overflow-y: auto;
  }
  .page-about-2 .box h3 {
    height: 65px;
  }
}
@media screen and (max-width: 575.98px) {
  .page-about-2 .box h3 {
    height: auto;
  }
}

@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);
  }
}
@-webkit-keyframes shake_ani {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
