:root {
	--theme-color: #E52C48;
	--theme-color2: #061757;
	--black: #2e2e2e;
	--grey: #9e9e9e;
	--fa6: 'Font Awesome 6 Pro';
	--regular: 'Inter-Regular', sans-serif;
	--medium: 'Inter-Medium', sans-serif;
	--semi: 'Inter-SemiBold', sans-serif;
	--bold: 'Inter-Bold', sans-serif;
	--noto: 'NotoSans-Regular', sans-serif;
	--notoBold: 'NotoSans-Bold', sans-serif;
	--bg-ct: transparent linear-gradient(125deg, #f3f3f3 0%, #f3f3f394 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: 'Inter-SemiBold';
	src: url('./fonts/Inter-SemiBold.woff2') format('woff2'),
		url('./fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

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

@font-face {
	font-family: 'Inter-Regular';
	src: url('./fonts/Inter-Regular.woff2') format('woff2'),
		url('./fonts/Inter-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(--semi) !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(--semi);
	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 */

.t-checkout .woocommerce-cart-form__cart-item,
.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.t-checkout .woocommerce-cart-form__cart-item .product-thumbnail {
    flex: 1;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right {
    margin-left: 1.5rem;
    flex: 3;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .product-name a {
    font-size: 16px;
    font-weight: normal;
    color: #2d2d2d;
    font-family: var(--medi);
}

.t-checkout .quantity {
    height: 30px;
    margin-top: 5px;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .variation dt {
    display: none !important;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .variation {
    display: flex;
    margin-bottom: 5px !important;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .variation dd {
    height: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    border: 1px solid #d9d9d9 !important;
    padding: 5px 6px 3px !important;
    text-transform: capitalize !important;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .variation dd>* {
    font-size: 15px;
    color: var(--theme-color)
}

.t-checkout .quantity {
    border-radius: 8px !important;
}

.t-checkout .quantity input {
    height: 30px;
    min-height: 30px;
    background-color: transparent;
    box-shadow: none;
    line-height: 1;
    border-radius: 0 !important;
}

.t-checkout .quantity .button.minus {
    border-radius: 8px 0 0 8px;
}

.t-checkout .quantity .button.plus {
    border-radius: 0 8px 8px 0;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom {
    align-items: center;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 400 !important;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right-bottom .product-price {
    line-height: 1;
    display: none;
}

.t-checkout .woocommerce-cart-form__cart-item .col-right .product-name {
    padding-right: 50px;
}

.t-checkout .woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 5px;
    right: 3px;
}

.t-checkout .woocommerce-cart-form__cart-item .remove,
#masthead .cart-item .remove {
    border: none;
    color: #2d2d2d;
    opacity: 1 !important;
}

.t-checkout .woocommerce-cart-form__cart-item .remove:hover,
#masthead .cart-item .remove:hover {
    color: red;
}

.t-checkout .woocommerce-checkout th,
.t-checkout .woocommerce-checkout td bdi,
.t-checkout .shipping__list_label {
    font-size: 15px !important;
    color: #4e4e4e !important;
    opacity: 1;
    font-weight: normal !important;
}

.t-checkout .woocommerce-checkout .order-total td bdi {
    font-size: 20px !important;
    font-family: var(--bold);
}

.t-checkout .woocommerce-checkout th,
.t-checkout .woocommerce-checkout td {
    border: none;
}

.t-checkout .woocommerce-checkout .order-total th,
.t-checkout .woocommerce-checkout .order-total td {
    border-top: 1px solid #d9d9d9;
    padding-top: 14px;
}

.t-checkout .woocommerce-checkout .shipping__table th,
.t-checkout .woocommerce-checkout .shipping__table td {
    padding-bottom: 14px;
}

.checkout-title {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 1rem;
    font-family: var(--semi);
}

.t-checkout .col-inner-cart {
    padding-bottom: 0 !important;
}

#billing_country_field,
.woocommerce-form-coupon-toggle,
.continue-shopping,
button[name='update_cart'],
.t-checkout .product-name img {
    display: none;
}

@media screen and (min-width: 850px) {
	#main-menu {
		display: none;
	}
}
@media screen and (max-width: 849.98px) {
	#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.transparent .btn-menumobi span {
		background: #fff
	}

	#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 - 65px);
		position: fixed;
		top: 70px;
		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 (max-width: 500px){
	
}