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

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

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: #da251c;
	-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: #da251c;
  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: #da251c;
	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; */
	/* background-color: #ffffff; */
}

.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: 15px 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 1%;
	width: 76%;
	justify-content: space-between;
}

.mainHeader .mainHeader-top--inner .right-column .info-list {
	position: relative;
	display: flex;
	align-items: center;
	background: #005693;
	animation: 3s linear 0s infinite normal forwards running identifierLinear-gradient;
}

@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;
	margin-right: 50px;
	padding-left: 22px;
	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: 587px;
}

.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 {

	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;
	justify-content: center;
	gap: 15px 4px;
}

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

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

.flex-container-header {
	padding: 0 15px;
	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: center;
	justify-content: center;
}

ul.menuList-submain li:nth-child(1) {
	padding-top: 10px;
}

ul.menuList-main li {
	display: inline-block;
	position: relative;
	
}

ul.menuList-submain {
	display: block;
}

ul.menuList-main>li>a {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	padding: 6px 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	line-height: 1.4;
	gap: 5px;
	border-radius: 8px;
}
ul.menuList-main>li>a .icon{
	width: 24px;
	height: 24px;
}
ul.menuList-main>li>a .icon img{
	filter: brightness(0) invert(1);
}
ul.menuList-submain {
	pointer-events: auto;
	visibility: visible;
	top: auto;
	opacity: 0;
	background: #fff;
	min-width: 255px;
	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;
	top: 100%;
	opacity: 1;
	border-radius: 8px;
}

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

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


.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: #000000;
}

.nav-mobile .bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 7px;
	height: 2px;
	background: #000000;
	width: 18px;
	-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;
}
.nav-mobile .bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	height: 2px;
	background: #000000;
	width: 15px;
	-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 {
	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;
}



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

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

.header-mobile {
	display: none;
	/* display: block; */
	/* position: absolute; */
	width: 100%;
	top: 0;
	left: 0;
}
header.is-scroll .header-mobile{
      background: #fff;
      position: fixed;
}
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: 8px 15px;
	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 {
	margin-right: 0px !important;
	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: white;
	color: #005693;
	border: 1px solid #005693 !important;
}

.mainHeader .mainHeader-top--inner .right-column .info-list:hover a,
.mainHeader .mainHeader-top--inner .right-column .info-list:hover i {
	color: #005693 !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;
	justify-content: end;
}

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

.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>a,
.menuList-main>li>a:hover {
	background: #066dee;
	color: #fff;
}

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

#header-main{
	position: relative;
	z-index: 99;
}
.header-desktop-logo img{
	max-width: 85px;
}
.header-desktop{
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
}
header.is-scroll .header-desktop{
    position: fixed;
    padding: 5px 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slide-mv__img:before {
    z-index: 89;
    opacity: 1;
    background-color: #0000;
    background-image: linear-gradient(#00000070, #00000000);
    width: 100%;
    height: 51%;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    content: "";
    will-change: opacity;
    opacity: 1;
}
.header-main.is-scroll .menuList-main li a {
    color: #000000;
}

.header-main.is-scroll .menuList-main li.active a {
    color: #fff;
}
.header-main.is-scroll .menuList-main li a:hover {
    color: #fff;
}
.header-main.is-scroll ul.menuList-submain li a {
    color: #000 !important;
}

.header-desktop-logo.clm {
    position: relative;
    text-align: center;
}

.header-desktop-logo.clm:before {
    position: absolute;
    content: '';
    background: url(../images/logo-shap.png);
    width: 155px;
    height: 57px;
    left: -10px;
    z-index: 999999;
    bottom: -55px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media(max-width:1400px) {
	ul.menuList-main li {
		font-size: 14px;
	}
}

@media(max-width:1280px) {
	.header-desktop {
		display: none;
	}
}
@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: fixed;
		width: 100%;
		z-index: 999;
	}
}

@media(max-width:1280px) {
	.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: block;
	}

	.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;
		background: #fff;
	}

	.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: 5px 15px;
		border-bottom: 1px solid #eee;
	}
	.sitenav-inner .sitenav-header img{
		max-width: 60px;
	}
	.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: 16px;
		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%;
	}
}
@media(max-width:640px) {
	.box-header-center-right .btn-common01{
		font-size: 14px;
		padding: 6px 9px;
		text-transform: inherit;
		font-weight: 500;
	}
}
