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

body,
.single-post__main * {
  font-family: "Be Vietnam Pro", sans-serif !important;
}
.sec-container {
  padding: 0 var(--section);
}
@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: #e12e2d;
    border-radius: 10px;
  }
  .hide-desktop {
    display: none !important;
  }
  .fix-sidebar {
    position: sticky;
    top: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: top 0.3s ease;
    z-index: 99;
  }
  .admin-bar .fix-sidebar {
    top: 44px;
  }
  .fix-sidebar.moveDown {
    top: 6.75rem;
  }
  .admin-bar .fix-sidebar.moveDown {
    top: calc(6.75rem + 44px);
  }
}
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}
:root {
  --init-font-size: 1.1111111111111112vw;
  --theme-color: #0c51a0;
  --theme-color2: #ec2028;
  --black: #2c2828;
  --black-200: #4e4e4e;
  --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;
}

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

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

.has-hover .image-cover:hover img {
  transform: scale(1.08);
}
p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
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#header {
  position: sticky;
  top: 0;
  z-index: 1009;
  transition: all 0.3s ease-in-out;
}
/* #header.hide-desktop-menu {
  transform: translateY(-130%);
} */
#header .header-main .container {
  padding-left: var(--section);
  padding-right: var(--section);
  align-items: center;
}

#header .header-main {
  height: var(--70) !important;
  box-shadow: 0 4px 20px 0 rgba(143, 143, 143, 0.2);
}
.home #header .header-main {
  box-shadow: none;
}
.home #header.bg-menu .header-main {
  box-shadow: 0 4px 20px 0 rgba(143, 143, 143, 0.2);
}
#header .header-main .top-divider {
  background-color: #dedede;
  border-top: 0.0625rem solid;
}

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

#header #logo {
  width: auto;
  height: 100%;
}
#header #logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .flex-col,
#header .header-bottom-nav {
  height: 100%;
}
#header .header-nav-main {
  justify-content: center;
  height: 100%;
}

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

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

#header .header-nav-main > .menu-item > a .icon-angle-down {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#header .header-nav-main > .menu-item:hover > a .icon-angle-down {
  rotate: 180deg;
}
#header .header-nav-main > .menu-item {
  margin: 0 1.35rem;
  height: 100%;
}

.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;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-top: 1.5px solid var(--theme-color);
}

#header .menu-item-has-children > .sub-menu .menu-item {
  width: 100%;
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
}

#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-bottom: 1px solid #ececec;
  font-size: var(--15);
  color: var(--black);
  font-weight: 400;
  background-color: #fff;
  text-transform: none;
  text-wrap-mode: nowrap;
}

#header .menu-item-has-children > .sub-menu .menu-item a:hover,
#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: var(--black);
}

.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;
  z-index: 2;
}

.title-main h1,
.title-main h2,
.title-main h3 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.68rem;
}

.title-color h2,
.title-color h1,
.title-color h3 {
  color: var(--theme-color);
}

.title-line h2,
.title-line h1,
.title-line h3,
.line-title {
  position: relative;
  width: 100%;
  margin-bottom: 1.56rem !important;
  padding-bottom: 1.56rem !important;
}

.title-line h2::after,
.title-line h1::after,
.title-line h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #bfbfbf;
  transition: 2s ease-in-out;
}
.scroll-css.title-line h2::after,
.scroll-css.title-line h1::after,
.scroll-css.title-line h3::after {
  width: 100%;
}
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #bfbfbf;
  transition: 2s ease-in-out;
}
.scroll-css.line-title::after {
  width: 100%;
}

.line-run {
  position: relative;
  height: 1px;
}

.line-run::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: linear-gradient(90deg, #4e4e4e 0%, rgba(78, 78, 78, 0) 100%);
  transition: 2s ease-in-out;
}

.scroll-css.line-run::after {
  width: 100%;
}

.button.btn__primary {
  height: 2.5rem;
  min-height: unset;
  border-radius: 0.3125rem;
  padding: 0 1.3rem;
  font-weight: 500;
  font-size: 0.9375rem;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  box-shadow: none;
  color: #fff;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

.button.btn__secondary {
  height: 2.5rem;
  min-height: unset;
  border-radius: 0.3125rem;
  padding: 0 1.3rem;
  font-weight: 500;
  font-size: 0.9375rem;
  border: 1px solid var(--theme-color2);
  background-color: var(--theme-color2);
  box-shadow: none;
  color: #fff;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button.btn__secondary:hover {
  background-color: #fff;
  color: var(--theme-color2);
}
.button.btn__outline {
  height: 2.5rem;
  min-height: unset;
  border-radius: 0.3125rem;
  padding: 0 1.3rem;
  font-weight: 500;
  font-size: 0.9375rem;
  box-shadow: none;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: var(--black-200);
  border: 1px solid var(--black-200);
}
.button.btn__outline:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}
.button.btn__outline.red {
  border-color: var(--theme-color2);
  color: var(--theme-color2);
  background-color: #fff;
}
.button.btn__outline.red:hover {
  color: #fff;
  background-color: var(--theme-color2);
}
.button.btn__outline.blue {
  border-color: var(--theme-color);
  color: var(--theme-color);
  background-color: #fff;
}
.button.btn__outline.blue:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.swiper .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  transform: unset;
  border-radius: 9rem;
  opacity: 1;
  background-color: #c0c0c0;
  margin: 0 0.34375rem;
  transition: 0.3s ease-in-out;
}
.button.btn__text {
  height: fit-content;
  min-height: unset;
  padding: 0;
  font-weight: 600;
  font-size: 0.9375rem;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  color: var(--theme-color2);
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  position: relative;
  text-transform: uppercase;
}
.button.btn__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color2);
  transition: width 0.3s ease-in-out;
}
.button.btn__text:hover::before {
  width: 100%;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 2rem;
  background-color: var(--theme-color);
}
.group-swiper {
  display: inline-flex;
  column-gap: 1rem;
}
.swiper-button {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #bfbfbf;
  border-radius: 99rem;
  cursor: pointer;
}
.swiper-button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.swiper-button:hover svg path {
  fill: #fff;
}
/* contact btn */

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

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

@media screen and (min-width: 850px) {
  #main-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #header #logo {
    order: -1;
  }
}
@media screen and (max-width: 849.98px) {
  #header .flex-col {
    height: auto;
  }
  #header .header-inner .nav {
    height: 100%;
  }
  #header .hide-for-medium {
    display: flex !important;
    flex: unset;
  }

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

  #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%;
    right: 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: 0;
    flex-shrink: 0;
  }
  #header .cart-item {
    padding-left: 0.68rem;
    margin-left: 0.68rem;
  }
  #main-menu .toggle {
    display: none;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: var(--black) !important;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #ececec;
  }

  #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/11/i-plus.svg);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  #main-menu.mobile-sidebar .menu-item .expand-icon.expanded {
    background-image: url(/wp-content/uploads/2025/11/i-minus.svg);
  }

  #main-menu.mobile-sidebar .nav-sidebar.nav-vertical > li {
    border-top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
  }

  #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 {
    font-family: var(--regular);
    padding: 10px 0 10px 45px !important;
    border-bottom: 0;
    font-size: 16px;
    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: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
    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) {
  #header .hide-for-medium {
    display: none !important;
  }

  #header #logo {
    width: 10rem;
  }
  #header .header-main {
    height: var(--70) !important;
  }
}

/** Quick contact */
@-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: 1000;
  right: var(--20);
  bottom: 12rem;
  transform: translatey(50%);
}

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

.list-shortcut-desktop .zalo {
  background: url(/wp-content/uploads/2025/11/i-zalo.svg) center center
    no-repeat;
  position: relative;
}

.list-shortcut-desktop .mess {
  background: url(/wp-content/uploads/2025/11/i-mess.svg) center center
    no-repeat;
  position: relative;
}

.list-shortcut-desktop .call {
  background: url(/wp-content/uploads/2025/11/i-call.svg) center center
    no-repeat;
  position: relative;
}

.list-shortcut-desktop .call:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(12 81 160 / 70%);
  border-radius: 100%;
  border: 2px solid #fff0;
  -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 var(--theme-color);
  background-color: #fff0;
  -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%;
}

.progress-wrap {
  position: fixed;
  right: var(--20);
  bottom: 5.5rem;
  height: var(--40);
  width: var(--40);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgb(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/11/i-up2.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;
}
@media screen and (max-width: 767.98px) {
  .list-shortcut-desktop {
    right: var(--16);
    bottom: 8rem;
  }

  .list-shortcut-desktop > a {
    margin-bottom: var(--20);
  }
  body .progress-wrap {
    right: var(--16);
    bottom: 1.75rem;
  }

  body .progress-wrap::after {
    font-size: 14px;
  }
}
/* end contact btn */

.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 {
    --init-font-size: 0.9375vw;
    --section: calc(5.625rem * 2);
  }
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 767.98px) {
  .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);
  }

  .title-main h2,
  .title-main h1,
  .title-main h3 .section-title h2 {
    font-size: 1.4rem;
  }

  [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);
  }
}
/* Banner page */
.banner-page {
  height: 24.375rem;
}
.banner-page .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 11, 23, 0) 0%,
    rgba(0, 11, 23, 0.8) 100%
  );
}
.banner-page .sec-container {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.75rem var(--section);
}
.banner-page h1 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-404 {
  height: 40rem;
  background: linear-gradient(197deg, #e5f9ff 0.99%, #f6f6f6 45.38%);
}
.page-404 .btn__gradient {
  margin: 1rem 0 0;
}
.page-404 h1 {
  margin-bottom: 1rem;
  color: var(--black);
}
.policy-page {
  padding: 3rem 0;
  background: #f7f7f7;
}
.policy-page .sec-container {
  padding: 0 calc(var(--section) * 2);
}
.policy-page .policy-content {
  padding: 2rem;
  background: #fff;
  border-radius: 0.625rem;
}
.policy-page .policy-content ul,
.policy-page .policy-content ol {
  margin-left: 1.3rem;
}
@media (max-width: 767.98px) {
  .banner-page {
    height: 9.875rem;
  }
  .banner-page .bg-fill {
    background-position: 85% 50%;
  }
  .banner-page .bg-overlay {
    height: 3.25rem;
  }
  .banner-page .sec-container {
    padding: var(--section);
  }
  .banner-page h1 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .policy-page {
    padding: 0;
  }
  .policy-page .sec-container {
    padding: 0;
  }
  .policy-page .policy-content {
    padding: 2.75rem var(--section);
    background: #fff;
    border-radius: 0;
  }
}

/** Chứng nhận **/
.certification-home {
  padding: 4rem 0;
}
.certification-home .list-certification .swiper-slide {
  height: auto;
}
.box-certification {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
  height: 100%;
}
.box-certification .box-image .image-cover {
  padding-top: 75%;
}
.box-certification .box-image .image-cover img {
  width: auto;
}
.box-certification .box-text {
  padding: 1.3rem 0 0;
  text-align: center;
}
.box-certification .box-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--black);
}

/** Footer **/
#footer {
  background: var(--theme-color);
}
#footer .footer-top {
  background: #f1f8ff;
  padding: 2.25rem 0 1.8rem;
}
#footer .footer-top .grid {
  display: grid;
  grid-template-columns: 1fr 9.5rem 15.5rem 15.5rem 15.5rem;
  column-gap: 1.56rem;
}
#footer p.title {
  color: var(--black);
  font-weight: 600;
  margin-bottom: 0.56rem;
}
#footer ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.35rem;
}
#footer ul li {
  list-style: none;
  margin-bottom: 0;
}
#footer ul li a {
  color: var(--black-200);
  font-size: 0.9375rem;
  position: relative;
}
#footer ul li a:hover {
  color: var(--theme-color) !important;
}
#footer .logo-footer {
  height: 5.125rem;
  width: auto;
  margin-bottom: 1.125rem;
}
#footer .logo-footer img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
#footer .box-social p.title {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}
#footer .box-social ul {
  flex-direction: row;
  column-gap: 1.4rem;
  align-items: center;
}
#footer .box-social ul a {
  display: inline-flex;
  width: 2.56819rem;
  height: 2.56819rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
#footer .box-social ul a::before {
  display: none !important;
}
#footer .box-social ul a:hover svg circle {
  fill: var(--black);
}
#footer .map {
  overflow: hidden;
  height: 8.9375rem;
  border-radius: 0.3125rem;
}
#footer .map iframe {
  width: 100% !important;
  height: 100% !important;
}
#footer .footer-top .col-2,
#footer .footer-top .col-3 {
  padding-right: 2rem;
}
#footer .footer-top .col-5 .logo-bo-con-thuong {
  margin-top: 0.5rem;
  height: 2.5rem;
  width: auto;
}
#footer .footer-top .col-5 .logo-bo-con-thuong img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
#footer .footer-top .col-6 {
  grid-column: span 5;
}
#footer .footer-top .col-6 .line-run {
  margin: 1.5rem 0;
}
#footer .footer-top .col-6 .cty {
  margin-bottom: 0.56rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black);
}
#footer .footer-top .col-6 .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.69rem;
}
#footer .footer-top .col-6 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
#footer .footer-top .col-6 ul li:first-child {
  grid-column: span 2;
}
#footer .footer-top .col-6 ul li a {
  font-size: 0.9375rem;
  color: var(--black-200);
  display: flex;
  align-items: center;
  column-gap: 0.65rem;
}
#footer .footer-top .col-6 ul li a svg {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
}
#footer .footer-top .col-6 ul li a span {
  font-weight: 500;
}
#footer .footer-end {
  padding: 0.7rem 0;
}
#footer .footer-end p {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0;
}
#footer .footer-end p a {
  color: #fff;
}
#footer .footer-end p a:hover {
  text-decoration: underline;
}
#footer .line-run::after {
  background: #cecece;
}
@media (max-width: 767.98px) {
  #footer .footer-top .grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1.5rem;
  }
  #footer .footer-top .grid .col-1 {
    order: -2;
  }
  #footer .footer-top .grid .col-1 .logo-footer {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    height: auto;
  }
  #footer .footer-top .grid .col-1 .logo-footer img {
    height: 3rem;
  }
  #footer .footer-top .grid .col-1 .cty {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  #footer .footer-top .col-6 {
    order: -1;
  }
  #footer .footer-top .grid .col-1,
  #footer .footer-top .grid .col-5,
  #footer .footer-top .grid .col-4,
  #footer .footer-top .col-6 {
    grid-column: span 2;
  }
  #footer .footer-top .col-2,
  #footer .footer-top .col-3 {
    padding: 0;
  }
  #footer .footer-top .col-4 .line-run {
    margin-bottom: 1.5rem;
  }
  #footer .footer-top .col-6 .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
    column-gap: 0;
  }
  #footer .footer-top .col-6 .grid-2 .col-2 .line-run2 {
    margin: 1.5rem 0 0;
  }
  #footer .footer-top .col-6 ul {
    grid-template-columns: minmax(0, 1fr);
  }
  #footer .footer-top .col-6 ul li:first-child {
    grid-column: auto;
  }
  #footer .footer-end p {
    font-size: 0.75rem;
  }
  #footer .footer-top .col-6 ul {
    row-gap: 0.5rem;
  }
  #footer .footer-top .col-6 ul li a {
    font-size: 0.875rem;
    line-height: normal;
    align-items: flex-start;
    padding-right: 0.5rem;
  }
  #footer .footer-top .col-6 ul li a svg {
    margin-top: 0.2rem;
  }
  #footer ul li a {
    font-size: 0.875rem;
  }
  #footer .box-social p.title {
    margin-bottom: 0.5rem;
  }
  #footer .box-social ul {
    column-gap: 0.75rem;
  }
  #footer .footer-top .col-6 .line-run {
    margin-top: 0;
  }
}
/*menu mobile*/
html.menu-open,
body.menu-open {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
  height: calc(100vh - var(--80));
}
.menu-open header#header {
  z-index: 1009;
}
.menu-open #header .header-main .container {
  background: transparent;
}
.menu-open #main-menu.mobile-sidebar {
  height: 100vh;
  padding-top: var(--70);
  top: 0;
}
.menu-open #header #logo img {
  filter: inherit;
}
.menu-open #header .btn-menumobi span {
  background-color: var(--theme-color);
}
.menu-open #main-menu.mobile-sidebar:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35%;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/11/nen-introhome1.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
/* search */
#header .box-search-post form {
  background-color: hsl(0deg 0% 83.1% / 18%);
}

#header .box-search-post form input {
  background-color: transparent;
  color: var(--black);
}

#header .box-search-post form input::placeholder {
  opacity: 1;
  color: var(--black);
}

.box-search-post form {
  display: flex;
  align-items: center;
  width: 52rem;
  margin: 0 auto;
  max-width: 100%;
  height: 3.75rem;
  background-color: #fff;
  border-radius: 90rem;
  padding: 0 0.44rem 0 1.62rem;
}

.box-search-post form svg {
  width: 1.26713rem;
  height: 1.26719rem;
  flex-shrink: 0;
  margin-right: 1.11rem;
}

.box-search-post input[type="search"] {
  height: 1.5rem;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 0.81rem;
  color: var(--black);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid var(--theme-color);
}
.box-search-post .list-product p.title {
  color: var(--black);
  margin-bottom: 1.125rem;
  font-weight: 500;
}
.box-search-post .list-product {
  position: absolute;
  top: calc(100% + 2rem);
  left: 0;
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  max-height: 30rem;
  overflow: auto;
  border-radius: 0.625rem;
}
.box-search-post .list-product::-webkit-scrollbar {
  width: 3px;
}
.box-search-post .list-product::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5rem;
}
.box-search-post input[type="search"]::placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.box-search-post .search-history-container {
  display: none;
}
#header .close-search {
  padding: 0;
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
  right: -70px;
  top: 50%;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .close-search svg {
  width: 100%;
  height: 100%;
}

#header .header-bottom {
  position: absolute;
  width: 100%;
  height: 5.3125rem;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transition: unset;
  display: block !important;
  transition: all 0.3s;
}
#header .box-search-header .button.btn__primary {
  border-radius: 99rem;
  flex-shrink: 0;
}
#header .header-bottom.show {
  opacity: 1;
  visibility: visible;
}

.popup-recently .box-product-recently {
  padding: var(--30) var(--80);
}

.popup-recently .box-product-recently .title-small {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--black);
}

.recently-viewed-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.recently-viewed-wrapper a {
  border: 1px solid var(--theme-color);
  font-size: 1rem;
  padding: 0.313rem 1rem;
  border-radius: 5rem;
  font-weight: 500;
}

.recently-viewed-wrapper a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.popup-recently .title-small {
  font-family: var(--semi);
  margin-bottom: 20px;
}

.popup-custom-full.popup-recently {
  height: calc(100% - 5.3125rem);
  bottom: 0;
  top: unset;
  transition: all 0.3s;
  z-index: 9 !important;
}

.admin-bar .popup-custom-full.popup-recently {
  height: calc(100% - 7.2rem);
  bottom: 0;
  top: unset;
}

.popup-custom-full.popup-recently .bg_overlay_popup {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9 !important;
}

.popup-custom-full.popup-recently .popup-content {
  max-width: 1000px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
#header.header-full-width.search-custom {
  top: 0;
  transform: translateY(0%) !important;
}
@media (max-width: 767.98px) {
  .box-search-post form {
    width: 100%;
    height: 3rem;
    padding: 0 0.44rem 0 1rem;
  }
  #header.search-custom #wide-nav .hide-for-medium {
    display: flex !important;
    flex: unset;
  }
  .box-search-post .button-search {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    border: 0;
    background-color: transparent !important;
  }
  .box-search-post .button-search .box-search-post form svg {
    margin: 0;
  }
  .box-search-post .button-search img {
    width: 1.3rem;
    height: 1.3rem;
    object-fit: contain;
    filter: brightness(0) invert(20);
  }
  .box-search-post .button-search:hover img {
    filter: brightness(0);
  }
  .box-search-post input[type="search"] {
    border-left: 0;
  }
  .popup-recently .box-product-recently {
    padding: 2rem 1rem;
  }
  .box-search-post {
    margin-right: 2.5rem;
  }
  #header .close-search {
    right: 0;
  }
  .box-search-post input[type="search"]::placeholder {
    font-size: 0.9375rem;
    font-weight: 500;
  }
  #wide-nav.show .mobile-nav {
    justify-content: flex-end;
  }
  #wide-nav.show .mobile-nav li.html.custom.html_nav_position_text_top {
    width: 100%;
  }
  .box-search-post .list-product {
    width: calc(100% + 2.5rem);
  }
  .box-search-post .list-product .autocomplete-suggestion {
    padding: 10px 0;
    background-color: #fff;
    display: grid;
    grid-template-columns: 4rem 1fr;
    column-gap: 0.5rem;
    align-items: center;
  }
  .box-search-post .list-product .autocomplete-suggestion .search-image {
    grid-row: span 2;
  }
  .autocomplete-suggestion img + .search-name {
    margin: 0;
    padding: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .autocomplete-suggestion .search-price {
    margin: 0;
    font-size: 0.875rem;
  }
}
/* mega menu */
.header-nav-main .menu-block {
  width: 100% !important;
  z-index: 3;
}

.menu-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}

.menu-hidden.show {
  opacity: 1;
  visibility: visible;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

#header .header-nav-main .section-menu-block {
  padding: 0 var(--section);
  align-items: flex-start;
  background: transparent;
}
#header .header-nav-main .section-menu-block .menu-block {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  margin: 0 !important;
}
#header .header-nav-main .section-menu-block .menu-block .col {
  padding: 0;
  max-width: 100%;
}
.header-nav-main .section-menu-block .section-content {
  display: flex;
  justify-content: center;
  padding: 3rem;
  background: #fff;
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.header-nav-main .section-menu-block .col {
  padding-bottom: 0;
}

.header-nav-main .section-menu-block .col-right {
  margin-left: auto;
}

.header-nav-main .section-menu-block .col-right .image-cover {
  border-radius: 0.3125rem;
  padding-top: 52.25%;
}

.header-nav-main .section-menu-block .col-right .image-cover img {
  transition: all 0.5s;
}

.header-nav-main
  .section-menu-block
  .col-right
  .menu-image
  .image-cover:hover
  img {
  transform: scale(1.08);
}

.header-nav-main .section-menu-block .menu-content__title {
  color: var(--theme-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}

#header .menu-block .col-left .menu-item {
  margin: 0 !important;
}

#header .menu-block .col-left .sub-menu,
.header-nav-main .section-menu-block .col-right .submenu-cover ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  align-items: stretch;
}
#header .menu-about .menu-block .col-left .sub-menu,
.header-nav-main .menu-about .section-menu-block .col-right .submenu-cover ul {
  grid-template-columns: minmax(0, 1fr);
}
#header .tour-noidia .menu-block .col-left .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 4rem;
}

#header .menu-block .col-left .menu-item a,
.header-nav-main .section-menu-block .col-right .submenu-cover a {
  padding: 0;
  transition: all 0.2s;
  text-transform: unset !important;
  min-height: var(--50);
  margin: 0;
  display: flex;
  align-items: baseline;
  padding-right: var(--30);
  position: relative;
  color: var(--Color-4, #231f20);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-block
  .menu-item
  a {
  padding: 0.5rem 0;
  background-color: transparent;
  border: 0;
  color: var(--black);
  min-height: auto;
}
#header
  .header-nav-main
  > .menu-item-has-children
  > .sub-menu
  .menu-block
  .menu-item
  a:hover {
  text-decoration: underline;
}
#header
  .header-nav-main
  > .menu-item-has-children.menu-products
  .sub-menu
  .menu-block
  .col-inner
  > .sub-menu {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1rem;
}
#header
  .header-nav-main
  > .menu-item-has-children.menu-products
  .sub-menu
  .menu-block
  .col-inner
  > .sub-menu
  > li
  > a {
  color: var(--theme-color);
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0 1rem;
  line-height: normal;
}
#header
  .header-nav-main
  > .menu-item-has-children.menu-products
  .sub-menu
  .menu-block
  .col-inner
  > .sub-menu {
  column-gap: 2rem;
}
#header
  .header-nav-main
  > .menu-item-has-children.menu-products
  .sub-menu
  .menu-block
  .col-inner
  > .sub-menu
  .toggle {
  display: none;
}
#header
  .header-nav-main
  > .menu-item-has-children.menu-products
  .sub-menu
  .menu-block
  .col-inner
  > .sub-menu
  li
  > .sub-menu {
  column-gap: 1rem;
  display: grid !important;
}
#header
  .header-nav-main
  > .menu-item-has-children.menu-products
  .sub-menu
  .menu-block
  .col-inner
  > .sub-menu
  li
  > .sub-menu
  a {
  font-size: 0.875rem;
  text-wrap-mode: wrap;
}
/* End mega menu */
/** Page liên hệ **/
.contact-page .page-title {
  padding: 2.25rem 0 0.3rem;
}
.contact-page .page-title p {
  margin-bottom: 0;
}
.contact-intro {
  padding-bottom: 2.25rem;
}
.contact-intro .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  align-items: flex-end;
}
.contact-intro .grid-2 .col-1 .image-cover {
  padding-top: 68%;
  border-radius: 0.625rem;
  background: #d9d9d9;
}
.contact-intro .grid-2 .col-2 .form-contact form {
  margin: 0;
}
.contact-intro .grid-2 .col-2 .form-contact p.title {
  margin-bottom: 2.2rem;
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1.5rem;
}
.contact-intro .grid-2 .col-2 .form-contact textarea,
.contact-intro .grid-2 .col-2 .form-contact input {
  font-size: 0.9375rem;
  color: var(--black);
  box-shadow: none;
  outline: none;
  border-radius: 0.3125rem;
  border: 1px solid #d9d9d9;
}
.contact-intro .grid-2 .col-2 .form-contact input {
  height: 3.125rem;
}
.contact-intro .grid-2 .col-2 .form-contact input::placeholder,
.contact-intro .grid-2 .col-2 .form-contact textarea::placeholder {
  color: #9c9c9c;
}
.contact-intro .grid-2 .col-2 .form-contact .form-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
.contact-intro .grid-2 .col-2 .form-contact .form-item [data-name="ghi-chu"] {
  grid-column: span 2;
}
.contact-intro .grid-2 .col-2 .form-contact .form-submit {
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact-page .page-title {
    padding: 1rem 0;
  }
  .contact-intro .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 2.25rem;
  }
  .contact-intro .grid-2 .col-2 .form-contact p.title {
    margin-bottom: 1rem;
  }
  .contact-intro .grid-2 .col-2 .form-contact .form-item {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }
  .contact-intro .grid-2 .col-2 .form-contact .form-item [data-name="ghi-chu"] {
    grid-column: auto;
  }
  .contact-intro .grid-2 .col-2 .form-contact p.title {
    font-size: 1.25rem;
  }
}

/** Đối tác **/
.partner-home {
  padding-top: 4rem;
}
.tp-gallery-titming {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.list-logo .image-cover {
  padding-top: 50%;
}
.list-logo .image-cover img {
  object-fit: contain;
}

/** Page Dịch vụ */
.service-page .page-title {
  padding: 2.25rem 0 1rem;
}
.service-page .page-title p {
  margin-bottom: 0;
}
.service-page .service {
  padding: 0 0 3rem;
}
.service-page .list-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.88rem;
}
.box-blog-post.box-service {
  overflow: hidden;
  border-radius: 0.625rem;
}
.box-blog-post.box-service .image-cover {
  padding-top: 65.25%;
}
.box-blog-post.box-service:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(
    180deg,
    rgba(1, 26, 58, 0) 0%,
    rgba(1, 26, 58, 0.8) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.box-blog-post.box-service .box-text {
  padding: 1.5rem 2.25rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-blog-post.box-service .box-text a {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .service-page .page-title {
    padding: 1rem 0;
  }
  .service-page .list-service {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 1.5rem;
  }
  .box-blog-post.box-service .box-text {
    padding: 1rem;
  }
  .box-blog-post.box-service .box-text a {
    font-size: 1rem;
  }
}
