@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/decoxfonts/InterTight-Bold.woff2") format("woff2"), url("../fonts/decoxfonts/InterTight-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/decoxfonts/InterTight-Medium.woff2") format("woff2"), url("../fonts/decoxfonts/InterTight-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/decoxfonts/InterTight-Regular.woff2") format("woff2"), url("../fonts/decoxfonts/InterTight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/decoxfonts/InterTight-SemiBold.woff2") format("woff2"), url("../fonts/decoxfonts/InterTight-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --Greyscale-900: #0A0A0A;
  --Greyscale-600: #404040;
  --Greyscale-500: #525252;
  --Greyscale-400: #737373;
  --Greyscale-300: #A3A3A3;
  --Greyscale-100: #E5E5E5;
  --Greyscale-50: #F5F5F5;
  --Greyscale-25: #FAFAFA;
  --Greyscale-0: #FFFFFF;
  --Text-text-primary-light: #09090B;
  --Additional-Aqua-200: #116B97;
  --Additional-Aqua-0: #F0FBFF;
  --Light-Other-Divider: #EFEFF0;
  --Base-Black: #18181B;
  --Gray-900: #181D27;
}

.cl-blue {
  color: var(--Additional-Aqua-200);
}

.cl-gray300 {
  color: var(--Greyscale-300);
}

.cl-gray500 {
  color: var(--Greyscale-500);
}

.cl-gray400 {
  color: var(--Greyscale-400);
}

.cl-gray600 {
  color: var(--Greyscale-600);
}

.cl-gray900 {
  color: var(--Greyscale-900);
}

.fs-64 {
  font-size: 48px;
}

.fs-48 {
  font-size: 36px;
}

.fs-36 {
  font-size: 28px;
}

.fs-32 {
  font-size: 24px;
}

.fs-24 {
  font-size: 18px;
}

.fs-20 {
  font-size: 16px;
}

.fs-18 {
  font-size: 16px;
}

.fs-16 {
  font-size: 14px;
}

.fs-14 {
  font-size: 14px;
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .fs-64 {
    font-size: 48px;
  }
  .fs-48 {
    font-size: 36px;
  }
  .fs-36 {
    font-size: 28px;
  }
  .fs-32 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-14 {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .fs-64 {
    font-size: 42px;
  }
  .fs-48 {
    font-size: 36px;
  }
  .fs-36 {
    font-size: 32px;
  }
  .fs-32 {
    font-size: 28px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-14 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .fs-64 {
    font-size: 32px;
  }
  .fs-48 {
    font-size: 28px;
  }
  .fs-36 {
    font-size: 26px;
  }
  .fs-32 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-14 {
    font-size: 13px;
  }
}
body {
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  color: var(--Greyscale-900);
  text-rendering: geometricPrecision;
}
body a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}
body button {
  box-shadow: none;
  outline: none;
}
body button:focus {
  box-shadow: none;
  outline: none;
}
body .btn.btn-black {
  border: 1px solid var(--Greyscale-900);
  padding: 7px 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}
body .btn.btn-white {
  background: var(--Greyscale-0);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}
body .btn.btn-fullblack {
  font-weight: 500;
  border: 1px solid var(--Greyscale-900);
  background: var(--Greyscale-900);
  color: var(--Greyscale-0);
  padding: 7px 16px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
body .btn.btn-fullblack:not(.fs-18) {
  font-size: 14px;
}
body .btn:hover.btn-black {
  background: var(--Greyscale-900);
  color: var(--Greyscale-0);
}
body .btn:hover.btn-black img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
body .btn:hover.btn-fullblack {
  background: var(--Greyscale-0);
  color: var(--Greyscale-900);
}
body .btn:hover.btn-white {
  background: var(--Greyscale-900);
  color: var(--Greyscale-0);
}
body .form-control {
  box-shadow: none;
  outline: none;
}
body .form-control:focus {
  box-shadow: none;
  outline: none;
}
body .form-select {
  box-shadow: none;
  outline: none;
}
body .form-select:focus {
  box-shadow: none;
  outline: none;
}

#menu_mobile {
  position: fixed;
  width: 70%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  background: var(--Greyscale-0);
  flex-direction: column;
  padding: 5rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  transform: translateX(100%);
  justify-content: center;
}
#menu_mobile.open {
  transform: translateX(0);
}
#menu_mobile .hamburger-icon {
  width: 26px;
  height: 22.5px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#menu_mobile .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--Greyscale-900);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu_mobile .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#menu_mobile .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#menu_mobile .hamburger-icon span:nth-child(1), #menu_mobile .hamburger-icon span:nth-child(2) {
  top: 0;
}
#menu_mobile .hamburger-icon span:nth-child(3) {
  top: 8px;
  width: 0%;
  left: -25%;
}
#menu_mobile .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#menu_mobile .hamburger-icon span:nth-child(5), #menu_mobile .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#menu_mobile .hamburger-icon.open span:nth-child(1), #menu_mobile .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(2), #menu_mobile .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(1) {
  left: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(2) {
  right: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(3) {
  left: -50%;
  width: 0;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(5) {
  left: 2px;
  top: 14px;
}
#menu_mobile .hamburger-icon.open span:nth-child(6) {
  right: 2px;
  top: 14px;
}
#menu_mobile .menu_site {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--Greyscale-0);
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#menu_mobile .menu_site li {
  position: relative;
}
#menu_mobile .menu_site li a {
  font-size: 18px;
  color: var(--Greyscale-900);
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
}
#menu_mobile .menu_site li.current-menu-item > a {
  color: var(--Greyscale-900);
  font-weight: bold;
}
#menu_mobile .menu_site li .sub-menu {
  list-style: none;
  padding-left: 1rem;
  display: none;
}
#menu_mobile .menu_site li .sub-menu li a {
  text-transform: capitalize;
  font-size: 16px;
}
#menu_mobile .menu_site li.menu-item-has-children:after {
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 0;
  top: 0;
  color: var(--Greyscale-900);
  transition: all 0.5s ease;
}
#menu_mobile .menu_site li.menu-item-has-children.show_submenu:after {
  transform: rotate(180deg);
}
#menu_mobile .user_action {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#menu_mobile .user_action li a {
  color: var(--Greyscale-900);
  display: block;
  padding: 12px 30px;
  line-height: 140%;
}

.overlay_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99991;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  transform: translateX(100%);
}
.overlay_menu.is-active {
  transform: translateX(0);
}

#header_site {
  padding: 13px 0;
  background: var(--Greyscale-0);
  border-bottom: 1px solid var(--Greyscale-100);
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  z-index: 1000;
}
#header_site .logo_site img {
  height: 25px;
}
#header_site .menu_site {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
#header_site .menu_site li a {
  font-weight: 500;
  display: block;
  padding: 10px 14px;
  color: var(--Greyscale-900);
  line-height: 140%;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
#header_site .menu_site li.current-menu-item > a, #header_site .menu_site li:hover > a {
  background: var(--Greyscale-50);
}
#header_site .user_action {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#header_site .user_action li a {
  color: var(--Greyscale-900);
  display: block;
  padding: 10px 14px;
  line-height: 140%;
}
#header_site .hamburger_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header_site .hamburger_btn .hamburger-icon {
  width: 36px;
  height: 18px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header_site .hamburger_btn .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--Greyscale-900);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(1), #header_site .hamburger_btn .hamburger-icon span:nth-child(2) {
  top: 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(3) {
  top: 8px;
  left: 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(5), #header_site .hamburger_btn .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(1), #header_site .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(2), #header_site .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(1) {
  left: 3px;
  top: 3px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(2) {
  right: 3px;
  top: 3px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(3) {
  left: 50%;
  opacity: 0;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  left: 3px;
  top: 15px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  right: 3px;
  top: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header_site .logo_site img {
    height: 15px;
  }
  #header_site .menu_site,
  #header_site .user_action {
    font-size: 14px;
  }
  #header_site .menu_site li a,
  #header_site .user_action li a {
    padding: 5px;
  }
}

.explore_form {
  padding: 24px 0;
}
.explore_form form {
  background: var(--Greyscale-50);
  border: 1px solid var(--Greyscale-100);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.explore_form form .form-control {
  border: 0;
  font-size: 16px;
  padding-left: 60px;
  background: transparent url(../images/search.svg) no-repeat left 26px center/auto 16px;
  height: 42px;
  color: var(--Greyscale-900);
}
.explore_form form .form-control::-moz-placeholder {
  color: var(--Greyscale-300);
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.explore_form form .form-control::placeholder {
  color: var(--Greyscale-300);
  transition: all 0.5s ease;
}
.explore_form form .form-control:focus::-moz-placeholder {
  padding-left: 1rem;
  opacity: 0;
}
.explore_form form .form-control:focus::placeholder {
  padding-left: 1rem;
  opacity: 0;
}
.explore_form form .form-select {
  background-color: transparent;
  background-size: 6px auto;
  border: 0;
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
  padding-right: 25px;
}
.explore_form form button {
  padding-left: 26px;
  padding-right: 26px;
}
.explore_form form button img {
  height: 20px;
}
.explore_form form .form-control::-webkit-search-cancel-button {
    filter: grayscale(1) brightness(0);
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}
.explore_form form .form-control::-webkit-search-cancel-button:hover {
    opacity: 1;
}
@media (max-width: 991px) {
  .explore_form form {
    background: transparent;
    border: 0;
  }
  .explore_form form .form-control {
    width: 100%;
    background-color: var(--Greyscale-50);
    border: 1px solid var(--Greyscale-100);
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    margin-bottom: 0.5rem;
  }
  .explore_form form button {
    /* background-color: var(--Greyscale-50); */
    /* border: 1px solid var(--Greyscale-100); */
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    flex: 1 0 0%;
  }
}

.slideCate {
  padding: 40px 0 20px;
}
.slideCate .featured_cate::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10vw;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FFF 0%, rgba(254, 254, 254, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.slideCate .featured_cate::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10vw;
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, #FFF 0%, rgba(254, 254, 254, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.slideCate .featured_cate .item {
  position: relative;
  margin: 0 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
}
.slideCate .featured_cate .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.slideCate .featured_cate .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideCate .featured_cate .item a {
  position: relative;
  display: block;
  padding: 11px 32px;
  font-weight: 500;
  color: var(--Greyscale-0);
  z-index: 2;
}
.slideCate .featured_cate .item:hover::before {
  background: rgba(0, 87, 255, 0.8);
}
.slideCate .featured_cate .splide__arrow {
  background: var(--Greyscale-0);
  opacity: 1;
  z-index: 2;
}
.slideCate .featured_cate .splide__arrow.splide__arrow--prev {
  left: 50px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%) rotate(90deg);
}
.slideCate .featured_cate .splide__arrow.splide__arrow--next {
  right: 50px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 991px) {
  .slideCate .featured_cate .splide__arrow.splide__arrow--prev {
    left: 0.75rem;
  }
  .slideCate .featured_cate .splide__arrow.splide__arrow--next {
    right: 0.75rem;
  }
}

.item_post {
  position: relative;
}
.item_post figure {
  position: relative;
  padding-bottom: 65%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.item_post figure::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  bottom: 8px;
  right: 8px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.item_post figure::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  background: url(../images/arrow.svg) no-repeat center center/10px auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.item_post figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.item_post figure .post_view {
  position: absolute;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  color: var(--Greyscale-0);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.item_post figure .post_view img {
  position: relative;
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.item_post figure .post_view .fa-heart + img {
  margin-left: 12px;
}

/* fix lại FE cate project */
.item_post .post_cate {
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: flex-end; 
  gap: 3px; 
  z-index: 5; 
  pointer-events: none; 
}

.item_post .post_cate a {
  font-weight: bold;
  color: var(--Greyscale-0);
  padding: 2px 8px; 
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: inline-block;
  white-space: nowrap; 
  pointer-events: auto; 
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.item_post .post_cate a:hover{
  color: var(--Greyscale-900);
  background: var(--Greyscale-25);
  border: 1px solid var(--Greyscale-50);
}
.item_post .meta_info .post_title {
  margin-bottom: 0;
}
.item_post .meta_info .post_title a {
  color: var(--Greyscale-900);
}
.item_post .meta_info .like_post a {
  color: var(--Greyscale-500);
  font-size: 18px;
}
.item_post:hover figure::before, .item_post:hover figure::after {
  opacity: 1;
}
.item_post:hover figure img {
  transform: scale(1.1);
}
@media (max-width: 1440px) {
  .item_post .meta_info .like_post a {
    font-size: 16px;
  }
}

.decox_project {
  padding-bottom: 96px;
}
.decox_project .menu_cate ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin-bottom: 0;
  padding: 12px 0;
  gap: 4px;
}
.decox_project .menu_cate ul li a {
  display: block;
  padding: 4px 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid var(--Greyscale-100);
  font-weight: 500;
  color: var(--Greyscale-900);
}
.decox_project .menu_cate ul li.active > a, .decox_project .menu_cate ul li:hover > a {
  background: var(--Greyscale-900);
  color: var(--Greyscale-0);
  border-color: var(--Greyscale-900);
}
.decox_project .list_project {
  padding-top: 48px;
}
.decox_project .list_project .item_post {
  position: relative;
}
.decox_project .list_project .item_post figure {
  position: relative;
  padding-bottom: 65%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.decox_project .list_project .item_post figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.decox_project .list_project .item_post figure .post_view {
  position: absolute;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  color: var(--Greyscale-0);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.decox_project .list_project .item_post figure .post_view img {
  position: relative;
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.decox_project .list_project .item_post .post_cate {
  position: absolute;
  top: 8px;
  right: 8px;
}

.decox_project .list_project .item_post .post_cate a {
  font-weight: bold;
  color: var(--Greyscale-0);
  padding: 2px 8px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.decox_project .list_project .item_post .post_cate a:hover{
  color: var(--Greyscale-900);
  background: var(--Greyscale-25);
  border: 1px solid var(--Greyscale-50);
}
.decox_project .list_project .item_post .meta_info .post_title a {
  color: var(--Greyscale-900);
}
.decox_project .list_project .item_post .meta_info .like_post a {
  color: var(--Greyscale-500);
  font-size: 18px;
}
.decox_project .load_more_project a {
  color: var(--Greyscale-900);
  font-weight: 500;
}
.decox_project .load_more_project a img, .project_page .load_more_project a img{
  margin-right: 8px;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .decox_project {
    padding-bottom: 3rem;
  }
}

.decox_podcast {
  padding-top: 56px;
  padding-bottom: 80px;
  overflow: hidden;
  background: var(--Greyscale-25);
}
.decox_podcast .title_group {
  margin-bottom: 56px;
}
.decox_podcast .podcast__arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
.decox_podcast .podcast__arrows .prev_arrow {
  transform: rotate(90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_podcast .podcast__arrows .prev_arrow img {
  height: 7px;
}
.decox_podcast .podcast__arrows .next_arrow {
  transform: rotate(-90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_podcast .podcast__arrows .next_arrow img {
  height: 7px;
}
.decox_podcast .slider_podcast {
  width: calc(100% + (100vw - 1320px + 1.5rem) / 2);
}
.decox_podcast .slider_podcast .item {
  margin-right: 24px;
  width: 20vw;
  min-width: 300px;
  position: relative;
}
.decox_podcast .slider_podcast .item figure {
  position: relative;
  padding-bottom: 150%;
  margin-bottom: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.decox_podcast .slider_podcast .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.decox_podcast .slider_podcast .item .meta_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(60, 60, 60, 0.3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: var(--Greyscale-0);
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.decox_podcast .slider_podcast .item .meta_info h4 {
  margin-bottom: 16px;
  line-height: 140%;
}
.decox_podcast .slider_podcast .item .meta_info h4 a {
  color: var(--Greyscale-0);
}
.decox_podcast .slider_podcast .item .meta_info .controls {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 8px;
}
.decox_podcast .slider_podcast .item .meta_info .controls li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--Greyscale-0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--Greyscale-900);
}
.decox_podcast .slider_podcast .item .meta_info .controls li span {
  height: 32px;
  background: var(--Greyscale-0);
  color: var(--Greyscale-900);
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: bold;
}
.decox_podcast .slider_podcast .item .meta_info .action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--Greyscale-0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--Greyscale-900);
}
.decox_podcast .slider_podcast .item:hover figure img {
  transform: scale(1.1);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .decox_podcast .slider_podcast {
    width: calc(100% + (100vw - 1140px + 1.5rem) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .decox_podcast .slider_podcast {
    width: calc(100% + (100vw - 960px + 1.5rem) / 2);
  }
}
@media (max-width: 991px) {
  .decox_podcast {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .decox_podcast .slider_podcast {
    width: calc(100% + 0.75rem);
  }
  .decox_podcast .title_group {
    margin-bottom: 3rem;
  }
  .decox_podcast .podcast__arrows {
    margin-bottom: 3rem;
  }
}

.podcast_page {
  padding-top: 56px;
  padding-bottom: 80px;
  overflow: hidden;
}
.podcast_page .title_group {
  margin-bottom: 56px;
}
.podcast_page .podcast_list .item {
  position: relative;
}
.podcast_page .podcast_list .item figure {
  position: relative;
  padding-bottom: 150%;
  margin-bottom: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.podcast_page .podcast_list .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.podcast_page .podcast_list .item .meta_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(60, 60, 60, 0.3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: var(--Greyscale-0);
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.podcast_page .podcast_list .item .meta_info h4 {
  margin-bottom: 16px;
  line-height: 140%;
}
.podcast_page .podcast_list .item .meta_info h4 a {
  color: var(--Greyscale-0);
}
.podcast_page .podcast_list .item .meta_info .controls {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 8px;
}
.podcast_page .podcast_list .item .meta_info .controls li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--Greyscale-0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--Greyscale-900);
}
.podcast_page .podcast_list .item .meta_info .controls li span {
  height: 32px;
  background: var(--Greyscale-0);
  color: var(--Greyscale-900);
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: bold;
}
.podcast_page .podcast_list .item .meta_info .action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--Greyscale-0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--Greyscale-900);
}
.podcast_page .podcast_list .item:hover figure img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .podcast_page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .podcast_page .title_group {
    margin-bottom: 3rem;
  }
}

.decox_news {
  padding: 100px 0;
}
.decox_news .post_featured {
  padding: 16px 0;
}
.decox_news .post_featured figure {
  padding-bottom: 50%;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}
.decox_news .post_featured figure img {
  position: absolute;
  width: 100%;
  height: 100%; 
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.decox_news .post_featured .meta_info {
  width: 90%;
  margin: -100px auto 0;
  text-align: center;
  position: relative;
  background: var(--Greyscale-0);
  padding: 32px 48px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.decox_news .post_featured .meta_info h4 {
  margin-bottom: 30px;
}
.decox_news .post_featured .meta_info h4 a {
  color: var(--Greyscale-900);
}
.decox_news .post_featured .meta_info .post_meta ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: center;
  padding-left: 0;
}
.decox_news .post_featured .meta_info .post_meta ul li {
  color: #6F6F6F;
  position: relative;
}
.decox_news .post_featured .meta_info .post_meta ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #6F6F6F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.decox_news .post_featured .meta_info .post_meta ul li img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.decox_news .highlight {
  margin-top: 64px;
  margin-bottom: 24px;
}
.decox_news .post_highlight {
  position: relative;
}
.decox_news .post_highlight figure {
  position: relative;
  padding-bottom: 60%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.decox_news .post_highlight figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.decox_news .post_highlight figure .post_view {
  position: absolute;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  bottom: 8px;
  right: 8px;
  padding: 4px 8px;
  color: var(--Greyscale-0);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.decox_news .post_highlight figure .post_view img {
  position: relative;
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.decox_news .post_highlight figure .post_view .fa-heart + img {
  margin-left: 12px;
}
.decox_news .post_highlight .post_cate a {
  color: #094BF4;
}
.decox_news .post_highlight .time_reading {
  color: #6F6F6F;
  font-weight: bold;
  position: relative;
}
.decox_news .post_highlight .time_reading::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #6F6F6F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.decox_news .post_highlight .meta_info .post_title a {
  color: var(--Greyscale-900);
}
.decox_news .post_highlight .meta_info .like_post a {
  color: var(--Greyscale-500);
  font-size: 18px;
}
.decox_news .post_highlight .meta_info .post_meta {
  font-weight: bold;
}
.decox_news .post_highlight .meta_info .post_meta ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  gap: 26px;
}
.decox_news .post_highlight .meta_info .post_meta ul li {
  color: #6F6F6F;
  position: relative;
}
.decox_news .post_highlight .meta_info .post_meta ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #6F6F6F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.decox_news .post_highlight .meta_info .post_meta ul li img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.decox_news .post_highlight:hover figure img {
  transform: scale(1.1);
}
.decox_news .second_highlight {
  position: relative;
}
.decox_news .second_highlight:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Greyscale-50);
}
.decox_news .second_highlight figure {
  position: relative;
  padding-bottom: 60%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}
.decox_news .second_highlight figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.decox_news .second_highlight figure .post_view {
  position: absolute;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  bottom: 8px;
  right: 8px;
  padding: 4px 8px;
  color: var(--Greyscale-0);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.decox_news .second_highlight figure .post_view img {
  position: relative;
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.decox_news .second_highlight figure .post_view .fa-heart + img {
  margin-left: 12px;
}
.decox_news .second_highlight .post_cate a {
  color: #094BF4;
}
.decox_news .second_highlight .time_reading {
  color: #6F6F6F;
  font-weight: bold;
  position: relative;
}
.decox_news .second_highlight .time_reading::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #6F6F6F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.decox_news .second_highlight .meta_info .post_title {
  margin-top: 8px;
}
.decox_news .second_highlight .meta_info .post_title a {
  color: var(--Greyscale-900);
}
.decox_news .second_highlight .meta_info .like_post a {
  color: var(--Greyscale-500);
  font-size: 16px;
}
.decox_news .second_highlight .meta_info .post_meta {
  font-weight: bold;
}
.decox_news .second_highlight .meta_info .post_meta ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  gap: 26px;
}
.decox_news .second_highlight .meta_info .post_meta ul li {
  color: #6F6F6F;
  position: relative;
}
.decox_news .second_highlight .meta_info .post_meta ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #6F6F6F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.decox_news .second_highlight .meta_info .post_meta ul li img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.decox_news .second_highlight:hover figure img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .decox_news {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .decox_news .post_featured {
    padding: 1rem 0 0;
  }
  .decox_news .post_featured .meta_info {
    margin: 0.5rem 0 0;
    width: 100%;
    padding: 0.75rem;
  }
  .decox_news .post_highlight {
    margin-bottom: 1rem;
  }
  .decox_news .second_highlight figure {
    margin-bottom: 1rem;
  }
  .decox_news .item_post {
    margin-bottom: 1rem;
  }
}

.decox_design {
  padding-top: 56px;
  padding-bottom: 80px;
  overflow: hidden;
  background: var(--Greyscale-25);
}
.decox_design .title_group {
  margin-bottom: 56px;
}
.decox_design .design__arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
.decox_design .design__arrows .prev_arrow {
  transform: rotate(90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_design .design__arrows .prev_arrow img {
  height: 7px;
}
.decox_design .design__arrows .next_arrow {
  transform: rotate(-90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_design .design__arrows .next_arrow img {
  height: 7px;
}
.decox_design .slider_design {
  width: calc(100% + (100vw - 1320px + 1.5rem) / 2);
}
.decox_design .slider_design .item {
  margin-right: 24px;
  width: 20vw;
  min-width: 300px;
  position: relative;
}
.decox_design .slider_design .item figure {
  position: relative;
  padding-bottom: 150%;
  margin-bottom: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.decox_design .slider_design .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.decox_design .slider_design .item .meta_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(60, 60, 60, 0.3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: var(--Greyscale-0);
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.decox_design .slider_design .item .meta_info h4 {
  margin-bottom: 16px;
  line-height: 140%;
}
.decox_design .slider_design .item .meta_info h4 a {
  color: var(--Greyscale-0);
}
.decox_design .slider_design .item .meta_info .action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--Greyscale-0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--Greyscale-900);
}
.decox_design .slider_design .item .meta_info .action a img {
  height: 8px;
}
.decox_design .slider_design .item:hover figure img {
  transform: scale(1.1);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .decox_design .slider_design {
    width: calc(100% + (100vw - 1140px + 1.5rem) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .decox_design .slider_design {
    width: calc(100% + (100vw - 960px + 1.5rem) / 2);
  }
}
@media (max-width: 991px) {
  .decox_design {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .decox_design .slider_design {
    width: calc(100% + 0.75rem);
  }
  .decox_design .title_group {
    margin-bottom: 3rem;
  }
  .decox_design .design__arrows {
    margin-bottom: 3rem;
  }
}

.decox_planning {
  padding: 48px 0;
}
.decox_planning span.btn {
  cursor: auto;
}
.decox_planning span.btn.btn-black:hover {
  background: var(--Greyscale-0);
  color: var(--Greyscale-900);
}
.decox_planning .content_center {
  background: var(--Greyscale-25);
  padding: 64px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.decox_planning .content_center form {
  background: var(--Greyscale-50);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 2px;
}
.decox_planning .content_center form .form-control {
  border: 0;
  padding-left: 60px;
  background: transparent url(../images/chat.svg) no-repeat left 26px center/auto 16px;
  height: 42px;
  color: var(--Greyscale-300);
  font-size: 16px;
}
.decox_planning .content_center form .form-control::before {
  color: var(--Greyscale-300);
}
.decox_planning .content_center form .btn.btn-fullblack {
  font-size: 16px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
@media (max-width: 991px) {
  .decox_planning {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .decox_planning .content_center {
    padding: 32px;
  }
  .decox_planning .content_center form {
    background: transparent;
  }
  .decox_planning .content_center form .form-control {
    background-color: var(--Greyscale-50);
    margin-bottom: 0.5rem;
    width: 100%;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
  }
  .decox_planning .content_center form .btn {
    width: 100%;
    font-size: 16px;
  }
}

.decox_events {
  padding: 100px 0;
}
.decox_events .title_group {
  margin-bottom: 56px;
}
.decox_events .event__arrows {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 64px;
}
.decox_events .event__arrows .prev_arrow {
  transform: rotate(90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_events .event__arrows .prev_arrow img {
  height: 7px;
}
.decox_events .event__arrows .next_arrow {
  transform: rotate(-90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_events .event__arrows .next_arrow img {
  height: 7px;
}
.decox_events .slider_events {
  margin: 0 -16px;
}
.decox_events .slider_events .item {
  margin: 0 16px;
}
.decox_events .slider_events .item figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid var(--Greyscale-50);
  overflow: hidden;
}
.decox_events .slider_events .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.decox_events .slider_events .item .meta_info .post_title a {
  color: var(--Greyscale-900);
}
.decox_events .slider_events .item .meta_info .address {
  color: var(--Greyscale-600);
}
.decox_events .slider_events .item .meta_info .post_date {
  padding: 8px;
  background: var(--Greyscale-50);
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.decox_events .slider_events .item .meta_info .post_date span {
  color: var(--Greyscale-0);
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: var(--Greyscale-900);
  padding: 4px 8px;
}
@media (max-width: 991px) {
  .decox_events {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .decox_events .event__arrows {
    margin-top: 3rem;
  }
}

.decox_explore {
  padding-top: 56px;
  padding-bottom: 24px;
  overflow: hidden;
  background: var(--Greyscale-25);
}
.decox_explore .title_group {
  margin-bottom: 56px;
}
.decox_explore .explore__arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
.decox_explore .explore__arrows .prev_arrow {
  transform: rotate(90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_explore .explore__arrows .prev_arrow img {
  height: 7px;
}
.decox_explore .explore__arrows .next_arrow {
  transform: rotate(-90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_explore .explore__arrows .next_arrow img {
  height: 7px;
}
.decox_explore .slider_explore .item {
  padding: 0 10px;
  margin-bottom: 56px;
}
.decox_explore .slider_explore .item .inner {
  padding: 14px 16px;
  background: var(--Greyscale-0);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.decox_explore .slider_explore .item .inner figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.decox_explore .slider_explore .item .inner figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.decox_explore .slider_explore .item .inner .meta_info {
  text-align: center;
}
.decox_explore .slider_explore .item .inner .meta_info h4 {
  margin-bottom: 12px;
}
.decox_explore .slider_explore .item .inner .meta_info h4 a {
  color: var(--Greyscale-900);
}
.decox_explore .slider_explore .item:hover .inner figure img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .decox_explore {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .decox_explore .title_group {
    margin-bottom: 3rem;
  }
  .decox_explore .explore__arrows {
    margin-bottom: 3rem;
  }
  .decox_explore .slider_explore .item {
    padding: 0 6px;
    margin-bottom: 3rem;
  }
}

.project_group {
  padding: 100px 0;
}
.project_group .wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.project_group .wrapper .item_group .group_cate {
  padding-left: 60px;
  position: relative;
}
.project_group .wrapper .item_group .group_cate::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: var(--Greyscale-900);
  top: 0;
  left: 30px;
}
.project_group .wrapper .item_group .group_cate h4 {
  margin-bottom: 24px;
  line-height: 120%;
}
.project_group .wrapper .item_group .group_cate ul {
  list-style: none;
  padding-left: 0;
}
.project_group .wrapper .item_group .group_cate ul li:not(:last-child) {
  margin-bottom: 8px;
}
.project_group .wrapper .item_group .group_cate ul li a {
  display: inline-block;
  padding: 5px 12px;
  background: var(--Greyscale-50);
  font-weight: 500;
  color: var(--Greyscale-900);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
@media (max-width: 991px) {
  .project_group {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .project_group .wrapper .item_group .group_cate {
    padding-left: 30px;
  }
  .project_group .wrapper .item_group .group_cate::before {
    left: 0;
  }
  .project_group .wrapper .item_group .group_cate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .project_group .wrapper .item_group .item_post {
    margin-bottom: 1rem;
  }
}

.project_page {
  padding: 40px 0;
}
.project_page .prdesc {
  margin-bottom: 48px;
}
.project_page .project_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}
.project_page .project_filter .form-select {
  flex: 0 0 auto;
  width: auto;
  border-color: var(--Greyscale-900);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 991px) {
  .project_page {
    padding: 3rem 0;
  }
}

.decox_partner {
  padding-top: 56px;
  padding-bottom: 24px;
  overflow: hidden;
  background: var(--Greyscale-25);
}
.decox_partner .title_group {
  margin-bottom: 56px;
}
.decox_partner .partner__arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
.decox_partner .partner__arrows .prev_arrow {
  transform: rotate(90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_partner .partner__arrows .prev_arrow img {
  height: 7px;
}
.decox_partner .partner__arrows .next_arrow {
  transform: rotate(-90deg);
  background: var(--Greyscale-0);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--Greyscale-50);
}
.decox_partner .partner__arrows .next_arrow img {
  height: 7px;
}
.decox_partner .slider_partner .item {
  padding: 0 10px;
  margin-bottom: 56px;
}
.decox_partner .slider_partner .item .inner {
  padding: 14px 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
.decox_partner .slider_partner .item .inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0;
  background: var(--Greyscale-0);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.decox_partner .slider_partner .item .inner figure {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 8px solid var(--Greyscale-0);
  overflow: hidden;
}
.decox_partner .slider_partner .item .inner figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.decox_partner .slider_partner .item .inner .meta_info {
  text-align: center;
  position: relative;
}
.decox_partner .slider_partner .item .inner .meta_info h4 {
  margin-bottom: 12px;
}
.decox_partner .slider_partner .item .inner .meta_info h4 a {
  color: var(--Greyscale-900);
}
@media (max-width: 991px) {
  .decox_partner {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .decox_partner .title_group {
    margin-bottom: 3rem;
  }
  .decox_partner .partner__arrows {
    margin-bottom: 3rem;
  }
  .decox_partner .slider_partner .item {
    padding: 0 6px;
    margin-bottom: 3rem;
  }
}

.single_project {
  padding-bottom: 40px;
}
.single_project .project_meta {
  border-bottom: 1px solid var(--Light-Other-Divider);
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.single_project .project_meta .author {
  display: flex;
  gap: 8px;
}
.single_project .project_meta .author figure {
  width: 42px;
  flex: 0 0 42px;
  margin-bottom: 0;
}
.single_project .project_meta .author figure img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.single_project .project_meta .line {
  width: 1px;
  height: 52px;
  background: var(--Light-Other-Divider);
}
.single_project .project_meta .social {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 12px;
}
.single_project .project_meta .social li a {
  color: var(--Greyscale-300);
}
.single_project .project_meta .social li a img {
  height: 15px;
}
.single_project .slider_wrapper {
  position: relative;
  margin-bottom: 80px;
}
.single_project .slider_wrapper .project__arrows .prev_arrow {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(90deg);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(245, 245, 245, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.single_project .slider_wrapper .project__arrows .prev_arrow img {
  height: 7px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.single_project .slider_wrapper .project__arrows .next_arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-90deg);
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(245, 245, 245, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.single_project .slider_wrapper .project__arrows .next_arrow img {
  height: 7px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.single_project .project_slider .item figure {
  margin-bottom: 0;
}
.single_project .project_slider .item figure a {
  position: relative;
  display: block;
  padding-bottom: 60%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}
.single_project .project_slider .item figure a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.single_project .project_slider .item figure figcaption {
  font-size: 16px;
  text-align: center;
  padding: 16px 0;
}
.single_project .project_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.single_project .project_slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
.single_project .project_slider .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  background: var(--Greyscale-100);
  opacity: 1;
}
.single_project .project_slider .slick-dots li.slick-active button::before {
  background: var(--Greyscale-900);
}
.single_project .project_content {
  font-size: 18px;
  border-bottom: 1px solid var(--Greyscale-100);
  padding-bottom: 32px;
}
.single_project .project_content img {
  max-width: 100%;
  height: auto;
}
.single_project .project_content strong,
.single_project .project_content b {
  font-weight: bold;
}
.single_project .project_content h2 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_project .project_content h3 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_project .project_content h4 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_project .project_content h5 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_project .project_content figcaption {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 48px;
}
.single_project .project_content p {
  margin-bottom: 32px;
}
.single_project .project_content ul {
  margin-bottom: 24px;
}
.single_project .project_content ul li {
  margin-bottom: 12px;
}
.single_project .project_content blockquote {
  padding-left: 64px;
  border-left: 2px solid var(--Greyscale-900);
  margin: 48px 0;
  font-size: 24px;
  color: var(--Greyscale-500);
  font-weight: 500;
}
.single_project .project_content .gallery_grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  transition: grid-template-columns 0.4s ease-in-out;
}

/* start layout col */
.single_project .project_content .gallery_grid.layout-col-1 {
  grid-template-columns: 1fr;
}


.single_project .project_content .gallery_grid.layout-col-2 {
  grid-template-columns: repeat(2, 1fr);
}


.single_project .project_content .gallery_grid.layout-col-3 {
  grid-template-columns: repeat(3, 1fr);
}


@media (max-width: 991px) {
 .single_project .project_content .gallery_grid.layout-col-2,
 .single_project .project_content .gallery_grid.layout-col-3 {
  grid-template-columns: 1fr;
 }
}

/* end  */

.single_project .project_content .gallery_grid .item figure {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.single_project .project_content .gallery_grid .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.single_project .share_post {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 24px;
  padding-left: 0;
}
.single_project .share_post li a {
  color: var(--Greyscale-900);
}

.single_post {
  padding-bottom: 40px;
}
.single_post .wp-block-embed__wrapper, .single_post iframe {
  width: 100%;
  height: 400px;
}
.single_post .project_meta {
  border-bottom: 1px solid var(--Light-Other-Divider);
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.single_post .project_meta .author {
  display: flex;
  gap: 8px;
}
.single_post .project_meta .author figure {
  width: 42px;
  flex: 0 0 42px;
  margin-bottom: 0;
}
.single_post .project_meta .author figure img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.single_post .project_meta .line {
  width: 1px;
  height: 52px;
  background: var(--Light-Other-Divider);
}
.single_post .project_meta .social {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 12px;
}
.single_post .project_meta .social li a {
  color: var(--Greyscale-300);
}
.single_post .post_content {
  border-bottom: 1px solid var(--Greyscale-100);
  padding-bottom: 32px;
}
.single_post .post_content strong,
.single_post .post_content b {
  font-weight: bold;
}
.single_post .post_content h2 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_post .post_content h3 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_post .post_content h4 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_post .post_content h5 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  color: var(--Greyscale-500);
}
.single_post .post_content figcaption {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 48px;
}
.single_post .post_content p {
  margin-bottom: 32px;
}
.single_post .post_content ul {
  margin-bottom: 24px;
}
.single_post .post_content ul li {
  margin-bottom: 12px;
}
.single_post .post_content blockquote {
  padding-left: 64px;
  border-left: 2px solid var(--Greyscale-900);
  margin: 48px 0;
  font-size: 24px;
  color: var(--Greyscale-500);
  font-weight: 500;
}
.single_post .post_content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.single_post .post_content .summary {
  background: var(--Greyscale-50);
  padding: 32px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.single_post .post_content .summary p:last-child {
  margin-bottom: 0;
}
.single_post .share_post {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 24px;
  padding-left: 0;
}
.single_post .share_post li a {
  color: var(--Greyscale-900);
}
@media (max-width: 991px) {
  .single_post .post_content h2 {
    font-size: 32px;
  }
  .single_post .post_content h3 {
    font-size: 28px;
  }
  .single_post .post_content h4 {
    font-size: 26px;
  }
  .single_post .post_content h5 {
    font-size: 24px;
  }
  .single_post .post_content p {
    margin-bottom: 24px;
  }
  .single_post .post_content blockquote {
    padding-left: 24px;
    font-size: 18px;
    margin: 32px 0;
  }
  .single_post .post_content .summary {
    padding: 24px;
  }
}

.expert_page {
  padding-top: 40px;
}
.expert_page .list_expert {
  margin-top: 64px;
  margin-bottom: 96px;
}
.expert_page .list_expert .expert_item figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}
.expert_page .list_expert .expert_item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.expert_page .list_expert .expert_item .meta_info h4 {
  margin-bottom: 0;
}
.expert_page .list_expert .expert_item:hover figure img {
  transform: scale(1.1);
}
.expert_page .advise_partner {
  padding: 56px 0 80px;
  background: var(--Greyscale-25);
}
.expert_page .advise_partner .advise_filter {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.expert_page .advise_partner .advise_filter .form-select {
  flex: 0 0 auto;
  width: auto;
  border-color: var(--Greyscale-900);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.expert_page .advise_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.expert_page .advise_list .item_advise {
  background: var(--Greyscale-0);
  padding: 32px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.expert_page .advise_list .item_advise .avatar {
  position: relative;
  margin-bottom: 0;
  flex: 0 0 58px;
  width: 58px;
}
.expert_page .advise_list .item_advise .avatar > img {
  width: 58px;
  height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.expert_page .advise_list .item_advise .avatar span {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 16px;
}
.expert_page .advise_list .item_advise .jtitle .featured {
  border: 1px solid var(--Additional-Aqua-200);
  background: var(--Additional-Aqua-0);
  color: var(--Additional-Aqua-200);
  padding: 2px 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.expert_page .advise_list .item_advise .jcontact {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.expert_page .advise_list .item_advise .jcontact a {
  color: var(--Greyscale-900);
}
.expert_page .advise_list .item_advise .like_post a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Greyscale-50);
  color: var(--Greyscale-900);
  font-size: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.expert_page .advise_list .item_advise .advise_gallery {
  margin: 32px 0;
}
.expert_page .advise_list .item_advise .advise_gallery figure {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.expert_page .advise_list .item_advise .advise_gallery figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.expert_page .advise_list .item_advise .advise_gallery figure:hover img {
  transform: scale(1.1);
}
.expert_page .advise_list .item_advise .advise_cate {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  gap: 8px;
  list-style: none;
}
.expert_page .advise_list .item_advise .advise_cate li a {
  background: var(--Greyscale-50);
  padding: 0;
  color: var(--Greyscale-900);
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.expert_page .advise_list .item_advise .advise_cate li span {
  background: var(--Greyscale-50);
  padding: 5px 12px;
  color: var(--Greyscale-900);
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.expert_page .advise_list .advise_action {
  padding: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.expert_page .advise_list .advise_action > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.expert_page .advise_list .advise_action::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(139, 139, 139, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  z-index: 1;
}
.expert_page .advise_list .advise_action .inner {
  position: relative;
  z-index: 2;
  color: var(--Greyscale-0);
}
.expert_page .advise_list .advise_action .inner h3 {
  margin-bottom: 32px;
  line-height: 140%;
}
.expert_page .advise_list .advise_action .inner .btn-white {
  border: 1px solid var(--Greyscale-900);
}
@media (max-width: 991px) {
  .expert_page {
    padding-top: 3rem;
  }
  .expert_page .list_expert {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .expert_page .advise_partner {
    padding: 3rem 0;
  }
  .expert_page .advise_partner .advise_filter {
    margin-top: 3rem;
  }
  .expert_page .advise_list .item_advise {
    padding: 24px;
  }
  .expert_page .advise_list .item_advise .avatar {
    flex: 0 0 40px;
    width: 40px;
  }
  .expert_page .advise_list .item_advise .avatar > img {
    width: 40px;
    height: 40px;
  }
  .expert_page .advise_list .item_advise .featured {
    font-size: 12px;
  }
  .expert_page .advise_list .item_advise .advise_gallery {
    margin: 12px 0;
  }
  .expert_page .advise_list .advise_action {
    padding: 32px;
  }
  .expert_page .advise_list .advise_action .inner h3 {
    margin-bottom: 12px;
  }
}

.cover {
  padding-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cover {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
  .cover img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.profile_page {
  padding-bottom: 80px;
}
.profile_page .menu_profile {
  display: flex;
  list-style: none;
  padding-left: 0;
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--Greyscale-100);
  flex-wrap: wrap;
}
.profile_page .menu_profile li a {
  padding: 10px 16px;
  font-weight: 500;
  display: block;
  color: var(--Greyscale-900);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.profile_page .menu_profile li.active a {
  background: var(--Greyscale-50);
}
.profile_page .profile_sidebar {
  margin-top: -80px;
  position: sticky;
  top: 80px;
}
.profile_page .profile_sidebar .user_avatar {
  position: relative;
  width: 120px;
  height: 120px;
  border: 4px solid var(--Greyscale-0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}
.profile_page .profile_sidebar .user_avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.profile_page .profile_sidebar .featured {
  border: 1px solid var(--Additional-Aqua-200);
  background: var(--Additional-Aqua-0);
  color: var(--Additional-Aqua-200);
  padding: 2px 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  margin-bottom: 32px;
}
.profile_page .profile_sidebar .user_info {
  list-style: none;
  padding-left: 0;
}
.profile_page .profile_sidebar .user_info li {
  margin-bottom: 4px;
  padding-left: 24px;
  position: relative;
}
.profile_page .profile_sidebar .user_info li img {
  position: absolute;
  left: 0;
  width: 16px;
  top: 2px;
}
.profile_page .profile_sidebar .user_info li a {
  color: var(--Greyscale-900);
  text-decoration: underline;
}
.profile_page .profile_sidebar .btn-fullblack {
  min-width: 100px;
  flex: 1 0 0%;
  max-width: 100%;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profile_page .profile_sidebar .like_post a {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Greyscale-50);
  color: var(--Greyscale-900);
  font-size: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.profile_page .profile_sidebar table {
  margin-top: 50px;
}
.profile_page .profile_sidebar table tbody tr td:first-child {
  padding-left: 0;
}
.profile_page .profile_sidebar table tbody tr td:last-child {
  padding-right: 0;
  text-align: right;
}
.profile_page .profile_sidebar h4 {
  margin-top: 24px;
  padding-top: 24px;
  margin-bottom: 16px;
  border-top: 1px solid var(--Light-Other-Divider);
  color: var(--Greyscale-400);
}
.profile_page .profile_sidebar .user_social {
  display: flex;
  list-style: none;
  padding-left: 0;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 10px;
  margin-bottom: 1rem;
}
.profile_page .profile_sidebar .user_social img {
  height: 28px;
  width: auto;
}
.profile_page .advise_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.profile_page .advise_list .item_advise {
  background: var(--Greyscale-0);
  padding: 32px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid var(--Greyscale-50);
}
.profile_page .advise_list .item_advise .avatar {
  position: relative;
  margin-bottom: 0;
  flex: 0 0 58px;
  width: 58px;
}
.profile_page .advise_list .item_advise .avatar > img {
  width: 58px;
  height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.profile_page .advise_list .item_advise .avatar span {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 16px;
}
.profile_page .advise_list .item_advise .jtitle .featured {
  border: 1px solid var(--Additional-Aqua-200);
  background: var(--Additional-Aqua-0);
  color: var(--Additional-Aqua-200);
  padding: 2px 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.profile_page .advise_list .item_advise .jcontact {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.profile_page .advise_list .item_advise .jcontact a {
  color: var(--Greyscale-900);
}
.profile_page .advise_list .item_advise .like_post a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Greyscale-50);
  color: var(--Greyscale-900);
  font-size: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.profile_page .advise_list .item_advise .advise_gallery {
  margin: 32px 0;
}
.profile_page .advise_list .item_advise .advise_gallery figure {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.profile_page .advise_list .item_advise .advise_gallery figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.profile_page .advise_list .item_advise .advise_gallery figure:hover img {
  transform: scale(1.1);
}
.profile_page .advise_list .item_advise .advise_cate {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  gap: 8px;
  list-style: none;
}
.profile_page .advise_list .item_advise .advise_cate li a {
  background: var(--Greyscale-50);
  padding: 5px 12px;
  color: var(--Greyscale-900);
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.profile_page .advise_list .item_advise .advise_cate li span {
  background: var(--Greyscale-50);
  padding: 5px 12px;
  color: var(--Greyscale-900);
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.profile_page .advise_list .advise_action {
  padding: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.profile_page .advise_list .advise_action > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.profile_page .advise_list .advise_action::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(139, 139, 139, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  z-index: 1;
}
.profile_page .advise_list .advise_action .inner {
  position: relative;
  z-index: 2;
  color: var(--Greyscale-0);
}
.profile_page .advise_list .advise_action .inner h3 {
  margin-bottom: 32px;
  line-height: 140%;
}
.profile_page .advise_list .advise_action .inner .btn-white {
  border: 1px solid var(--Greyscale-900);
}
@media (max-width: 991px) {
  .profile_page .menu_profile {
    gap: 8px;
  }
  .profile_page .profile_sidebar table {
    margin-top: 1rem;
  }
  .profile_page .profile_sidebar h4 {
    margin-top: 12px;
    padding-top: 24px;
  }
  .profile_page .profile_sidebar .user_social {
    margin-bottom: 3rem;
  }
  .profile_page .advise_list .item_advise {
    padding: 24px;
  }
  .profile_page .advise_list .item_advise .avatar {
    flex: 0 0 40px;
    width: 40px;
  }
  .profile_page .advise_list .item_advise .avatar > img {
    width: 40px;
    height: 40px;
  }
  .profile_page .advise_list .item_advise .featured {
    font-size: 12px;
  }
  .profile_page .advise_list .item_advise .advise_gallery {
    margin: 12px 0;
  }
  .profile_page .advise_list .advise_action {
    padding: 32px;
  }
  .profile_page .advise_list .advise_action .inner h3 {
    margin-bottom: 12px;
  }
}

#footer_site {
  background: var(--Greyscale-900);
  color: var(--Greyscale-0);
}
#footer_site .foot_content {
  padding: 64px 0;
}
#footer_site .foot_content .logo_ft {
  display: inline-block;
  margin-bottom: 32px;
}
#footer_site .foot_content .logo_ft img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  height: 25px;
}
#footer_site .foot_content h4 {
  color: var(--Greyscale-300);
  margin-bottom: 16px;
}
#footer_site .foot_content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer_site .foot_content ul li:not(:last-child) {
  margin-bottom: 16px;
}
#footer_site .foot_content ul li a {
  color: var(--Greyscale-0);
}
#footer_site .foot_end {
  background: var(--Greyscale-0);
  color: var(--Greyscale-900);
  padding: 32px 0;
}
#footer_site .foot_end .social {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  gap: 16px;
}
#footer_site .foot_end .social li a img {
  height: 20px;
}
@media (max-width: 991px) {
  #footer_site .foot_content {
    padding: 3rem 0;
  }
  #footer_site .foot_content h4 {
    margin-top: 2rem;
  }
  #footer_site .foot_end {
    padding: 16px 0;
  }
}

.j_paging .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 500;
}
.j_paging .wp-pagenavi span {
  border: 1px solid var(--Greyscale-50);
  background: var(--Greyscale-0);
  min-width: 35px;
  text-align: center;
  color: var(--Greyscale-900);
  box-shadow: none;
  outline: none;
  padding: 5px;
  display: block;
  margin: 2px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.j_paging .wp-pagenavi span.current {
  border: 1px solid var(--Greyscale-900);
  background: var(--Greyscale-900);
  color: var(--Greyscale-0);
}
.j_paging .wp-pagenavi a {
  border: 1px solid var(--Greyscale-0);
  background: var(--Greyscale-0);
  min-width: 35px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: var(--Greyscale-900);
  box-shadow: none;
  outline: none;
  padding: 5px;
  display: block;
  margin: 2px;
}
.j_paging .wp-pagenavi a img {
  height: 16px;
  transition: all 0.5s ease;
}
.j_paging .wp-pagenavi a:hover {
  border: 1px solid var(--Greyscale-900);
  background: var(--Greyscale-900);
  color: var(--Greyscale-0);
}
.j_paging .wp-pagenavi a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

#jbreadcrumb {
  padding: 24px 0 32px;
}
#jbreadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  -moz-column-gap: 34px;
       column-gap: 34px;
  margin-bottom: 0;
}
#jbreadcrumb ul li {
  position: relative;
}
#jbreadcrumb ul li:not(:first-child)::before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  left: -17px;
  color: var(--Greyscale-300);
}
#jbreadcrumb ul li a {
  color: var(--Greyscale-300);
}

.login-sticky {
  position: sticky;
  bottom: 0;
  z-index: 1050;
  min-height: 80vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 75%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
}
.login-sticky .btn {
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login-sticky .btn.btn-dark {
  background: var(--Greyscale-900);
}
.login-sticky .btn.btn-google {
  padding: 10px;
  min-width: 174px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border: 1px solid var(--Light-Other-Divider);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login-sticky .btn.btn-google img {
  height: 24px;
}
.login-sticky .btn.btn-facebook {
  padding: 10px;
  min-width: 174px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  background: #1877F2;
  border: 1px solid #1877F2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login-sticky .btn.btn-facebook img {
  height: 24px;
}
@media (max-width: 991px) {
  .login-sticky {
    padding-bottom: 1rem;
  }
  .login-sticky .btn {
    font-size: 14px;
  }
  .login-sticky .btn.btn-black {
    padding: 10px;
  }
  .login-sticky .btn.btn-google, .login-sticky .btn.btn-facebook {
    padding: 10px;
  }
  .login-sticky .btn.btn-google img, .login-sticky .btn.btn-facebook img {
    height: 20px;
  }
}/*# sourceMappingURL=main.css.map */

.breadcrumb-container span:not(:last-child)::after {
    font-size: 24px;
}
#jbreadcrumb .breadcrumb-container a, #jbreadcrumb .breadcrumb-container  {
  color: #A3A3A3;
}
#jbreadcrumb .breadcrumb-container a{
  padding: 0 6px;
}
 #jbreadcrumb .breadcrumb_last{
  padding-left: 6px;
  color: #0A0A0A;
 }
 #jbreadcrumb .breadcrumb_last span{
  color: #A3A3A3;
 }

.project_page .btn-back-link{
  display: inline-block; 
    padding: 8px 16px;
    background-color: #FFFFFF ;
    color: #0A0A0A ; 
    text-decoration: none;
    border-radius: 5px; 
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.project_page .btn-back-link:hover {
    background-color: #0A0A0A; 
    color: #FFFFFF;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Styling cho Video Popup */
.video-popup {
    display: none; 
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); 
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 90%;
    max-width: 960px; 
}

.video-popup-iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.video-popup-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-popup-close {
    position: absolute;
    top: -24px;
    right: -16px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
    z-index: 100000;
}

.video-popup-close:hover {
    color: #ccc;
}

.splide__slide.is-visible.active.is-active a {
    background: rgba(0, 87, 255, 0.8);
}

.project_page .project_filter,
.expert_page .advise_partner .advise_filter {
    flex-wrap: wrap;
}
.single-project .project_content .project_editor_content .wp-caption{
    width: 100% !important;
}
.project_editor_content p img.aligncenter,.project_editor_content div img.aligncenter,.project_editor_content img.aligncenter,.project_editor_content .aligncenter img {
    display: block;
    margin-left: auto ;
    margin-right: auto ;
    float: none ; /* Đề phòng theme có set float: left */
}
.wp-caption.aligncenter .wp-caption-text {
    text-align: center;
}
.project_editor_content img , .project_editor_content p, .project_editor_content div{
  margin-bottom: 16px;
}
.related_projects_wrapper .col-12 .col .title_group,.related_projects_wrapper .col-12 .col-auto .view_all{
  margin-bottom: 56px;
}
.project_filter .project-filter-select.hide-until-ready {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.project_filter .form-select {
    min-width: 150px; 
    max-width: 100%;
}

.item_post .meta_info .row.single-line-force {
    flex-wrap: nowrap; 
}

.item_post .meta_info .row.single-line-force .col {
    min-width: 0; 
}

.item_post .post_title.single-line-title,
.item_post .post_title.single-line-title a {
    display: block; 
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    width: 100%; 
}
.single-partner .cover img {
    height: 300px;
    object-fit: cover;
    display: block;
}
@media(max-width: 992px){
  .single-partner .cover img {
    height: 200px;
  }
}

.project_page .project_filter .select2-container--bootstrap-5 .select2-selection {
    border: 1px solid var(--Greyscale-900) !important; 
    border-radius: 8px !important;
    background-color: var(--Greyscale-0) !important; 
    padding: 0.375rem 3.5rem 0.375rem 0.75rem !important;
}
.project_page .project_filter .select2-container {
   width: auto !important;
    min-width: 250px; 
    flex-grow: 0;
    flex-shrink: 0;
}
.project_page .project_filter .select2-container--bootstrap-5 .select2-selection--single {
    width: auto !important; 
    min-width: 100%;
}
.project_page .project_filter .select2-container--bootstrap-5 .select2-selection__rendered {
    color: var(--Greyscale-900) !important;
    font-weight: 500;
    line-height: 1.5;
    white-space: normal !important;
    overflow: visible !important; 
    text-overflow: clip !important; 
    max-width: none !important; 
    display: inline-block;
}

.project_page .project_filter .select2-container {
    width: auto !important; 
    min-width: 150px;
    flex-grow: 0; 
}
.project_page .project_filter .select2-container--bootstrap-5 .select2-selection__placeholder {
    color: var(--Greyscale-900) !important; 
}
.project_page .project_filter .select2-container--bootstrap-5 .select2-selection__arrow {
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem; 
}
.project_page .project_filter .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.project_page .project_filter .select2-container--bootstrap-5:hover .select2-selection {
    border-color: var(--Greyscale-900) !important;
    box-shadow: none !important;
}
/* .select2-results__option[role="option"]:first-child {
    display: none;
} */
.project_page .project_filter .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--Greyscale-900) !important; 
    box-shadow: none !important;
}
.project_page .project_filter .select2-container--bootstrap-5 .select2-search__field:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.project_page .project_filter .select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: var(--Greyscale-900) !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.project_page .project_filter .select2-container--bootstrap-5 .select2-search__field {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    background-color: transparent !important; 
}

.project_page .project_filter .select2-container--bootstrap-5 .select2-search__field:focus {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear{
  right: 2rem !important;
}
.project_page .project_filter .select2-container {
    visibility: visible !important;
    opacity: 1 !important;
}

.project-filter-select.project-select2 {
    display: none !important; 
}

.explore_form form .select2-container {
    width: auto !important; 
    flex: 0 0 auto !important; 
}
.explore_form form .select2-container--bootstrap-5 .select2-selection {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    height: 42px !important;
    padding-right: 50px !important;
    padding-left: 12px !important; 
    
    display: flex !important;
    align-items: center;
}
.explore_form form .select2-container--bootstrap-5 .select2-selection__rendered {
    line-height: normal !important;
    padding: 0 !important;
    color: var(--Greyscale-900) !important;
    font-size: 14px;
    white-space: nowrap !important;
    overflow: visible !important;
}

.explore_form form .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.explore_form form .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: transparent !important;
    box-shadow: none !important;
}

.explore_form form .select2-container--bootstrap-5 .select2-selection__arrow {
   right: 8px !important; 
    z-index: 999; 
}

.explore_form form .select2-container--bootstrap-5 .select2-search.select2-search--inline .select2-search__field {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: 0.1px !important; 
    height: 0;
    padding: 0;
}

.explore_form form .select2-container--bootstrap-5 .select2-selection__clear {
   position: absolute;
    right: 25px !important; 
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    z-index: 1000; 
    cursor: pointer;
    pointer-events: auto !important; 
}
.search-select2,
.project-select2 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s; 
}
.expert_page .advise_partner .advise_filter .select2-container {
    flex: 0 0 auto;
    width: auto !important; 
    max-width: 100%; 
}
.expert_page .advise_partner .advise_filter .select2-container--bootstrap-5 .select2-selection {
    border: 1px solid var(--Greyscale-900) !important;
    border-radius: 8px !important; 
    background-color: var(--Greyscale-0) !important;
    box-shadow: none !important;
    padding: 0.375rem 3.5rem 0.375rem 0.75rem !important; 
    min-height: 40px; 
    display: flex;
    align-items: center;
}
.expert_page .advise_partner .advise_filter .select2-container--bootstrap-5 .select2-selection__rendered {
    color: var(--Greyscale-900); 
    font-weight: 500;
    font-size: 16px; 
    line-height: 1.5; 
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.expert_page .advise_partner .advise_filter .select2-container--bootstrap-5 .select2-selection__clear {
    right: 2rem !important; 
    z-index: 2; 
}

.expert_page .advise_partner .advise_filter .select2-container--bootstrap-5 .select2-selection__arrow {
    right: 0.75rem !important; 
    z-index: 1;
}
.expert_page .advise_partner .advise_filter .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.expert_page .advise_partner .advise_filter .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--Greyscale-900) !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.advise-select2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}

.profile_page .gx-lg-5{
    --bs-gutter-x: 6rem !important;
}
.select2-selection__placeholder{
  color: var(--Greyscale-900) !important; 
}

.select2-search__field:focus {
    box-shadow: none !important;
    border-color: var(--Greyscale-900) !important;
}
.select2-container--focus .select2-selection {
    box-shadow: none !important;
    border-color: var(--Greyscale-900) !important; 
}
.select2-container--bootstrap-5 .select2-dropdown{
  border-color: var(--Greyscale-900) !important;
}

.select2-dropdown {
    width: auto !important; 
    /* min-width: 250px;  */
    z-index: 1060; 
}

.select2-container--bootstrap-5 .select2-results__options {
    max-height: 300px !important; 
    overflow-y: auto;
    white-space: nowrap; 
}
