section.header-top-desk {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px 0px 8px 0px;
	background: #000;
}
a:focus {
    outline: none;
}
.box-menu-header.active .menu-btn-desktop {
	padding: 0 0px 0px;
	width: 35px;
	height: 35px;
	z-index: 999999;
	position: relative;
	border-color: transparent;
}

.menuheadingdiv .icon-down-mobile {
	width: 30px;
	height: 30px;
	margin-top: 9px;
}

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

.menuheadingcontainer.menu-contact {
	display: none;
}

@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 {
	width: 100%;
	height: 80px;
}

.box-nav-header-desk {
}

header.header-desk {
	padding: 5px 0px;
	position: absolute;
	z-index: 9999999;
	width: 100%;
}

.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;
	justify-content: space-between;
}

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

.wdt-header-icons-list-item a i svg {
	fill: #fff;
	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;
}
.logo-desk {
    display: none;
}

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: #030e27;
	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 #5e5e5e;
	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: #c89711;
	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;
}

.header-main-navs>.ctnr {
	max-width: 100%;
	margin: unset;
	padding: 0px 50px;
}

.menu-btn-desktop {
	cursor: pointer;
	border: 1px solid #ffffff;
	padding: 0 5px 5px;
}

.menu-line-1 {
	background-color: #ffffff;
	width: 16px;
	height: 2px;
	margin-top: 5px;
	/* margin-left: 10px; */
	margin-right: auto;
	display: block;
	transition: 0.5s ease;
}

.menu-line-2 {
	background-color: #ffffff;
	width: 16px;
	height: 2px;
	margin-top: 5px;
	/* margin-left: 10px; */
	transition: 0.5s ease;
}

.menu-line-3 {
	background-color: #ffffff;
	width: 16px;
	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;
}


header.header-desk.header-bg {
	background: #f26423;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wdt-search-form-container input::placeholder {
	color: #fff;
}

header.header-desk.header-bg:after {
	background: none;
}

header.header-desk.header-bg svg {
	fill: #000;
}

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



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

.menu-div-desktop .menuheadingdiv {
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

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 .menuheadin {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}


.menuheadingcontainer {
	position: relative;
	transition: 0.5s ease;
	padding: 27px 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: 4px 10px;
	width: 100%;
	display: inline-block;
}

a.menuheadingdiv {
	display: inline-block;
}

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

nav.breadcrumb span {
	color: #2252a1;
}

.menuheadingcontainer.active .menu-c3-kepper {
	display: block;
}

.box-menu-header .btn-common01 {
	background: #2252a1;
	border-color: #2252a1;
	color: #183030;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-menu-header .btn-common01:hover {
	background: #2252a1;
}

section.sec-service .c-ttl01__ttl {
	width: 75%;
	margin: 0 auto;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}



.box-hotline {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    /* display: none; */
}

.icon-hotline-fiexd {
    width: 40px;
    height: 40px;
    background: #ffaa17;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #Fff;
    padding: 6px;
}
.content-hotline-fiexd {
    display: block;
    line-height: 1.2;
}.content-hotline-fiexd p {
    font-size: 12px;
}
.content-hotline-fiexd p {
    font-size: 14px;
    color: #fff;
}
.wdt-header-icons-list-item {
    display: none;
}

.list-item-right .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 99px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 23px;
    bottom: 16px;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ffaa17;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}


@-webkit-keyframes phonering-alo-circle-anim {
0% {
  -webkit-transform: rotate(0) scale(0.5) skew(1deg);
  -webkit-opacity: 0.1;
}
30% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  -webkit-opacity: 0.5;
}
100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  -webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}
50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  opacity: 0.6;
}
100% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 26px;
  left: 26px;
  position: absolute;
  background-color: #ffaa17;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #ffaa17;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}












.item-images-pages {
    /* height: 788px; */
}

.box-banner-slider-kepper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999999999;
    /* height: 788px; */
}

.box-banner-slider-kepper .ctnr {
    width: 1366px;
    max-width: 1366px;
}
.menuheadingcontainer .icon-down-mobile svg path{
	stroke: #fff;
}
 section.banner-pages {
    display: none;
} 
.menuheadingcontainer {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.5s ease forwards;
  }
  
  @keyframes fadeUp {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  .menutextcontainer .menuheadingcontainer:nth-child(1) {
	animation-delay: 0s;
  }
  .menutextcontainer .menuheadingcontainer:nth-child(2) {
	animation-delay: 0.5s;
  }
  .menutextcontainer .menuheadingcontainer:nth-child(3) {
	animation-delay: 1s;
  }
  .menutextcontainer .menuheadingcontainer:nth-child(4) {
	animation-delay: 1.5s;
  }
  .menutextcontainer .menuheadingcontainer:nth-child(5) {
	animation-delay: 2s;
  }
  .menutextcontainer .menuheadingcontainer:nth-child(6) {
	animation-delay: 2.5s;
  }
  ul.menu-c3-kepper li {
    list-style: disc;
    margin-left: 25px;
}
.logo-navbar{
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.2s ease forwards;
  }



@media(min-width:990px){
	.logo-navbar {
		display: none;
	}
}
@media (min-width: 767px) {
	.loading-first__img {
		height: 400px;
		width: 610px;
	}
}

@media (min-width: 1440px) {
	.desktop-hidden {
		display: none !important;
	}

	.menu-contact {
		display: none;
	}

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

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

	.menu-div-desktop .menuheadingdiv {
		color: #ffffff;
		display: flex;
		align-items: center;
	}

	ul.menu-c3-kepper {
		position: relative;
		width: 100%;
		height: 0;
	}

	.menuheadingcontainer .icon-down-mobile {
		/* position: absolute; */
		/* top: 8px; */
		/* right: 0; */
		/* line-height: 1; */
		/* display: block; */
	}

	.menuheadingcontainer.active ul.menu-c3-kepper {
		height: auto;
		opacity: 1;
		visibility: inherit;
	}

	.menuheadingdiv .icon-down-mobile {
		display: block;
	}

	.menuheadingcontainer .icon-down-mobile svg {
		width: 24px;
		height: 24px;
	}
}

@media(max-width:1400px) {

	nav.menu.navigation.active:after {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		background: #00000070;
		left: 0;
		top: 0;
	}
	
	nav.menu.navigation.active .menu-div-desktop {
		position: relative;
		z-index: 999;
		background: #fff;
		height: 100%;
		padding-top: 20px;
	}
	nav.menu.navigation.active {
		position: fixed;
		width: 81%;
		background: #fff;
		bottom: 0;
		top: 0;
		right: 0;
		z-index: 999999;
	}

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



	
	nav.menu.navigation.active {
		display: block;
	}

	section.header-main-navs {
		padding: 20px 0px;
	}


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

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

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

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

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

	.header-mobile {
		display: block;
	}

	.box-menu-header>.btn-common01 {
		display: none;
	}
}

@media(max-width:990px) {
	.menuheadingcontainer .icon-down-mobile svg path {
		stroke: #000;
	}
	.logo-navbar img {
		height: 150px;
		width: auto;
	}
	
	.logo-navbar {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.menu-div-desktop .menuheadingdiv {
		justify-content: left;
	}
	
	.header-main-navs>.ctnr {
		padding-left: 10px;
	}
	nav.menu.navigation {
		display: none;
	}

	.menutextcontainer {
		display: block;
	}
	.box-header-banner {
		position: relative;
	}
	
	header.header-desk {
		position: absolute;
		z-index: 99999999;
		left: 0;
		background: unset;
		box-shadow: none;
		top: 7px;
	}
	.wdt-header-icons-list-item {
		display: block;
	}
	.box-hotline{
		display: none;
	}
	.home-about__desc p {
		font-size: 15px;
		padding-right: 13px;
	}

	.home-about__desc ul li {
		font-size: 16px;
	}


	/* header.header-desk {
		padding: 10px 0px;
	} */

	section.sec-service .c-ttl01__ttl {
		width: 100%;
		margin: 0 auto;
	}

	.menuheadingcontainer.menu-contact {
		display: block;
	}

	.icon-down-mobile {
		display: none;
	}

	.icon-down-mobile svg {
		width: 20px;
		height: 20px;
		margin-top: -2px;
	}

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

	nav.menu.navigation {
		display: none;
	}

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