section.header-top-desk {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px 0px 8px 0px;
	background: #000;
}

li.menu-item-depth-1:hover a {
	color: #de7310 !important;
}

.icon-list-items-header-top ul {
	display: flex;
	align-items: center;
}

.box-tuvanmp {
	display: none;
}

.box-tuvanmp.active {
	display: block;
}

.icon-list-items-header-top ul li svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}

.icon-list-items-header-top ul li {
	padding-right: 13px;
}

.box-header-top-keper {
	display: flex;
	align-items: center;
}

section.form-tv form h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}

.close-tv {
	position: absolute;
	right: 5px;
	top: 5px;
}

.close-tv svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.close-tv svg path {
	stroke: #fff;
	fill: #fff;
}

@keyframes marquee {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

.marquee {
	animation: marquee 5s linear infinite;
	width: max-content;
	display: block;
	height: 30px;
	overflow: hidden;
	animation: marquee 10s linear infinite;
	position: relative;
}
button.open-popup {
    font-size: 16px;
    background: #2b5895;
    color: #Fff;
    border-radius: 4px;
}
.marquee span a {
	float: left;
	color: #fff;
	padding: 0px 30px;
}

.desktop_extra_quater {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.icon-list-items-header-top {
	width: 50%;
}

.logo-desk a img {
	object-fit: unset;
	height: 75px;
}

.box-nav-header-desk {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header-desk {
	position: relative;
	z-index: 999;
	right: 0;
	left: 0;
	background: #fff;
}

.nav-menu .menu-c1-desk {
	display: flex;
	align-items: center;
}

ul.menu-c1-desk .item-menu-c1-desk a {
	padding: 22px 24px;
	display: inline-block;
	color: #fffcfc;
	text-transform: uppercase;
	font-size: 14px;
}

.list-item-right {
	display: flex;
	align-items: center;
	gap: 0px 20px;
}

.wdt-header-icons-list-item {
	padding: 5px;
	width: 45px;
	text-align: center;
}

.wdt-header-icons-list-item a i svg {
	fill: #333;
	width: 24px;
	height: 24px;
	/* margin-right: 10px; */
	margin-top: 4px;
}

li.item-menu-c1-desk {
	position: relative;
}

ul.sub-menu-c2 {
	position: absolute;
	width: 300px;
	border: 1px solid #5e5e5e;
	background-color: #000000;
	border-radius: 10px;
	background-image: url(https://wdtteapoy.wpengine.com/wp-content/uploads/2024/05/body-bg.png);
	background-position: left top;
	background-size: contain;
	background-repeat: repeat;
	display: none;
}

ul.sub-menu-c2 li a {
	padding: 8px 15px !important;
	display: inline-block !important;
	width: 100%;
	font-size: 13px !important;
}

li.menu-item-depth-1 a:before {
	color: #ffffff;
	content: "";
	display: inline-block;
	position: relative;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	margin-right: 7px;
	top: 3px;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
}

li.menu-item-depth-1 a {
	position: relative;
}

li.item-menu-c1-desk a svg path {
	stroke: #fff;
}

ul.menu-c1-desk .item-menu-c1-desk a svg {
	margin-bottom: -6px;
	width: 22px;
	height: 22px;
}

li.item-menu-c1-desk:hover ul.sub-menu-c2 {
	display: block;
}

.wdt-search-form-container {
	background-color: #2f5492;
	height: 35vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	box-shadow: 0 -1px 8px 3px rgba(255, 255, 255, 0.08);
}

.wdt-search-form-container input {
	background: transparent;
	border: 1px solid #ffffff;
	text-transform: capitalize;
	color: #a9a9a9;
	margin-bottom: 0;
	width: 100%;
	padding: 15px;
	border-radius: 35px;
}

.wdt-search-form-container form {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wdt-search-form-close {
	height: 40px;
	left: auto;
	right: 35px;
	top: 35px;
	border-radius: 2.5em;
	place-items: center;
	width: 40px;
	line-height: 40px;
	background-color: #fa9750;
	display: grid;
	color: #ffffff;
	position: absolute;
}

.wdt-search-form-close svg path {
	fill: #fff;
}

.wdt-search-form-container form button {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	padding: 0px;
}

.wdt-search-form-container form button svg {
	fill: #ffffff;
	width: 25px;
	height: 25px;
}

section.search-desk {
	display: none;
}

section.search-desk.show-search {
	display: block;
	position: relative;
	z-index: 9999999999;
}




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

.logo-mobile a img {
	width: 120px;
	height: auto;
}

section.header-mobile {
	/* position: fixed; */
	z-index: 99;
	right: 0;
	left: 0;
	padding: 10px 0px;
	position: relative;
}

.btn-bar.list-bar2 span {
	color: #Fff;
	font-size: 12px;
}

.btn-bar.list-bar2 .bar {
	width: 30px;
	height: 3px;
	background-color: #ffffff;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
}

.bar3.bar {
	width: 16px !important;
	height: 2px !important;
}

.icon-list-items-header-top img {
	padding: 6px;
}



.wdt-search-form-close svg {
	width: 30px;
	height: 30px;
}

li.menu-item-depth-1 a {
	font-size: 13px !important;
}

section.form-tv {
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	background: #dd7210;
	border-radius: 10px;
	padding: 30px;
}

section.form-tv form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.form-tv form label {
	width: 100%;
	margin-bottom: 10px;
}

section.form-tv form label input::placeholder {
	color: #fff;
}

section.form-tv form label select::placeholder {
	color: #fff;
}

section.form-tv form label input {
	background: none;
	border: 1px solid #fff;
	width: 100%;
	padding: 9px 10px;
	border-radius: 5px;
}

section.form-tv form textarea::placeholder {
	color: #fff;
}

section.form-tv form textarea {
	background: none;
	border: 1px solid #fff;
	width: 100%;
	padding: 9px 10px;
	border-radius: 5px;
	color: #fff;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}


section.form-tv form select {
	width: 100%;
	height: 42px;
	background: none;
	margin-bottom: 5px;
	padding: 0 5px;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #ffff;
}

section.form-tv form select option {
	color: #000;
}

section.form-tv form textras {
	width: 100%;
	background: none;
}

.textras textarea {
	background: none;
	width: 100%;
	height: 150px;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 10px;
}

.textras {
	width: 100%;
}

section.form-tv form button {
	background: #fff;
	font-size: 16px;
	padding: 5px 38px;
	border-radius: 25px;
}

.ovlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000063;
	z-index: 9;
}

.box-tuvanmp {
	position: relative;
}
















.menu_fix_mobile {
	position: fixed;
	z-index: 999999;
	height: 100%;
	width: 320px;
	top: 0;
	right: 0;
	background: #fff;
	transition: all 200ms linear 0s;
	transform: translateX(100%);
	padding: 20px;
}

.btn-menu-mobile {
	cursor: pointer;
}

.main-menu-show {
	transform: translateX(0) !important;
	transition: all 200ms linear 0s;
	border-right: 1px solid #fff;
	overflow-y: scroll;
	/*! overflow: hidden; */
}

.menu_fix_mobile .close-menu {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.menu_fix_mobile .close-menu .logo_menu {
	display: inline-block;
	padding: 10px 10px 10px 25px;
}

.menu_fix_mobile .close-menu .logo_menu img {
	width: auto;
	max-width: unset;
	height: 30px;
}

/* .menu-product {
        padding-bottom: 10px;
        margin-bottom: 15px;
        overflow: hidden;
    } */

.close-menu {
	padding-bottom: 15px;
}

.close-menu span {
	font-size: 14px;
	color: #222;
	font-weight: 600;
}

.menu_fix_mobile .close-menu>a {
	float: right;
	color: #000;
	/*! width: 50px; */
	/*! height: 52px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/*! background: #3e3938; */
	font-size: 14px;
}

.menu_fix_mobile ul {
	display: inline-block;
	margin: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

.menu_fix_mobile ul li {
	float: left;
	position: relative;
	margin: 0;
	transition: 0.4s;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
}

.menu-c2-mobile ul li {}

.close-menu a i {
	color: #222;
}


.menu_fix_mobile ul li a {
	font-size: 14px;
	font-weight: 400;
	/*! text-transform: uppercase; */
	padding: 10px 0px;
	color: #222;
	display: inline-block;
	width: 100%;
	line-height: normal;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
}

.menu_fix_mobile ul li a:hover {
	color: #222;
}

.menu_fix_mobile ul li i.fa-chevron-down {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: 0.3s;
	border-left: 1px solid #fff;
	cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
	display: none;
	position: static;
	top: 100%;
	border: none;
	left: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
	min-width: 180px;
	transition: unset;
	float: left;
}

.menu_fix_mobile .nav-main>li:hover .nav-sub {
	transition: unset;
}

.box-tinttuc-newss {
	padding: 10px;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	border-radius: 5px;
	height: 100%;
}

.menu_fix_mobile .nav-main li ul.nav-sub li {
	width: 100%;
	padding: 0;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a {
	padding: 11px 15px 11px 35px;
	display: block;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	line-height: normal;
	white-space: normal;
	text-transform: inherit;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a:hover {
	color: #fff;
}

.menu_fix_mobile .nav-main li .nav-sub li:not(:last-child):after {
	display: none;
}

.menu_fix_mobile li ul.nav-sub-child {
	display: none;
	position: static;
	top: 100%;
	border: none;
	left: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
	min-width: 180px;
	transition: unset;
	float: left;
}

.menu_fix_mobile .nav-main li ul.nav-sub-child li a {
	padding: 11px 15px 11px 70px;
}

.form-search-mobile form {
	/*! position: absolute; */
	right: 0;
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.form-search-mobile button {
	padding: 0px;
	/*! position: absolute; */
	/*! top: 50%; */
	/*! transform: translateY(-50%); */
	right: 11px;
	right: 0;
	position: relative;
	width: 35px;
}

.form-search-mobile {
	z-index: 99999;
	background: #fff;
	border: 1px solid #eaeaea;
}

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

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

li.menu-c2-mobiless a {
	text-transform: math-auto !important;
}

.box-header2-mobile>a {
	display: inline-flex !important;
	align-items: center;
}

.menu-c2-mobile ul li {
	border-bottom: 1px solid #cdcdcd9c;
}

.menu-c2-mobile {
	display: none;
}

.menu-product {
	line-height: unset !important;
}

.menu-c2-mobile.active-2 {
	display: block;
}

li.menu-c2-mobiless.active {
	display: block;
}


.menu-c3-menu-mobile {
	display: none;
}

li.menu-c2-mobiless.active .menu-c3-menu-mobile {
	display: block;
}

.menu-c3-menu-mobile li:last-child {
	border: none;
}

.menu-c3-menu-mobile ul {
	padding-left: 10px;
}

.menu-c2-mobile.active-2>ul {
	padding-left: 10px;
}

.header-mobile {
	display: none;
}

section.header-main-navs {
	position: relative;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #eeeeee70;
}

header.header-desk:after {
	z-index: 89;
	opacity: 1;
	background-color: #0000;
	/* background-image: linear-gradient(#12131496, #00000000); */
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	inset: 0% 0% auto;
	content: "";
	will-change: opacity;
	opacity: 1;
}


.menu-line-1 {
	background-color: #2b548f;
	width: 30px;
	height: 2px;
	margin-top: 9px;
	margin-left: 10px;
	margin-right: auto;
	display: block;
	transition: 0.5s ease;
}

.menu-line-2 {
	background-color: #2b548f;
	width: 24px;
	height: 2px;
	margin-top: 5px;
	margin-left: 5px;
	transition: 0.5s ease;
}

.menu-line-3 {
	background-color: #2b548f;
	width: 30px;
	height: 2px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: auto;
	display: block;
	transition: 0.5s ease;
}

.box-menu-header.active .menu-line-1 {
	transform: translate3d(0px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.box-menu-header.active .menu-line-3 {
	transform: translate3d(0px, -7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.box-menu-header.active .menu-line-2 {
	opacity: 0;
}

.lang-btn {
	padding: 5px;
	margin-top: 7px;
	margin-right: 10px;
}

.lang-btn a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	padding-right: 13px;
}

.lang-btn .button-2.en-off {
	border-left: 2px solid #fff;
	padding-left: 3px;
}

.list-btn-banner a:hover {
	background: #ee6f10;
	color: #fff;
	border: 2px solid #ee6f10;
}

.menu-div-desktop {transform: translateX(1000%);transition: 1s ease;opacity: 0;visibility: hidden;}

header.header-desk.header-bg {
    background: #fff;
}
.wdt-search-form-container input::placeholder {
    color: #fff;
}
header.header-desk.header-bg:after {
    background: none;
}


header.header-desk.header-bg .menu-line-1 {
    background-color: #000;
}

header.header-desk.header-bg .menu-line-2 {
    background-color: #000;
}

header.header-desk.header-bg .menu-line-3 {
    background-color: #000;
}

header.header-desk.header-bg .menuheadingcontainer a h3 {
    color: #000;
}

.logo_top {
	display: flex;
	align-items: center;
}

.logo_top h2 {
	color: #fff;
	font-weight: 400;
	font-size: 26px;
}

.box-title-header p {
	color: #fff;
}

.box-title-header {
	margin-left: 11px;
	cursor: pointer;
}

a.menuheadingdiv:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#030e279e, #030e27);
	transition: 0.5s ease;
}

.menuheadingcontainer a:hover {
	content: "";
	background-image: none;
}

.menuheadingcontainer:hover a.menuheadingdiv:before {
	background-image: none;
	transition: 0.5s ease;
}

.lang-btn a:nth-child(1):before {
	content: "/";
	right: 0;
	position: absolute;
}

/* loading-first */
.loading-first {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: #051436;
}

.loading-first__box {
	height: 100%;
}

.sp.sp-slices {
	border-radius: 50%;
	/* border-top: 200px red solid;
	border-left: 200px yellow solid;
	border-bottom: 200px yellow solid;
	border-right: 200px yellow solid; */
	/* -webkit-animation: spSlices 4s  linear;
	animation: spSlices 4s  linear; */
}

.sp-circle {}

.sp-circle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 4px #eee solid;
	border-top: 4px #c99610 solid;
	border-radius: 50%;
	-webkit-animation: spCircRot 4s 1s linear;
	opacity: 0;
	animation: spCircRot 4s 1s linear;
}

@keyframes zoom-img-load {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes spCircRot {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spCircRot {
	from {
		transform: rotate(0deg);
		opacity: 1;
	}

	to {
		transform: rotate(359deg);
		opacity: 1;
	}
}

.loading-first__img {
	/* padding: 50px; */
	height: 260px;
	width: 260px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.loading-first__img:not(.is-zoom) {}

.loading-first__img img {
	width: 130px;
	height: 130px;
	object-fit: contain;
	position: relative;
	/* animation: zoom-img-load 1s ease-in; */
}

.loading-first__img .sp-circle,
.loading-first__img .sp-slices,
.loading-first__img .sp-vortex {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.loading-first__img-child {
	animation: fadeUpText 1s ease;
}

.loading-first__img-text {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	color: #c99610;
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease-in-out;
	/* animation: fadeDownText 1s 1s ease-in-out; */
}

.loading-first__img-text.is-active {
	opacity: 1;
	transform: translate(0);
}

.loading-first__line .line {
	position: absolute;
	left: 30px;
	top: 0;
	opacity: 0;
	width: 1px;
	background: white;
	height: 0;
	transition: all .3s ease-in-out;
}

.loading-first__line .line:nth-child(1) {
	top: auto;
	bottom: 0;
}

.loading-first__line .line:nth-child(2) {
	left: 0;
	top: 30px;
	height: 1px;
}

.loading-first__line .line:nth-child(3) {
	left: auto;
	right: 30px;

}

.loading-first__line .line:nth-child(4) {
	top: auto;
	bottom: 30px;
	right: 0;
	left: auto;
	height: 1px;

}

.loading-first__line .line.is-active {
	opacity: 1;
}

.loading-first__line .line.is-active:nth-child(1),
.loading-first__line .line.is-active:nth-child(3) {
	height: 100%;
}

.loading-first__line .line.is-active:nth-child(4),
.loading-first__line .line.is-active:nth-child(2) {
	width: 100%;
}
.loading-first__img-child svg{
	width: 480px;
	height: 480px;
}

@keyframes fadeUpText {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	top {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeDownText {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}

	top {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes anime-height {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}

}

@keyframes anime-width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}
.menutextcontainer {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.menuheadingcontainer a h3 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
}
.box-menu-header {
    margin-bottom: 10px;
}

nav.menu.navigation.active .menu-div-desktop {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}
.menuheadingcontainer {
    position: relative;
    transition: 0.5s ease;
    padding: 35px 0px;
}

ul.menu-c3-kepper {
    position: absolute;
    width: 223px;
    background: #fff;
    top: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.icon-down-mobile {
    /* display: none; */
}
ul.menu-c3-kepper li a {
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}

a.menuheadingdiv {
    display: inline-flex;
    align-items: center;
}

ul.menu-c3-kepper li a:hover {
    background: #eee;
    color: #000;
}

.menuheadingcontainer:hover ul.menu-c3-kepper {
    opacity: 1;
    visibility: visible;
}
.menuheadingcontainer.active .menu-c3-kepper {
    display: block;
}

.icon-down-mobile svg {
    width: 25px;
    height: 25px;
    margin-bottom: -10px;
}

.icon-down-mobile svg path {
    stroke: #333;
}
.box-product-by-categorys {
    padding-top: 3rem;
	background: #eeeeee94;
}


.wdt-header-icons-list-item.mobiles-items {
    display: none;
}
.menu-div-desktop {
    transform: unset;
    opacity: 1;
    visibility: visible;
}


ul.menu-c3-kepper li {
    border-bottom: 1px solid #eee;
}

ul.menu-c3-kepper li:last-child {
    border: none;
}
/* Ẩn popup ban đầu */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.popup {
    background: #fff;
    width: 465px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.popup-body {
    display: flex
;
    flex-direction: row;
}

.popup-form {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.popup-form img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 8px;
}
.popup-form h2 {
    color: #2d5791;
    text-transform: uppercase;
    font-weight: 700;
}
.popup-tuvan input, select, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.popup-form select {
    color: #757575;
}


button.hvr-float-shadow {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    background: #2d5791;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
}

.popup-form form input {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
@media (min-width: 767px) {
	.loading-first__img {
		height: 400px;
		width: 610px;
	}
}

@media(max-width:1400px) {
	ul.menu-c1-desk .item-menu-c1-desk a {
		padding: 22px 7px;
		font-size: 12px;
	}
}

@media(max-width:1400px) {

	.menutextcontainer {
		display: block;
	}
	
	nav.menu.navigation.active {
		position: fixed;
		width: 288px;
		background: #fff;
		bottom: 0;
		top: 0;
		right: 0;
	}
	
	.menuheadingcontainer {
		padding: 8px 17px;
	}
	
	.box-menu-header.active .menu-line-1 {
		background-color: #000;
	}
	
	.box-menu-header.active .menu-line-2 {
		background-color: #000;
	}
	
	.box-menu-header.active .menu-line-3 {
		background-color: #000;
	}
	
	.menuheadingcontainer a h3 {
		color: #000;
	}
	
	nav.menu.navigation {
		display: none;
	}
	
	nav.menu.navigation.active {
		display: block;
	}
	
	section.header-main-navs {
		padding: 5px 0px;
	}


	.wdt-search-form-container form {
		width: 95%;
	}

	.box-title-header {
		display: none;
	}

	.logo-desk a img {
		height: 60px;
		object-fit: unset;
		width: auto;
	}

	.logo_top h2 {
		font-weight: 400;
		font-size: 20px;
	}

	.box-title-header p {
		font-size: 13px;
	}

	.header-mobile {
		display: block;
	}
}
@media(max-width:990px){

.menu-line-1 {
    background-color: #333;
}
.menu-line-2 {
    background-color: #333;
}
.menu-line-3 {
    background-color: #333;
}

	.wdt-header-icons-list-item.mobiles-items{
		display: block;
	}
	.icon-down-mobile svg path {
		stroke: #000000;
	}
	a.menuheadingdiv {
		display: inline-flex
	;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.icon-down-mobile svg {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	ul.menu-c3-kepper {
		opacity: 1;
		visibility: visible;
		position: unset;
		display: none;
	}
	
	ul.menu-c3-kepper li a:hover {
		background: #fff;
	}
}
@media(max-width:768px) {
  .popup {
    width: 98%;
}

.popup-form {
    padding: 20px 15px;
}
  
	.menutextcontainer {
		display: block;
		width: 100%;
	}

	.menuheadingcontainer {
		width: 100%;
		max-width: 100%;
		/* height: 20vh; */
	}

	a.menuheadingdiv {
		width: 100%;
		max-width: 100%;
		max-height: unset;
		min-height: 100%;
		display: inline-flex;
	}

	h3.menuheading.vi {
		width: 100%;
		min-height: unset;
		max-height: unset;
		font-size: 15px;
	}

	nav.menu.navigation {
		display: none;
	}
	.loading-first__img-child svg{
		width: 260px;
		height: 260px;
	}
}
