* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
.single-post__main * {
  font-family: "SVN-Poppins", sans-serif !important;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 0.5rem;
    height: 5rem;
  }

  /* ::-webkit-scrollbar-track {
		background-color: #63A147;
		border-radius: 10px;
	} */

  ::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    border-radius: 10px;
  }
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}
:root {
  --init-font-size: 1.1111111111vw;
  --theme-color: #f2c84b;
  --theme-color2: #dc2751;
  --black: #1b1b1b;
  --black-300: #ccc;
  --section: 5.625rem;
  --1: 0.0625rem;
  --2: 0.125rem;
  --3: 0.1875rem;
  --4: 0.25rem;
  --5: 0.3125rem;
  --6: 0.375rem;
  --7: 0.4375rem;
  --8: 0.5rem;
  --9: 0.5625rem;
  --10: 0.625rem;
  --11: 0.6875rem;
  --12: 0.75rem;
  --13: 0.8125rem;
  --14: 0.875rem;
  --15: 0.9375rem;
  --16: 1rem;
  --17: 1.0625rem;
  --18: 1.125rem;
  --19: 1.1875rem;
  --20: 1.25rem;
  --21: 1.3125rem;
  --22: 1.375rem;
  --23: 1.4375rem;
  --24: 1.5rem;
  --25: 1.5625rem;
  --26: 1.625rem;
  --27: 1.6875rem;
  --28: 1.75rem;
  --29: 1.8125rem;
  --30: 1.875rem;
  --31: 1.9375rem;
  --32: 2rem;
  --33: 2.0625rem;
  --34: 2.125rem;
  --35: 2.1875rem;
  --36: 2.25rem;
  --37: 2.3125rem;
  --38: 2.375rem;
  --39: 2.4375rem;
  --40: 2.5rem;
  --41: 2.5625rem;
  --42: 2.625rem;
  --43: 2.6875rem;
  --44: 2.75rem;
  --45: 2.8125rem;
  --46: 2.875rem;
  --47: 2.9375rem;
  --48: 3rem;
  --49: 3.0625rem;
  --50: 3.125rem;
  --51: 3.1875rem;
  --52: 3.25rem;
  --53: 3.3125rem;
  --54: 3.375rem;
  --55: 3.4375rem;
  --56: 3.5rem;
  --57: 3.5625rem;
  --58: 3.625rem;
  --59: 3.6875rem;
  --60: 3.75rem;
  --61: 3.8125rem;
  --62: 3.875rem;
  --63: 3.9375rem;
  --64: 4rem;
  --65: 4.0625rem;
  --66: 4.125rem;
  --67: 4.1875rem;
  --68: 4.25rem;
  --69: 4.3125rem;
  --70: 4.375rem;
  --71: 4.4375rem;
  --72: 4.5rem;
  --73: 4.5625rem;
  --74: 4.625rem;
  --75: 4.6875rem;
  --76: 4.75rem;
  --77: 4.8125rem;
  --78: 4.875rem;
  --79: 4.9375rem;
  --80: 5rem;
  --81: 5.0625rem;
  --82: 5.125rem;
  --83: 5.1875rem;
  --84: 5.25rem;
  --85: 5.3125rem;
  --86: 5.375rem;
  --87: 5.4375rem;
  --88: 5.5rem;
  --89: 5.5625rem;
  --90: 5.625rem;
  --91: 5.6875rem;
  --92: 5.75rem;
  --93: 5.8125rem;
  --94: 5.875rem;
  --95: 5.9375rem;
  --96: 6rem;
  --97: 6.0625rem;
  --98: 6.125rem;
  --99: 6.1875rem;
  --100: 6.25rem;
}

html {
  font-size: var(--init-font-size);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow-x: hidden; */
  margin: 0;
  padding: 0;
}

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

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

p,
div {
  font-size: 1rem;
}
p {
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
.banner-page .rank-math-breadcrumb p {
  font-weight: 700;
  margin-bottom: 0;
}
.banner-page .rank-math-breadcrumb a,
.banner-page .rank-math-breadcrumb .separator {
  color: var(--theme-color);
}
.banner-page .rank-math-breadcrumb a:hover {
  color: white;
}
.banner-page .rank-math-breadcrumb .separator {
  margin: 0 0.5rem;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: 0 0;
  padding: 0;
  line-height: 1.4;
  right: 0;
  bottom: 0;
  font-size: 0.6875rem;
  color: white;
  opacity: 0.8;
}

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

.has-hover .image-cover:hover img {
  transform: scale(1.08);
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

td,
th {
  padding: var(--8);
}

td:first-child,
th:first-child {
  padding-left: var(--8);
}

td:last-child,
th:last-child {
  padding-right: var(--8);
}

@keyframes up-down {
  50% {
    transform: translateY(var(--15));
  }
}

@media (max-width: 767.98px) {
  :root {
    --init-font-size: 4.2667vw;
    --section: 1rem;
  }
}

/* Header */
#top-bar {
  min-height: 2.5rem;
  background: linear-gradient(90deg, #e12e2d 0%, #a12f32 100%);
}

#top-bar .container {
  padding-left: var(--section);
  padding-right: var(--section);
  align-items: center;
}

#top-bar .text-topbar {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#top-bar .hotline-topbar img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

#top-bar .hotline-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  position: relative;
  padding-right: 2.06rem;
  margin-right: 2.06rem;
}

#top-bar .hotline-topbar span {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}

#top-bar .hotline-topbar a:after {
  content: "";
  width: 1px;
  height: 1rem;
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.15);
}

#top-bar .hotline-topbar a:last-child {
  margin-right: 0;
  padding-right: 0;
}
#header .html.custom .icon-box {
  display: flex;
  align-items: center;
  column-gap: 0.68rem;
  margin-left: 1rem;
}
#header .html.custom .icon-box svg {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
#header .html.custom .text p:first-child {
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Architects Daughter", serif;
  color: var(--theme-color);
}
#header .html.custom .text p:last-child {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
#header .html.custom .text a {
  color: white;
}
#header .html.custom .icon-box svg path {
  fill: var(--theme-color);
}
header#header {
  position: fixed;
  top: 0;
  z-index: 1099;
  transition: all 0.3s ease-in-out;
}
body.open header#header {
  background-color: #101010;
}
#header.hide-desktop-menu {
  transform: translateY(0%);
}
body.open #header.hide-desktop-menu {
  transform: translateY(0);
  background-color: #101010;
}
#header .header-bg-color.fill {
  background-color: transparent;
}
#header.show-desktop-menu .header-bg-color.fill,
#header.hide-desktop-menu .header-bg-color.fill {
  background-color: #101010;
}
#header .header-main .container {
  padding-left: var(--section);
  padding-right: var(--section);
  align-items: center;
}

#header .header-main {
  height: 5.25rem !important;
}

#header .header-main .top-divider {
  background-color: #dedede;
  border-top: 0.0625rem solid;
}

#header #logo img {
  width: 9rem;
  height: auto;
  object-fit: contain;
}

#header #logo {
  width: 9rem;
}

#header .header-zalo {
  width: 9.75rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 6.25rem;
  background: #0069f4;
  display: inline-flex;
  justify-content: center;
  gap: 0.31rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0;
}

#header .header-zalo svg {
  width: 0.9375rem;
  height: 0.9375rem;
}

#header .header-zalo:hover {
  background-color: var(--theme-color);
}

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

#header .header-nav-main > .menu-item > a {
  color: white;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  padding: var(--20) 0;
}

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

#header .header-nav-main > .menu-item > a .icon-angle-down {
  opacity: 1;
  width: 1rem;
  height: 1rem;
}
#header .header-nav-main > .menu-item > a .icon-angle-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/uploads/2025/06/down-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#header .header-nav-main > .menu-item {
  margin: 0 1rem;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}

#header .menu-item-has-children > .sub-menu {
  padding: 0;
  border: 0;
  box-shadow: none;
  min-width: 15.1875rem;
  flex-direction: column;
  display: flex;
  left: -1.875rem;
}
#header .menu-item-has-children > .sub-menu .menu-item {
  width: 100%;
  position: relative;
}
#header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-item:first-child
  a {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
#header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-item:last-child
  a {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#header .header-nav-main .nav-dropdown {
  background: transparent;
  padding: 1rem 0;
  background-color: #1b1b1b;
  border-radius: 0.5rem;
  transform: translateY(1.5rem);
  transition: all 0.3s ease-in-out;
}
#header .header-nav-main .current-dropdown .nav-dropdown {
  transform: translateY(0) !important;
}
#header .header-nav-main > .menu-item-has-children > .sub-menu .menu-item a {
  margin: 0;
  padding: var(--13) var(--20);
  line-height: var(--20);
  border: 0;
  font-size: var(--15);
  color: white;
  font-weight: 400;
  background-color: #1b1b1b;
  text-transform: none;
  text-wrap-mode: nowrap;
  transition: all 0.3s;
}
#header .menu-item-has-children > .sub-menu .menu-item a:hover {
  color: var(--theme-color);
  padding-left: var(--28);
}

#header .menu-item-has-children > .sub-menu > .menu-item.active > a {
  background-color: transparent;
  color: var(--theme-color);
}

#header .menu-item-has-children > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none !important;
}

#header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-item:hover
  .sub-menu {
  display: block !important;
}

/* End header */
body .container,
body .container-width,
body .full-width .ubermenu-nav {
  max-width: calc(100% - var(--section) * 2);
}

body .row {
  max-width: calc(100% - var(--section) * 2 + 30px);
}

/* Slider */
.slick-dots li button {
  color: #fff;
  padding: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}

.slick-dots li {
  margin: 0 5px !important;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  opacity: 0.2;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#main .slider-home {
  padding: 0;
}

.carousel-full > .item:nth-of-type(n + 2) {
  display: none;
}

.admin-bar #main .slider-home .image-cover {
  padding-top: calc(100vh - 112px) !important;
}

.slider-home .slick-dots {
  flex-direction: column;
  right: 84px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}

.slider-home .slick-dots li {
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  margin: 9px 0 !important;
  opacity: 1;
  background-color: transparent;
}

.slider-home .slick-dots li.slick-active {
  background-color: #fff;
}

/* End slider */

.popup-custom-full .bg_overlay_popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  cursor: pointer;
}

.popup-custom-full .popup-content {
  max-width: 650px;
}

.popup-custom-full .popup-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.popup-custom-full .title-sub {
  color: #2d2d2d;
  font-family: var(--medium) !important;
  margin-bottom: 0;
  font-size: var(--20);
}

.um-login .um-notice.err {
  display: none;
}

.popup-custom-full .popup-content .title i {
  font-size: 22px;
  color: #2d2d2d;
}

.popup-custom-full .content p {
  text-align: center;
}

.popup-custom-full .content .title-form {
  margin-bottom: 10px;
  font-size: var(--23);
  text-align: center;
  color: var(--theme-color);
  font-weight: bold;
}

.popup-custom-full .tb-box {
  padding: 25px 25px 35px;
}

.popup-custom-full .submit button,
.popup-custom-full .submit a {
  margin: 20px 0 0;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: normal;
  text-transform: none;
  padding: 0 30px;
  border-radius: 99px;
  text-align: center;
  border: 1px solid var(--theme-color);
  font-size: var(--16);
}

.popup-custom-full .submit button:hover {
  background-color: #fff;
  color: var(--theme-color);
}

.popup-custom-full .submit {
  text-align: center;
}

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.modal_show_tb .close_tb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.popup-custom-full.show {
  display: flex;
}

.popup-custom-full .popup-content {
  position: absolute;
  z-index: 9999999999;
  background-color: #fff;
  border-radius: 0.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 650px;
  height: auto;
  padding: 0;
}

.section-bg img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-bg img.banner-mb {
  display: none;
}

section {
  position: relative;
}

.title-sub p:first-child {
  font-family: "Architects Daughter";
  color: var(--theme-color) !important;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.title-line {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
.title-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 3px;
  background-color: var(--theme-color);
}
.title-line h2 {
  margin-bottom: 0;
}

.title-main h1,
.title-main h2,
.title-main h3 {
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.title-color h2 strong,
.title-color h1 strong,
.title-color h3 strong,
.title-color-p p strong {
  background: var(
    --Linear,
    linear-gradient(90deg, #e12e2d 14.81%, #a12f32 32.8%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}

.section-title h2 {
  font-size: 2.5rem;
  color: var(--theme-color);
  line-height: 1.4em;
}

.button.btn__primary {
  height: 3.25rem;
  min-height: unset;
  border-radius: 99rem;
  padding: 0 3.25rem;
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  background-color: var(--theme-color);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: fit-content;
  color: var(--black);
}

.button.btn__primary:hover {
  background-color: #fff;
  color: var(--black);
}

.button.btn__primary svg {
  margin-left: 0.56rem;
  transition: transform 0.5s;
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
}

.button.btn__primary:hover path {
  stroke: currentColor;
}

.button.btn__primary:hover svg {
  transform: rotate(45deg);
}

.button.btn__secondary {
  height: 3.25rem;
  min-height: unset;
  border-radius: 99rem;
  padding: 0 3.25rem;
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  background-color: white;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: fit-content;
  color: var(--black);
}

.button.btn__secondary:hover {
  background-color: var(--theme-color);
  color: white;
}

svg.icon path {
  fill: currentColor;
}

.button.btn__outline {
  height: 2.5rem;
  min-height: unset;
  border-radius: 99rem;
  padding: 0 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid var(--theme-color);
  background-color: #fff;
  box-shadow: none;
  color: #2a2a2a;
}

.button.btn__outline svg {
  margin-left: 0.56rem;
  transition: transform 0.5s;
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
}

.button.btn__outline:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.button.btn__outline:hover path {
  stroke: currentColor;
}

.button.btn__outline:hover svg {
  transform: rotate(45deg);
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  transform: unset;
  border-radius: 9rem;
  opacity: 1;
  background-color: #c0c0c0;
  margin: 0 0.2rem;
  transition: all 0.3s ease-in-out;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.bt-pagination .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
}

@media (max-width: 767.98px) {
  .button.btn__primary,
  .button.btn__secondary {
    height: 2.75rem;
    padding: 0 2rem;
  }
}
/* contact btn */
/* home-form */
.home-form {
  padding: 0 var(--section) 3.44rem;
}

.home-form .home-form__wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 3.31rem;
  display: flex;
  justify-content: space-between;
}

.home-form .home-form--left {
  width: 41.625rem;
  flex-shrink: 0;
  margin-left: 5.13rem;
  padding-top: 1.07rem;
  padding-bottom: 4rem;
  max-width: 100%;
}

.home-form .form-home {
  width: 33.1875rem;
  max-width: 100%;
}

.home-form .title-color-p p {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.home-form .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 2.4rem;
}

.home-form form {
  margin: 0;
}

.home-form .form-content input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  height: var(--45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
}

.home-form .form-content input::placeholder {
  color: #fff;
}

.home-form .form-content .wpcf7-form-control-wrap:last-child {
  grid-column: span 2;
}

.home-form .form-content select {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  height: var(--45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  background-image: url(/wp-content/uploads/2024/12/i-down.svg);
  background-size: 0.8rem;
  margin: 0;
}

.home-form .form-content select option {
  color: #222;
}

.home-form .wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
  bottom: -1.2rem;
}

.home-form .form-submit {
  margin-top: 2.06rem;
}

.home-form .form-submit .button {
  margin: 0;
}

.home-form .home-form--right {
  margin-right: 2rem;
  width: 30rem;
  max-width: 100%;
  margin-top: auto;
}

.home-form .home-form--right .img-back {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.home-form .home-form--right .img-main {
  margin-top: 4.59rem;
  z-index: 3;
  position: relative;
  width: 23rem;
  max-width: 100%;
  margin-left: 2.5rem;
}

.home-form .home-form--right .icon-form {
  position: absolute;
  width: 4.8125rem;
  height: 4.75rem;
  bottom: 16%;
  right: 22%;
  z-index: 3;
  animation: up-down infinite 3s ease-in-out;
}

.home-form .box-number {
  border-radius: 0.5625rem;
  background: #fff;
  box-shadow: 0px 4px 20px 2px rgba(108, 108, 108, 0.25);
  position: absolute;
  bottom: 21%;
  width: 9.5rem;
  height: 11.3125rem;
  padding-top: 0.87rem;
  text-align: center;
  animation: up-down infinite 3s 1s ease-in-out;
  left: -0.5rem;
}

.home-form .box-number .relative {
  display: flex;
  flex-direction: column;
}

.home-form .box-number .number-run {
  color: var(--Color, #e12e2d);
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.home-form .box-number .odometer-formatting-mark {
  display: none;
}

.home-form .box-number .text {
  overflow: hidden;
  color: var(--Color-2, #2a2a2a);
  text-overflow: ellipsis;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 200% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home-form .box-number img {
  margin-left: 1rem;
  width: 9.13444rem;
}

@media screen and (max-width: 767.98px) {
  #header .header-main .top-divider {
    border: 0;
  }

  /* #header .header-main {
    border-bottom: 0.0625rem solid #dedede;
  } */

  .home-form .home-form__wrapper {
    flex-direction: column;
    padding: var(--30) 0 0;
  }

  .home-form .home-form--left {
    padding: 0 var(--16) var(--30);
    margin: 0;
  }

  .home-form .title-color-p p {
    font-size: var(--20);
    margin-bottom: var(--20);
  }

  .home-form .title-color-p p br {
    display: none;
  }

  .home-form .form-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-form .form-content .wpcf7-form-control-wrap:last-child {
    grid-column: unset;
  }

  .home-form .home-form--right .img-main {
    margin-top: var(--50);
    margin-left: 5%;
    width: 85%;
  }

  .home-form .home-form--right {
    margin: 0;
  }

  .home-form .home-form--right .icon-form {
    width: 3.5rem;
    height: auto;
  }

  .home-form .box-number {
    width: 7rem;
    height: auto;
    left: 0.5rem;
  }

  .home-form {
    padding-bottom: var(--60);
  }
}

/* End home-form */
@-webkit-keyframes phonering-cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-circle-fill {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

.list-shortcut-desktop {
  position: fixed;
  z-index: 1000000000;
  right: 30px;
  bottom: 205px;
  transform: translatey(50%);
}

.list-shortcut-desktop > a {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 20px;
}

.list-shortcut-desktop .zalo {
  background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -100px;
}

.list-shortcut-desktop .mess {
  background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -150px;
}

.list-shortcut-desktop .call {
  background: url(/wp-content/uploads/2025/06/icon-call-b.svg);
  position: relative;
}

.list-shortcut-desktop .register {
  background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 100px;
}

.list-shortcut-desktop .call:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 107, 17, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

.list-shortcut-desktop .call:after {
  content: "";
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ff6b11;
  background-color: transparent;
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all 0.5s;
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* end contact btn */

@media screen and (min-width: 850px) {
  #main-menu {
    display: none;
  }
}

@media screen and (max-width: 849.98px) {
  #footer .absolute-footer .pull-left {
    float: left;
  }

  #footer .absolute-footer .pull-right {
    float: right;
  }

  #header .hide-for-medium {
    display: flex !important;
    flex: unset;
  }

  #header .btn-menumobi {
    width: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

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

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

  #header.transparent .btn-menumobi span {
    background: #fff;
  }

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

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

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

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

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

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

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

  #main-menu .toggle {
    display: none;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: white !important;
    padding: 14px 30px 14px 30px;
    font-size: 1rem;
    font-weight: 00;
    text-transform: none;
    border: none;
    border-radius: 0 !important;
    border-bottom: 0;
  }

  #main-menu.mobile-sidebar .menu-item .expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2025/06/down-icon.png);
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
  }

  #main-menu.mobile-sidebar .menu-item .expand-icon.expanded {
    background-image: url(/wp-content/uploads/2025/06/down-icon.png);
    rotate: 180deg;
  }
  #main-menu.mobile-sidebar .nav-sidebar.nav-vertical {
    background-color: #1b1b1b;
    padding: 1rem 0;
  }
  #main-menu.mobile-sidebar .nav-sidebar.nav-vertical > li {
    border-top: 0;
    background-color: #1b1b1b;
    border-bottom: 0;
  }

  #main-menu.mobile-sidebar .menu-item.show > a {
    color: var(--theme-color) !important;
  }

  #main-menu.mobile-sidebar .menu-item.show > .expand-icon {
  }

  #main-menu.mobile-sidebar .menu-item .sub-menu a {
    padding: 10px 0 10px 45px !important;
    border-bottom: 0;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
  }

  #main-menu.mobile-sidebar .menu-item .sub-menu .sub-menu {
    padding-left: 1rem;
  }

  #main-menu .nav .children {
    position: unset;
    opacity: 1;
    width: 100%;
    transform: unset;
    padding: 0;
    margin: 0;
  }

  #main-menu .nav .children .menu-item {
    position: relative;
    margin: 0;
    padding-left: 0;
  }

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

  .mobile-sidebar .logo-mobile img {
    height: 60px;
    object-fit: contain;
  }

  .mfp-close {
    opacity: 1 !important;
    top: 25px;
    right: 20px;
  }

  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 20px 30px 30px;
  }

  .mobile-sidebar .info_menu ul {
    list-style: none;
  }

  .mobile-sidebar .info_menu ul li {
    color: #070707;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }

  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--theme-color);
  }

  #main-menu.mobile-sidebar {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 4.25rem 0 0;
    background: transparent;
    display: none;
    overflow-y: auto;
  }

  #main-menu.mobile-sidebar img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper {
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper li {
    width: fit-content;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper li a {
    padding-left: 0;
  }

  #main-menu.mobile-sidebar .html_top_right_text {
    padding: 14px 30px;
  }

  #main-menu.mobile-sidebar a.glink.gt-current-lang {
    font-weight: normal !important;
    color: var(--theme-color);
  }
}

@media screen and (min-width: 768px) {
  #header .flex-col.show-for-medium.flex-right,
  #header .flex-col.show-for-medium.flex-left {
    display: none;
  }

  #header .header-main .flex-col:nth-of-type(3) {
    flex: 1;
  }
}

@media screen and (max-width: 767.98px) {
  p,
  div {
    font-size: 0.9375rem;
  }
  body .progress-wrap {
    right: 15px;
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::before {
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::after {
    font-size: 14px;
  }

  #header .hide-for-medium {
    display: none !important;
  }

  #header #logo {
    width: 10rem;
  }
  .title-sub p:first-child {
    font-size: 0.9375rem;
  }
  .title-main h2,
  .title-main h1,
  .title-main h3,
  .section-title h2 {
    font-size: 1.75rem;
  }

  [data-aos="fade-right"],
  [data-aos="fade-left"],
  [data-aos="fade-up-right"],
  [data-aos="fade-up-left"],
  [data-aos="fade-down-right"],
  [data-aos="fade-down-left"] {
    transform: translate3d(0, 100px, 0);
  }

  .sec-footer .col-right .col-inner {
    flex-direction: column;
    gap: var(--30);
  }

  .sec-footer .col-right {
    padding-left: 1rem;
  }

  .address-list {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: var(--20);
  }

  #header .header-main {
    height: 4.25rem !important;
  }

  .page-banner .about-nav {
    display: none !important;
  }

  .section-bg img.banner-pc {
    display: none;
  }

  .section-bg img.banner-mb {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/06/icon-up.svg);
  height: 1.125rem;
  width: 1.125rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap .icon {
  position: absolute;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: var(--theme-color);
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap .icon path {
  fill: currentColor;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline-block;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-inside {
  display: flex;
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  padding-right: 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  vertical-align: middle;
  zoom: 1;
  display: inline-block;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--bold);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  font-family: var(--bold);
  text-align: center;
}

#wrapper .processing:before {
  width: 20px !important;
  height: 20px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: fixed;
  background: var(--theme-color);
  animation: clockwise 1200ms infinite linear;
  border: 0 !important;
  top: 50%;
  left: 50%;
  border: 1px solid #fff !important;
  z-index: 9999999999999;
}

.processing:after {
  z-index: 9999999999999;
  content: "";
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: FIXED;
  left: 50%;
  top: 50%;
  mix-blend-mode: darken;
  background: var(--theme-color2);
  margin-left: -5px;
  animation: counter-clockwise 1200ms infinite linear;
  border: 1px solid #fff !important;
}

@keyframes clockwise {
  0% {
    transform: translateX(0);
    width: 20px;
  }

  25% {
    width: 25px;
  }

  50% {
    transform: translateX(100%);
    width: 20px;
  }
}

@keyframes counter-clockwise {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 1600px) {
  :root {
    --section: calc(6rem * 2);
    --init-font-size: 1vw;
  }
}

@media screen and (max-width: 767.98px) {
  .list-shortcut-desktop {
    left: 10px;
    bottom: 60px;
  }

  .list-shortcut-desktop > a {
    margin-bottom: 16px;
  }

  .slider [data-animate],
  [data-animate] {
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    opacity: 0 !important;
    transition: filter 1.3s, transform 1s, opacity 0.5s ease-in;
    will-change: filter, transform, opacity;
  }

  .slider [data-animate="fadeInLeft"],
  [data-animate="fadeInLeft"],
  .slider [data-animate="fadeInRight"],
  [data-animate="fadeInRight"] {
    transform: translate3d(0, 70px, 0);
  }

  .row-slider.slider [data-animated="true"],
  .slider .is-selected [data-animated="true"],
  [data-animated="true"] {
    animation-delay: 0.1s;
    opacity: 1 !important;
    transform: translateZ(0) scale(1);
  }
}

/* Footer */
#footer {
  background-color: #101010;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style-type: none;
}
#footer .footer-top {
  padding: 6.25rem var(--section) 4.25rem;
}
#footer .footer-top .footer-logo img {
  width: 10rem;
  height: auto;
  object-fit: contain;
}
#footer .footer-top .col-1 .slogan {
  font-size: 0.9375rem;
  color: white;
  line-height: 1.3;
  margin: 1.5rem 0;
}
#footer .footer-top .col-1 .box-social {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
#footer .footer-top .col-1 .box-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.625rem;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
  transition: all 0.3s ease-in-out;
}
#footer .footer-top .col-1 .box-social a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer .footer-top .col-1 .box-social a svg path {
  fill: white;
}
#footer .footer-top .col-1 .box-social a:hover {
  background-color: var(--theme-color);
  transform: translateY(-0.313rem);
}
#footer .grid-cols-4 {
  display: flex;
	justify-content: space-between;
}
#footer .grid-cols-4 .col-1 {
  max-width: 30%;
  flex-basis: 30%;
}
#footer .grid-cols-4 .col-2 {
  max-width: 20%;
  flex-basis: 20%;
  padding-left: 2rem;
	display: none;
}
#footer .grid-cols-4 .col-3 {
  max-width: 32%;
  flex-basis: 32%;
  padding-left: 2rem;
}
#footer .grid-cols-4 .col-4 {
  max-width: 28%;
  flex-basis: 28%;
  padding-left: 2rem;
}
#footer .grid-cols-4 .title-footer {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: white;
}
#footer .grid-cols-4 .col-2 ul li {
  position: relative;
  padding-left: 1rem;
}
#footer .grid-cols-4 ul li a,
#footer .grid-cols-4 .col-4 .desc {
  color: white;
  font-size: 0.9375rem;
}
#footer .grid-cols-4 ul li a:hover {
  color: var(--theme-color);
}
#footer .grid-cols-4 .col-2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.313rem;
  height: 0.313rem;
  background-color: var(--theme-color);
  border-radius: 50%;
}
#footer .grid-cols-4 .col-3 li:nth-child(2) a {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--theme-color);
}
#footer .grid-cols-4 .col-3 li:nth-child(3) a {
  position: relative;
}
#footer .grid-cols-4 .col-3 li:nth-child(3) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.313rem;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
}
#footer .footer-bottom {
  padding: 1.5rem var(--section);
  border-top: 2px solid rgba(242, 200, 75, 0.2);
}
#footer .footer-bottom .col-1 ul {
  display: flex;
  align-items: center;
  column-gap: 1.56rem;
}
#footer .footer-bottom .col-1 ul li {
  margin-bottom: 0;
}
#footer .footer-bottom .col-1 ul li a,
.design-by {
  font-size: 0.8rem;
  color: #ccc;
}
.design-by a {
  color: white;
  text-decoration: none;
  position: relative;
}
#footer .footer-bottom .col-1 ul li a:hover,
.design-by a:hover {
  color: var(--theme-color);
}
.design-by a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.313rem;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
}
.grid-cols-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
}
.contant__footer {
  position: relative;
  margin-top: 1.5rem;
}
.contant__footer input {
  box-shadow: none !important;
  height: 3rem;
  border-radius: 6.25rem;
  border: 2px solid var(--theme-color);
  background-color: transparent !important;
  margin-bottom: 0;
}
.contant__footer .wpcf7-not-valid-tip {
  right: auto;
  left: 1rem;
  bottom: -1rem;
}
.contant__footer input::placeholder {
  color: #ccc;
  font-size: 0.875rem;
}
.contant__footer .btn-2 {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  padding: 0.75rem;
  height: 2.5rem;
  width: 2.5rem;
  background-color: white;
}
.contant__footer .btn-2 svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin-left: 0;
}
.contant__footer .btn-2 svg path {
  fill: var(--theme-color);
}
.contant__footer .btn-2:hover {
  background-color: var(--theme-color);
}
.contant__footer .btn-2:hover svg path {
  fill: white;
}
@media (max-width: 767.98px) {
  #footer .footer-top {
    padding: 4.25rem var(--section) 3.25rem;
  }
  #footer .grid-cols-4 {
    flex-direction: column;
  }
  #footer .grid-cols-4 .col-1,
  #footer .grid-cols-4 .col-2,
  #footer .grid-cols-4 .col-3,
  #footer .grid-cols-4 .col-4 {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.25rem;
  }
  #footer .grid-cols-4 .col-4 {
    margin-bottom: 0;
  }
  .footer-bottom .grid-cols-2 {
    flex-direction: column;
    column-gap: 0.5rem;
  }
  #footer .footer-bottom .col-1 ul {
    column-gap: 0.56rem;
  }
  #footer .footer-bottom .col-1 ul li a,
  .design-by {
    font-size: 0.65rem;
  }
}
/* End footer */
/* Banner page */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.parallax-img {
  filter: grayscale(0.980303);
  opacity: 0.984243;
  background-attachment: fixed;
  background-position: center;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.line-color {
  position: absolute;
  margin: -1.4rem auto;
  border: 0;
  background-color: var(--theme-color);
  width: 0.15rem;
  height: 2.8rem;
  z-index: 9;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-page {
  height: 30rem;
}
.banner-page .sec-container {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--section);
}
.page-sec {
  padding: 6.25rem calc(var(--section) * 2);
  background-color: #1b1b1b;
}
.page-sec h1,
.page-sec h2,
.page-sec h3,
.page-sec h4,
.page-sec h5,
.page-sec h6,
.page-sec strong {
  color: white;
}
.page-sec h1 {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .page-sec {
    padding: 4.25rem var(--section);
  }
  .banner-page {
    height: 20rem;
  }
  .banner-page h1 {
    font-size: 1.5rem;
  }
  .banner-page .rank-math-breadcrumb p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .banner-page .rank-math-breadcrumb .separator {
    margin: 0 0.2rem;
  }
  .line-color {
    margin: -1rem auto;
    height: 2rem;
  }
  .parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: unset;
    transform: translateY(0);
    transition: transform 0.1s ease-out;
  }
}
/* End banner page */
/* Service */
.service-home {
  padding: 6.25rem var(--section);
  background-color: #101010;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.56rem;
}
.list-service__slide {
  height: auto;
}
.box-service {
  background-color: #1b1b1b;
  position: relative;
  border-radius: 10px;
  transition: 0.7s;
  text-align: center;
  padding: 3.75rem 1.5rem 1rem 1.5rem;
  overflow: hidden;
  height: 100%;
}
.box-service .box-icon {
  height: 3.75rem;
  width: 3.75rem;
  margin: auto;
}
.box-service .box-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.box-service .box-text {
  padding: 1rem 0 0;
}
.box-service .box-text,
.box-service .box-icon {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.box-service:hover .box-text,
.box-service:hover .box-icon {
  transform: translateY(-1.25rem);
}
.box-service .box-text svg {
  opacity: 0;
  visibility: hidden;
  height: 1.5rem;
  width: 1.5rem;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
  margin: auto;
}
.box-service .box-text svg path {
  fill: #fff;
}
.box-service .box-text .content p > strong {
  font-size: 1.25rem;
}
.box-service .box-text .content p {
  margin-bottom: 1rem;
}
.box-service .box-text .content p:nth-child(2) {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-service .number {
  font-weight: 700;
  font-size: 100px;
  position: relative;
  bottom: 0px;
  right: -15px;
  text-align: end;
  color: transparent;
  -webkit-text-stroke: 2px rgb(235 202 97 / 20%);
  opacity: 0.8;
  line-height: 1.75rem;
}

.box-service:hover .box-icon img {
  filter: brightness(0) invert(20);
}
.box-service:hover {
  background-color: var(--theme-color);
}
.box-service:hover .number {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
}

.box-service:hover .content p {
  color: #fff;
}
.box-service:hover .box-text svg {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 850px) and (min-width: 768px) {
  .box-service .number {
    right: 0;
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  .service-home {
    padding: 4.25rem var(--section);
  }
  .service-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .box-service .number {
    line-height: 2.25rem;
  }
  .list-service__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1.56rem;
  }
}
/* End service */
/* video */
.video-home {
  height: 30rem;
  overflow: hidden;
}

.video-home .video-button-wrapper {
  width: fit-content;
  margin: auto;
}
.video-home .sec-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.video-home .video-button-wrapper a {
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  margin: 0;
  padding: 1.25rem;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255, 0.5);
  position: relative;
}
.video-home .video-button-wrapper a:before {
  content: "";
  position: absolute;
  scale: 1;
  height: 4.25rem;
  width: 4.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: 0;
}
.video-home .video-button-wrapper a:hover:before {
  scale: 0;
}
.video-home .video-button-wrapper svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin-right: 0.313rem;
  position: relative;
}
.video-home .video-button-wrapper svg path {
  fill: var(--theme-color);
}
.video-home .video-button-wrapper a:hover path {
  fill: #fff;
}

/* Team */
.team-home {
  padding: 6.25rem var(--section);
  background-color: #101010;
}
.box-team .box-image .image-cover {
  border-radius: 0.5rem;
}
.box-team .box-image .image-cover img {
  filter: grayscale(0.980303);
  opacity: 0.984243;
}
.box-team:hover .box-image .image-cover img {
  filter: grayscale(0);
  opacity: 1;
}
.box-team .box-text {
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: #1b1b1b;
  margin: -2.5rem auto 0;
  width: calc(100% - 2rem);
}
.box-team .box-text .name {
  font-weight: 700;
  font-size: 1.25rem;
}
.box-team:hover .box-text {
  background-color: var(--theme-color);
  color: var(--black);
}
@media (max-width: 767.98px) {
  .team-home {
    padding: 4.25rem var(--section);
  }
  .box-team .box-text .name {
    font-size: 1.125rem;
  }
}
/* Review */
.review-home {
  padding: 6.25rem var(--section);
  background-color: #101010;
}
.box-review {
  padding: 2.25rem 1.5rem;
  background-color: #1b1b1b;
  border-radius: 0.5rem;
}
.box-review svg {
  height: 3rem;
  width: 3rem;
  object-fit: contain;
}
.box-review svg path {
  fill: var(--theme-color);
}
.box-review .desc {
  font-size: 1rem;
  height: 8.15rem;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.313rem;
}
.box-review .desc::-webkit-scrollbar {
  width: 2px;
}
.box-review .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.68rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 2px solid rgba(242, 200, 75, 0.2);
}
.box-review .box-icon .box-image {
  flex-shrink: 0;
  width: 4rem;
  padding: 0.313rem;
  border: 2px solid rgba(242, 200, 75, 0.2);
  border-radius: 50%;
}
.box-review .box-icon .image-cover {
  border-radius: 50%;
}
.box-review .box-icon .box-text {
  padding: 0;
}
.box-review .box-icon .box-text .name {
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .review-home {
    padding: 4.25rem var(--section);
  }
}
/* End review */
/* Submit */
.submit-home {
  padding: 6.25rem var(--section);
  overflow: hidden;
  height: 30rem;
}
.submit-home .section-bg {
  filter: grayscale(0.980303);
  opacity: 0.984243;
}

.submit-home .group-button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 1.68rem;
}
.submit-home .group-button .button {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.submit-home .group-button .btn__secondary svg{
  height: 1.125rem;
  width: 1.125rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.submit-home .group-button .btn__primary img{
	  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.submit-home .group-button .btn__secondary:hover svg {
  transform: rotate(45deg);
}
.submit-home .group-button .btn__secondary:hover svg path {
  fill: #fff;
}
.submit-home .title-main h3 {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2rem;
}
.submit-home .title-main h3 > strong,
.submit-home .title-main h3 > b {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .submit-home .title-main h3 {
    font-size: 2.5rem;
  }
  .submit-home .group-button {
    flex-direction: column;
    row-gap: 1.38rem;
  }
}
/* End Submit */
/* Project */
.project-home {
  padding: 6.25rem 0;
  background-color: #1b1b1b;
}
.project-home .title-header {
  padding: 0 var(--section);
}
.box-project {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.box-project .box-text {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.box-project:hover .box-text {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -80%);
}
.box-project .box-image .image-cover {
  border-radius: 0.5rem;
}
.box-project .box-text .post-cat {
  font-family: "Architects Daughter";
  color: var(--theme-color);
  font-size: 1.125rem;
  font-weight: 600;
}
.box-project .box-text .post-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.box-project:hover {
  transform: scale(0.95);
}
.box-project .box-image .image-cover img {
  filter: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.box-project:hover .box-image .image-cover img {
  filter: grayscale(0);
  opacity: 0.2;
}
.box-project .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  border-radius: 0.5rem;
}
.box-project:hover .img-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .project-home {
    padding: 4.25rem var(--section);
  }
}
/* End project */

/* News */
.news-home {
  padding: 6.25rem 0;
  background-color: #1b1b1b;
}
.news-home .title-header {
  padding: 0 var(--section);
}
.box-news .box-text {
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1.25rem;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
.box-news:hover .box-text {
  transform: translate(-50%, -20%);
}
.box-news .box-text svg {
  rotate: -90deg;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  margin-top: 0.68rem;
  opacity: 0;
  visibility: hidden;
}
.box-news .box-text svg path {
  fill: #fff;
}

.box-news:hover .box-text svg {
  rotate: 0deg;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .news-home {
    padding: 4.25rem var(--section);
  }
  .box-news .box-text,
  .box-news .box-image .image-cover img {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .box-news .box-text svg {
    display: none;
  }
}
/* End news */
/* Popup */
/*popup*/
.popup-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

.popup-contents .bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
}

.popup-contents .popup-box {
  background: white;
  padding: 5rem 3rem 3rem;
  border-radius: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10000;
  width: calc(100% - 50px);
  max-width: 60rem;
}
.popup-contents .popup-container {
  max-width: 40rem;
  margin-left: 0;
}
.popup-contents .form-contact p {
  font-size: 1.75rem;
  color: white;
  text-align: start;
  font-weight: 700;
  margin-bottom: 2rem;
}
.popup-contents .popup-box .form-contact .form-content {
  grid-template-columns: repeat(1, 1fr);
}
.popup-contents .popup-box .button.btn-viewall {
  margin-left: auto !important;
  margin-right: auto !important;
}
.popup-contents .popup-box .close-popup {
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  color: red;
  font-size: 1.5rem;
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  min-height: 35px;
  transition: all 0.3s ease-in-out;
}
.popup-contents .popup-box .close-popup {
  background-color: var(--theme-color);
  border-radius: 99px;
  padding: 0.313rem;
}
.popup-contents .popup-box .close-popup svg {
  height: auto;
  width: auto;
}
.popup-contents .popup-box .close-popup:hover {
  rotate: 90deg;
}
.popup-contents .popup-box .form-popup input[type="tel"],
.popup-contents .popup-box .form-popup input[type="text"] {
  box-shadow: none !important;
  border: 0;
  border-radius: 99px;
  height: 3rem;
  line-height: 3rem;
}
.popup-contents .popup-box .form-popup label {
  font-size: 1.4rem;
  color: white;
  text-shadow: 2px 2px 4px var(--theme-color2);
  text-align: left;
}
.popup-contents .popup-box .form-popup input[type="submit"] {
  border-radius: 20px;
  font-weight: 700;
  background: var(--wp--preset--color--luminous-vivid-amber);
  margin: 0;
}
.popup-contents .popup-box .form-popup {
  padding: 0 8rem;
}
.popup-contents .item-button {
  position: relative;
}
.popup-contents .item-button .wpcf7-spinner {
  position: absolute;
}
.popup-contents input,
.popup-contents textarea {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1rem;
  font-weight: 400;
  color: #fff !important;
  background-image: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.popup-contents input {
  border-radius: 6.25rem;
  height: 3rem;
}
.popup-contents textarea {
  border-radius: 1.5rem;
}
.popup-contents .item-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
.popup-contents input:focus,
.popup-contents textarea:focus {
  background-color: hsl(0deg 0% 100% / 20%) !important;
}
@media (max-width: 767.98px) {
  .popup-contents .popup-box {
    padding: 3rem 1rem 1rem;
  }
  .popup-contents .item-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .popup-contents .form-contact p {
    font-size: 1.5rem;
  }
}
/* End Popup */
/* language */
.pll-parent-menu-item > a,
.pll-parent-menu-item .sub-menu a {
  padding-left: 38px !important;
  position: relative;
}
.pll-parent-menu-item > a img,
.pll-parent-menu-item .sub-menu .lang-item a img {
  display: none !important;
}
html[lang="vi"] .pll-parent-menu-item > a {
  position: relative;
}
.pll-parent-menu-item > a span {
  font-size: 0;
  line-height: 1;
}
html[lang="vi"] .pll-parent-menu-item > a span::before {
  content: "Vi";
  font-size: 1rem;
}
html[lang="en-US"] .pll-parent-menu-item > a span::before {
  content: "En";
  font-size: 1rem;
}
html[lang="vi"] .pll-parent-menu-item > a::after,
html[lang="vi"]
  .pll-parent-menu-item
  .sub-menu
  .lang-item
  a[lang="en-US"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2024/01/vietnam-26834_640.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
html[lang="vi"]
  .pll-parent-menu-item
  .sub-menu
  .lang-item
  a[lang="en-US"]::before {
  background-image: url(/wp-content/uploads/2024/01/eng.webp);
}
html[lang="en-US"] .pll-parent-menu-item > a::after,
html[lang="en-US"]
  .pll-parent-menu-item
  .sub-menu
  .lang-item
  a[lang="vi"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2024/01/eng.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
html[lang="en-US"]
  .pll-parent-menu-item
  .sub-menu
  .lang-item
  a[lang="vi"]::before {
  background-image: url(/wp-content/uploads/2024/01/vietnam-26834_640.webp);
}
html[lang="vi"] .sub-menu .lang-item a[lang="vi"],
html[lang="en-US"] .sub-menu .lang-item a[lang="en-US"] {
  display: none !important;
}
.pll-parent-menu-item .sub-menu {
  left: 0 !important;
  padding: 0 !important;
}
.pll-parent-menu-item .sub-menu .lang-item a {
  border-radius: 0.5rem !important;
}
@media (min-width: 768px) {
  .pll-parent-menu-item .sub-menu {
    width: auto !important;
    left: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    top: 75%;
  }
  .pll-parent-menu-item .sub-menu .lang-item a {
    border-radius: 0.5rem !important;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .pll-parent-menu-item > a {
    margin-left: 30px;
  }
  .pll-parent-menu-item .sub-menu {
    padding-left: 30px !important;
  }
}

/* Dark mode */
body.dark-mode .dark,
body.dark-mode .dark .box-review,
body.dark-mode .section-archive,
body.dark-mode .blog-single__post {
  background: #fff;
}
body.dark-mode .blog-single__post h1,
body.dark-mode .blog-single__post h2,
body.dark-mode .blog-single__post h3,
body.dark-mode .blog-single__post h4,
body.dark-mode .blog-single__post h5,
body.dark-mode .blog-single__post h6,
body.dark-mode .blog-single__post li,
body.dark-mode .blog-single__post ul,
body.dark-mode .blog-single__post ol,
body.dark-mode .blog-single__post div,
body.dark-mode .blog-single__post p,
body.dark-mode .blog-single__post a {
  color: #101010;
}
body.dark-mode .dark h1,
body.dark-mode .dark h2,
body.dark-mode .dark h3,
body.dark-mode .dark h4,
body.dark-mode .dark h5,
body.dark-mode .dark h6,
body.dark-mode .dark li,
body.dark-mode .dark ul,
body.dark-mode .dark ol,
body.dark-mode .dark div,
body.dark-mode .dark p,
body.dark-mode .blog-single__post div .post-title {
  color: #101010;
}
body.dark-mode .dark.sec-parallax h1,
body.dark-mode .dark.sec-parallax h2,
body.dark-mode .dark.sec-parallax h3,
body.dark-mode .dark.sec-parallax h4,
body.dark-mode .dark.sec-parallax h5,
body.dark-mode .dark.sec-parallax h6,
body.dark-mode .dark.sec-parallax li,
body.dark-mode .dark.sec-parallax ul,
body.dark-mode .dark.sec-parallax ol,
body.dark-mode .dark.sec-parallax div,
body.dark-mode .dark.sec-parallax p,
body.dark-mode .dark.vision-about .grid-cols-2 .box-text div {
  color: #fff;
}

body.dark-mode .dark .box-service .number {
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
}
body.dark-mode .dark.project-home,
body.dark-mode .dark .box-team .box-text,
body.dark-mode .dark .box-service,
body.dark-mode .dark.review-home,
body.dark-mode .dark.partners-home,
body.dark-mode .dark.intro-service1,
body.dark-mode .dark.why-service1 .why-item,
body.dark-mode .dark .procedure-num,
body.dark-mode .dark .vision-item,
body.dark-mode .dark.intro-about,
body.dark-mode .blog-sidebar .featured-news,
body.dark-mode .blog-sidebar .blog_cat,
body.dark-mode .blog-sidebar .blog_tags,
body.dark-mode .blog-sidebar .box-search,
body.dark-mode .blog-sidebar .info-project {
  background: #f0f0f3;
}

body.dark-mode .dark .box-service:hover,
body.dark-mode .dark .box-team:hover .box-text,
body.dark-mode .dark.why-service1 .why-item:hover,
body.dark-mode .dark .vision-item:hover {
  background: var(--theme-color);
}
body.dark-mode #header.show-desktop-menu .header-bg-color.fill,
body.dark-mode #header.hide-desktop-menu .header-bg-color.fill,
body.dark-mode #header .header-nav-main .nav-dropdown,
body.dark-mode
  #header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-item
  a {
  background-color: white;
}
body.dark-mode #header.hide-desktop-menu .header-nav-main > .menu-item > a,
body.dark-mode #header.show-desktop-menu .header-nav-main > .menu-item > a,
body.dark-mode #header.show-desktop-menu .html.custom .text a,
body.dark-mode #header.hide-desktop-menu .html.custom .text a,
body.dark-mode
  #header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-item
  a,
body.dark-mode .dark .procedure-num span,
body.dark-mode .dark .tab-text .tab .procedure-text p {
  color: #101010;
}
body.dark-mode
  #header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-item
  a:hover,
body.dark-mode .blog-single__post .box-featured a:hover .post-title {
  color: var(--theme-color);
}
body.dark-mode #header .header-nav-main .nav-dropdown {
  box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}
body.dark-mode .box-project:hover .img-overlay {
  z-index: 1;
}
body.dark-mode .box-project:hover .box-image .image-cover img {
  opacity: 1;
}
body.dark-mode .time-work .item .spacing {
  border-bottom: 2px solid rgb(159 159 159 / 20%);
}
body.dark-mode .form-contact input,
body.dark-mode .form-contact textarea {
  color: #101010 !important;
  border: 2px solid rgb(159 159 159 / 20%);
}
body.dark-mode .form-contact input::placeholder,
body.dark-mode .form-contact textarea::placeholder {
  color: #555 !important;
}
body.dark-mode .button.btn__primary:hover {
  background-color: #f0f0f3;
}
