/*
Theme Name: vah
Description: This is a child theme for Flatsome Theme
Author: Cao Viet Dung
Template: flatsome
Version: 3.0
*/
html {
  background-color: #2b2b2b;
}
:root {
  --primary-color: #896d48;
}
.no-padding-bottom {
  padding-bottom: 0px;
}
.no-padding-top {
  padding-top: 0pxư;
}
.height-full {
  height: 100%;
}
/*--------------------------------------------------------------
# BUTTON
--------------------------------------------------------------*/
section .button.primary {
  font-weight: 500;
  text-transform: capitalize !important;
}
section .button.white {
  font-weight: 500;
  text-transform: capitalize !important;
}
/*--------------------------------------------------------------
# SWIPER
--------------------------------------------------------------*/
.swiper-container {
  height: auto;
}

.swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #e5e5e5 !important;
  opacity: 0.9 !important;
}
.swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  transform: scale(1.1, 1.1);
  width: 15px !important;
  background: var(--primary-color) !important;
  border-radius: 5px !important;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  padding: 20px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}
.swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  font-size: 0;
  border-radius: 50%;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  border: 0px;
  outline: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-size: 18px 18px !important;
  top: 50% !important;
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath fill='black' d='M4 11.25a.75.75 0 0 0 0 1.5zm0 1.5h16v-1.5H4z' opacity='0.5'/%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14 6l6 6l-6 6'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  font-size: 0;
  border-radius: 50%;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  border: 0px;
  outline: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-size: 18px 18px !important;
  top: 50% !important;
  left: 10px;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath fill='black' d='M4 11.25a.75.75 0 0 0 0 1.5zm0 1.5h16v-1.5H4z' opacity='0.5'/%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14 6l6 6l-6 6'/%3E%3C/g%3E%3C/svg%3E") !important;
  transform: rotate(180deg);
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.swiper-lazy-loading {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#header {
  background-color: var(--primary-color);
}
@media (min-width: 911px) {
  .home #header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
  }
}
.header-wrapper.stuck {
  background-color: var(--primary-color);
}
.nav {
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-left: 80px;
}
.header-wrapper.stuck #hr-menu-main-menu .hr-menu-item:hover .hr-menu-link {
  color: #fff;
}
.nav-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 911px) {
  .nav-top {
    justify-content: space-between;
  }
}
.nav-logo {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.nav-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-logo img {
  width: 55px;
}
@media (max-width: 995px) {
  .nav-logo img {
    width: 35px;
  }
}
.nav-top .hr-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  gap: 16px;
  margin-bottom: 0px;
}
.nav-top .hr-menu li {
  margin-bottom: 0px;
}
.nav-sear .menu-link {
  color: rgba(0, 34, 68, 0.5);
  font-size: 11px;
  text-transform: unset;
  font-weight: 500;
}
.nav-action {
  display: flex;
  column-gap: 1.6rem;
}

/* #header .nav {
  justify-content: flex-end;
} */

#hr-menu-main-menu {
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  gap: 10px;
  justify-content: center;
}
#hr-menu-main-menu .hr-menu-item {
  padding: 17px 10px 14px 10px;
  margin-bottom: 0px;
  border-bottom: 0.3rem solid transparent;
}

#hr-menu-main-menu .hr-menu-item .hr-menu-link {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #fff;
  transform: all ease 0.1s;
}
#hr-menu-main-menu .hr-menu-item:hover .hr-menu-link {
  color: #fff;
}
.home #hr-menu-main-menu .hr-menu-item:hover .hr-menu-link {
  color: var(--primary-color);
}
@media (max-width: 1033px) {
  #hr-menu-main-menu .hr-menu-item .hr-menu-link {
    font-size: 12px;
  }
}
@media (max-width: 923px) {
  #hr-menu-main-menu .hr-menu-item .hr-menu-link {
    font-size: 10px;
  }
}
#hr-menu-main-menu .hr-menu-item.has-submenu .hr-menu-link::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 1.5px;
  font-family: "font awesome 5 pro";
  content: "\f078";
  font-weight: 600;
  border: none;
  font-size: 12px;
  transition: transform 0.3s;
}

#hr-menu-main-menu .hr-menu-item.has-submenu:hover .hr-menu-link::after {
  transform: rotate(180deg);
}

.submenu {
  position: absolute;
  transition: 0.3s;
  top: 63px;
  padding: 15px !important;
  border: none;
  border-radius: 5px;
  width: 300px;
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
  background-color: #fff;
  z-index: 1000;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  min-width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
}

#hr-menu-main-menu .hr-menu-item.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
#hr-menu-main-menu .submenu .hr-submenu-item {
  list-style: none;
  padding: 7px 10px;
}
#hr-menu-main-menu .submenu .hr-submenu-item a {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
}
#hr-menu-main-menu .submenu .hr-submenu-item:hover {
  background: var(--primary-color);
  border-radius: 5px;
}
#hr-menu-main-menu .submenu .hr-submenu-item:hover a {
  margin-left: 10px;
  color: #fff;
}
@media (max-width: 911px) {
  .nav-action,
  .nav-top .hr-menu {
    display: none;
  }
  .nav-sear {
    width: 100%;
  }
  .nav-sear form {
    margin-bottom: 0px;
  }
  .header-wrapper {
    background-color: var(--primary-color);
  }
}
@media (max-width: 911px) {
  .header-wrapper .nav {
    display: none;
  }
  .header-wrapper .nav-top-container {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 1px solid #33333314;
  }
  .header-wrapper .nav-top-container.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
}
/*--------------------------------------------------------------
# HAMBURGER
--------------------------------------------------------------*/
@media (min-width: 911px) {
  .hamburger-wrapper {
    display: none;
  }
}
.burger {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-bottom: 0px;
  padding: 10px;
}
.burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  margin: 0.0625rem auto 0.525rem -0.75rem;
  text-indent: -999em;
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  cursor: pointer;
}
.burger span,
.burger span:before,
.burger span:after {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #fff;
  transition: 0.3s;
  opacity: 1;
}
.burger span:before,
.burger span:after {
  position: absolute;
  content: "";
}
.burger span:before {
  top: -0.525rem;
}
.burger span:after {
  top: 0.525rem;
}

.burgers {
  display: flex;
}
.burger3 input:checked + span:before,
.burger3 input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
}
.burger3 input:checked + span {
  transform: rotate(-360deg);
  background-color: transparent;
}
.burger3 input:checked + span:before {
  transform: translateY(0.525rem) rotate(-45deg);
}
.burger3 input:checked + span:after {
  transform: translateY(0.525rem) rotate(45deg);
}

/*--------------------------------------------------------------
# OFFCANVAS
--------------------------------------------------------------*/
@media (max-width: 911px) {
  .offcanvas-toggle {
    display: none;
  }
}
.offcanvas-toggle img {
  width: 30px;
}

/* Overlay background */
.offcanvas-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  transition: right 0.5s ease, visibility 0s linear 0.5s;
  z-index: 9998;
}

.offcanvas-overlay.active {
  right: 0;
  visibility: visible;
  transition: right 0.5s ease, visibility 0s;
}

/* Offcanvas sidebar */
.offcanvas-sidebar {
  position: fixed;
  top: 0;
  right: -33.333%;
  width: 450px;
  height: 100%;
  background-color: white;
  transition: right 0.4s ease;
  transition-delay: 0.4s; /* Delay sidebar animation */
  z-index: 9999;
  padding: 20px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}

.offcanvas-sidebar.active {
  right: 0;
  visibility: visible;
}

/* Close button */
.offcanvas-close {
  display: flex;
  justify-content: flex-end;
}
.offcanvas-close-icon {
  border: 1px solid black;
  padding: 10px;
  display: flex;
  cursor: pointer;
}

.offcanvas-close-icon:hover {
  background-color: #000;
  border-color: #fff;
}
.offcanvas-close-icon:hover svg path {
  fill: #fff;
}
/* Prevent body scroll when offcanvas is open */
body.offcanvas-active {
  overflow: hidden;
}

@media (max-width: 768px) {
  .offcanvas-sidebar {
    width: 80%;
    right: -80%;
  }
}
.widget-container {
  padding-top: 40px;
  /* padding-left: 20px;
  padding-right: 20px; */
}
.dynamic-sidebar .social-group ul li a {
  background-color: #000;
  border: 1px solid #000;
}
.dynamic-sidebar .social-group ul li:hover a {
  background-color: #fff;
}
.dynamic-sidebar .social-group ul li a svg {
  color: #fff;
}
.dynamic-sidebar .social-group ul li:hover a svg {
  color: #000;
}
.dynamic-sidebar .ux-logo-link {
  padding: 0px !important;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.contact-info-item .icon {
  padding: 10px;
  border: 1px solid #121212;
}
.contact-info-item .icon img {
  width: 20px;
}
.contact-info-item .info {
  font-size: 14px;
}
/*--------------------------------------------------------------
# MOBILE MENU
--------------------------------------------------------------*/
.mobile-menu {
  display: none;
}
@media (max-width: 911px) {
  .mobile-menu {
    display: block;
  }
  .mobile-menu.open .mobile-menu__box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu__box {
    width: 100%;
    background: var(--primary-color);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 999;
    overflow-y: auto;
  }
  .mobile-menu__inner {
    overflow: auto;
    position: relative;
  }
  .mobile-hr-nav-main ul {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-hr-nav-main ul li {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-hr-nav-main ul .mobile-hr-menu-item {
    border-bottom: 1px solid #33333314;
  }
  .mobile-hr-nav-main ul li:hover {
    background: #71593a;
  }
  .mobile-hr-nav-main ul li a {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mobile-submenu.show {
    max-height: 400px;
    margin-top: 10px;
  }
  .mobile-submenu.show li:last-child {
    margin-bottom: 0px;
  }
  .mobile-hr-menu-link {
    display: flex;
    justify-content: space-between;
  }
  .mobile-hr-menu-link .submenu-arrow svg {
    transition: transform 0.3s ease;
  }
  .mobile-hr-menu-link.go .submenu-arrow svg {
    transform: rotate(180deg);
  }
  .mobile-hr-submenu-item {
    margin-left: 10px;
    list-style: none;
  }
  .submenu-arrow {
    display: flex;
    transition: transform 0.3s ease;
    margin-left: 6px;
    margin-right: 6px;
    align-items: center;
  }
}

/*--------------------------------------------------------------
# DIVINE TITLE
--------------------------------------------------------------*/
.divine-title {
  display: flex;
  gap: 20px;
  position: relative;
  align-items: center;
}
.divine-title-number {
  padding: 10px;
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.divine-title-number span {
  color: var(--primary-color);
  line-height: normal;
}
.light .divine-title-number {
  border: 1px solid #fff;
}
.light .divine-title-number span {
  color: #fff;
}
.divine-title-text {
  max-width: 100%;
  width: 100%;
}
.divine-title-text-wrapper {
  display: flex;
  text-align: start;
}
.divine-title-text span {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
  direction: ltr;
  flex-grow: 1;
}
.divine-title-text span:after {
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px solid #d4d4d4;
}
.light .divine-title-text h6 {
  color: #fff;
  opacity: 1;
}
.divine-title-text h6 {
  margin-bottom: 0px;
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 16px;
  max-width: fit-content;
  opacity: 1;
}
/*--------------------------------------------------------------
# ABOUT SECTION
--------------------------------------------------------------*/
.about-section {
  padding-bottom: 0px !important;
}
.about-section .bg {
  background-position: bottom left !important;
  background-size: 50% !important;
}
.about-section .stroke-text {
  display: flex;
  justify-content: center;
  text-align: center;
}
.about-section .stroke-text h2 {
  text-transform: uppercase;
  font-size: 120px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: -100px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.231372549);
  z-index: 9999;
}
@media (max-width: 700px) {
  .about-section .bg {
    display: none;
  }
  .about-section .stroke-text h2 {
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  .about-section .stroke-text h2 {
    font-size: 60px;
  }
}
/*--------------------------------------------------------------
# MIDDLE CTA SECTION
--------------------------------------------------------------*/
.middle-cta-section .col {
  padding-bottom: 0px !important;
}
/*--------------------------------------------------------------
# DYNAMIC SERVICE
--------------------------------------------------------------*/
.dynamic-service {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.dynamic-service-row {
  position: relative;
  overflow: hidden;
}
.dynamic-item {
  border-radius: 4px;
}
.dynamic-item .box-image {
  border-radius: 4px;
}
.dynamic-item .box-image .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.dynamic-title h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.dynamic-title h2 span {
  color: var(--primary-color);
}
.dynamic-item .box-image .image-cover {
  padding-top: 140%;
}
.dynamic-item .box-image .image-cover img {
  transition: transform 0.3s ease;
}
@media (min-width: 700px) {
  .dynamic-item:hover .box-image .image-cover img {
    transform: scale(1.1);
  }
}

.dynamic-item .box-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  max-height: 100%;
}
.dynamic-item .box-text-inner {
  padding-right: 20px;
  padding-left: 20px;
}
.dynamic-item .box-text-inner h3 {
  font-size: 14px;
}
.dynamic-post .swiper-slide {
  width: calc(25% - 15px) !important;
  margin-right: 20px;
}
.dynamic-post .swiper-slide:is(:last-child) {
  margin-right: 0px;
}
@media (max-width: 950px) {
  .dynamic-post .swiper-slide {
    width: calc(33.333333% - 14px) !important;
  }
}
@media (max-width: 750px) {
  .dynamic-post .swiper-slide {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 750px) {
  .dynamic-post .swiper-slide {
    width: 280px !important;
  }
}
@media (min-width: 500px) {
  .dynamic-post .swiper-pagination {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# SOCIAL ITEM
--------------------------------------------------------------*/
.social-group {
  display: block;
  position: relative;
  overflow: hidden;
}
.social-group ul {
  display: flex;
  gap: 15px;
  list-style: none;
  margin-bottom: 0px;
}
.social-group ul li {
  margin: 0;
}
.social-group ul li a {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #fff;
}
.social-group ul li a svg {
  color: #000;
  font-size: 17px;
}
.social-group ul li:hover a {
  background-color: #000;
}
.social-group ul li:hover a svg {
  color: #fff;
}

/*--------------------------------------------------------------
# FORM
--------------------------------------------------------------*/
.with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0px;
}
.with_frm_style form {
  margin-bottom: 0px;
}
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="file"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style .frm-card-element.StripeElement {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #fff;
  font-size: 14px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  width: 100%;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.frm_style_formidable-style.with_frm_style
  .form-field
  input:not([type="file"]):not([type="range"]):not([readonly]):focus {
  border-color: #fff;
  box-shadow: none;
}
.frm_style_formidable-style.with_frm_style .frm_error {
  color: #666;
}
/*--------------------------------------------------------------
# SINGLE POST TEMPLATE
--------------------------------------------------------------*/

.single article {
  font-family: "Open Sans", sans-serif;
}
section.bg-breadcrumb {
  background: url(/wp-content/uploads/2024/11/interior-of-modern-living-room-2024-10-17-02-32-28-utc_result.webp)
    no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
section.bg-breadcrumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000009c;
}
.wrapper-header-page {
  position: relative;
  z-index: 10;
}
.breadcrumb-style p {
  font-size: 14px;
  color: #ffffff8a;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px 10px;
  border-radius: 22px;
  margin-bottom: 20px;
}
.breadcrumb-style p a {
  color: #fff;
}
h2.header-page-title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-bottom: 20px;
}
.dynamic-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.dynamic-meta-item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dynamic-meta-item .icon {
  display: flex;
}
.dynamic-meta-item span {
  font-size: 12px;
  text-transform: capitalize;
}
/*--------------------------------------------------------------
# ARCHIVE BLOG
--------------------------------------------------------------*/
.nav-pagination > li > a,
.nav-pagination > li > span {
  border-radius: 3px;
  border: 2px solid #cfd6e4;
  color: #555;
}
/*--------------------------------------------------------------
# DU AN BLOCK
--------------------------------------------------------------*/

.featured-projects {
  padding: 20px 0;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
  margin: 0 auto;
}

.portfolio-box:first-child {
  grid-column: span 4;
  grid-row: span 2;
  height: 100%;
}

.portfolio-box:nth-child(2) {
  grid-column: 5 / span 2;
  grid-row: 1 / 2;
}

.portfolio-box:nth-child(3) {
  grid-column: 5 / span 2;
  grid-row: 2 / 3;
}

.portfolio-box:nth-child(n + 4) {
  grid-column: span 2;
  grid-row: 3 / 4;
}

.portfolio-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  height: 220px;
  border-radius: 4px;
}

.portfolio-box .box-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.portfolio-box .image-cover {
  padding-top: 220px;
  position: relative;
  height: 100%;
}

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

.portfolio-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-box .product-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.portfolio-box .group-action img {
  width: 60px;
  height: auto;
}

.portfolio-box .box-text {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  padding: 15px;
  transition: bottom 0.3s ease;
}

.portfolio-box-title {
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.portfolio-box:hover .overlay {
  opacity: 1;
}

.portfolio-box:hover .product-action {
  opacity: 1;
}

.portfolio-box:hover .box-text {
  bottom: 0;
}

@media (max-width: 992px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .portfolio-box:first-child,
  .portfolio-box:nth-child(2),
  .portfolio-box:nth-child(3),
  .portfolio-box:nth-child(n + 4) {
    grid-column: span 1;
    grid-row: auto;
  }
}

@media (max-width: 576px) {
  .project-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-box:first-child,
  .portfolio-box:nth-child(2),
  .portfolio-box:nth-child(3),
  .portfolio-box:nth-child(n + 4) {
    grid-column: 1;
    grid-row: auto;
  }
}
/*--------------------------------------------------------------
# PROGRESS SECTION
--------------------------------------------------------------*/
.progress-section .col {
}
.progress-steps-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media (max-width: 900px) {
  .progress-steps-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .progress-steps-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.progress-step-box {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.progress-step-box .progress-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress-step-box .progress-icon img {
  width: 40px;
}
.progress-step-box .progress-icon span {
  color: #ffffff00;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #d4d4d4;
  stroke: #d4d4d4;
  font-size: 35px;
  font-weight: 700;
}
.progress-divider span {
  width: 100%;
  align-items: center;
  display: flex;
  margin: 0;
  direction: ltr;
}
.progress-divider span:before {
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: 1px solid #fafafa;
}
.progress-divider span .arrow {
  display: flex;
  align-items: center;
}
.progress-divider span .arrow i {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}
/*--------------------------------------------------------------
# WHY SECTION
--------------------------------------------------------------*/
.why-section {
  padding-bottom: 0px !important;
}
.why-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.reason-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s;
}

.reason-title:hover {
  color: var(--primary-color); /* Change to your preferred hover color */
}

.reason-title i {
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.reason-title.active i {
  transform: rotate(180deg); /* Rotate the icon when active */
}

.reason-content {
  display: none;
  padding-top: 10px;
  color: #555;
  line-height: 1.6;
}

.why-content-bottom {
  border-top: 1px solid #ccc;
}

.reason {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
/*--------------------------------------------------------------
# PROJECT SECTION
--------------------------------------------------------------*/
.project-section {
  padding-bottom: 0px !important;
}
/*--------------------------------------------------------------
# BLOG SECTION
--------------------------------------------------------------*/
.blog-section {
  padding-bottom: 0px !important;
}
.blog-section .post-item {
  padding-bottom: 0px;
}
/*--------------------------------------------------------------
# PARTNER SECTION
--------------------------------------------------------------*/
.partner-logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 700px) {
  .partner-logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  transition: all 0.7 ease;
  padding: 40px;
}
.logo-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10980392156862745);
  transition: all 0.7 ease;
}
.logo-item img {
  width: 115px;
}
/*--------------------------------------------------------------
# IMAGE GALLERY
--------------------------------------------------------------*/

.project-gallery {
  position: relative;
  overflow: hidden;
}

.mainSwiper {
  width: 100%;
  margin-bottom: 10px;
}

.mainSwiper .swiper-slide {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.mainSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbSwiper {
  width: 100%;
  padding: 10px 0;
}

.thumbSwiper .swiper-slide {
  height: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

/* Custom cursor for clickable slides */
.mainSwiper .swiper-slide a {
  cursor: zoom-in;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .mainSwiper .swiper-slide {
    height: 400px;
  }

  .thumbSwiper .swiper-slide {
    height: 70px;
  }
}
/*--------------------------------------------------------------
# WORKING SECTION
--------------------------------------------------------------*/
.working-gallery .swiper-slide:is(:last-child) {
  margin-right: 0px;
}
.working-gallery .swiper-slide {
  width: calc(33.333333% - 20px) !important;
  margin-right: 29px;
}

@media (max-width: 750px) {
  .working-gallery .swiper-slide {
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 500px) {
  .working-gallery .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 500px) {
  .working-gallery .swiper-pagination {
    display: none !important;
  }
}
.working-gallery-item .box-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  max-height: 100%;
}
.working-gallery-item .box-text-inner {
  padding-right: 20px;
  padding-left: 20px;
}
.working-gallery-item .box-text-inner h5 a {
  color: #fff;
}

.working-gallery .image-cover {
  padding-top: 70%;
}

/*--------------------------------------------------------------
# POSTTYPE ARCHIVE
--------------------------------------------------------------*/

.posttype-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 900px) {
  .posttype-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .posttype-archive {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pagination-wrapper {
  text-align: center;
  margin: 30px 0;
}

.pagination-wrapper ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-wrapper ul li {
  display: inline-block;
  margin: 0 5px !important;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 3px;
}

.pagination-wrapper ul li span.current {
  background: var(--primary-color);
  color: white;
}

.pagination-wrapper ul li a:hover {
  background: #f5f5f5;
}

.pagination-info {
  text-align: center;
  margin-top: 15px;
  color: #666;
}
@media (max-width: 700px) {
  .pagination-wrapper ul li a,
  .pagination-wrapper ul li span {
    font-size: 10px;
  }
  .pagination-info {
    font-size: 10px;
  }
}
.posttype-archive-item .image-cover {
  padding-top: 65%;
  border-radius: 4px;
}
.posttype-archive-item .box-text h3 {
  margin-bottom: 10px;
}
.posttype-archive-item .box-text h3:hover {
  color: var(--primary-color);
}
.posttype-archive-item .box-text p {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.posttype-archive-item .box-text .read-more {
  letter-spacing: 1px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.posttype-archive-item .box-text .read-more:hover {
  color: var(--primary-color);
}
/*--------------------------------------------------------------
# CONTACT PAGE
--------------------------------------------------------------*/
.google-map-box p {
  position: relative;
  display: block;
  background-color: #f8f6f1;
  border-radius: 10px;
  margin-bottom: 0px;
}
.google-map-box iframe {
  mix-blend-mode: luminosity;
  position: relative;
  width: 100%;
}
.contact-section .social-group ul li a {
  background-color: #000;
  border: 1px solid #000;
}
.contact-section .social-group ul li a:hover {
  background-color: #fff;
}
.contact-section .social-group ul li a svg {
  color: #fff;
}
.contact-section .social-group ul li a:hover svg {
  color: #000;
}
.contact-page-form {
  background: url(/wp-content/uploads/2024/11/footer-bg.jpg);
  /* background-color: #000; */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-page-form h2 {
  color: #fff;
}

.contact-section .ux-logo-link {
  padding: 0px !important;
}
/*--------------------------------------------------------------
# POST SIDEBAR
--------------------------------------------------------------*/
.sidebar_post h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  margin-bottom: -1px;
  margin-top: 0;
}
.sidebar_post h3 span {
  display: inline-block;
  border-radius: 12px 16px 0px 0px;
  height: 36px;
  position: relative;
  padding: 0px 12px;
  line-height: 36px;
  background: linear-gradient(90deg, #896d48 -111.45%, #512e06 100%);
}

.sidebar_post h3 span:before {
  background: url(/wp-content/uploads/2024/12/Group-8165-2.svg) no-repeat center;
  content: "";
  width: 30px;
  height: 25px;
  right: -29px;
  bottom: 0px;
  position: absolute;
}
.duan_title a {
  color: #212121;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 28px;
  display: block;
}
.sidebar_post .image-cover {
  padding-top: 60%;
  border-radius: 8px;
}
.sidebar_post_list {
  border-radius: 0px 8px 8px 8px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--primary-color);
  background: var(--bg-tab, #eee);
  padding: 20px;
}

.sidebar_post_list > a {
  line-height: 34px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(/wp-content/uploads/2024/12/Group-8165-1-1.svg) no-repeat top
    center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-size: auto 100%;
}
.sidebar_post_list > a:before {
  background: linear-gradient(90deg, #896d48 -111.45%, #512e06 100%);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/*--------------------------------------------------------------
# FIXED
--------------------------------------------------------------*/

.contact-fixed {
  position: fixed;
  right: 0;
  z-index: 100;
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
  bottom: 25%;
  transform: translateY(50%);
  transition: 0.3s ease-in-out;
  width: 55px;
}
.contact-fixed .icon {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
}
.contact-fixed .content {
  transition: 0.3s ease-in-out;
  background: rgba(9, 16, 29, 0.8);
  border-radius: 0 0 0 0.8rem;
  overflow: hidden;
}
.contact-fixed .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 10px 5px;
  position: relative;
}
.contact-fixed .content a img {
  width: 25px;
}
.contact-fixed .content a:not(:first-child)::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 1.6rem;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
  top: 0;
}
.contact-fixed .content.is-active {
  transform: translateX(4.8rem);
}
.contact-fixed .icon img {
  transition: all 0.3s ease-in-out;
}
.contact-fixed .icon.is-active img {
  transform: rotate(-180deg);
}
/*--------------------------------------------------------------
# 404 PAGE
--------------------------------------------------------------*/
/*404*/
.error-404 {
  padding: 0;
  margin: 0;
}
.error-404 .medium-3 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  font-size: 45px !important;
  padding: 0;
  margin: 0;
}
.error-404 .header-font:after {
  content: "404";
  color: #e9ebe7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 22px), 14px);
  -ms-transform: translate(calc(-50% + 22px), 14px);
  transform: translate(calc(-50% + 22px), 14px);
  z-index: 0;
}
.error-404 .medium-9 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
.error-404 .page-content {
  width: 766px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
/*end 404*/

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.absolute-footer {
  display: none;
}
#footer .ux-logo-link {
  padding: 0px !important;
}
#footer .social-group ul {
  justify-content: right;
}
@media (max-width: 550px) {
  #footer .social-group ul {
    justify-content: center;
  }
}
#footer h4.section-title {
  font-weight: 500;
}
#footer p {
  font-size: 14px;
}
