:root {
	--theme-color: #FA9720;
	--theme-color2: #77787B;
	--black: #2e2e2e;
	--grey: #9e9e9e;
	--fa6: 'Font Awesome 6 Pro';
	--regular: 'Roboto-Regular', sans-serif;
	--medium: 'Roboto-Medium', sans-serif;
	--bold: 'Roboto-Bold', sans-serif;
	--noto: 'NotoSans-Regular', sans-serif;
	--notoBold: 'NotoSans-Bold', sans-serif;
	--bg-ct: transparent linear-gradient(125deg, #f3f3f3b3 0%, #f3f3f329 100%) 0% 0% no-repeat padding-box;
}
html {
	scroll-behavior: smooth;
}
/* 
* {
-webkit-overflow-scrolling: touch;
} */

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
	background-color: #000000;
	border: 1px solid #555555;
}

/* html {
scroll-behavior: smooth;
} */

/* Font website */

@font-face {
	font-family: 'Roboto-Bold';
	src: url('./fonts/Roboto-Bold.woff2') format('woff2'),
		url('./fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('./fonts/Roboto-Medium.woff2') format('woff2'),
		url('./fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('./fonts/Roboto-Regular.woff2') format('woff2'),
		url('./fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: var(--bold);
}

b {
	color: #000;
}

body {
	font-size: 16px;
	color: var(--black);
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--regular), sans-serif;
}

p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 1rem;
}
input:autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

input:-webkit-autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
	display: none
}

.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	background: 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	left: 18px;
	bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip:after {
	display: none
}
#coming-soon-footer-banner{
	display: none;
}

.banner-page .text-box{
	padding-left: 15px;
}

/* login popup */

.bg_overlay_cv {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000040;
	width: 100%;
	height: 100vh;
	z-index: 999999999;
	cursor: pointer;
}

.popup-custom-full .bg_overlay_popup {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000040;
	width: 100%;
	height: 100vh;
	z-index: 999999999;
	cursor: pointer;
}

.popup-custom-full .popup-content {
	max-width: 650px;
}

.popup-custom-full .popup-content .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.popup-custom-full .title-sub {
	color: #2d2d2d;
	font-family: var(--medium) !important;
	margin-bottom: 0;
	font-size: 20px;
}

.um-login .um-notice.err {
	display: none;
}

.popup-custom-full .popup-content .title i {
	font-size: 22px;
	color: #2d2d2d;
}

.popup-custom-full .content p {
	text-align: center;
}

.popup-custom-full .content .title-form {
	font-family: var(--medium) !important;
	margin-bottom: 10px;
	font-size: 23px;
	text-align: center;
	color: var(--theme-color);
}

.popup-custom-full .tb-box {
	padding: 25px 25px 35px;
}

.popup-custom-full .submit button,
.popup-custom-full .submit a {
	margin: 20px 0 0;
	background-color: var(--theme-color);
	color: #fff;
	font-family: var(--medium);
	font-weight: normal;
	text-transform: none;
	padding: 0 30px;
	border-radius: 99px;
	text-align: center;
	border: 1px solid var(--theme-color);
}

.popup-custom-full .submit button:hover {
	background-color: #fff;
	color: var(--theme-color);
}

.popup-custom-full .submit {
	text-align: center;
}

.popup-custom-full {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	top: 0;
	left: 0;
}

.modal_show_tb .close_tb {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.popup-custom-full.show {
	display: flex;
}

.popup-custom-full .popup-content {
	position: absolute;
	z-index: 9999999999;
	background-color: #fff;
	border-radius: 0.4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	max-width: 650px;
	height: auto;
	padding: 0;
}
i.close_popup-custom:hover {
	color: red !important;
	cursor: pointer;
}

/* end login popup */



/* icon chat */
.list-shortcut-desktop{
	position: fixed;
	z-index: 1000;
	right: 20px;
	bottom: 35%
}
.list-shortcut-desktop a{
	border-radius: 50%;
	box-shadow: 0 0 25px 0 rgba(100,97,97,.3);
	width: 48px;
	height: 48px;    
	display: block;
	margin-bottom: 20px
}
.list-shortcut-desktop .zalo{
	background: url(/wp-content/uploads/2024/12/all_shortcut.svg) 0 -100px;
}
.list-shortcut-desktop .mess{
	background: url(/wp-content/uploads/2024/12/all_shortcut.svg) 0 -150px;
}
.list-shortcut-desktop .call{
	background: url(/wp-content/uploads/2024/12/all_shortcut.svg) 0 -50px;
}
/* end */

@media screen and (min-width: 850px) {
	#main-menu {
		display: none;
	}
}
#header .btn-menumobi {
	font-size: 22px;
	color: #292929;
}

#header .btn-menumobi {
	width: 22px;
	height: 16px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#header .btn-menumobi span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--theme-color);
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#header .btn-menumobi span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#header .btn-menumobi span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	width: 80%;
	left: 20%;
}

#header .btn-menumobi span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#header .btn-menumobi.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 2px;
}

#header .btn-menumobi.active span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#header .btn-menumobi.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
	left: 2px;
}

.header-main li.html.custom {
	display: block !important;
	margin-right: 12px;
}

#main-menu.mobile-sidebar .menu-item a {
	color: #212121 !important;
	padding: 14px 30px 14px 30px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	border: none;
	border-radius: 0 !important;
}

#main-menu.mobile-sidebar .nav-sidebar.nav-vertical>li {
	border-top: 1px solid #ececec;
	background-color: #fff;
}

#main-menu.mobile-sidebar .menu-item .sub-menu a {
	font-family: var(--regular);
	padding: 10px 0 10px 34px !important;
	border-bottom: 0;
	font-size: 14px;
	display: block;
}

.mobile-sidebar .logo-mobile {
	padding: 22px 30px;
	border-bottom: 1px solid #ddd;
}

.mobile-sidebar .logo-mobile img {
	height: 60px;
	object-fit: contain;
}

.mfp-close {
	opacity: 1 !important;
	top: 25px;
	right: 20px;
}

.mobile-sidebar .info_menu {
	margin-top: auto;
	display: block;
	padding: 20px 30px 30px;
}

.mobile-sidebar .info_menu ul {
	list-style: none;
}

.mobile-sidebar .info_menu ul li {
	color: #070707;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
}

.mobile-sidebar .info_menu ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--theme-color);
}

#main-menu.mobile-sidebar {
	width: 100%;
	height: calc(100vh);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	overflow: auto;
	transition: unset;
	padding: 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #cbcbcb;
	background: #fff;
	display: none;
	overflow-y: auto
}

#main-menu.mobile-sidebar img {
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50%;
}

#main-menu.mobile-sidebar .gtranslate_wrapper {
	display: flex;
	gap: 12px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

#main-menu.mobile-sidebar .gtranslate_wrapper li {
	width: fit-content
}

#main-menu.mobile-sidebar .gtranslate_wrapper li a {
	padding-left: 0
}

#main-menu.mobile-sidebar .html_top_right_text {
	padding: 14px 30px;
}

#main-menu.mobile-sidebar a.glink.gt-current-lang {
	font-weight: normal !important;
	color: var(--theme-color);
}
@media screen and (max-width: 849.98px) {

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

}