:root {
  --theme-color: #0f145b;
  --theme-color2: #e17126;
  --black: #231f20;
  --fa6: 'Font Awesome 6 Pro';
  --fa6_brand: 'Font Awesome 6 Brands';
  --regular: 'BaiJamjuree-Regular';
  --medium: 'BaiJamjuree-Medium';
  --semi: 'BaiJamjuree-SemiBold';
  --bold: 'BaiJamjuree-Bold';
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
}

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

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

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

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

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

/* Format theme */
body.home {
  overflow-x: hidden;
}

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;
}

.search-no-results .page-content .search-field{
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}
.search-no-results .page-content .submit-button {
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
}

.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;
}

#search-lightbox .search-field {
  background-color: #fff !important;
  color: #292929 !important;
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
}

#search-lightbox .searchform .button.icon {
  min-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#search-lightbox .search-field::placeholder {
  color: #292929;
}

#search-lightbox .searchform .icon-search {
  font-size: 20px;
  color: #292929;
  transform: translateY(1px);
}

#search-lightbox .searchform .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
}

/* Header */
#top-bar {
  background-color: var(--theme-color) !important;
  border-bottom: 1px solid #cccccc;
}

#top-bar .social-icons i {
	color: White;
}

#top-bar #header-contact a {
  color: white;
  font-size: 14px;
}

#header .icon-shopping-basket:after {
  background-color: var(--theme-color);
  right: -8px;
  top: -6px;
}

#header .icon-envelop:before {
  content: '\f0e0';
  font-family: var(--fa6);
  font-weight: 300;
}

#header .icon-phone:before {
  content: '\f095';
  font-family: var(--fa6);
  font-weight: 300;
}

#header .icon-phone {
  font-size: 14px !important;
}

#header .social-icons a {
  font-size: 16px;
  color: #777;
}

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

#header .header-search-lightbox {
  margin-left: 78px;
}

#header .icon-shopping-basket:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url(./images/cart.svg) no-repeat center;
  background-size: cover;
}

#header .header-nav-main {
  justify-content: center;
}

#header .searchform {
  border: 1px solid rgba(228, 228, 228, 0.5);
  background-color: rgba(225, 225, 225, 0.51);
  border-radius: 99px;
}

#header .icon-menu:before {
  content: '\f0c9';
  font-family: var(--fa6);
}

#header .search-form {
  flex: 1;
  margin-right: 15px !important;
}

#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 .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: block;
  cursor: pointer;
  z-index: 999;
}

.header-nav-main>.menu-item {
  margin: 0px 25px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}

.header-nav-main>.menu-item>a {
  color: #333;
  padding: 10px 0;
  font-size: 15px;
  font-family: var(--bold);
  text-transform: uppercase;
}

.header-nav-main>.menu-item>a:hover:before,
.header-nav-main>.menu-item.active>a:before {
  width: 100%;
}

.header-nav-main>.menu-item>a:hover {
  color: var(--theme-color2) !important;
}

.header-nav-main>.menu-item>a .box-menu {
  display: none;
}

.header-nav-main>.menu-item.active>a {
  color: var(--theme-color2);
}

.header-nav-main .header-cart-icon {
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav-main .header-cart-icon img {
  width: 18px;
  min-width: auto;
}

.header-nav-main .cart-item {
  margin: 0 !important;
}

.header-nav-main .icon-search:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(./images/search.svg) no-repeat center;
  background-size: cover;
}

#search-lightbox #woocommerce-product-search-field-0 {
  background-color: #fff !important;
  color: #292929 !important;
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
}

#search-lightbox .searchform .button.icon {
  min-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#search-lightbox #woocommerce-product-search-field-0::placeholder {
  color: #292929;
}

#search-lightbox .searchform .icon-search {
  font-size: 20px;
  color: #292929;
  transform: translateY(1px);
}

#search-lightbox .searchform .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
}

#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}

#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu {
  min-width: 250px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 70px;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.header-nav-main.menu-item:not(.menu-item-has-block) .sub-menu .menu-item:last-of-type a {
  border-bottom: 0;
}

.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}

.header-nav-main .menu-item.menu-item-has-block>.sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}

#header .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: #333;
  font-size: 16px;
  box-shadow: none;
  width: 40px;
  height: 40px;
}

#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  height: 40px;
  color: #333;
  font-size: 14px;
  background-color: transparent;
  padding: 0 15px;
}

#header .searchform input[type='search']:placeholder {
  color: #333;
  opacity: 1;
}

/* End header */

/* about */

#wrapper .button.btn-viewall {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 45px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--semi);
  border-radius: 4px;
  background-color: var(--theme-color);
  margin: 15px 0 0;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 0px 16px;
  outline: none;
  transition: all 0.25s ease-in-out;
}

#wrapper .button.btn-viewall:before {
  background: #fff;
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

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

#wrapper .button.btn-viewall:hover:before {
  transform-origin: center left;
  transform: scaleY(1);
}

.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-color2);
}

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

.slider .flickity-page-dots li.dot.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-category ul>.menu-item-has-children>a:after {
  content: '\f0da';
  font-family: var(--fa6);
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #6c757d;
}

.box-blog-post .box-text .post-title a {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--bold);
  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:hover .box-text .post-title a {
  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;
}

.blog-archive .list-project .box-text-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-archive .list-project .text-hide {
  flex-shrink: 0;
}

.blog-archive .list-project .button {
  margin: 0;
  background-color: var(--theme-color2);
  opacity: 1;
  border: 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  height: 28px;
  min-height: 28px;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
  margin-left: 15px;
}

.blog-archive .list-project .overlay {
  background: linear-gradient(to top,
      var(--theme-color),
      rgba(152, 125, 64, 0.1));
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.blog-archive .list-project .box-image:hover .overlay {
  opacity: 1;
}

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

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

#main .slider .flickity-page-dots {
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* slider-home */
.slider-home .img .img-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 40px;
  background: url(./images/stripe.png) repeat-x left center/auto 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.slider-home .img .overlay {
  background: rgb(15, 20, 91);
  background: -moz-linear-gradient(0deg,
      rgba(15, 20, 91, 0.8) 0%,
      rgba(15, 20, 91, 0.500437675070028) 43%,
      rgba(15, 20, 91, 0) 100%);
  background: -webkit-linear-gradient(0deg,
      rgba(15, 20, 91, 0.8) 0%,
      rgba(15, 20, 91, 0.500437675070028) 43%,
      rgba(15, 20, 91, 0) 100%);
  background: linear-gradient(0deg,
      rgba(15, 20, 91, 0.8) 0%,
      rgba(15, 20, 91, 0.500437675070028) 43%,
      rgba(15, 20, 91, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f145b", endColorstr="#0f145b", GradientType=1);
  position: absolute;
  content: '';
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  top: unset;
}

.slider-home .slider-wrapper:before {
  position: absolute;
  height: 4px;
  width: 100%;
  opacity: 0.5;
  background: #ffffff;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
}

.slider-home .slider-wrapper:after {
  position: absolute;
  height: 4px;
  width: 0;
  background: #e17126;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}

.slider-wrapper.newslide:after {
  animation-name: progress;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* End slider-home */
/* sec-home-1 */
.sec-home-1 .title h3 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-home-1 .title p {
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--bold);
  color: var(--theme-color2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.sec-home-1 .title p:before,
.sec-home-1 .title p:after {
  content: '';
  width: 25px;
  height: 40px;
  display: inline-block;
  background: url(./images/Central_icon-04.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.sec-home-1 .title p:after {
  margin: 0 0 0 10px;
  transform: rotateY(180deg);
}

.sec-home-1 .image-cover {
  border-radius: 10px;
}

.sec-home-1 .content {
  text-align: justify;
}

.sec-home-1 .col-number .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 20px;
  text-align: center;
}

.sec-home-1 .col-number .number p:first-of-type {
  font-size: 24px;
  color: #333;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--bold);
}

.sec-home-1 .col-number .count-up {
  font-size: 40px;
  color: var(--theme-color2);
  font-family: var(--bold);
  line-height: 1;
}

.sec-home-1 .col-number .number p:nth-of-type(2) {
  margin-bottom: 0;
}

/* End sec-home-1 */
/* home-project */
.home-project .uxb-wrapper--blog_posts .slider_projects .post-item:nth-of-type(n + 4) {
  display: none;
}

#main .home-project {
  padding-top: 20px;
  padding-bottom: 10px;
}

.home-project:before,
.sec-home-3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #cccccc url(./images/background_duan.webp) no-repeat center center / cover;
  opacity: 0.2;
}

.home-project .title,
.home-news .title,
.sec-home-3 .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.home-project .title h2,
.home-news .title h2,
.sec-home-3 .title h2 {
  font-size: 40px;
  color: var(--theme-color2);
  margin-bottom: 0;
  flex-shrink: 0;
  margin-right: 30px;
  display: inline-block;
  width: fit-content;
}

.home-project .title:after,
.home-news .title:after,
.sec-home-3 .title:after {
  content: '';
  flex: 1;
  height: 20px;
  background: url(./images/stripe-title2.png) repeat-x left center/auto 100%;
}

.home-project .box .overlay {
  content: '';
  opacity: 1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.home-project .box .box-text {
  padding: 0 40px 40px;
  position: absolute;
  bottom: 0;
}

.home-project .box .post-title a {
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
}

.home-project .box p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.home-project .box .button {
  font-family: var(--bold);
  color: var(--theme-color2);
  font-size: 14px;
  border-bottom: 1px solid var(--theme-color2) !important;
  text-transform: uppercase;
  font-weight: normal;
  height: 30px;
  min-height: unset;
}

.home-project .box .text-hide {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.home-project .box:hover .text-hide {
  height: 104px;
}

.home-project .post-item .image-cover {
  transition: all 0.5s ease;
  border-radius: 10px;
}

.slider_projects .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_projects .slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.slider_projects .slick-arrow.slick-next {
  left: unset;
  right: 30px;
}

.slider_projects .slick-arrow i {
  font-size: 40px;
}

/* End home-project */
/* sec-home-2 */
.sec-home-2 .image-cover {
	border-radius: 10px;
}
.sec-home-2 .col-left {
  padding-top: 50px;
}

.sec-home-2 .col-left h2 {
  color: var(--theme-color2);
  font-size: 40px;
}

.sec-home-2 .col-left strong {
  font-size: 20px;
}

.sec-home-2 .col-left p {
  max-width: 290px;
  text-align: justify;
}

.sec-home-2 .col-right .box-text {
  position: absolute;
  bottom: 0;
  padding: 0 65px 28px 35px;
  margin-bottom: 0;
  z-index: 99;
}

.sec-home-2 .col-right .box-image:after {
  content: '\f178';
  font-family: var(--fa6);
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--theme-color);
  transition: 0.4s all ease-in-out;
  width: 50px;
  height: 50px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
}

.sec-home-2 .col-right .overlay {
  height: 42%;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      #000000 100%);
  opacity: 0.8;
  top: unset;
}

.sec-home-2 .col-right .post-title a {
  text-align: left;
  color: #fff !important;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
}

.sec-home-2 .col-right .box:hover .box-image:after {
  background-color: var(--theme-color2);
}

.sec-home-2 .flickity-button {
  display: none;
}

#main .sec-home-2 .slider .flickity-page-dots li {
  background-color: var(--theme-color);
  opacity: 0.5 !important;
}

#main .sec-home-2 .slider .flickity-page-dots li.is-selected {
  opacity: 1 !important;
}

#main .sec-home-2 .slider .flickity-page-dots {
  bottom: -10px;
}

#main .sec-home-2 {
  padding-bottom: 30px;
}

.sec-home-3 .gallery-col img {
  object-fit: contain;
}

.sec-home-3 .gallery-col .box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 1rem;
}

.sec-home-3 .flickity-button {
  display: none;
}

/* End sec-home-2 */
/* home-news */
.home-news .blog-righ .box-blog-post {
  display: flex;
}

.home-news .blog-righ .box-image {
  width: 25% !important;
  flex-shrink: 0;
}

.home-news .col-right>.col-inner {
  background-color: #f8f8f8;
  padding: 32px;
  border-radius: 5px;
}

.home-news .col-right .post-item {
  padding-bottom: 20px;
}

.home-news .col-right .post-item:last-of-type {
  padding-bottom: 0;
}

.home-news .col-right .box-text {
  padding: 0 0 0 20px;
}

.home-news .image-cover {
  border-radius: 6px;
}

.home-news .post-meta:before {
  content: '\f073';
  font-family: var(--fa6);
  margin-right: 6px;
  font-weight: 300;
}

.home-news .post-meta {
  font-size: 14px;
  margin-bottom: 2px;
}

.home-news .col-right .box-blog-post .box-text .post-title a {
  margin-bottom: 0;
}

.home-news .blog-left .box-text {
  background-color: #f8f8f8;
  padding: 20px 40px;
  border-radius: 0 0 5px 5px;
}

.home-news .blog-left .post-title a {
  height: 48px;
  font-size: 18px;
}

/* End home-news */
/* 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: #e1e1e1;
  width: 100%;
  text-align: center;
}

#footer .form-footer {
  background-color: #f4f4f4;
  padding-top: 30px;
  margin-bottom: -35px;
}

#footer .form-footer .col-form>.col-inner {
  background-color: #fff;
  padding: 20px 12px 20px 12px;
  border-radius: 5px;
}

#footer .form-footer .title p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: var(--bold);
}

#footer .form-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
}

#footer .form-contact input {
  box-shadow: none;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
}

#footer .form-contact label {
  font-size: 15px;
  font-weight: normal;
}

#footer .form-contact textarea {
  box-shadow: none;
  border-radius: 5px;
  min-height: 80px;
  margin-bottom: 8px;
}

#footer .form-contact .form-submit button {
  margin: 0;
  width: 100%;
  border-radius: 5px;
  font-weight: normal;
  font-family: var(--semi);
}

#footer .form-contact .col-left input {
  margin-bottom: 20px;
}

#footer .sec-menu {
  padding-bottom: 10px;
  background-color: #f7f7f7;
  padding-top: 80px;
}

#footer .sec-form .title {
  text-align: center;
}

#footer .sec-form .title h5 {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--bold);
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#footer .sec-form .title h3 {
  line-height: 1;
  color: #fff;
  font-size: 66px;
  font-family: var(--garamond);
  text-transform: uppercase;
}

#footer .sec-form form {
  margin-bottom: 0;
}

#footer .sec-menu .sec-menu {}

#footer .col-1 .img {
  max-width: 170px;
}

#footer .menu strong,
#footer .col-4 p:first-of-type {
  min-height: unset;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  font-family: var(--semi);
  margin-bottom: 22px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--bold);
  position: relative;
  display: block;
}

#footer .menu strong:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: var(--theme-color);
  bottom: -5px;
  width: 40px;
}

#footer .menu ul {
  list-style: none;
  margin-bottom: 0;
}

#footer .menu ul li {
  margin-left: 0;
}

#footer .menu a {
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0px;
  position: relative;
  padding-left: 20px;
}

/* #footer .col-1 .logo-footer {
  filter: brightness(0) invert(1);
} */

#footer .col-1 .text p {
  font-size: 15px;
}

#footer .menu a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: var(--theme-color);
  border-radius: 50%;
  left: 0;
  top: 12px;
}

#footer .menu a:hover {
  text-decoration: UNDERLINE;
}

#footer .col-3 .list-social {
	display: flex;
    flex-direction: column;
}
#footer .col-3 .list-social i {
	margin-right: 10px;
	font-size: 18px;
}
#footer .col-3 .list-social a {
	margin-bottom: .6em;
}

#footer .col-3 .menu a:before {
  content: '\f39e';
  font-family: var(--fa6_brand);
  width: auto;
  height: unset;
  background: transparent;
  top: 8px;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#footer .col-3 .menu a {
  padding-left: 30px;
}

#footer .col-3 .menu li:nth-of-type(2) a:before {
  content: '\f167';
}

#footer .col-3 .menu li:nth-of-type(3) a:before {
  content: '\e07b';
}

#footer .col-3 .menu li:nth-of-type(4) a:before {
  content: '\f16d';
}

/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}

.blog-wrapper .archive-page-header {
  position: relative;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .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: 280px 15px 180px;
  z-index: 3;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: #000000;
}

/* blog-archive */
.blog-main {
  padding-top: 60px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
  background: rgb(246, 245, 242);
}

.blog-wrapper .archive-page-header {
  position: relative;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 226px 15px 40px;
  z-index: 3;
}

.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
  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-main {
  padding-top: 50px;
  position: relative;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
  background: #f4f4f4;
}

.blog-archive .box-blog-post .box-image .image-cover {
  border-radius: 6px;
}

.blog-archive .box-blog-post {
  border: 1px solid rgb(195 196 198 / 53%);
  border-radius: 6px;
}

.blog-archive .box-blog-post .box-text {
  background: #fff;
  padding: 30px 30px 20px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}

.blog-archive .box-blog-post .is-link {
  font-size: 16px;
  font-weight: normal;
  font-family: var(--semi);
  color: var(--theme-color2);
}

.blog-archive .box-blog-post .is-link:after {
  content: '\2b';
  font-family: var(--fa6);
}

.blog-archive .box-blog-post .is-link:hover {
  color: var(--theme-color);
}

.blog-archive .box-blog-post .post-meta {
  opacity: 1;
  font-size: 16px;
  color: #343a40;
  margin-bottom: 6px;
}

.blog-archive .box-blog-post .post-meta:before {
  content: '\f017';
  font-family: var(--fa6);
  margin-right: 5px;
}

.blog-archive .box-blog-post .post-title a {
  font-size: 18px;
  line-height: 26px;
  height: 46px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

.blog-archive .box-blog-post .post-title {
  margin: 0 0 12px;
  position: relative;
  padding-bottom: 10px;
}

.blog-archive .box-blog-post .post-title:before {
  content: '';
  width: 60%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
}

.blog-archive .box-blog-post .badge.post-date {
  right: 30px;
  left: unset;
  top: -37px;
}

.blog-archive .box-blog-post .badge .badge-inner {
  width: 74px;
  height: 74px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 50%;
}

.blog-archive .box-blog-post:hover .badge .badge-inner {
  box-shadow: 0 0 0 3px var(--theme-color);
}

.blog-archive .box-blog-post .badge .post-date-day {
  font-size: 24px;
  margin-bottom: 4px;
  display: block;
  font-family: var(--semi);
  font-weight: normal;
}

.blog-archive .box-blog-post .badge .post-date-month {
  font-size: 12px;
  font-family: var(--medi);
  font-weight: normal;
  margin-top: 2px;
}

.blog-archive .list-project .box-blog-post .box-text {
  padding: 20px 20px 0 20px;
	height: 100px;
}

.blog-archive .list-project .box-blog-post .post-title:before {
  display: none;
}

.blog-archive .list-project .box-blog-post .post-title {
  margin: 0;
  padding: 0;
}

.blog-archive .list-project .box-blog-post {
  border: 0;
}

.blog-archive .list-project .box-blog-post .post-title a {
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  height: auto;
  text-transform: none;
  font-size: 16px;
}

.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;
}

#main .nav-pagination>li>span.current {
  color: #fff !important;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.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;
  justify-content: flex-end;
  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-color);
  font-size: 18px;
  margin: 5px 10px;
}

.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}

.single .featured-title .entry-title {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 0;
}

.header-single {
  margin-bottom: 60px;
}

.single .blog-single .entry-content {
  padding: 0;
}

.blog-single h1.entry-title {
  font-size: 34px;
}

.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
  background-color: var(--theme-color);
}

.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}

.box-postdate {
  position: relative;
}

.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}

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

.post {
  margin-bottom: 0;
}

.row-divided>.col+.col:not(.large-12) {
  border: 0;
}

.post {
  margin-bottom: 0;
}

.row-divided>.col+.col:not(.large-12) {
  border: 0;
}

.post-sidebar .featured-posts .title-post {
  font-size: 26px;
  margin-bottom: 19px;
  line-height: 1.5;
}

.post-sidebar .featured-posts .box-blog a {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.post-sidebar .featured-posts .box-blog .box-image {
  width: 35%;
  flex-shrink: 0;
}

.post-sidebar .featured-posts h3 {
  color: #070707;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: var(--semi);
}

.post-sidebar .featured-posts .box:hover h3 {
  color: var(--theme-color);
}

.post-sidebar .featured-posts .box img {
  transition: all 0.3s ease;
}

.post-sidebar .featured-posts .box:hover img {
  transform: scale(1.1);
}

.post-sidebar .featured-posts .box-blog .image-cover {
  border-radius: 10px;
}

.post-sidebar .featured-posts .box-blog .box-text {
  padding: 10px 10px 10px 15px;
}

.post-sidebar .featured-posts .box-blog:last-of-type a {
  border: 0;
}

/* End blog-single */

/* page-about */
#main .page-about-1 {
  padding-bottom: 30px;
}
.page-about-1 .col-left p:first-of-type {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--bold);
  color: var(--theme-color2);
  margin-bottom: 10px;
}
.page-about-1 .col-left .col-inner {
  border-left: 4px solid var(--theme-color2);
  padding: 12px 0 12px 10px;
}
.page-about-1 .col-left h2 {
  font-size: 34px;
  margin-bottom: 0;
}
.page-about-1 .col-right .col-inner {
  display: flex;
}
.page-about-1 .col-right .number {
  flex: 1;
  padding: 15px;
}
.page-about-1 .col-right .number:first-of-type {
  flex: 1.5;
}
.page-about-1 .col-right .number p:first-of-type {
  font-size: 80px;
  line-height: 0.5;
  font-family: var(--bold);
  color: var(--theme-color);
}
.page-about-1 .col-right .number p:nth-of-type(2) {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: var(--bold);
}

.page-about-2 .img .image-cover {
  border-radius: 8px;
}

.page-about-2 .col-right h5 {
  font-size: 18px;
  color: var(--theme-color2);
  margin-bottom: 5px;
}

.page-about-2 .col-right h2 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.page-about-2 .col-right h2:before {
  content: '';
  display: block;
  width: 180px;
  height: 4px;
  background-color: var(--theme-color2);
  position: absolute;
  bottom: 0;
}

#main .page-about-2 {
  padding-top: 55px;
  padding-bottom: 25px;
}

.page-about-2:before {
  content: '';
  background-color: rgb(0 45 98 / 5%);
  width: 70%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 30%;
  top: 0;
}

#main .page-about-3 {
  padding-top: 80px;
}

.page-about-3 .box {
  background: rgb(0 45 98 / 5%);
  border-radius: 8px;
}

.page-about-3 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.page-about-3 .box-text .img {
  max-width: 80px;
  margin: 0 auto 15px;
}

.page-about-3 .box-text {
  padding: 60px 30px 80px;
  cursor: pointer;
}

.page-about-3 .box-text h3 {
  font-size: 28px;
  text-align: center;
}

.page-about-3 .box-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.page-about-3 .box-image div {
  width: 100%;
  height: 100%;
}

.page-about-3 .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-about-3 .box-image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top,
      var(--theme-color),
      rgba(152, 125, 64, 0.1));
  opacity: 0.88;
}

.page-about-3 .box:hover .box-image {
  opacity: 1;
}

.page-about-3 .box:hover,
.page-about-3 .box:hover h3 {
  color: #fff;
}

.page-about-3 .box:hover .box-text img {
  filter: brightness(0) invert(1);
}

/* End page-about */
/* page-contact */
.page-contact .wpcf7 .wpcf7-not-valid-tip {
	background-color: unset;
	font-size: 13px;
	margin: 0;
}
.page-contact .wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}
.page-contact .wpcf7-response-output {
	display: none;
}
.page-contact .img {
  max-width: 500px;
  margin-left: auto;
}

#main .page-contact {
  padding-bottom: 0;
}

.page-contact .info-contact h2 {
  font-size: 40px;
}

.page-contact .info-contact ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}

.page-contact .info-contact ul li {
  margin-left: 0;
}

.page-contact .info-contact li i {
  background-color: #ebeef1;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
}

.page-contact .form-contact .col-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
  grid-column: span 2;
}

.page-contact .form-contact .col-content input {
  margin-bottom: 0;
  height: 50px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
}

.page-contact .form-contact .col-content textarea {
  box-shadow: none;
  border: 1px solid #e6eaf3;
}

.page-id-45 #footer .form-footer {
  display: none;
}

/* End page-contact */

/* 	404 */

.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;
}
.error404 .error-404 {
	margin-bottom: 20px;
}
	
/* 	end 404 */

@media screen and (min-width: 1024px) {
  #main .slider-home .img .img-inner {
    padding-top: calc(100vh - 120px) !important;
  }

  .admin-bar #main .slider-home .img .img-inner {
    padding-top: calc(100vh - 152px) !important;
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 850px) {}

@media screen and (min-width: 850px) {
  #footer .col-1 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  #footer .col-2,
  #footer .col-3 {
    flex-basis: 18.667%;
    max-width: 18.667%;
  }

  #footer .col-4 {
    flex: 1;
    max-width: unset;
  }
}

@media screen and (max-width: 849.98px) {
	.single-post .featured-posts .list-post {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.single-post .featured-posts .list-post .box {
		flex-basis: 48%;
		margin: 0;
	}
	.post-sidebar .featured-posts .box-blog a {
		flex-direction: column;
		border-bottom: unset;
	}
	.post-sidebar .featured-posts .box-blog .box-image {
		width: 100%;
		margin: 0;
	}
	.post-sidebar .featured-posts .box-blog .box-text {
		padding: 10px 0 10px 0;
	}
	#main .page-about-2 {
		padding-top: 0;
	}
	.home-news .image-cover {
		padding-top: 71%!important;
	}
	.home-project .slick-dots {
		display: none!important;
	}
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .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;
	  margin-top: 0;
  }

  .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 .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }

  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color2);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

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

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

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

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

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

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

  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }

  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: #212121;
    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;
  }

  #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: #fafafa;
    width: 375px;
  }

  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-sidebar .logo-mobile img {
    height: 56px;
    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: #777;
    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;
  }

  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 12;
    border: 1px solid #fff;
    border-left: 0;
  }

  .category-filtering .inline-block {
    display: none;
  }

  .category-filtering strong {
    display: none;
  }

  .category-filtering .filter-button {
    margin: 0;
  }

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

  #footer .form-contact {
    gap: 20px;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    opacity: 1;
  }

  #header .icon-shopping-basket:before {
    color: var(--theme-color);
    font-size: 21px;
    margin-right: 5px;
  }

  #header .header-main {
    height: 70px !important;
  }

  .page-about-2:before {
    width: 100%;
    height: 60%;
    left: 0%;
    bottom: 0;
    top: unset;
  }

  .page-about-3 .box-text {
    padding: 20px;
  }

  .page-about-3 .col-icon .col-inner {
    grid-gap: 20px;
  }

  .blog-archive .list-project .box-blog-post .post-title a {
    -webkit-line-clamp: 2;
  }

  .sec-home-1 .title h3 {
    font-size: 18px;
  }

  .sec-home-1 .title p {
    font-size: 24px;
  }

  .sec-home-2 .col-left p {
    max-width: unset;
  }

  .sec-home-2 .col-left h2 {
    gap: 20px;
    display: flex;
  }

  .sec-home-2 .col-left h2 br {
    display: none;
  }

  .home-news .blog-left .post-item {
    padding-bottom: 0;
  }

  .page-about-1 .tit {
    display: block;
  }

  .page-about-1 .stack {
    grid-template-columns: repeat(2, 1fr);
  }

  #main .page-about-1 {
    padding: 30px 0;
  }
	#main .page-about-1 .col-right {
		padding-bottom: 0;
	}

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 768px) {
  .home-project .post-item:not(.slick-active) .image-cover {
    padding-top: 85% !important;
  }

  .sec-home-2 .col-right .post-item:nth-of-type(odd) {
    padding-bottom: 50px;
  }

  .sec-home-2 .col-right .post-item:nth-of-type(even) {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767.98px) {
	.single-post .featured-posts .list-post {
		display: block;
	}
	.page-about-1 .col-right .col-inner {
		flex-direction: column;
	}
	#main .sec-home-1 {
		padding-bottom: 10px;
	}
	#main-menu .sidebar-menu {
		padding: 0;
	}
  body.home {
    overflow-x: hidden;
  }

  #wrapper .button.btn-viewall:after {
    height: 42px;
  }

  .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 .cat-label {
    margin-bottom: 10px;
  }

  #main .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
    background-color: #fff !important;
  }

  #main .slider-nav-circle .flickity-button.next {
    right: -30px;
    left: unset;
  }

  #main .slider-nav-circle .flickity-button.previous {
    left: -30px;
  }

  #main .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color2) !important;
  }

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

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    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,
  .category-page-title h1.shop-page-title {
    font-size: 26px;
  }

  .archive .category-page-row,
  .blog-archive .blog-main {
    padding-top: 40px;
  }

  .blog-archive .box-text .button {
    display: none;
  }

  .blog-archive .box-text {
    padding: 100px 15px 15px;
  }

  .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;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .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;
  }

  #main .sec-news .blog-grid {
    display: block;
  }

  .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;
  }

  .box-blog-post .from_the_blog_excerpt {
    font-size: 14px;
  }

  #footer .form-contact {
    display: block;
  }

  body .off-canvas-left .mfp-content {
    max-width: 85% !important;
    width: 310px;
  }

  .single .shop-page-title .rank-math-breadcrumb .last,
  .single .shop-page-title .rank-math-breadcrumb span:nth-last-of-type(2) {
    display: none;
  }

  .page-contact .info-contact h2 {
    font-size: 24px;
  }

  .page-contact .form-contact .col-content {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }

  #footer .sec-menu {
    padding-top: 40px;
  }

  .page-about-2:before {
    height: 100%;
  }

  .page-about-3 .col-icon .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  #main .page-about-3 {
    padding-top: 40px;
  }

  .blog-archive .box-blog-post .box-text {
    padding: 20px 15px;
  }

  #main .slider-home .image-cover {
    padding-top: 75% !important;
  }

  .sec-home-1 .col-number .col-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .sec-home-2 .col-left h2,
  .home-project .title h2,
  .home-news .title h2,
  .sec-home-3 .title h2 {
    font-size: 26px;
  }

  .sec-home-2 .col-left strong {
    font-size: 17px;
  }

  .home-news .blog-left .box-text {
    padding: 20px;
  }

  .home-news .col-right>.col-inner {
    padding: 20px;
  }

  .home-news .blog-righ .box-image {
    width: 35% !important;
    flex-shrink: 0;
  }

  .sec-home-2 .col-left {
    padding-top: 0;
  }

  #main .sec-home-2 {
    padding-top: 30px;
  }

  .home-project .title,
  .home-news .title,
  .sec-home-3 .title {
    margin-bottom: 20px;
  }

  .page-about-1 .stack {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  .page-about-1 .stack .text {
    padding: 15px;
  }

  .page-about-1 .tit h2 {
    font-size: 24px;
  }
}

@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);
  }
}