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

.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;
	padding: 2rem 0px;
}

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;
	justify-content: center;
}

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

.wdt-header-icons-list-item a i svg {
	width: 25px;
	height: 25px;
	/* 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: #b5934c;
	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: #ffffff;
	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: 179px;
	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: #b5934c;
}

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

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

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

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

.menuheadingcontainer a h3 {
    font-weight: 500;
    display: flex;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding: 7px 0;
}
.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;
}

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: 17px;
    height: 17px;
    margin-bottom: -4px;
}

.icon-down-mobile svg path {
    stroke: #fff;
}


.wdt-header-icons-list-item.mobiles-items,
.logo-mobile,
.icon-search-mobile {
    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;
}
.box-header-top-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}
.name-city {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}


.logo_top a img {
    width: auto;
    object-fit: contain;
    height: 70px;
}


.header-desk.header-bg .box-header-top-section {
    display: none;
}
.box-header-bottom {
    background: #0194DA;
}


.wdt-header-icons-list-item svg path {
    stroke: #fff;
}
.box-header-top-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a1;
}

.logo-desk {
    position: relative;
}

.wdt-search-form-container input:focus {
    outline: none;
}
h3.menuheading.vi i {
    font-size: 20px;
}

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

.box-header-tops ul {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.box-header-tops ul li {
    font-size: 14px;
}

.header-top-desk {
    padding: 8px 0px;
    background: #1d1d1d;
    border-bottom: 1px solid;
}

.box-header-tops ul li {
    color: #fff;
}

.box-header-tops ul li i {
    color: #e3ba7d;
    font-size: 17px;
    padding-right: 5px;
}
header.header-desk.header-bg {
    position: fixed;
}

header.header-desk.header-bg .header-top-desk {
    display: none;
}


/* Css láº¡i  */
.header-top {
	padding: 10px 0;
}

.header-top .logo img{
	width: 90%;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

.header-top .info-social {
    margin-left: 24px;
    padding: 3px 15px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
}

.header-top .info-social strong {
	display: block;
	line-height: 1.1;
}

.header-top .info-social .title {
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
	margin-bottom: 2px;
}

.header-top .info-social .content-text {
	font-size: 20px;
    line-height: 20px;
	font-weight: 600;
}

.header-top .info-social .icon {
	font-size: 20px;
	position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
	background: #fff;
	border: 1px solid #ebebeb;
    border-radius: 100%;
	left: -20px;
    top: 50%;
	transform: translateY(-50%);
    display: flex;
	align-items: center;
	justify-content: center;
}

.header-top .info-social.hotline,
.header-top .info-social.hotline .icon {
	border-color: #ff1515;
}

.header-top .info-social.hotline .content-text a,
.header-top .info-social.hotline .icon i {
	color: #25985d;
}

.header-top .info-social.hotline .icon {
	background: #ff1515;
	animation: zoom-header 1.3s ease-out 75ms infinite;
}

.header-top .info-social .icon img{
	width: 20px;
}

@keyframes zoom-header {
	0% {
    opacity: 1;
	}

	40% {
		opacity: 1;
		-webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 6px 6px #ebebeb, 0 0 0 3px #ff0000;
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px #ebebeb, 0 0 0 3px #ff0000;
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 6px 6px #ebebeb, 0 0 0 3px #ff0000;
		box-shadow: 0 0 0 2px #ffffff, 0 0 6px 6px #ebebeb, 0 0 0 3px #ff0000;
		-webkit-transform: scale(1.2);
		transform: translateY(-50%) scale(1.2);
		opacity: 0;
	}
}

.header-top .info-social.icon-chung,
.header-top .info-social.icon-chung .icon {
	border-color: #5273f9;
}

.header-top .info-social.icon-chung .content-text a,
.header-top .info-social.icon-chung .icon i {
	color: #0194da;
}

.header-top .info-social .content strong span {
	font-size: 18px !important;
}

.header-top .info-social.youtube,
.header-top .info-social.youtube .icon {
	border-color: #f00;
}

.header-top .info-social.youtube .content-text a,
.header-top .info-social.youtube .icon i {
	color: #f00;
}

.header-top .info-social.tiktok,
.header-top .info-social.tiktok .icon {
	border-color: #181C1F;
}

.header-top .info-social.tiktok .content-text a,
.header-top .info-social.tiktok .icon i {
	color: #181C1F;
}

.header-top .tiktok,
.header-top .instagram,
.header-top .youtube,
.header-top .facebook {
	display: none;
}

.header-top .right {
	display: flex;
	justify-content: end;
}

.img-zoom {
	overflow: hidden;
	border-radius: 10px;
}

.img-zoom img{
	transition: .3s;
}

.img-zoom:hover img {
	transform: scale(1.05);
}

.form-search-header {
	position: relative;
}

.form-search-header input {
	width: 100%;
	background: #eee;
	height: 40px;
	line-height: 40px;
	padding: 0 50px 0 15px;
	border-radius: 50px;
}

.form-search-header button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	z-index: 1;
}

.overlay-search-m {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none; /* áº¨n máº·c Ä‘á»‹nh */
	justify-content: center;
	align-items: center;
	z-index: 99;
}

.search-m {
	background: #fff;
	width: 98%;
	border-radius: 16px;
	padding: 16px;
	animation: slideDown 0.3s ease;
	position: relative;
}

.search-m input {
	width: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
}

.search-m button {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	padding: 0;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.overlay-search-m.active {
	display: flex;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

.wrap-img {
	display: block;
}

.stop-scroll {
	height: 100%;
	overflow: hidden;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

@media(max-width:1200px) {
	.header-top .info-social .content strong span {
		font-size: 18px !important;
	}
	
	.header-top .info-social {
		margin-left: 15px;
		padding: 3px 10px 3px 30px;
	}

	.menutextcontainer {
		gap: 0px 15px;
	}

	.menuheadingcontainer a h3 {
		font-size: 14px;
	}
}

@media(max-width:992px) {	
	.box-header-tops ul:last-child {
		display: none;
	}
	header.header-desk.header-bg .menuheadingcontainer a h3 {
		color: #000;
	}
	.header-top-desk {
		display: none;
	}
	.box-header-tops ul li {
		font-size: 14px;
	}
	
	.header-top-desk {
		padding: 1rem 0px;
	}
	.menutextcontainer {
		display: block;
	}
	
	nav.menu.navigation {
		position: fixed;
		width: 80%;
		max-width: 400px;
		background: #fff;
		bottom: 0;
		top: 0;
		right: 0;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		transition: .3s;
		height: 100vh;
		overflow: auto;
		padding-bottom: 120px;
	}

	nav.menu.navigation.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}
	
	.menuheadingcontainer {
		padding: 8px 17px;
	}
	
	.box-menu-header.active .menu-line-1 {
		background-color: #0194DA;
	}
	
	.box-menu-header.active .menu-line-2 {
		background-color: #ffffff;
	}
	
	.box-menu-header.active .menu-line-3 {
		background-color: #0194DA;
	}
	
	.menuheadingcontainer a h3 {
		color: #000000;
	}
	
	section.header-main-navs {
		padding: 5px 0px;
	}


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

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

	.logo-desk a img {
		height: 43px;
		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;
	}

	.wdt-header-icons-list-item {
		order: 2;
	}
	
	.menuheadingcontainer {
		padding: 0px 17px;
	}
	
	.menu-line-3 {
		width: 20px;
		height: 1px;
	}
	
	.menu-line-1 {
		width: 20px;
		height: 1px;
	}
	
	.header-desk.header-bg .box-header-top-section{
		display: block;
	}
	.wdt-search-form-container form {
        width: 95%;
        top: 60%;
    }
	.wdt-search-form-container {
		height: 19vh;
	}
	.name-city {
		display: none;
	}
	.wdt-search-form-close svg {
		width: 20px;
		height: 20px;
	}
	.wdt-search-form-container input {
		padding: 10px 15px;
	}

	.wdt-search-form-close {
		height: 35px;
		width: 35px;
		line-height: 35px;
		top: 8px;
	}
	.box-nav-header-desk {
		padding: 0px;
	}
	
	.box-header-top-section {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.logo-desk a img {
		padding: unset;
	}

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

	.wdt-header-icons-list-item.mobiles-items,
	.logo-mobile,
	.icon-search-mobile{
		display: block;
	}

	.icon-search-mobile {
		font-size: 18px;
		width: 50px;
		text-align: end;
		margin: 0 0 0 auto;
		padding-right: 10px;
	}

	.logo-mobile {
		text-align: center;
	}

	.logo-mobile img {
		width: 160px;
	}

	.list-item-right {
		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;
		box-shadow: none;
		width: 100%;
	}
	
	ul.menu-c3-kepper li a:hover {
		background: #fff;
	}

	.box-header-bottom {
		background: none;
	}
	
	.box-header-top-section:before {
		background: none;
	}
	
	.box-header-top-section {
		background: unset !important;
	}
	
	.wdt-header-icons-list-item svg path {
		stroke: #b89856;
	}

	.menutextcontainer {
		display: block;
		width: 100%;
	}

	.menuheadingcontainer {
		width: 100%;
		max-width: 100%;
	}

	.menuheadingcontainer .icon-down-mobile {
		transform: rotate(-90deg);
	}

	.menuheadingcontainer.active .icon-down-mobile{
		transform: rotate(0);
	}

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

	.loading-first__img-child svg{
		width: 260px;
		height: 260px;
	}

	.header-top {
		display: none;
	}

}

@media (max-width: 768px) {
	
}