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

body,
.single-post__main * {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
body.open {
  height: 100lvh;
  overflow: hidden;
}
.single article img{
	max-width: 100% !important;
	width: 100% !important;
}
@media (min-width: 767.98px) {
  ::-webkit-scrollbar {
    width: 0.313rem;
    height: 5rem;
  }

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

  ::-webkit-scrollbar-thumb {
    background-color: #ffebcd;
    border-radius: 10px;
  }
}
.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}
:root {
  --init-font-size: 1.1111111111vw;
  --theme-color: #e94524;
  --theme-color2: #ffebcd;
  --black: #1c222e;
  --gray: #4d5b63;
  --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 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}

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

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 {
  background: transparent;
}

#top-bar .container {
  padding: 0 2.5rem;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  background: #4d5b63;
  max-width: calc(100% - var(--section) * 2) !important;
  height: 2.5rem;
}
#top-bar .container .flex-col,
#top-bar .container ul {
  height: 100%;
}
#top-bar .container ul li {
  margin-bottom: 0;
  list-style: none;
  height: 100%;
}
#top-bar .container .primary-menu-container {
  height: 100%;
}
#top-bar .container .primary-menu {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  height: 100%;
}
#top-bar .container .primary-menu a {
  color: #d9d9d9;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
#top-bar .container .primary-menu a:hover {
  color: #fff;
}
#top-bar .container .primary-menu .current-menu-item a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 0.5rem;
  border-bottom: 1px solid #fff;
}
#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-main .icon-search {
  width: 1.4375rem;
  height: 1.4375rem;
}
#header .header-main .icon-search::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/04/icon-12.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
#header .header-main .icon-search:hover::before {
  filter: invert(59%) sepia(90%) saturate(600%) hue-rotate(10deg)
    brightness(95%) contrast(90%);
}
header#header {
  position: fixed;
  top: 0.94rem;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
#header .header-bg-color {
  background-color: transparent;
}
#header .header-main .container {
  padding-left: 1.31rem;
  padding-right: 1.31rem;
  align-items: center;
  background: white;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  max-width: calc(100% - var(--section) * 2) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#header .header-main {
  height: 4.25rem !important;
}
#header .header-main .hiden-main__menu {
  display: none;
}
#header.hide-desktop-menu {
  transform: translateY(-130%);
}

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

#header #logo img {
  width: 11.75rem;
  height: 2.1875rem;
  object-fit: contain;
}

#header #logo {
  width: 11.75rem;
  margin-right: 1.65rem;
  padding-right: 1.65rem;
  border-right: 1px solid #d0d8dd;
}

#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.nav-right .html.custom.html_top_right_text {
  display: flex;
  align-items: center;
}
#header .search-tour {
  cursor: pointer;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid #d0d8dd;
}
#header .search-tour img {
  width: 1.4375rem;
  height: 1.4375rem;
}
#header .header-nav-main.nav-right .header-search.header-search-dropdown {
  margin-left: 0;
}
#header .header-nav-main > .menu-item > a {
  color: var(--Color-2, #2a2a2a);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  padding: var(--20) 0;
}

#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;
  display: none;
}

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

.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 a {
  margin: 0;
  padding: var(--13) var(--20);
  line-height: var(--20);
  border-bottom: 1px solid #c2c2c247;
  font-size: var(--15);
  color: #313131;
  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: var(--theme-color);
  color: #fff;
}

#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;
}
#header .header-top {
  min-height: auto;
}
@media (min-width: 768px) and (max-width: 849.98px) {
  #header #logo {
    order: -1;
  }
  #header .header-nav-main.nav-right .html.custom.html_top_right_text {
    display: flex !important;
  }
  #header .header-main .container {
    border-radius: 0 0 0.5rem 0.5rem !important;
  }
  #header .header-bottom .flex-col.hide-for-medium {
    display: none !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);
}
/* html{
    scroll-behavior: smooth;
} */
/* 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-weight: 500 !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-main h2,
.title-main h1,
.title-main h3 {
  color: var(--black);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.title-color h2 strong,
.title-color h1 strong,
.title-color h3 strong,
.title-color-p p strong {
  background: linear-gradient(90deg, #f3b31b -0.04%, #e94524 99.95%);
  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: 2.5rem;
  min-height: max-content;
  border-radius: 99rem;
  padding: 0 2.4rem;
  font-weight: 600;
  font-size: 0.9375rem;
  border: 1px solid #ffebcd;
  background: linear-gradient(90deg, #fff3d7 0%, #ffebcd 100%);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6) inset;
  margin-bottom: 0;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  line-height: unset;
}
.button.btn-2 {
  background: linear-gradient(90deg, #e94524 -0.04%, #f3b31b 99.95%);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.6) inset;
  border: 0;
  color: white;
  transition: all 0.5s;
}
.button.btn__primary:hover {
  background: linear-gradient(90deg, #e94524 -0.04%, #f3b31b 99.95%);
  color: white;
}
.button.btn-2:hover {
  background: linear-gradient(90deg, #fff3d7 0%, #ffebcd 100%);
  color: var(--black);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6) inset;
}
.button.btn-login {
  background: linear-gradient(90deg, #e94524 -0.04%, #f3b31b 99.95%);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.6) inset;
  height: 2.5rem;
  font-size: 0.9375rem;
  padding: 0 1.37rem;
  font-weight: 500;
  color: white;
  border: 0;
  margin-right: 0;
  border: 1px solid #f3b31b;
}
.button.btn-login:hover {
  border: 1px solid #ffebcd;
  background: linear-gradient(90deg, #fff3d7 0%, #ffebcd 100%);
  color: var(--black) !important;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6) inset !important;
}
.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: 2.5rem;
  min-height: unset;
  border-radius: 99rem;
  padding: 0 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid var(--theme-color2);
  background-color: var(--theme-color2);
  box-shadow: none;
}

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

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

.pagination-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  padding-top: 2rem;
}
.swiper-pagination-bullet {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin: 0 0.313rem !important;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1 !important;
}
.swiper-pagination-bullet span {
  color: #fff;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  border-radius: 50%;
  background-color: #d0d0d0;
}
/* button circle */
.progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-origin {
  fill: transparent;
  stroke: #f3b31b;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.swiper-pagination-bullet-active .circle-origin {
  animation: progress 12s;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .swiper-pagination-bullet {
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 0.5rem !important;
  }
  .swiper-pagination-bullet span {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -125.664px;
  }
}
/* contact btn */

@-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: 20px;
  bottom: 50%;
  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/2024/01/all_shortcut.svg) 0 -50px;
  position: relative;
}

.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) {
  #header .hide-for-medium {
    display: flex !important;
    flex: unset;
  }

  #header .header-main .container {
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.open header#header {
    top: 0;
    border-bottom: 1px solid #d0d8dd;
  }
  body.open #header .header-main .container {
    box-shadow: none;
    padding: 0;
  }

  #header .btn-menumobi {
    width: 40px;
    height: 30px;
    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: #4d5b63;
    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: 100%;
    left: 0%;
  }

  #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;
    width: 50%;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    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;
    width: 100%;
  }

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

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

  #main-menu.mobile-sidebar .menu-item a {
    color: var(--black) !important;
    padding: 1rem 0;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: none;
    border: none;
    border-radius: 0 !important;
  }
  #main-menu.mobile-sidebar .menu-item.current-menu-item a,
  #main-menu.mobile-sidebar .menu-item a:hover {
    color: var(--theme-color) !important;
  }
  #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/2024/12/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/2024/12/minus.svg);
  }

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

  #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 30px !important;
    border-bottom: 0;
    font-size: 14px;
    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: 100lvh;
    position: fixed;
    top: 0;
    padding-top: 3.875rem;
    left: 0;
    z-index: 999;
    overflow: hidden;
    transition: unset;
    background: #fff;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
  }

  body.open #main-menu.mobile-sidebar {
    transform: translateX(0);
  }

  #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) {
  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: 6.87281rem;
    margin: auto;
    padding: 0;
    border-right: 0;
  }
  #header .header-search.header-search-lightbox.has-icon {
    display: flex;
  }
  #header .header-search.header-search-lightbox.has-icon a {
    border-left: 1px solid #d0d8dd;
    padding: 0 0 0 1rem;
  }

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

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

  #header .header-main {
    height: 3.5rem !important;
  }
  #header .header-main .icon-search {
    width: 1.3125rem;
    height: 1.3125rem;
  }
  .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: 50px;
  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/05/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-weight: 700;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  font-weight: 700;
  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);
  }
  p {
    font-size: 0.9375rem;
  }
}

@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: var(--black);
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0.68rem;
}
.footer-top {
  padding: 2.25rem var(--section) 1.7rem;
  align-items: center;
}
.footer-row {
  display: grid;
  grid-template-columns: 17.875rem 1fr;
  column-gap: 7.88rem;
}
.footer-main {
  padding: 0 var(--section);
}
.footer-main .footer-row {
  padding-top: 1.63rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #ffffff26;
  border-top: 1px solid #ffffff26;
}
.footer-container .footer-main .col-right {
  display: grid;
  grid-template-columns: 10rem 15.5rem 1fr;
  column-gap: 4.5rem;
}

.footer-container .footer-main .col-1 .slogan {
  color: #d3d3d3;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer-container .footer-main .col-1 .box-connect {
  border-radius: 0.3125rem;
  background: rgba(77, 91, 99, 0.3);
  padding: 1.38rem 2rem 1.69rem;
  margin-bottom: 1.56rem;
}
.footer-container .footer-main .col-1 .box-connect .title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin-bottom: 0.87rem;
}
.footer-container .footer-main .col-1 .list-social {
  display: flex;
  align-items: center;
  column-gap: 1.13rem;
}
.footer-container .footer-main .col-1 .list-social img {
  height: 2.25rem;
  width: 2.25rem;
  object-fit: cover;
}
.footer-container .footer-main .col-1 .list-info li {
  display: flex;
  align-items: flex-start;
  column-gap: 1.38rem;
  margin-bottom: 0.313rem !important;
}
.footer-container .footer-main .col-1 .list-info li .desc {
  color: white;
  font-weight: 400;
}

.footer-container .footer-main .col-1 .list-info li .img {
  width: 1.125rem;
  flex-shrink: 0;
  height: auto;
}
.footer-container .footer-main .col-1 .list-info li img {
  height: 1.38063rem;
  object-fit: contain;
}
.footer-container .footer-main .col-1 .list-info li .des {
  color: var(--black);
  font-size: 0.9375rem;
  font-weight: 400;
}
.footer-container .footer-main .col-1 .list-info li .des span {
  font-weight: 500;
}
.footer-container .footer-main .title p {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.81rem;
}

.footer-container .footer-main ul li a {
  color: #d3d3d3;
}
.footer-container .footer-main ul li a .weight {
  color: white;
  font-weight: 500;
}
.footer-container .footer-main ul li a:hover {
  color: var(--theme-color);
}

.footer-top .box-social .list-social {
  display: flex;
  align-items: center;
  column-gap: 1.19rem;
  justify-content: space-between;
}
.footer-top .box-social .list-social img {
  object-fit: cover;
  width: 2.875rem;
  height: 2.875rem;
}
.footer-top .img-logo {
  flex-shrink: 0;
  width: 17rem;
}
.footer-top .img-logo img {
  height: 3.45875rem;
  width: 100%;
  object-fit: contain;
}
.footer-top .box-social .box-image {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.94rem;
}
.footer-top .box-social .box-image .text-content {
  flex-shrink: 0;
}
.footer-top .box-social .title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  max-width: 20rem;
}
.footer-top .box-social .desc {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.absolute-footer {
  display: none;
}
.footer-end {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.63rem var(--section);
  color: white;
  justify-content: space-between;
}

.footer-end .list-policy ul {
  display: flex;
  align-items: center;
  column-gap: 1.06rem;
}
.footer-end .list-policy ul li:nth-child(n + 2) {
  padding-left: 1.38rem;
  margin-left: 1.38rem;
  border-left: 1px solid var(--silver);
}

.footer-end .list-policy ul li {
  margin-bottom: 0 !important;
}
.footer-end .list-policy ul li a,
.footer-end .desc {
  font-size: 0.875rem;
  color: #d3d3d3;
  font-weight: 400;
}
.footer-end .list-policy ul li a:hover {
  color: var(--theme-color);
}
.diwe-vn {
  color: white;
}
.diwe-vn:hover {
  color: var(--theme-color2);
}
.list-social span.title {
  display: none;
}
.footer-top form {
  margin-bottom: 0;
}
.contant__footer .form-item {
  display: flex;
  column-gap: 0.69rem;
  align-items: center;
}
.contant__footer .form-item .btn__primary {
  margin: 0;
}
.contant__footer .form-item .form-submit {
  flex-shrink: 0;
}
.contant__footer input[type="email"],
.contant__footer input[type="text"] {
  border-radius: 6.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none !important;
  background: transparent;
  padding: 0 1rem;
  color: white;
  margin-bottom: 0;
}
.contant__footer input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.contant__footer .wpcf7-not-valid-tip {
  color: white;
  bottom: -1rem;
}
@media (max-width: 767.98px) {
  .footer-main .footer-row {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 0;
  }
  .footer-container .footer-row {
    grid-template-columns: minmax(0, 1fr);
    position: relative;
  }
  .footer-container .footer-main .col-right {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.13rem;
  }
  .footer-container .footer-main .col-1 .list-info li {
    column-gap: 0.56rem;
  }
  .footer-container .footer-main .col-right .col-2,
  .footer-container .footer-main .col-right .col-3,
  .footer-container .footer-main .col-right .col-4 {
    padding-top: 2.44rem;
  }
  .footer-container .footer-main .col-right .col-4 {
    grid-column: span 2;
  }
  .footer-top .box-social .box-image .text-content {
    display: none;
  }
  .footer-top .box-social .list-social {
    flex-direction: column;
  }
  .contant__footer .form-item {
    flex-wrap: wrap;
    row-gap: 0.94rem;
  }
  .contant__footer .form-item .item {
    flex-basis: 48%;
    max-width: 48%;
  }
  .contant__footer .form-item .form-submit {
    flex-basis: 100%;
    max-width: 100%;
  }
  .contant__footer .form-item .btn__primary {
    width: 100%;
  }
  .footer-top .box-social .list-social img {
    width: 2.25rem;
    height: 2.25rem;
  }
  .footer-top .box-social span.title {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
  .footer-top .img-logo img {
    width: 13rem;
  }
  .footer-end {
    flex-direction: column;
  }
  .footer-end .list-policy {
    order: -1;
  }
  .footer-end .desc {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #ffffff26;
    font-size: 0.77rem;
  }
  .footer-container .footer-row .col-left {
    order: 1;
  }
  .footer-container .footer-main .col-1 .box-connect {
    margin-bottom: 0.75rem;
    margin-top: 2.44rem;
  }
  .footer-container .footer-main .col-1 .box-connect .title {
    text-align: center;
  }
  .footer-container .footer-main .col-1 .list-social {
    justify-content: center;
  }
  .footer-top .box-social .title {
    font-size: 0.9375rem;
    margin: 1.31rem 0 1.75rem;
    max-width: 100%;
    border-top: 1px solid #ffffff26;
    text-align: center;
    padding: 1.3rem 1.69rem 0;
  }
  .footer-top .img-logo {
    width: 100%;
    text-align: center;
  }
  .contant__footer .wpcf7-not-valid-tip {
    right: auto;
    left: 0.5rem;
    bottom: -16px;
    color: white;
  }
}
/*end footer*/

/* Banner page */
.page-banner {
  height: 33.375rem;
  padding: 2rem var(--section) 6.87rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-banner .title-header.title-main {
  max-width: 35.75rem;
}
.page-banner .title-header.title-main h1 {
  margin-bottom: 1.19rem;
  color: white;
}
.page-banner .title-header.title-main .desc {
  margin-bottom: 2.75rem;
}
.blog-archive {
  padding: 0;
}
.page-numbers {
  margin: 2.37rem 0 0 0 !important;
  padding-top: 1.63rem;
  border-top: 1px solid #d9d9d9;
}
.page-numbers .page-number {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 0.3125rem;
  background: transparent;
  color: #d3d3d3;
  border: 0;
}
.page-numbers .page-number.current,
.page-numbers .page-number:hover {
  background: #d3d3d3;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .page-banner {
    height: 14.375rem;
    padding: 2rem var(--section) 2.5rem;
  }
}

/* End Banner page */

/*============Css Group============*/
/* Lợi ích */
.benefit-home {
  padding: 3.87rem var(--section) 0;
}
.benefit-home .sec-container {
  padding: 1.44rem 1.5rem 1.44rem 3.31rem;
  position: relative;
  display: grid;
  grid-template-columns: 30.5625rem 24.8125rem;
  justify-content: space-between;
  align-items: center;
}
.benefit-home .sec-container .bg {
  border-radius: 0.625rem;
}
.benefit-home .col-left .title-main h3 {
  margin-bottom: 1.62rem;
  font-size: 1.75rem;
  color: white;
}

.benefit-home .col-left .title-main p {
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
.benefit-home .col-left .title-main p:nth-child(2) {
  margin-bottom: 0.69rem;
  font-size: 0.9375rem;
}
.benefit-home .col-right .box-content {
  padding: 2.19rem 1.81rem;
  border-radius: 0.5625rem;
  border: 1px solid #d0d8dd4d;
  background: linear-gradient(
    329deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 98.98%
  );
  backdrop-filter: blur(7.5px);
}
.benefit-home .col-right .box-content p:first-child {
  font-weight: 600;
  margin-bottom: 0.19rem;
  line-height: 1.625rem;
}
.benefit-home .col-right .box-content p:nth-child(2) {
  margin-bottom: 0;
}
.benefit-home .col-right .box-content p:nth-child(2) strong {
  line-height: 1.625rem;
  font-size: 1.25rem;
}
.content-item:nth-child(n + 2) {
  margin-top: 1.81rem;
  padding-top: 1.31rem;
  border-top: 1px solid #d0d8dd4d;
}
@media (max-width: 768.98px) {
  .benefit-home .sec-container {
    grid-template-columns: minmax(0, 1fr);
    padding: 2.5rem 1.19rem;
    row-gap: 8.37rem;
  }
  .benefit-home .col-left .title-main h3 {
    font-size: 1.25rem;
  }
  .benefit-home .col-right .box-content {
    padding: 1.44rem 1rem;
  }
  .benefit-home .col-right .box-content p:nth-child(2) strong {
    font-size: 1rem;
  }
}
/* End Lợi ích */
/* Đăng ký */
.regis-home .sec-container {
  padding: 4.31rem 4.69rem;
  grid-template-columns: 35.5625rem 24.8125rem;
}
.regis-home .col-left .title-main h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  padding-bottom: 1.19rem;
  position: relative;
  line-height: 2.5rem;
}
.regis-home .col-left .title-main h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    270deg,
    rgba(255, 253, 235, 0) 0.92%,
    rgba(255, 235, 205, 0.5) 100%
  );
}
.regis-home .col-left .title-main p:nth-child(2) {
  color: #d3d3d3;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 3.06rem;
}
@media (max-width: 767.98px) {
  .regis-home .sec-container {
    grid-template-columns: minmax(0, 1fr);
    padding: 2.56rem 2rem 18.125rem;
  }
  .regis-home .col-left .title-main h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .regis-home .col-left .title-main p:nth-child(2) {
    font-size: 1rem;
  }
}
/* End Đăng ký */

/* Đánh giá */
.customer-home {
  padding: 3.94rem var(--section) 1.88rem;
}
.customer-home .title-main {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.customer-home .title-main .col-left h2 {
  margin-bottom: 0;
}
.customer-home .title-main .col-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.customer-home .num-star {
  padding-right: 0.62rem;
  flex-shrink: 0;
}
.customer-home .num-star .num {
  color: var(--theme-color);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
.customer-home .num-star .list-star {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.customer-home .num-star .list-star img {
  width: 1.1875rem;
  height: 1.1875rem;
  object-fit: contain;
}
.customer-home .title-main .col-right .desc {
  color: #4d5b63;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 1rem;
  max-width: 9rem;
  border-left: 1px solid #d9d9d9;
}
.customer-home .box-customer .image-cover {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 6.25rem;
  padding-top: 0;
}
.customer-home .box-customer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.customer-home .box-customer .customer-text .customer-name {
  color: var(--theme-color);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.37rem;
}
.customer-home .box-customer .customer-text .customer-desc {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .customer-home .title-main {
    margin-bottom: 2.25rem;
  }
  .customer-home .customer-item {
    position: relative;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .customer-home .customer-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 2.6rem);
    width: 1px;
    height: calc(100% + 2.08rem);
    background: #4d5b634d;
    z-index: 3;
  }
  .customer-home .customer-item::after {
    content: "";
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4d5b634d;
    z-index: 3;
  }

  .customer-home .customer-item::before {
    content: "";
    position: absolute;
    height: 0;
    opacity: 0;
    top: 0;
    background: #f3b31b;
    width: 3px;
    left: calc(100% + 2.6rem);
    border-radius: 1rem;
    z-index: 4;
  }
  .customer-home .customer-item.swiper-slide-active::before {
    animation: progressAnimation 4s linear forwards;
    opacity: 1;
  }
  .customer-home .customer-slider {
    height: 33.6875rem;
    position: relative;
    padding-right: 5.25rem;
  }
}

@keyframes progressAnimation {
  0% {
    height: 0%;
  }

  100% {
    height: calc(100% + 2.5rem);
  }
}
.customer-home .customer-item .box-desc {
  color: #4d5b63;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 1.37rem;
}

.customer-home .customer-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 5.25rem);
  height: 5.6875rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 72.29%);
  z-index: 2;
}
.customer-home .customer-content {
  display: flex;
  align-items: center;
}
.customer-home .customer-content .col-left {
  flex-basis: 55%;
  max-width: 55%;
  flex-shrink: 0;
}
.customer-home .customer-content .col-right {
  flex-basis: 45%;
  max-width: 45%;
  flex-shrink: 0;
}
.customer-home .customer-video__thumb .image-cover {
  padding-top: 0;
  height: 19.04181rem;
  border-radius: 0.625rem;
}
.customer-home .customer-video__thumb .box-text {
  padding: 0.84rem 0 0;
}
.customer-home .customer-video__thumb .box-text .title {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
.customer-home .customer-video__gallery {
  padding-top: 1.25rem;
  margin-top: 1.73rem;
  border-top: 1px solid #4d5b634d;
}
.customer-home .customer-video__gallery .image-cover {
  padding-top: 0;
  height: 5.72875rem;
  border-radius: 0.3125rem;
}
.customer-home .customer-video__thumb .video-button-wrapper {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.customer-home .customer-video__thumb .video-button-wrapper .open-video {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: rgb(255 255 255 / 20%);
  backdrop-filter: blur(3.72727px);
  border: 1px solid white;
}
.customer-home .customer-video__thumb .video-button-wrapper .open-video img {
  border-radius: 0 !important;
  object-fit: contain;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0;
  margin-left: 0.2rem;
  filter: brightness(0) invert(20);
}
.customer-home
  .customer-video__thumb
  .video-button-wrapper
  .open-video:hover
  img {
  filter: none;
}
@media (max-width: 767.98px) {
  .customer-home {
    padding: 2.75rem var(--section) 0.9rem;
  }
  .customer-home .customer-content {
    flex-direction: column;
    row-gap: 2.06rem;
  }
  .customer-home .customer-content .col-left,
  .customer-home .customer-content .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .customer-home .customer-slider:before {
    display: none;
  }
  .customer-home .customer-slider .swiper-pagination {
    display: flex;
  }
  .customer-home .customer-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    background-color: #4d5b634d;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
  }
  .customer-home .customer-video__gallery .image-cover {
    height: 4.99656rem;
  }
  .customer-home
    .customer-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #f3b31b;
    border-radius: 1rem;
  }
  .customer-home .customer-video__thumb .box-text .title {
    font-size: 1.125rem;
  }
  .customer-home .box-customer .customer-text .customer-name {
    font-size: 1.125rem;
  }
  .customer-home .box-customer .customer-text .customer-desc {
    font-size: 0.875rem;
  }
}
/* end Đánh giá */
/*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 .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.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: 75rem;
}
.popup-contents .popup-container {
  max-width: 40rem;
  margin-left: 0;
}
.popup-contents .popup-container .title-main h3 {
  font-size: 1.75rem;
  color: white;
  text-align: start;
}
.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 {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 1px solid #e4e4e480 !important;
  color: white !important;
  padding: 0;
  font-size: 0.9375rem;
}
.popup-contents .form-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.94rem;
}
.popup-contents .form-item .item-5,
.popup-contents .form-item .form-submit {
  grid-column: span 2;
}
.popup-contents .form-item .item-5 input {
  margin-bottom: 2.25rem;
}

/* Popup single */
.popup-contents_single .popup-container {
  padding: 0 calc(var(--section) + 3.31rem);
  display: flex;
  column-gap: 4rem;
  align-items: flex-end;
  height: 12rem;
}
.popup-contents_single .popup-container .btn {
  flex-shrink: 0;
  margin-bottom: 3.25rem;
}
.popup-contents_single .popup-container .img {
  width: 11.75rem;
  height: 14.3125rem;
  flex-shrink: 0;
}
.popup-contents_single .popup-container .title-main {
  text-align: left;
  padding-bottom: 1.5rem;
}
.popup-contents_single .popup-container .title-main h3 {
  font-size: 1.75rem;
  margin-bottom: 0.69rem;
  color: white;
}
.popup-contents_single {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.popup-contents_single .popup-box {
  background: #4d5b63;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10000;
  width: 100%;
  max-width: 100%;
}
.popup-contents_single .popup-box .close-popup {
  border: none;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 1.44rem;
  right: var(--section);
  padding: 0;
  height: 1.5625rem;
  width: 1.5625rem;
  transition: all 0.2s ease-in-out;
}
.popup-contents_single .popup-box .close-popup:hover {
  rotate: 90deg;
}
.popup-contents_single .popup-box .close-popup svg {
  width: 100%;
  height: 100%;
}
#popup-dangky .form-submit {
  padding-top: 1.25rem;
}
@media (max-width: 767.98px) {
  .popup-contents .popup-box {
    padding: 2.5rem 1rem 13rem;
  }
  .popup-contents_single {
    height: 34rem;
  }
  .popup-contents .popup-container .title-main h3 {
    font-size: 1.25rem;
  }
  .popup-contents .form-item {
    grid-template-columns: minmax(0, 1fr);
  }
  .popup-contents .form-item .item-5,
  .popup-contents .form-item .form-submit {
    grid-column: span 1;
  }
  .popup-contents_single .popup-container {
    padding: 2.5rem var(--section) 0;
    flex-direction: column;
    height: auto;
  }
  .popup-contents_single .popup-container .title-main h3 {
    font-size: 1.5rem;
  }
  .popup-contents_single .popup-box .close-popup {
    top: 0.25rem;
    right: 0.5rem;
  }
  .popup-contents_single .popup-container .img {
    margin-bottom: 1.5rem;
  }
  .popup-contents_single .popup-container .btn {
    margin-bottom: 2.25rem;
  }
  .popup-contents_single .popup-container .title-main {
    text-align: center;
    padding-bottom: 0.5rem;
  }
}

/* search */
#header .box-search-post form {
  background-color: hsl(0deg 0% 83.1% / 18%);
}

#header .box-search-post form input {
  background-color: transparent;
  color: #343434;
}

#header .box-search-post form input::placeholder {
  opacity: 1;
  color: #343434;
}

.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.875rem;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 0.81rem;
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #cbeeff;
}

.box-search-post input[type="search"]::placeholder {
  color: #b6b6b6;
  opacity: 1;
}

.box-search-post .button-search {
  border-radius: 6.25rem;
  background: linear-gradient(90deg, #e94524 -0.04%, #f3b31b 99.95%);
  width: 9.5625rem;
  height: 3rem;
  flex-shrink: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.6) inset;
  border: 1px solid #f3b31b;
}

.box-search-post .button-search:hover {
  border: 1px solid #ffebcd;
  background: linear-gradient(90deg, #fff3d7 0%, #ffebcd 100%);
  color: var(--black) !important;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6) inset !important;
}

#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: 999;
  opacity: 0;
  visibility: hidden;
  transition: unset;
  display: block !important;
  transition: all 0.3s;
}

#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-color2);
  font-size: var(--14);
  padding: var(--5) var(--15);
  border-radius: 5rem;
}

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

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

.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;
}
.sec-page {
  padding: 12rem calc(var(--section) * 1.5) 3rem !important;
}
.sec-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #fff8ed 0%, rgba(255, 243, 215, 0) 100%);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6) inset;
  height: 28.25rem;
}
.sec-page h1 {
  text-align: center;
  margin-bottom: 1.68rem;
}

.no-products {
  padding: 3rem 0;
  text-align: center;
}
.archive.tax-toolbox_cat .no-products {
  padding: 12rem var(--section) 3rem;
}
.no-products img {
  width: 4rem;
  margin-bottom: 1rem;
}
.page-404 {
  padding: 4rem var(--section);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.page-404 .section-bg img {
  object-position: 50% 65%;
}
.page-404 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .sec-page {
    padding: 7.5rem var(--section) 2.5rem !important;
  }
  .page-404 {
    min-height: 65vh !important;
  }
  .archive.tax-toolbox_cat .no-products {
    padding: 8rem var(--section) 3rem;
  }
  .box-search-post form {
    width: 100%;
    height: 3rem;
    padding: 0 0.44rem 0 1rem;
  }
  .box-search-post .button-search {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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 form svg {
    display: none;
  }
  .box-search-post input[type="search"] {
    border-left: 0;
  }
  .popup-recently .box-product-recently {
    padding: 2rem 1rem;
  }
  li.html.custom.html_topbar_right {
    width: 100%;
  }
  .box-search-post {
    margin-right: 2.5rem;
  }
  #header .close-search {
    right: 0;
  }
  .box-search-post input[type="search"]::placeholder {
    font-size: 0.875rem;
  }
}
.fix-sidebar.moveDown {
  top: calc(8rem + 12px);
}
.video-button-wrapper .btn-video:hover {
  background: transparent;
}
.btn-video span {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
@media (min-width: 768px) {
  .is-sticky-column {
    position: sticky !important;
  }
  .is-sticky-column:not([data-sticky-mode]) {
    top: calc(var(--flatsome-scroll-padding-top) + 30px);
    transition: top 0.6s;
  }
}
