.mainHeader-topbar {
  position: relative;
  padding: 3px 0;
  width: 100%;
  background: #0f76ba;
}

.top-sinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainHeader--height {
    position: relative;
}

.mainHeader--height:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url( https://kinhmatquanganh.vn/frontend/images/bg_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
ul.social-links {
    display: flex;
    color: #fff;
    gap: 0px 9px;
}

ul.social-links li a i {
    color: #Fff;
}
.flex-cart-desk {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}
.card-member-desk:hover {
    background: #fff;
}

.card-member-desk:hover a {
    color: #1c5694;
}

.card-member-desk:hover a svg {
    stroke: #1c5694;
}

.card-member-desk:hover a svg path {
    stroke: #1c5694;
}
.card-member-desk {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #4b6cb7, #182848);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(75, 108, 183, 0.3);
    overflow: hidden;
    height: 38px;
    padding: 0px 13px;
}

.card-member-desk a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #Fff;
    gap: 0px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.card-member-desk a svg path {
    stroke: #fff;
}

.card-member-desk a svg {
    stroke: #fff;
}
.box-group-select-input.box-block-info {
    flex-wrap: wrap;
    gap: unset !important;
}

.box-group-select-input.box-block-info .form-group {
    width: 49%;
    margin: 0 0 10px 0;
}
ul.menuList-submain li a {
  position: relative;
}

.slugun-header p {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 800;
  text-transform: capitalize;
  background: #bf1e2e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  padding-bottom: 0px;
}

.slugun-header span {
  font-size: 20px;
  color: #333;
  font-style: italic;
}

.slugun-header {
  text-align: center;
}

/* ul.menuList-submain li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -27px;
  width: 6px;
  height: 6px;
  background-color: var(--color-main);
  transform: translateY(-50%);
  transition: all 0.2s linear;
  border-radius: 100%;
} */

ul.menuList-submain li a:hover {
  /* transform: translateX(22px); */
  transition: 0.5s ease;
  color: var(--color-main);
  background: #d3d3d366;
}
.mainHeader-topbar .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.7;
}

.mainHeader-topbar .top-inner p {
  position: relative;
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  padding-left: 29px;
  color: #f7f5f5;
  font-weight: 400;
}

.mainHeader-topbar .top-inner .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.mainHeader-topbar .top-inner .social-links li:not(:last-child) {
  margin-right: 10px;
}

.mainHeader-topbar .top-inner .social-links li span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #f7f5f5;
  font-weight: 300;
}

.mainHeader-topbar .top-inner .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #f7f5f5;
}

.mainHeader-topbar .top-inner .social-links li i,
.mainHeader-topbar .top-inner .social-links li svg {
  fill: #f7f5f5;
  color: #f7f5f5;
}

.mainHeader {
  color: #111111;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.mainHeader .mainHeader-top {
  position: relative;
  width: 100%;
}

.mainHeader .mainHeader-top--inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainHeader .mainHeader-top--inner .header-wrap-logo {
  position: relative;
  padding: 5px 0px;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  color: #111111;
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  color: #111111;
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.text-white {
  color: #fff !important;
}

.mainHeader .mainHeader-top--inner .right-column {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0px 15px;
  width: 80%;
  justify-content: space-between;
}

.mainHeader .mainHeader-top--inner .right-column .info-list {
  position: relative;
  display: flex;
  align-items: center;
  background: #bf1e2e;
  animation: 3s linear 0s infinite normal forwards running identifierLinear-gradient;
  border-bottom: 2px solid #fff;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
  cursor: pointer;
}

@keyframes identifierLinear-gradient{
  0% {
  background-position-x: 0px;
}
25% {
  background-position-x: -30%;
}
50% {
  background-position-x: -70%;
}
75% {
  background-position-x: -130%;
}
100% {
  background-position-x: -200%;
}
}

.mainHeader .mainHeader-top--inner .right-column .info-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.mainHeader .mainHeader-top--inner .right-column .info-list li i.fa.fa-phone {
  font-size: 18px;
  transform: rotate(96deg);
}

.mainHeader .mainHeader-top--inner .right-column .info-list li i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 18px;
  color: #11321a;
}

.mainHeader .mainHeader-top--inner .right-column .info-list li a {
  font-weight: 500;
  color: #111111;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner {
  position: relative;
  width: 570px;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group {
  position: relative;
  margin: 0px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  overflow: hidden;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 39px;
  font-size: 14px;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group button[type='submit'] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  padding: 0;
}

.mainHeader .button:before {
  content: '';
  display: block;
  background-color: #11321a;
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: 0;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mainHeader .flex-container-header {
  padding: 0px 40px 0px 35px;
  border-radius: 5px 5px 0px 0px;
  background: rgba(255, 107, 0, 0.07);
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group button[type='submit'] i {
  position: relative;
}

.mainHeader .header-wrap-action .header-action {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.mainHeader .header-wrap-action .header-action .header-action-item {
  margin-left: 10px;
  align-self: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
  position: relative;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
  width: 25px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
  width: 25px;
  height: 35px;
  cursor: pointer;
  display: block;
  position: relative;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
  position: relative;
  top: 22px;
  display: block;
  margin: auto;
  width: 25px;
  -ms-transition: all 0ms 100ms, width 150ms linear;
  -webkit-transition: all 0ms 100ms, width 150ms linear;
  transition: all 0ms 100ms, width 150ms linear;
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
ul.menuList-submain li a:hover:before {left: -12px;}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
  height: 2px;
  background: #111111;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
  height: 35px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
  width: 18px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
  fill: #111111;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  color: #111111;
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

ul.menuList-main {
  display: flex;
}
.lengLife-us ul {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}

.lengLife-us ul li img {
  height: 25px;
  width: 40px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.flex-container-header {
  padding: 0px 15px 0px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  background: #262262;
}

ul.menuList-submain li:nth-child(1) {
  padding-top: 10px;
}
ul.menuList-main li {
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  font-size: 16px;
}

ul.menuList-submain {
  display: block;
}

ul.menuList-main li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

ul.menuList-submain {
  pointer-events: auto;
  visibility: visible;
  top: auto;
  opacity: 0;
  background: #fff;
  min-width: 167px;
  max-width: max-content;
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 26%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.menuList-main li:hover ul.menuList-submain {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  border-radius: 8px;
  left: 0;
  top: 100%;
}

ul.menuList-submain li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  margin: unset;
  /* overflow: hidden; */
  transition: 0.5s ease;

}

ul.menuList-submain li a {
  padding: 7px 10px;
  display: block;
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  /* transform: translateX(0px); */
  transition: 0.5s ease;
}

.mainHeader-middle {/* background: var(--color-main); */}

.wrap-logo a img {
  height: 85px;
}


.list-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-mobile img {
  height: 50px;
}

.header-mobile {
  padding: 10px 0px;
}

.nav-mobile .hamburger-menu {
  width: 25px;
  height: 40px;
  cursor: pointer;
  display: block;
  position: relative;
}

.nav-mobile .bar {
  position: relative;
  top: 22px;
  display: block;
  margin: auto;
  width: 25px;
  -ms-transition: all 0ms 100ms, width 150ms linear;
  -webkit-transition: all 0ms 100ms, width 150ms linear;
  transition: all 0ms 100ms, width 150ms linear;
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  height: 2px;
  background: #ffffff;
}

.nav-mobile .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 2px;
  background: #ffffff;
  width: 25px;
  -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}
.search-mobile {
  width: 30px;
  height: 30px;
  background: #d9251b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 12px;
}

.search-mobile svg path {stroke: #fff;}
.nav-mobile .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  background: #ffffff;
  width: 25px;
  -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.search-mobile svg {
  width: 20px;
  height: 20px;
}

.cart-mobile svg {
  width: 20px;
  height: 20px;
}

.header-mobile {
  display: none;
}

ul.menuList-main li svg path {
  fill: #fff;
}
.header-top-left {
  display: flex;
  align-items: center;
  color: #Fff;
  gap: 0px 10px;
  font-size: 14px;
  font-weight: 300;
}

.header-top-left .info-list {
  display: flex;
  gap: 0px 10px;
  color: #fff;
}

.header-top-left .info-list li a {
  color: #Fff;
  font-weight: 300;
}
.phone-center-header {
  font-weight: 700;
  gap: 5px;
  text-transform: uppercase;
  background: #11321a;
  background-size: 200% auto;
  color: #fff;
  padding: 10px 25px;
  border-radius: 99px;
  white-space: nowrap;
  animation: identifierLinear-gradient 3s linear forwards infinite;
  box-shadow: 0 0 2px #0000004d;
  justify-content: center;
}

.phone-center-header li {
  color: #fff;
}

.phone-center-header li a {
  color: #fff !important;
}

.phone-center-header li a i {
  fill: #fff !important;
}

.phone-center-header li i {
  color: #fff !important;
}

.cart-desktop a {
  font-weight: 700;
  gap: 5px;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #fff;
  padding: 9px 15px;
  border-radius: 99px;
  white-space: nowrap;
  animation: identifierLinear-gradient 3s linear forwards infinite;
  box-shadow: 0 0 2px #0000004d;
  background: #005693;
  border: 1px solid #005693;
  animation: 3s linear 0s infinite normal forwards running identifierLinear-gradient;
}
.cart-desktop a:hover, .mainHeader .mainHeader-top--inner .right-column .info-list:hover{
	background: #0f76ba;
	color: #ffffff;
	border: 1px solid #0f76ba !important;
}
.mainHeader .mainHeader-top--inner .right-column .info-list:hover a, .mainHeader .mainHeader-top--inner .right-column .info-list:hover i{
	color: #ffffff !important;
}
.cart-desktop a i {
  padding-right: 5px;
}

.cart-desktop a p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0px 10px;
}

.cart-desktop svg path {
  fill: #fff;
  stroke: #fff;
}
.box-header-center-right {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}

.box-header-top-right {
  display: flex;
  align-items: center;
  gap: 0px 25px;
  color: #fff;
}

.header__top-user a {
  display: flex;
  align-items: center;
  padding:7px 20px;
}
.header__top-user a p {
  padding-left: 0px !important;
}

.header__top-user a:nth-child(2) {
  border-left: unset;
}

.desc-architec h3 a {
  font-weight: 600;
  color: #000;
}
.mainHeader-middle .container {
}
























.search-mobiles-mem {
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  background: #00000073;
  top: 0;
}

.form-search-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  background: #fff;
}

.form-search-mobile form {
  display: flex;
  align-items: center;
}

.close-form-seach-mobile svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -39px;
  right: 0;
}

.form-search-mobile form button svg {
  width: 20px;
  height: 20px;
}

.form-search-mobile form input {
  width: 100%;
  padding-left: 20px;
}

.close-form-seach-mobile svg path {
  fill: #fff;
  stroke: #fff;
}
.search-mobiles-mem {
  display: none;
}

.search-mobiles-mem.active {
  display: block;
}
ul.menuList-submain:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 45px;
  border: 6px solid #ffffff;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  transform: rotate(-45deg);
  background: #fff;
}
.header__top-user ul {
  display: flex;
  align-items: center;
}

.header__top-user ul li img {
  height: 30px;
  float: left;
  margin-right: 5px;
  padding-top: 7px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.header__top-user ul li a {
  padding: 4px 2px;
  color: #fff;
}

span.cart-quantily {
  padding: 5px 5px;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
ul.submenu-links li {
  padding: 5px 0px;
}

li.has-submenu.level0.active .submenu-links {
  display: block;
}
li.cuocthi a {
  background: #ffffff;
  box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #000000 !important;
  padding: 9px 20px;
  border-radius: 25px;
}
.form-datve .popup-content form input {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}


.form-datve form select {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 10px;
  border-radius: 4px;
  color: #757575;
  background-color: #fff;
}

.form-datve form textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: unset;
  height: 40px;
  font-size: 15px;
  color: #333;
}
.form-datve .close-form {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: unset;
  background: none !important;
}

.form-datve .close-form i {
  color: #000;
  font-size: 15px;
}
.form-datve .popup-content button {
  background: #d9261c;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
}
.hedding-form-popup {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}


.box-member-form-popup {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e3e7ef;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  width: 65%;
  align-items: center;
}

.bg-over-form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000a8;
  top: 0;
  z-index: 9999;
}
.box-member-form-popup form {
  width: 100%;
  height: auto;
  padding: 14px 20px;
  /* display: flex; */
  align-items: center;
  color: #3333;
  width: 60%;
  flex: 1;
}
.title-form-m {
  text-align: center;
  background-image: linear-gradient(84deg, #ed1c22 0%, #ed1c22 47%, #830004 72%, #7e0004 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  color: #ed1c22;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}
.title-form-sm {
  text-align: center;
  color: #333;
  margin: 0px 0 15px;
}

.form-tv input {
  height: 37px;
}

.form-tv input {
  /* border: 1px solid #008c46 !important; */
  height: 37px;
}

.form-control {
  font-size: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 18px 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.box-content-form h4 a img {
  margin: 0 auto;
  text-align: center;
  height: 59px;
}

.box-content-form h4 a {
  display: flex;
}

.box-content-form .modal-title {
  padding: 0 0 10px 0px;
  text-align: center;
}

button.send-form {
   width: 40%;
   background-color: #ed1c22;
   border: none;
   border-radius: 5px;
   box-shadow: unset;
   height: 40px;
   text-transform: uppercase;
   font-size: 15px;
   font-family: "Roboto", sans-serif;
   font-weight: 700;
   text-align: center;
   color: #fff;
   margin: 0 auto;
}
ul.menuList-main li.active, .menuList-main>li:hover {
  background: #0f76ba;
}
.form-send {
  text-align: center;
}.box-group-select-input {
  display: flex;
  justify-content: space-between;
  gap: 0px 10px;
}
.hedding-title-summer p {
  color: #ffffff;
  padding-bottom: 0px;
  font-size: 15px;
  text-transform: uppercase;
}

.sumer-price-date {
  padding: 9px 20px;
  margin-bottom: 8px;
  background: #ed1c22;
  border-radius: 4px;
}
.box-group-select-input input:-internal-autofill-selected{
	background-color: #fff !important;
}
.box-group-select-input input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 1em;
  height: 40px;
  font-size: 15px;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #333;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  border-radius: 3px;
}
.box-group-select-input .form-group {
  width: 50%;
}
.box-history {
  overflow: hidden;
}
.box-history {
  z-index: 99999;
  position: absolute;
  top: 135%;
  background: #d9251b;
  padding: 0;
  left: -20%;
  width: 147px;
  border-radius: 6px;
  transform: translate(-50%);
  display: none;
}

.search-mobile {
  position: relative;
}
.box-history ul li a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}
.search-mobile:hover .box-history {
  display: block;
}
.images-form-popup img {
  height: 100%;
  width: 100%;
  display: block;
}.swal2-content {
  font-size: 18px !important;
}
.swal2-container {
  z-index: 99999999999999999999 !important;
}

.images-form-popup {
  width: 47%;
  height: 505px;
}
.search-mobile:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: #00000000;
  top: 100%;
  z-index: 9999;
}
.pdf-scan p {
  padding-bottom: 0px;
  color: #000;
  font-style: italic;
}

.pdf-scan {
  margin-top: 13px;
}
.payer-form {
  color: #000;
  display: flex;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 10px;
}

.payer-form ul {
  display: flex;
  gap: 0px 20px;
}

.payer-form ul li img {
    width: 89px;
    height: 43px;
    object-fit: contain;
  }

.payer-form p {
  padding-bottom: 0px;
}
.selector .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}
.box-hotline-desk {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    margin-right: 20px;
}

.icon-hotline-desk img {
    width: 50px;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

.content-hotline-desk span {
    font-size: 20px;
    font-weight: 900;
    color: #bf1e2e;
}

.content-hotline-desk p {
    padding-bottom: 0px;
    font-size: 15px;
}

.icon-hotline-desk {
    display: flex;
    align-items: center;
}
.box-header-top-right ul {
    display: flex;
    gap: 0px 10px;
    align-items: center;
}

.box-header-top-right p {
    padding-bottom: 0px;
}

.box-header-top-right ul li img {
    margin-bottom: 0px;
    width: 15px !important;
    height: 15px !important;
}

.box-header-top-right ul li {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.box-header-top-right ul li img {
}

.box-header-top-right ul li a {
    display: flex;
    height: 27px;
    line-height: 27px;
    justify-content: center;
    align-items: center;
}








































 .box-member-form .demo-container {
	 text-align: center;
	 color: white;
	 margin-bottom: 30px;
}
 .box-member-form .demo-container h1 {
	 font-size: 2.5rem;
	 margin-bottom: 20px;
	 text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
 .box-member-form .trigger-btn {
	 background: linear-gradient(45deg, #ff6b6b, #ee5a24);
	 color: white;
	 border: none;
	 padding: 15px 30px;
	 font-size: 1.1rem;
	 border-radius: 50px;
	 cursor: pointer;
	 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	 transition: all 0.3s ease;
	 margin: 10px;
}
 .box-member-form .trigger-btn:hover {
	 transform: translateY(-3px);
	 box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}
 .box-member-form .popup-overlay {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 backdrop-filter: blur(5px);
	 z-index: 9999999999999;
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.3s ease;
}
 .box-member-form .popup-overlay.active {
	 opacity: 1;
	 visibility: visible;
}
 .box-member-form .popup-container {
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%) scale(0.8);
	 background: white;
	 border-radius: 20px;
	 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	 max-width: 500px;
	 width: 90%;
	 max-height: 90vh;
	 overflow-y: auto;
	 transition: all 0.3s ease;
	 z-index: 1001;
}
 .box-member-form .popup-overlay.active .popup-container {
	 transform: translate(-50%, -50%) scale(1);
}
 .box-member-form .popup-header {
	 background: #0f76ba;
	 color: white;
	 padding: 25px;
	 border-radius: 20px 20px 0 0;
	 position: relative;
	 text-align: center;
}
 .box-member-form .popup-header h2 {
	 font-size: 23px;
	 margin-bottom: 8px;
	 font-weight: 700;
	 color: #fff;
}
 .box-member-form .popup-header p {
	 opacity: 0.9;
	 font-size: 14px;
	 color: #fff;
	 padding-bottom: 0px;
}
 .box-member-form .close-btn {
	 position: absolute;
	 top: 15px;
	 right: 20px;
	 background: rgba(255, 255, 255, 0.2);
	 border: none;
	 color: white;
	 width: 35px;
	 height: 35px;
	 border-radius: 50%;
	 cursor: pointer;
	 font-size: 18px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 transition: all 0.3s ease;
	 padding: unset;
}
 .box-member-form .close-btn:hover {
	 background: rgba(255, 255, 255, 0.3);
	 transform: rotate(90deg);
}
 .box-member-form .popup-content {
	 padding: 30px;
}
 .box-member-form .form-group {
	 margin-bottom: 20px;
}
 .box-member-form .form-group label {
	 display: block;
	 margin-bottom: 8px;
	 font-weight: 600;
	 color: #333;
	 font-size: 14px;
}
 .box-member-form .form-control {
	 width: 100%;
	 padding: 20px 15px;
	 border: 1px solid #e1e8ed;
	 border-radius: 5px;
	 font-size: 13px;
	 transition: all 0.3s ease;
	 background: #f8f9fa;
}
 .box-member-form .form-control:focus {
	 outline: none;
	 border-color: #667eea;
	 box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
	 background: white;
}
 .box-member-form textarea.form-control {
	 resize: vertical;
	 min-height: 100px;
	 font-family: unset;
}
 .box-member-form .submit-btn {
	 width: 100%;
	 background: #0f76ba;
	 color: white;
	 border: none;
	 padding: 15px;
	 font-size: 15px;
	 font-weight: 600;
	 border-radius: 10px;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 text-transform: uppercase;
	 letter-spacing: 1px;
}
 .box-member-form .submit-btn:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}
 .box-member-form .submit-btn:active {
	 transform: translateY(0);
}
 .box-member-form .success-message {
	 display: none;
	 text-align: center;
	 padding: 30px;
	 color: #27ae60;
}
 .box-member-form .success-message.show {
	 display: block;
}
 .box-member-form .success-icon {
	 font-size: 4rem;
	 margin-bottom: 20px;
}


.box-member-form .popup-overlay.active .popup-container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.box-member-form .popup-overlay.active .popup-container::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

.box-member-form .popup-overlay.active .popup-container::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
.mainBody-theme-container.mainBody-modalshow.layoutProduct_scroll.header-bg {
    position: fixed;
    width: 100%;
    z-index: 999999999999;
}
.mainBody-theme-container.mainBody-modalshow.layoutProduct_scroll.header-bg .mainHeader-topbar {
    display: none;
}
.mainBody-theme-container.mainBody-modalshow.layoutProduct_scroll.header-bg .mainHeader--height {
    display: none;
}
.nav-mobile {
    width: 40px;
    height: 40px;
    background: #0f75bb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.form-group.select-members select {
    padding: unset;
    height: 42px;
    padding: 0px 10px;
}
 @media (max-width: 480px) {
	 .box-member-form .popup-container {
		 /* margin: 20px; */
		 width: calc(100% - 40px);
	}
	 .box-member-form .popup-header {
		 padding: 20px;
	}
	 .box-member-form .popup-header h2 {
		 font-size: 1.5rem;
	}
	 .box-member-form .popup-content {
		 padding: 20px;
	}
}
 @keyframes slideInUp {
	 from {
		 opacity: 0;
		 transform: translate(-50%, -30%) scale(0.8);
	}
	 to {
		 opacity: 1;
		 transform: translate(-50%, -50%) scale(1);
	}
}
 .box-member-form .popup-overlay.active .popup-container {
	 animation: slideInUp 0.4s ease;
}
@media(max-width:1400px){
  ul.menuList-main li {
      font-size: 14px;
  }
}
@media(max-width:1200px){
ul.menuList-main li a {
    font-size: 14px !important;
}
  }
@media(max-width:1200px){
  ul.menuList-main li {
      padding: 15px 8px;
  }
}
@media (min-width: 991px) {
  .mainHeader--height .mainHeader-middle .header-wrap-logo {
      display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
      display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
      display: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
      display: block !important;
  }
}

@media (min-width: 1200px) {
  .mainHeader {
      position: relative;
  }
}

@media(max-width:990px) {
  
  .header-mobile.header-bg {
    position: fixed;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
  .box-group-select-input.select-date {
    flex-wrap: wrap;
}

.box-group-select-input.select-date .form-group.group-quantity {
    width: 100%;
    display:  block;
}

.box-group-select-input.select-date .form-group {
    width: 48%;
}
  .images-form-popup {
    display: none;
}
  .form-datve .close-form i {
    color: #000;
}
  .box-member-form-popup form::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  .box-member-form-popup form::-webkit-scrollbar
  {
    width: 1px;
    background-color: #F5F5F5;
  }

  .box-member-form-popup form::-webkit-scrollbar-thumb
  {
    background-color: #000000;
    border: 2px solid #555555;
  }

  .box-member-form-popup {
    display: block;
    width: 90%;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.images-form-popup {
    width: 100%;
    height: unset;
}

.box-member-form-popup form {
    width: 100%;
    padding: 14px 10px;
    height: 73vh;
    overflow-y: scroll;
}


  .mainHeader-topbar {
      padding: unset;
      display: none;
  }
.abouts {
  padding-top: 2rem;
}
  .logo-mobile img {
      height: 55px;
  }
  .box-icon-mobile {
      display: flex;
      align-items: center;
      gap: 0px 12px;
  }

  .cart-mobile {
      display: block !important;
      margin-top: 5px;
  }

  .cart-mobile i {
      font-size: 20px;
      color: #11321a;
  }

  ul.social-links {
      display: none !important;
  }

  .header-top-left {
      display: block;
      font-size: 11px;
      padding: 3px 0;
  }


  .header-mobile {
      display: block;
  }

  .sidebar-main.is-show-left .sitenav-wrapper.show {
      right: 0 !important;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
  }

  .sidebar-main .sitenav-wrapper.sitenav-left {
      left: 0;
  }

  .sidebar-main .sitenav-wrapper {
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 1010;
      background: transparent;
  }

  .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
      left: 0;
      width: 85%;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
  }

  .sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
      left: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
      transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
  }

  .sidebar-main .sitenav-wrapper .sitenav-inner {
      margin: 0 auto;
      max-width: 480px;
      position: absolute;
      top: 0;
      bottom: 0;
      background: #ffffff;
      background-clip: padding-box;
      display: flex;
      flex-direction: column;
  }

  .sitenav-inner .sitenav-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 15px;
      border-bottom: 1px solid #eee;
  }

  .sitenav-inner .sitenav-header__title {
      font-size: 22px;
      font-weight: 600;
      margin: 0;
      padding: 0;
  }

  .sitenav-inner .sitenav-header__btn svg {
      width: 17px;
      height: 100%;
      margin: 0 auto;
      cursor: pointer;
  }

  .sitenav-inner .sitenav-content {
      padding: 15px;
      position: relative;
      overflow-y: scroll;
      height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-scroll-chaining: none;
      overscroll-behavior: none;
  }

  .menuList-links {
      margin: 0;
  }

  .menuList-links li {
      position: relative;
  }

  .menuList-links>li.has-submenu>a {
      padding-right: 30px;
  }

  .sitenav-menu .menuList-links>li>a {
      font-weight: 600;
  }

  .menuList-links>li>a {
      padding: 12px 0;
      font-weight: 500;
      font-size: 15px;
  }

  .menuList-links li a {
      color: #111111;
      position: relative;
      font-size: 15px;
      display: block;
  }

  .menuList-links>li.has-submenu span.icon-plus-submenu {
      width: 25px;
      height: 25px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 1px solid transparent;
  }

  .icon-plus-submenu:before {
      width: 9px;
      height: 1px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  .icon-plus-submenu:after {
      width: 1px;
      height: 9px;
      right: 2px !important;
      transform-origin: center;
      -moz-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
      -webkit-transform: translateY(-50%) scale(1, 1);
      transform: translateY(-50%) scale(1, 1);
  }

  .icon-plus-submenu:after,
  .icon-plus-submenu:before {
      background: rgba(9, 9, 9, 0.6);
      content: '';
      display: block;
      position: absolute;
      margin-right: 8px;
      top: 50%;
      right: -2px;
      -moz-transition: all .25s linear;
      -o-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear;
  }

  ul.menuList-links li ul.submenu-links {
      display: none;
  }

  .sitenav-menu .menuList-links .has-submenu.level0>ul.submenu-links li a {
      font-weight: 500;
  }

  li.has-submenu.level0>ul.submenu-links li a {
      padding-left: 12px;
  }

  .sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
      opacity: 1;
      visibility: visible;
  }

  .sidebar-main .sidebar-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .mainHeader--height {
      display: none;
  }

  .mainHeader-middle {
      display: none;
  }

  .mainHeader-topbar .top-inner {
      flex-wrap: wrap;
      justify-content: right;
  }

  .mainHeader-topbar .top-inner .social-links {
      width: 100%;
      justify-content: center;
  }

  .mainHeader-topbar .top-inner .social-links li:not(:last-child) {
      margin-right: 15px;
  }
  .lengLife-us ul li img {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .search-mobile {
  	margin-right:0
  }
  .lengLife-us ul {
  	height: 30px;
  }
   .lengLife-us ul li {
  	height: 30px;
  }
  .lengLife-us ul a {
  	height: 30px;
  }
}

@media(max-width:768px){
  .box-group-select-input input.input-date {
    width: 100% !important;
}
  .box-group-select-input {
      flex-wrap: wrap;
      width: 100%;
  }
   
	.box-group-select-input .form-group {
              width: 100%;
  }
}
