/*============================================================================
   #Webcms
==============================================================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: 'Nunito', sans-serif;*/
	
	/*font-family: 'Dancing Script', cursive;*/
 /* font-family: 'Libre Baskerville', serif;*/
 /* font-family: 'Nunito Sans', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
}

html {
	scroll-behavior: smooth !important;
}

body {
	overflow-x: hidden;
	/*font-family: 'Nunito', sans-serif;*/
	
	/*font-family: 'Dancing Script', cursive;*/
 /* font-family: 'Libre Baskerville', serif;*/
 /* font-family: 'Nunito Sans', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
	min-width: 320px;
}

ul {
	margin: 0 !important;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.mainHeader.hSticky {
	visibility: hidden;
	opacity: 0;
}

.mainHeader.hSticky.hSticky-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}

.mainHeader.hSticky.hSticky-nav.hSticky-up {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}


.tvh-header-top {
	background-color: #00BCC2;
	height: 36px;
	padding: 0 100px;
	background-size: cover;
}

.tvh-header-right,
.tvh-header-left {
	height: 36px;
	display: flex;
	align-items: center;
}

.tvh-header-top-pc {
	display: flex;
	justify-content: space-between;
}

.tvh-header-left .tvh-text {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
  color: #000000;
}

.tvh-text a {
	color: #212529;
}

.tvh-header-right .tvh-menu-top {
	display: inline-block;
	color: #fff;
	line-height: 22px;

}

.menu-item-type {
	border-left: 1px solid #000000;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	list-style:disc;
	padding-left:7px;
	padding-right:4px;
	display:inline-block;
	cursor: pointer;
}

.menu-item-type a,
.menu-item-type a:hover {
	color: #000000;
}

.menu-item-type:nth-child(1) {
	border-left: 0 !important;
}

.tvh-header-bottom {
	height: 117px;
	padding: 0 100px;
}

.tvh-header-bottom .col-3 {
	padding: 0;
}

.tvh-bottom-left {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.tvh-bottom-mid {
	display: flex;
	justify-content: center;
}

.tvh-bottom-search {
	display: flex;
	margin-top: 10px;
	position: relative;
}

.tvh-bottom-search input {
	height: 44px;
	width: 613px;
	border: 2px solid #00BCC2;
	color: #7A7A7A;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	padding-left: 44px;
	border-radius: 0;
}

.search-sps input {
	padding: .375rem 2.3rem .375rem .75rem;
}

.tvh-bottom-search input:focus,
.search-sps input:focus {
	box-shadow: 0 0 0 0 #00bcc2;
	outline: none;
	border: 2px solid #00bcc2;
}

.tvh-bottom-search span {
	background: #00BCC2;
	height: 44px;
	width: 100px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.tvh-icon-search {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 44px;
	width: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tvh-bottom-categories {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.tvh-menu-item-ul {
	display: flex;
	padding: 0;
	position: relative;
}

.tvh-text-align {
	text-align: center;
	height: 20px;
	line-height: 15px;
	cursor: pointer;
}

.tvh-sidebar-menu-item {
	padding-right: 30px;
}

.has-mega:hover .tvh-mega-content {
	visibility: visible;
	transition: 300ms ease-in;
	opacity: 1;
	background-color: rgba(255, 255, 255, .95);
	transform: translateY(0);
	min-height: 280px;
	width: 1003px;
}

.tvh-mega-content {
	position: absolute;
	top: 40px;
	z-index: 999;
	left: -100px;
	border-radius: 2px;
	visibility: hidden;
	transition: 300ms ease-in;
	transform: translateY(100px);
	padding: 20px 0;
	opacity: 0;
	width: -webkit-fill-available;
	width: 1003px;
	background-color: #fff;
}

.tvh-mega-content .row {
	--bs-gutter-x: 0 !important;
}

.tvh__menu-item-ul {
	padding: 0 !important;
}

.tvh__sidebar-menu-item {
	padding-left: 27px;
	margin-bottom: 15px;
}

.vn-chidren-3 {
	padding-bottom: 5px;
}

.tvh__sidebar-menu-item li:hover a {
	color: #00BCC2;
}

.tvh-flex-right {
	display: grid;
	grid-template-columns: auto auto auto auto;
	width: 100%;
}

.tvh-img {
	text-align: center;
}

.tvh-img img {
	width: 170px;
	height: 170px;
}

.tvh-sidebar-menu-item a {
	color: #000000;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	position: relative;
}

.tvh-sidebar-menu-item a.nav-top-link:hover {
	color: #00BCC2;
}

.tvh-sidebar-menu-item .hot {
	background: #da291c;
	color: #fff;
	font-weight: 800;
	font-size: 10px;
	font-style: normal;
	border-radius: 10px;
	position: absolute;
	top: -15px;
	padding: 0 3px;
	right: 0;
}

.tvh-bottom-right {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 100%;
}

.tvh-bottom-right .fal,
.tvh-bottom-right .far {
	font-size: 24px;
	margin-right: 10px;
}

.tvh-text h6 {
	font-size: 15px;
	font-weight: 600;
}

.tvh-cart a,
.tvh-account {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.tvh-account svg {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.tvh-cart h6,
.tvh-account h6 {
	margin: 0;
	text-transform: uppercase
}

.tvh-text span {
	color: #00BCC2;
}

.tvh-text a {
	color: #00BCC2;
	font-size: 14px;
	border-bottom: 1px solid #00BCC2;
}

.tvh-text a:hover {
	color: #00BCC2;
}

.widget_account a {
	color: #444;
}

.widget_account a:hover {
	color: #00BCC2;
}

.tvh_widget_cabinet {
	padding: 10px 0;
}

#tvh-header-mobile {
	display: none;
	z-index: 9999999;
}

.cart-box-btn,
.account-box-btn {
	position: relative;
	cursor: pointer;
}

.account-box-btn {
	padding-bottom: 5px;
}

.widget_shopping_cart {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 15px 20px;
	width: 400px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #00000026;
	box-shadow: 0 0 10px 0 #00000026;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 999;
	background-color: #fff;
}

.widget_account {
	position: absolute;
	top: 120%;
	right: 0;
	padding: 15px 20px;
	width: 250px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 #00000026;
	box-shadow: 0 0 10px 0 #00000026;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 999;
	background-color: #fff;
}

.cart-box-btn:hover .widget_shopping_cart,
.account-box-btn:hover .widget_account {
	opacity: 1;
	visibility: visible;
}

.mini-cart__heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

ul.woocommerce-mini-cart {
	padding: 0;
}

a.text--primary,
a.text--primary:hover {
	color: #00BCC2;
	font-size: 14px !important;
	height: auto !important;
}

.mini_cart_item-pc {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.xoa-sp a {
	color: #000;
}

.woocommerce-mini-cart-item-pc {
	display: flex;
	border-bottom: 1px solid #d6d6d6;
}

.woocommerce-mini-cart-item-pc:last-child {
	border-bottom: 0px;
}

.chi-tiet-sp-txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
}

.chi-tiet-sp-txt .mini-cart__title {
	display: block;
	height: auto !important;
	padding: 0;
	text-align: left;
	font-weight: 600;
}

.mini-cart__prices,
.mini-cart__variant-field {
	text-align: left;
	font-weight: 600;
}

.mini-cart__prices span {
	font-weight: 600;
	font-size: 16px;
	margin-right: 5px;
}

.mini-cart__prices del {
	font-weight: 600;
	opacity: 0.5;
	font-size: 14px;
	margin-right: 5px;
}

.tvh-txt-italic {
	font-size: 14px;
	text-align: left;
	font-style: italic
}

.tvh-txt-italic span {
	font-weight: 600;
}

@media only screen and (max-width: 1440px) {
	.tvh-bottom-search input {
		width: 513px;
	}

	.tvh-cart,
	.tvh-account {
		margin-left: 0px;
	}

	.tvh-sidebar-menu-item {
		padding-right: 20px;
	}

	.tvh-sidebar-menu-item a {
		font-size: 14px;
	}

	.tvh-menu-item-ul .fas {
		left: 55px;
	}

	.has-mega:hover .tvh-mega-content {
		width: 750px;
	}

	.tvh-mega-content {
		width: 750px;
	}

	.tvh-img img {
		width: 130px;
		height: 130px;
	}
}

@media only screen and (max-width: 1322px) {
	.tvh-sidebar-menu-item {
		padding-right: 14px;
	}
}

@media only screen and (max-width: 1310px) {
	.tvh-sidebar-menu-item {
		padding-right: 9px;
	}
}


@media only screen and (max-width: 1160px) {
	.tvh-sidebar-menu-item {
		padding-right: 8px;
	}
}

@media only screen and (max-width: 1149px) {

	.tvh-bottom-right .fal,
	.tvh-bottom-right .far {
		font-size: 20px;
		margin-right: 5px !important;
	}

	.tvh-account svg {
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}
}


@media only screen and (max-width: 1024px) {
	.tvh-header-top {
		padding: 0 40px;
	}

	.tvh-bottom-search input {
		width: 400px;
	}

	.tvh-header-bottom {
		padding: 0 40px;
	}

	.tvh-bottom-right .fal,
	.tvh-bottom-right .far {
		font-size: 22px;
		margin-right: 5px !important;
	}

	.tvh-account svg {
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}

	.tvh-cart {
		margin-left: 0;
	}

	.tvh-cart h6,
	.tvh-account h6 {
		font-size: 14px;
	}

	.tvh-sidebar-menu-item a {
		font-size: 12px;
	}

	.has-mega:hover .tvh-mega-content {
		width: 655px;
	}

	.tvh-mega-content {

		width: 655px;
	}

	.tvh-img img {
		width: 115px;
		height: 115px;
	}
}

@media only screen and (max-width: 970px) {
	#tvh-header-topbar {
		display: none;
	}

	#tvh-header-mobile {
		display: block;
	}

	.tvh-mobile-bg-img {
		position: relative;
	}

	.tvh-mobile-bg-img img {
		width: 100%;
		height: 45px;
		object-fit: initial;
	}

	.tvh-mobile-bg-img marquee {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		color: #000000;
	}

	.tvh-mobile-icon {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.tvh-header-mobile-mid .row {
		--bs-gutter-x: 0
	}

	.tvh-mobile-icon .tvh-icon {
		padding-left: 15px;
	}

	.tvh-header-mobile-mid {
		padding: 10px 20px;
	}

	.tvh-icon a {
		color: #000000;
	}

	.tvh-mobile-shop {
		position: relative;
	}

	.tvh-mobile-shop .tvh-number {
		position: absolute;
		top: 5px;
		right: -8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tvh-mobile-hamberger {
		padding-right: 15px;
	}

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

	.tvh-mobile-shop .tvh-number span {
		width: 20px;
		height: 20px;
		display: block;
		background-color: #FFCB07;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tvh-mobile-img img {
		width: 100%;
		height: 100%;
		padding: 15px 10px;
	}

	.tvh-mobile-category-img {
		display: grid;
		width: 100%;
	}

	.tvh-mobile-category-list ul {
		padding: 0;
	}

	.tvh-mobile-category-list li.tvh__sidebar-menu-item-mobile {
		padding-left: 27px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.tvh-mobile-category-list li.tvh__sidebar-menu-item-mobile:hover {
		padding-left: 25px;
	}

	.tvh-mobile-category-list li.tvh__sidebar-menu-item-mobile a {
		color: #000;
		font-weight: 500;
		font-style: normal;
		font-size: 14px;
	}

	.tvh-mobile-category-list li.tvh__sidebar-menu-item-mobile a:hover {
		color: #00BCC2;
	}

	.tvh-mobile-logo img {
		height: 45px;
		width: 75px;
		border-radius: 0px;
	}

	/*danh mục scroll*/
	.tvh-header-mobile-categoriese {
		white-space: nowrap;
		overflow-x: auto;
		border-bottom: 1px solid #dde1ef;
		margin-bottom: 0;
		padding-left: 0;
	}

	.tvh-header-mobile-categoriese::-webkit-scrollbar {
		display: none;
	}

	.tvh-itemsTabMain {
		margin-left: 15px;
		margin-right: 10px;
		display: inline-block;
		font-weight: 600;
		font-size: 16px;
		color: #000;
		height: 35px;
		line-height: 35px;
	}

	.tvh-itemsTabMain.active {
		color: #00BCC2;
		border-bottom: 2px solid #00BCC2;
	}
}

@media only screen and (max-width: 425px) {
	.tvh-header-mobile-mid {
		padding: 6px 15px;
	}

	.tvh-icon a {
		color: #000000;
	}

	.padding {
		padding: 0 5px !important;
	}

	.tvh-menu-product .col-6 {
		padding: 0 3px !important;
	}

	.tvh-main-menu .row {
		--bs-gutter-x: 0.5rem;
	}
}

.vn-goc {
	z-index: 200;
	position: relative;
	background-color: #fff;
}

#dropback,
#dropprev {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	z-index: 1000;
	opacity: 0.6;
	display: none;
}

#dropprev2 {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100;
	opacity: 0.6;
	display: none;
}

.tvh-off-canvas-cart {
	width: 300px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	transform: translateX(300px);
	transition: transform 0.5s;
	bottom: 0;
	overflow: auto;
}

.tvh-mobile-sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	transform: translateX(-300px);
	transition: transform 0.5s;
	bottom: 0;
	overflow: auto;
}

/*menu-header*/
.accordion {
	position: relative;
}

.panel {
	padding: 5px 18px;
	display: none;
	position: absolute;
	background-color: white;
	overflow: hidden;
	z-index: 10;
	left: 0;
	margin-top: 19px;
	width: 100%;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}

/*cart-header*/
.inner-padding h3 {
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.border-divider {
	text-align: -webkit-center;
}

.border-divider .is_divider {
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 15px 20px 15px;
	width: 100%;
	max-width: 30px;
	text-align: center;
}

ul.cart-dropdown {
	padding: 0 20px;
}

.mini_cart_item-img img {
	width: 60px;
	aspect-ratio: 5/6;
	object-fit: cover;
}

.mini_cart_item-text .mini_cart_item-text-flex {
	font-size: 13px;
	text-align: left;
	display: flex;
	margin: 0;
	align-items: center;
}

.tvh-product-details-amount,
.tvh-product-details-price,
.tvh-product-details-color {
	text-align: left;
}

.tvh-product-details-color {
	font-size: 16px;
}

.mini_cart_item-text-flex span {
	width: 177px;
}

.mini_cart_item-text strong {
	font-size: 13px;
}

.product_remove a {
	text-decoration: none;
	color: #000;
	padding: 1px 8px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-mini-cart__total {
	padding: 10px 0;
	text-align: center;
}

.woocommerce-button-index button {
	background-color: #00BCC2;
	color: #f1f1f1;
	padding: 8px 17px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	width: 100%;
}

.widget_shopping_cart_content {
	font-size: 14px;
	text-align: center;
}


.stuck {
	top: 0 !important;
	position: fixed !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/* footer */
.logo-pancake {
	text-align: end;
	font-size: 13px;
}

.logo-pancake img {
	height: 30px;
	width: 100px;
}

.messenger .fb_dialog_content iframe.fb_customer_chat_icon {
	bottom: 80px !important;
	margin: 0px !important;
}

.tvh-footer-top {
	display: flex;
	justify-content: space-between;
}

.tvh-footer-left {
	height: 80px;
	background-color: #00BCC2;
	color: #fff;
	width: 50%;
	line-height: 80px;
	text-align: end;
	justify-content: center;
	display: flex;
}

.tvh-footer-left span {
	font-weight: 400;
	font-size: 22px;
	font-style: normal;
	text-transform: uppercase;
}

.tvh-footer-right {
	width: 50%;
	padding-left: 166px;
	display: flex;
	align-items: center;
}

.tvh-footer-right input {
	border-left: 1px solid #000 !important;
	padding-left: 10px;
	border: none;
	outline: none;
	width: 220px;
	height: 32px;
	font-size: 15px;
}

.tvh-footer-right input:focus {
	outline: none;
}

.tvh-footer-right .fal {
	font-size: 30px;
}

.tvh-footer-bottom {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	padding-bottom: 20px;
	background: #F6F6F6;
}

.tvh-footer-botttom {
	margin-top: 10px;
}

.tvh-address .fas {
	color: #00bcc2;
}

.tvh-footer-map .tvh-address .showroom {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
}

.tvh-footer-map .tvh-address .address {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.tvh-footer-map .tvh-address .hotline {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.tvh-footer-map .tvh-address .number a {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #da291c;
}

.tvh-map .color-primary {
	color: #00BCC2;
	border-bottom: 1px solid #00BCC2;
	cursor: pointer;
}

ul.tvh-footer-introduce,
.tvh-footer-support {
	padding-left: 20px;
}

.tvh-footer-introduce li,
.tvh-footer-support li {
	list-style: disc !important;
}

.tvh-footer-introduce li a,
.tvh-footer-support li a {
	color: #323232;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	s text-align: left;
}

strong.tvh-introduce {
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	color: #000;
}

.collapsible3 {
	cursor: pointer;
	width: 100%;
}

.content2 {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.tvh-introduce-mb.actived .downI {
	transition: all 0.5s;
	transform: rotate(-180deg);
}

.downI {
	transition: all 0.5s;
}

.fan-img .icon-footer {
	display: flex;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	color: #00BCC2;
}

.fan-img .desc {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
}

.fan-img a {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00BCC2;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #00BCC2;
	border-radius: 3px;
	height: 35px;
	text-transform: uppercase;
}

.bg-ilaby {
	background-color: #6f6f6f11;
	padding: 15px;
	border-radius: 10px;
}

.tvh-icon-bct {
	text-align: center;
}

.fan strong {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 5px;
	display: block;
}

.tvh-two-pc,
.tvh-three-pc,
.tvh-four-pc {
	display: block;
}

.tvh-two-mb,
.tvh-three-mb,
.tvh-four-mb {
	display: none;
}

@media (max-width:768px) {

	.tvh-two-pc,
	.tvh-three-pc,
	.tvh-four-pc {
		display: none;
	}

	.tvh-two-mb,
	.tvh-three-mb,
	.tvh-four-mb {
		display: block;
	}
}

@media (max-width:400px) {
	.fan-img a {
		width: 100%;
	}
}

.tvh-footer-fab span {
	margin-right: 10px;
}

.tvh-footer-fab .fab {
	font-size: 32px;
}

.tvh-footer-fb .fab {
	color: #1877F2;

}

.tvh-footer-tt .fab {
	color: #1DA1F2;

}

.tvh-footer-in .fab {
	color: #2867B2;

}

.tvh-footer-ytb .fab {
	color: #FF0000;

}

.tvh-footer-ins .fab {
	color: #F00073;

}

#tvh-footer-top-none {
	display: none;
}

.tvh-footer-right form {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1440px) {

	.tvh-footer-left span {
		font-size: 16px;
	}

	.tvh-footer-right {
		padding-left: 70px;
	}

}

@media only screen and (max-width: 1024px) {
	.tvh-footer-bottom {
		padding-left: 35px;
		padding-right: 35px;
	}

	.tvh-two,
	.tvh-three,
	.tvh-four {
		margin-top: 20px;
	}
}

.tvh-icon-bct-mb {
	display: none;
}

.tvh-icon-bct-pc {
	display: block;
}

@media only screen and (max-width: 768px) {
	.tvh-icon-bct-mb {
		display: block;
	}

	.tvh-icon-bct-pc {
		display: none;
	}

	#tvh-footer-top-none {
		display: block;
	}

	#tvh-footer-top-block {
		display: none;
	}

	.tvh-footer--top {
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.tvh-footer--left p {
		text-transform: uppercase;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px;
		letter-spacing: 0em;
		text-align: left;
		width: 100%;
		text-align: center;
	}

	.tvh-footer--right {
		display: flex;
	}

	.tvh-footer--right input {
		height: 44px;
		width: 90%;
		border: 1px solid #D6D6D6;
		padding: 0 15px;
	}

	.tvh-footer--right input:focus {
		outline: none;
	}

	.tvh-footer--right .btn {
		background: #00BCC2;
		height: 44px;
		width: 110px;
		border-radius: 0px;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		letter-spacing: 0em;
		text-align: left;
		color: #FFFFFF;
		text-transform: uppercase;
		text-align: center;
		white-space: nowrap;
	}

	.tvh-footer--right .btn {
		box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
	}

	.tvh-footer-botttom-right {
		margin-top: 20px;
	}
}

@media only screen and (max-width:425px) {

	.tvh-footer-introduce li a,
	.tvh-footer-support li a {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0em;
		width: 100%;
		height: 100%;
		display: block;
	}

	.tvh-footer--right input {
		width: 300px;
	}

	.tvh-footer-bottom {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.tvh-footer-content .col-6 {
		padding: 0 8px;
	}
}

@media only screen and (max-width:375px) {
	.tvh-footer--right input {
		width: 270px;
	}

	.tvh-footer--right .btn {
		font-size: 12px;
	}
}

.tvh-footer-botttom-left .tvh-bottom-txt {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.tvh-footer-botttom-left .tvh-bottom-number {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #00bcc2;
}

.tvh-footer-botttom-left .tvh-bottom-italic {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	font-style: italic;
}

.tvh-footer-botttom-left .tvh-txt-ilaby {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	color: #000;
}

.tvh-footer-botttom-right-img img {
	width: 40px;
	height: 30px;
}


/* scroll*/
.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 70px;
	left: 10px;
	z-index: 99;
}

.scroll {
	position: absolute;
  left: 15px;
  bottom: 0px;
  background: #00BCC2;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 47px;
  height: 47px;
}

.tvh-scroll {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scroll:hover {
	background: #00BCC2;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll .fa {
	font-size: 20px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/* end scroll*/


/* category */
.padding {
	padding: 0 240px;
}

#product-block {
	display: block;
}

#product-none,
#sort-mb {
	display: none;
}

.tvh-cate-programme {
	display: none;
}

.tvh-cate-programme-list {
	display: flex;
	justify-content: center;
}

.tvh-program {
	margin: 0 5px;
}

.tvh-program .tvh-pro-img {
	text-align: center;
}

.tvh-program .tvh-pro-img img {
	height: 26px;
	width: 26px;
	left: 58px;
	top: 348px;
	border-radius: 0px;
}

.tvh-pro-txt {
	width: 110px;
	text-align: center;
}

.tvh-pro-txt .tvh-pro-txt-easy {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;
	color: #323232;
}

.tvh-pro-txt .tvh-pro-txt-bold {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;
	color: #00BCC2;
}

.tvh-main-menu {
	margin-top: 40px;
}

.tvh-breadcrumb-shop {
	background-color: #F9F9F9;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.tvh-breadcrumb-shop .tvh-link-home a {
	color: #8B8B8B;
}

.tvh-breadcrumb-shop .tvh-link-category,
.tvh-breadcrumb-shop .tvh-link-category a {
	color: #323232;
	cursor: pointer;
}

.tvh-menu-category,
.tvh-menu-size,
.tvh-menu-filter {
	margin-bottom: 10px;
}

.tvh-menu-category-top {
	background-color: #00BCC2;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 3px;
}

.tvh-menu-category-img {
	width: 40px;
	height: 35px;
	border-top-right-radius: 20px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 1024px) {
	.tvh-menu-category-text {
		font-size: 15px !important;
	}

	.tvh-menu-category-bottom.tvh-menu-category {
		padding-left: 0 !important;
	}

	.tvh-menu-category-radio {
		padding-left: 25px !important;
	}
}

.tvh-menu-category-text {
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-transform: uppercase;
	margin-left: 12px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
}

.tvh-menu-category-bottom {
	background-color: #f4f4f4;
}

.tvh-product-img img {
	width: 100%;
	object-fit: cover;
}

.slide-product img {
	width: 100%;
	max-height: 100% !important;
	aspect-ratio: 4/6;
	/*object-fit: cover;*/
}

.new-arrival-img {
	aspect-ratio: 4/6 !important;
}

@media (min-width: 1700px) {
	.similar-product img {
		max-height: 100% !important;
	}
}

.tvh-box-pro-detail .tvh-pro-name {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0em;
	margin: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.tvh-sidebar-menu-li.no-scrollbars a:hover {
	color: #00BCC2;
}

.tvh-sidebar-menu-li:last-child {
	border: none;
}

ul.tvh-children.active {
	padding-left: 40px;
}

li.tvh-menu-item-type {
	list-style: disc;
}

li.tvh-menu-item-type a {
	/* font-family: Roboto; */
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #323232;
}

a.tvh-nav-top-link,
a.tvh-nav-top-link:hover {
	/* font-family: Roboto; */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	padding-left: 20px;
}

.tvh-menu-category-bottom {
	display: flex;
	padding: 10px 0;
}

.tvh-menu-category-radio {
	padding-left: 40px;
}

.pr-filter-size {
	float: left;
	width: 50%;
}

.tvh-menu-category-material {
	padding-left: 25px;
}

.tvh-menu-category-bottom.tvh-menu-category {
	padding-left: 15px;
}

.pr-filter-size,
.pr-filter-color {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	float: left;
	width: 50%;
}

@media (max-width:768px) {

	.pr-filter-size,
	.pr-filter-color {
		font-size: 12px;
	}
}

.tvh-pro-evaluate .tvh-pro-star-icon .fa,
.tvh-pro-evaluate .tvh-pro-star-icon .far {
	color: #FFBF1A;
}

span.tvh-pro-star-txt {
	font-size: 14px;
}

@media (max-width:320px) {
	.tvh-pro-star-txt {
		display: block;
	}
}

@media (max-width:380px) {
	.tvh-pro-evaluate {
		font-size: 13px;
	}
}

@media (max-width:425px) {
	.tvh-pro-evaluate {
		font-size: 14px;
	}

	span.tvh-pro-star-txt {
		font-size: 14px;
	}
}

.vn-pup-content .tvh-pro-evaluate {
	font-size: 16px;
}

.vn-pup-content .tvh-pro-evaluate .tvh-pro-star-txt {
	font-size: 15px !important;
}

.tvh-product-price {
	margin: 3px 0;
}

.tvh-product-resize {
	margin-bottom: 15px;
}

.tvh-product-price .tvh-price_new {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #000;
	text-decoration: line-through;
	margin-left: 2px;
}

/*.tvh-product-price .tvh-price_default {*/
/*	font-size: 17px;*/
/*	font-style: normal;*/
/*	font-weight: 600;*/
/*	line-height: 22px;*/
/*	letter-spacing: 0em;*/
/*	text-align: left;*/
/*}*/

.tvh-product-action .tvh-btn-order {
	padding: 3px 5px 3px 5px;
	color: #FFBF1A;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #FFBF1A;
	font-size: 15px;
	display: flex;
	justify-content: center;
	border-radius: 5px;
}


.tvh-product-action .tvh-btn-add {
	font-weight: 500;
	border-radius: 0px;
	padding: 3px;
	color: #fff;
	background-color: #00BCC2;
	border: 2px solid #00BCC2;
	width: 100%;
}

.tvh-product-action .tvh-btn {
	outline: none;
	margin: 3px 0;
}

.tvh-main-menu .col-lg-3 {
	display: block;
}

.tvh-menu-product-banner img {
	height: 220px;
}

@media only screen and (max-width: 1440px) {
	.padding {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1024px) {
	.padding {
		padding: 0 35px;
	}

	.tvh-box-pro-detail .tvh-pro-name {
		font-size: 14px;
	}

	.filter-box li span {
		font-size: 14px;
	}
}

.tvh-menu-left {
	position: sticky;
	top: 20px;
}

@media only screen and (max-width: 768px) {
	.tvh-banner-mb img {
		height: auto;
		width: 100%;
	}

	.tvh-main-menu {
		margin-top: 10px;
	}

	.tvh-main-menu .col-lg-3 {
		display: none;
	}

	.tvh-cate-programme {
		display: block;
	}

	.tvh-menu-left {
		margin-bottom: 40px;
	}

	#product-block {
		display: none;
	}

	#product-none,
	#sort-mb {
		display: block;
	}

	.tvh-is-flex {
		display: flex;
		align-items: center;
	}

	.tvh-menu-product-banner img {
		height: 100%;
	}

	.tvh-panells li.haketu {
		width: 50%;
		float: left;
		padding: 5px;
	}

	/**/
	.tvh-sp-mb-list .tvh-sp-mb-list-left,
	.tvh-sp-mb-list {
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: 14px;
		letter-spacing: 0em;
		text-align: left;
	}

	.tvh-sp-mb-list .tvh-sp-mb-list-right a {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0em;
		text-align: right;
		color: #00BCC2;
		border-bottom: 1px solid #00BCC2;
	}

	.tvh-sp-mb-block {
		display: flex;
	}

	.tvh-sp-mb-block-li {
		width: 110px;
		height: 50px;
		border: 1px solid #DFDFDF
	}

	.tvh-sp-mb-block-li:nth-child(2) {
		margin: 0 10px;
	}

	.tvh-sp-mb-block-li a {
		width: 100%;
		height: 100%;
		text-align: center;
		display: flex;
		color: #000;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0em;
		align-items: center;
		justify-content: center;
	}

	.tvh-sp-mb-block-li button {
		width: 100%;
		height: 100%;
		text-align: center;
		display: flex;
		color: #000;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0em;
		align-items: center;
		justify-content: center;
		border: none;
		background-color: #fff;
	}

	.tvh-sp-sort-product-block select:focus {
		outline: none;
	}

	.tvh-sp-sort-product-block select {
		height: 45px;
		width: 343px;
		border-radius: 0;
		border: 1px solid #DFDFDF;
		background-color: #fff;
	}

	.tvh-sp-mb-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.tvh-banner-pc img {
	width: 100%;
	min-height: 90px;
}

.tvh-banner-pc-promotion img {
	width: 100%;
	height: auto;
}

.padding-promotion {
	padding: 0 240px;
}

@media only screen and (max-width: 1440px) {
	.padding-promotion {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1024px) {
	.padding-promotion {
		padding: 0 35px;
	}
}

@media only screen and (max-width: 768px) {
	.padding-promotion {
		padding: 0;
	}
}

@media only screen and (max-width: 425px) {
	.font-size-promotion {
		font-size: 14px !important;
		text-transform: lowercase;
	}
}

.tvh-menu-product-banner {
	padding: 20px 0;
}

.tvh-menu-product-banner img {
	width: 100%;
}

@media only screen and (max-width: 425px) {
	.tvh-banner-mb img {
		height: auto;
		width: 100%;
	}

	.tvh-menu-product-banner {
		padding: 5px 0 25px 0;
	}

	.tvh-sp-sort-product-block select {
		width: 100%;
	}
}

#pagination {
	margin-bottom: 60px;
}

.pagination {
	margin: 0;
	justify-content: center;
}

.pagination .page-link {
	color: #000;
	border: 1px solid rgb(0, 188, 194);
}

.pagination .select {
	background: rgb(0, 188, 194);
	color: #fff !important;
	border: 1px solid rgb(0, 188, 194);
}

.pagination .page-item .page-link:hover {
	background: rgb(0, 188, 194);
	color: #fff;
	border: 1px solid rgb(0, 188, 194);
}

.page-link:focus {
	box-shadow: none !important;
	background-color: rgb(0, 188, 194) !important;
	color: #fff !important;
	border: 1px solid rgb(0, 188, 194);
}

li.page-item {
	margin: 0 10px;
}

@media (max-width:425px) {
	li.page-item {
		margin: 0 3px !important;
	}

	#pagination .page-link {
		height: 35px !important;
		width: 35px !important;
	}
}

@media (max-width:375px) {
	li.page-item {
		margin: 0 3px !important;
	}

	#pagination .page-link {
		height: 30px !important;
		width: 30px !important;
	}
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	border-radius: 100%;
}

#pagination .page-link.border {
	width: 40px;
	height: 40px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	border-radius: 100%;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #E4E4E4;
}

#pagination .page-link {
	border: none;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}

@media (max-width:425px) {
	.tvh-category-banner-bottom img {
		width: 100%;
		height: 92px !important;
		object-fit: cover;
	}
}

.tvh-category-banner-bottom img {
	width: 100%;
	height: 100%;
}


/* blog */
.tvh-blog-pc-block {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	margin-top: 30px;
}

.tvh-newfeed {
	padding: 0 8px 0 8px;
}

.tvh-blog-img {
	width: 100%;
	height: 50%;
}

.tvh-blog-img img {
	height: 100%;
	width: 100%;
}

.tvh-newfeed:first-child {
	padding-left: 15px;
}

.tvh-newfeed:last-child {
	padding-right: 15px;
}

.tvh-blog-txt {
	margin-top: 10px;
}

.tvh-blog-time .tvh-blog-time-icon .far {
	color: #444;
	font-size: 16px;
	font-weight: 400;
}

.tvh-blog-time .tvh-blog-day,
.tvh-blog-time .tvh-blog-admin {
	font-size: 16px;
	font-weight: 500;
	color: #444;
	font-family: Helvetica Neue;
}

.tvh-blog-txt .tvh-blog-h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #444;
	font-family: Helvetica Neue;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tvh-blog-container {
	margin-bottom: 22px;
	margin-top: 10px;
}

#tvh-blog-pc {
	display: block;
}

#tvh-blog-mobile {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.tvh-blog-txt {
		margin: 0 8px 10px 8px;
	}

	.tvh-blog-txt .tvh-blog-h4 {
		font-size: 14px;
	}

	.tvh-blog-time .tvh-blog-day,
	.tvh-blog-time .tvh-blog-admin {
		font-size: 13px;
	}
}

@media only screen and (max-width: 768px) {
	#tvh-blog-pc {
		display: none;
	}

	#tvh-blog-mobile {
		display: block;
	}

	.tvh-blog-img-mobile {
		position: relative;
	}

	.tvh-blog-txt-mobile {
		position: absolute;
		bottom: 0;
		margin: 0 10px 10px 10px;
	}

	.tvh-blog-time-mobile .tvh-blog-time-icon-mobile .far {
		color: #CECECE;
		font-size: 16px;
		font-weight: 400;
	}

	.tvh-blog-time-mobile .tvh-blog-day-mobile,
	.tvh-blog-time-mobile .tvh-blog-admin-mobile {
		font-size: 16px;
		font-weight: 500;
		color: #BCBCBC;
		font-family: Helvetica Neue;
	}

	.tvh-blog-txt-mobile .tvh-blog-h4-mobile {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 22px;
		letter-spacing: 0em;
		text-align: left;
		color: #fff;
		font-family: Helvetica Neue;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.tvh-blog-left-img img {
		border-radius: 5px;
	}

	.tvh-blog-img-mobile img {
		width: 100%;
		height: 260px;
	}

	.tvh-blog-mobile .owl-theme .owl-dots .owl-dot.active span,
	.tvh-blog-mobile .owl-theme .owl-dots .owl-dot:hover span {
		width: 24px;
		background: #00BCC2;
		border: 1px solid #00BCC2;
	}

	.tvh-blog-mobile .owl-theme .owl-dots .owl-dot span {
		background-color: #fff;
		border: 1px solid #d6d6d6;
	}
}

@media only screen and (max-width: 425px) {
	.tvh-blog-left-img img {
		width: 343px;
		height: 165px !important;
	}
}

@media only screen and (max-width: 375px) {
	.tvh-blog-txt-mobile .tvh-blog-h4-mobile {
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		letter-spacing: 0em;
		text-align: left;
		color: #fff;
	}

	.tvh-blog-time-mobile .tvh-blog-day-mobile,
	.tvh-blog-time-mobile .tvh-blog-admin-mobile {
		font-size: 14px;
	}

	.tvh-blog-img-mobile img {
		height: 220px !important;
	}
}

.tvh-blog-left-img img {
	width: 100%;
	height: 250px;
	transform: scale(1);
	transition: all .5s ease-out 0s;
}

.tvh-blog-right-txt {
	margin-top: 15px;
}

.tvh-blog-time-mobile .tvh-blog-bottom-time-icon-mobile .far {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	color: #808080;
}

.tvh-blog-time-mobile {
	display: flex;
	align-items: center;
}

.tvh-blog-bottom-day-mobile,
.tvh-blog-bottom-admin-mobile {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: left;
	margin: 0 5px;
	font-family: Helvetica Neue;
}

.tvh-blog-right-txt .tvh-blog-bottom-h4-mobile {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 4px;
	font-family: Helvetica Neue;
}

.tvh-blog-right-txt .tvh-blog-bottom-h6-mobile {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #515151;
	margin-top: 6px;
	font-family: Helvetica Neue;
}

.tvh-blog-see-more a {
	color: #00BCC2;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	border-bottom: 1px solid #00BCC2;
	font-family: Helvetica Neue;
}

/* post */
.tvh-post-pc {
	margin-top: 30px;
}

.tvh-menu-post-left .tvh-post-shareIt {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 31px;
	letter-spacing: 0px;
	text-align: left;
	color: #1D2027;
	text-align: center;
}

.tvh-post-icon {
	font-size: 40px;
	text-align: center;
}

.tvh-post-left-fb .fa-facebook-square {
	color: #3B5998;
}

.tvh-post-left-gg .fa-google-plus-square {
	color: #DB4437;
}

.tvh-post-left-tt .fa-twitter-square {
	color: #00ACED;
}

.tvh-post-left-share .fa-share-alt-square {
	color: #ECE8EB;
}

.tvh-menu-post-top .tvh-post-h1 {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
	color: #222222;
	text-transform: uppercase;
}

.tvh-post-time .tvh-post-time-icon .far {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	color: #808080;
}

.tvh-post-time .tvh-post-day,
.tvh-post-time .tvh-post-admin {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: left;
	margin: 0 5px;
}

.tvh-menu-post-top .tvh-post-h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #222222;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tvh-post-img img {
	width: 100%;
	height: 100%;
}

.tvh-menu-post-bottom .tvh-post-h1 {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
	color: #222222;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 18px;
}

.tvh-menu-post-right {
	margin-bottom: 35px;
}

.tvh-post-grade-img {
	margin-bottom: 25px;
}

.tvh-post-grade-list .tvh-post-grade-img img {
	width: 100%;
	height: 216px;
	border-radius: 5px;
}

.tvh-post-grade-time {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.tvh-post-grade-time .tvh-post-grade-time-icon .far {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	color: #808080;
}

.tvh-post-grade-time .tvh-post-grade-day,
.tvh-post-grade-time .tvh-post-grade-admin {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: left;
	margin: 0 5px;
	color: #515151;
}

.tvh-post-h4-mobile {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	font-family: Helvetica Neue;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#tvh-post-mobile,
.tvh-mobile-paging,
.tvh-menu-post-mobile {
	display: none;
}

.tvh-txt-news {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#tvh-post-pc {
		display: none;
	}

	#tvh-post-mobile,
	.tvh-menu-post-mobile {
		display: block;
		margin-bottom: 30px;
	}

	.tvh-post-mobile {
		margin-top: 15px;
	}

	.tvh-post-mobile .tvh-post-mobile-h1 {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 27px;
		letter-spacing: 0em;
		text-align: left;
		color: #222222;
		text-transform: uppercase;
		margin: 10px 0;
		font-family: Helvetica Neue;
	}

	.tvh-post-grade-mobile-time {
		display: flex;
		align-items: center;
		margin-bottom: 7px;
	}

	.tvh-post-grade-mobile-time-icon .far {
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0px;
		text-align: left;
		color: #808080;
	}

	.tvh-post-grade-mobile-day,
	.tvh-post-grade-mobile-admin {
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 12px;
		letter-spacing: 0px;
		text-align: left;
		margin: 0 5px;
		font-family: Helvetica Neue;
	}

	.tvh-post-grade-mobile-img img {
		width: 100%;
		height: 100%;
		margin: 10px 0;
	}

	.tvh-mobile-paging {
		display: block;
		height: 8px;
		width: 100%;
		border-radius: 0px;
		background: #EAEAEA;
		margin: 10px 0 10px;
	}

	.tvh-menu-post-mobile .tvh-post-mobile-h1 {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 27px;
		letter-spacing: 0em;
		text-align: center;
		color: #222222;
		text-transform: uppercase;
		font-family: Helvetica Neue;
	}

	.tvh-post-time-mobile {
		margin: 8px 0;
	}

	.tvh-post-h4-mobile {
		font-size: 15px;
		font-family: Helvetica Neue;
		color: #222222;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.tvh-post-mobile .owl-carousel .owl-item img {
		border-radius: 5px;
		height: 155.25px;
	}

	.tvh-post-mobile .owl-dots {
		display: none;
	}

	.tvh-post-admin-mobile,
	.tvh-post-day-mobile {
		font-family: Helvetica Neue;
		color: #515151;
	}
}

.tvh-post-grade-mobile-txt p {
	font-family: Helvetica Neue;
}


/* introduce */
.tvh-introduce-banner-pc {
	height: 355px;
	display: flex;
}

.tvh-introduce-banner-left-pc {
	width: 640px;
	background-color: #00BCC2;
	position: relative;
}

.tvh-introduce-img-in-pc {
	height: 100%;
}

.tvh-introduce-img-in-pc img {
	width: 640px;
	height: 100%;
	opacity: 0.1;
	object-fit: cover;
}

.tvh-introduce-img-on-pc {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 60px;
}

.tvh-introduce-img-on-pc img {
	width: 251px;
	height: 251px;
	border-radius: 5px;
}

.tvh-introduce-banner-right-pc {
	background-color: #000;
	position: relative;
	width: 100%;
}

.tvh-introduce-banner-right-pc img {
	width: 100%;
	height: 100%;
	opacity: 0.15;
	object-fit: cover;
}

.tvh-introduce-manager-name-pc {
	background: #00BCC2;
	height: 28px;
	border-radius: 0px;
	padding: 0 5px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	font-size: 22px;
}

.tvh-introduce-txt-on-pc {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.tvh-introduce-manager-pc {
	display: flex;
	align-items: center;
	color: #fff;
	padding-left: 60px;
}

.tvh-introduce-txt {
	padding-left: 60px;
	color: #fff;
	max-width: 874px;
}

.tvh-introduce-txt p {
	font-family: Helvetica Neue;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 14px !important;
}

.tvh-introduce-manager-position-pc {
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	margin-left: 3px;
}

#tvh-introduce-pc {
	display: block;
}

#tvh-introduce-mobile {
	display: none;
}

@media only screen and (max-width:1440px) {
	.tvh-introduce-txt {
		padding: 0 60px;
		color: #fff;
	}
}

@media only screen and (max-width:1024px) {
	.tvh-introduce-img-in-pc img {
		width: 400px;
	}
}

@media only screen and (max-width:768px) {
	#tvh-introduce-pc {
		display: none;
	}

	#tvh-introduce-mobile {
		display: block;
	}

	.tvh-introduce-banner-top-mobile {
		position: relative;
	}

	.tvh-introduce-img-in-mobile {
		background-color: #00BCC2;
	}

	.tvh-introduce-img-in-mobile img {
		width: 100%;
		height: 300px;
		opacity: 0.2;
		object-fit: cover;
	}

	.tvh-introduce-img-on-mobile {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 40px
	}

	.tvh-introduce-manager-name-mobile {
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 30px;
		height: 30px;
		letter-spacing: 0em;
		text-align: left;
		background-color: #fff;
	}

	.tvh-introduce-manager-mobile {
		padding-left: 40px;
	}

	.tvh-introduce-manager-position-mobile {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
		color: #fff;
	}

	.tvh-introduce-banner-bottom-mobile {
		background-color: #000;
		position: relative;
	}

	.tvh-introduce-txt-on-mobile {
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.tvh-introduce-txt {
		padding: 0 30px;
	}

	.tvh-introduce-banner-bottom-mobile img {
		width: 100%;
		object-fit: cover;
		height: 465px;
		opacity: 0.15;
	}
}

@media only screen and (max-width:425px) {
	.tvh-introduce-img-on-mobile {
		padding-left: 15px;
	}

	.tvh-introduce-img-on-mobile img {
		width: 129px;
		height: 129px;
	}

	.tvh-introduce-img-in-mobile img {
		height: 177px;
	}

	.tvh-introduce-manager-mobile {
		padding-left: 25px;
	}

	.tvh-introduce-img-on-mobile img {
		border-radius: 5px;
	}
}

.tvh-content {
	margin: 25px 0 40px;
}

/* liên hệ */
.tvh-contact-h1 {
	text-align: center;
	margin: 35px 0 30px;
}

.tvh-contact-h1 .tvh-contact-ilaby {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
	color: #00BCC2;
}

.tvh-contact-h1 .tvh-contact-space {
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
}

.tvh-contact-h1 .tvh-contact-txt {
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
}


.tvh-contact-maps {
	display: flex;
	align-items: baseline;
}

.tvh-contact-maps-right {
	margin-left: 5px;
}

.tvh-contact-maps .fas {
	color: #00BCC2;
}

.tvh-contact-maps .showroom {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
}

.tvh-contact-maps .address {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.tvh-contact-maps .hotline {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.tvh-contact-maps .number a {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #da291c;
}

.tvh-contact-top-pc-address {
	display: flex;
	justify-content: center;
}

span.tvh-contact-address-number a {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: left;
	color: #000;
}

.tvh-contact-top-pc {
	padding-bottom: 60px;
	border-bottom: 1px solid #d6d6d6;
}

.tvh-contact-h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: 0em;
	text-align: center;
	padding: 10px 0 20px;
}

.tvh-input-form-container label {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 5px;
}

.tvh-input-form {
	display: flex;
}

.tvh-input-form-container {
	width: 100%;
	margin: 0 10px;
	padding-bottom: 20px;
}

.tvh-input-form-container input {
	width: -webkit-fill-available;
	padding: 7px 12px;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-sizing: border-box;
	border: 1px solid #D1D1D1;
	background-color: #FAFAFA;
	outline: none;
}

.tvh-input-form-container textarea {
	width: -webkit-fill-available;
	padding: 7px 12px;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-sizing: border-box;
	border: 1px solid #D1D1D1;
	background-color: #FAFAFA;
	outline: none;
}

.tvn-contact-btn {
	background-color: #00BCC2;
	height: 45px;
	width: 100%;
	border: 1px solid #00BCC2;
	margin: 0 0 30px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.tvh-contact-pc {
	display: block;
	margin-bottom: 55px;
}

.tvh-contact-mobile {
	display: none;
}

@media only screen and (max-width: 768px) {
	.tvh-input-form {
		display: block;
	}

	.tvh-input-form-container {
		margin: 0;
	}

	.tvh-contact-top-pc {
		padding-bottom: 30px;
		border-bottom: 3px solid #d6d6d6;
	}

	.tvh-contact-pc {
		display: none;
	}

	.tvh-contact-mobile {
		display: block;
		margin-bottom: 40px;
	}

	span.tvh-contact-address-number {
		font-size: 14px;
	}

	.tvh-contact-address-right {
		text-align: center;
	}

	.tvh-contact-h1 .tvh-contact-txt {
		font-size: 24px;
		font-weight: 400;
	}
}


/* info */
.tvh-info-menu {
	margin-top: 30px;
}

.tvh-woocommerce-cart-form {
	padding: 20px 15px 20px;
	background: #F5F5F5;
	/*margin-bottom: 25px;*/
}

.tvh-product {
	display: flex;
	justify-content: space-around;
}

.tvh-product-details {
	padding: 0 10px;
}

.tvh-product-details-name {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	/* text-align: left; */
}

.tvh-product-details-name.mb-2 {
	width: 380px;
}

.tvh-product-details-price span {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	/* text-align: right; */
}

.tvh-product-details-price del {
	font-size: 13px;
	font-weight: 700;
	opacity: 0.6;
}

.tvh-product-details-color span {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 28px;
}

.tvh-total-left {
	/*display: grid;*/
	/*grid-template-columns: auto auto;*/
	display: flex;
}

.tvh-total-left input {
	height: 40px;
	width: 90%;
	border-radius: 0px;
	padding: 0 10px;
	border: 1px solid #CECECE;
	outline: none;
}

button.tvh-apply-discount-checkout {
	height: 40px;
	width: 90px;
	left: 637px;
	top: 429px;
	border-radius: 0px;
	background: #00BCC2;
	outline: none;
	border: 1px solid #00BCC2;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
}

/*mã giảm giá trang thanh toán*/
input.tvh-myInput {
	height: 0;
	border: none;
	width: 0;
}

span.tvh-cpi-button.tvh-label-copy {
	white-space: nowrap;
	border-radius: 4px;
	outline: none;
	padding: 3px 5px 3px 10px;
	border: 2px solid #00BCC2;
	background: #ffffff;
	color: #00BCC2;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-right: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.tvh-product-endown {
	margin-bottom: 20px;
}

.cpi-button.disbled {
	pointer-events: none;
	opacity: 0.6;
}

.tvh-product-h3 {
	/* font-family: Roboto; */
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin: 15px 0;
}

.tvh-product-check-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


span.tvh-product-details-price {
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: right;
}

.tvh-product-h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tvh-product-h4 span:nth-child(1) {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
}

span.tvh-product-details-tong {
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	color: #ED1D24;
}

.tvh-ship {
	padding: 15px;
	color: #ED1D24;
	font-weight: 700;
}

.tvh-cart-collateral input,
.tvh-cart-collateral textarea {
	background-color: #fff;
}

.tvh-input-form-container select {
	height: 44px;
	width: 100%;
	left: 787px;
	top: 524px;
	border-radius: 0px;
	background: #F8F8F8;
	border: 1px solid #C7C7C7;
	outline: none;
}

.tvh-product-order button {
	height: 50px;
	width: 258px;
	left: 787px;
	top: 1089px;
	border-radius: 0px;
	background: #FFCB07;
	border: 1px solid #ffcb07;
	text-transform: uppercase;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	outline: none;
}

button:focus {
	outline: none !important;
}

/*.tvh-product-order-mb {*/
/*	display: none;*/
/*}*/

.tvh-checkout-cod,
.tvh-checkout-zalopay,
.tvh-checkout-momo {
	display: flex;
	margin-bottom: 10px;
}

.tvh-check-flex {
	display: flex;
	padding-left: 15px;
}

.tvh-check-flex img {
	height: 25px;
	width: 25px;
	left: 825px;
	top: 807px;
	border-radius: 0px;
}

.tvh-check-flex span {
	padding: 0 10px;
}

.tvh-bold {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.tvh-methods {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 25px;
}

.tvh-product-h2 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	margin-left: 10px;
}

.tvh-product-h4-account {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	margin-left: 10px;
}

.tvh-product-h4-account a {
	color: #00BCC2;
	border-bottom: 1px solid #00BCC2;
}

.tvh-product-details-amount.mb-1 {
	display: flex;
}

.tvh-quantity {
	margin-left: 15px;
}

.tvh-quantity input.input-qty {
	outline: none;
	text-align: center;
	border: none;
	background-color: #F5F5F5;
}

.tvh-quantity .is-form.in-product {
	border: none;
	background-color: #F5F5F5;
}

.tvh-name-product {
	display: none;
}

.tvh-text-checkout a,
.tvh-text-checkout a:hover {
	color: #00BCC2;
	font-weight: 700;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

@media only screen and (max-width:1024px) {
	.tvh-product-details-name.mb-2 {
		width: 250px;
	}
}

@media only screen and (max-width:768px) {
	.tvh-product-details-name.mb-2 {
		width: 530px;
	}

	.tvh-product-h2,
	.tvh-product-h4-account {
		margin: 0;
	}

	/*.tvh-product-order-mb {*/
	/*	display: block;*/
	/*}*/

	/*.tvh-product-order-mb button {*/
	/*	position: fixed;*/
	/*	bottom: 0;*/
	/*	left: 0;*/
	/*	right: 0;*/
	/*	z-index: 1000;*/
	/*	box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 15%);*/
	/*	background-color: #fff;*/
	/*	box-sizing: border-box;*/
	/*	height: 70px;*/
	/*	border-radius: 0px;*/
	/*	background: #FFCB07;*/
	/*	text-align: center;*/
	/*	width: 100%;*/
	/*   border: none;*/
	/*}*/

	.tvh-buy-now-top {
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		letter-spacing: 0em;
		text-transform: uppercase;
		margin-top: 5px;
	}

	.tvh-buy-now-bottom {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0em;
	}

	.tvh-woocommerce-cart {
		border: 1px solid #d6d6d6;
		margin-bottom: 25px;
	}

	.tvh-woocommerce-cart-form {
		background-color: #fff;
	}

	.tvh-quantity .is-form.in-product,
	.tvh-quantity input.input-qty {
		background-color: #fff;
	}

	.tvh-product.mb-3 {
		padding: 10px;
	}

	.tvh-name-product {
		display: block;
		height: 40px;
		left: 16px;
		top: 211px;
		border-radius: 0px;
		background: #F5F5F5;
		border-bottom: 1px solid #C6C6C6;
		line-height: 40px;
		padding-left: 10px;
	}
}

@media only screen and (max-width:700px) {
	.tvh-product-details-name.mb-2 {
		width: 380px
	}
}

@media only screen and (max-width:540px) {
	.tvh-product-details-name.mb-2 {
		width: 330px
	}
}

@media only screen and (max-width:490px) {
	.tvh-product-details-name.mb-2 {
		width: 260px;
	}
}

@media only screen and (max-width:425px) {
	.tvh-product-details-name.mb-2 {
		width: 238px;
	}
}

@media only screen and (max-width:400px) {
	.tvh-product-details-name.mb-2 {
		width: 230px;
	}
}

@media only screen and (max-width:390px) {
	.tvh-product-details-name.mb-2 {
		width: 220px;
	}

	.tvh-woocommerce-cart-form {
		padding: 0;
	}
}

@media only screen and (max-width:375px) {
	.tvh-product-details-name.mb-2 {
		width: 205px;
	}

	.tvh-woocommerce-cart-form {
		padding: 0;
	}

	.tvh-ship {
		padding: 15px 0;
		color: #ED1D24;
		font-weight: 700;
	}
}

@media only screen and (max-width:320px) {
	.tvh-product-details-name.mb-2 {
		width: 140px;
	}
}

/* login-register */
.tvh-login-menu {
	width: 400px;
	border-radius: 0px;
	background: #FFFFFF;
	padding: 30px 25px;
	margin: 0 auto;
}

.tvh-login-h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: -0.23999999463558197px;
	text-align: left;
	color: #000000;
	text-transform: uppercase;
}

.tvh-form-item label {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
}

.tvh-form-item input {
	height: 40px;
	width: 100%;
	left: 36px;
	top: 130px;
	border-radius: 2px;
	outline: none;
	border: 1px solid #DDDDDD;
	padding: 0 5px;
}

.tvh-label-form-login-relative {
	position: relative;
}

.hidden-pass {
	position: absolute;
	bottom: 7px;
	right: 15px;
}

button.bor-radius.mgb-16 {
	height: 40px;
	width: 100%;
	left: 36px;
	top: 310px;
	border-radius: 2px;
	background: #00BCC2;
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none !important;
	box-shadow: none;
}

.tvh-login-space {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tvh-login-space span:nth-child(1),
.tvh-login-space span:nth-child(3) {
	height: 1px;
	width: 76px;
	left: 44px;
	top: 382px;
	border-radius: 0px;
	background: #DDDDDD;
	display: block;
}

.tvh-login-space span:nth-child(2) {
	margin: 0 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
}

.tvh-login-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tvh-login-fb i {
	color: #4267B2;
}

.tvh-login-tw i {
	color: #1EA1F3;
}

.tvh-login-icon i {
	font-size: 40px;
	margin: 0 10px;
}

.tvh-login-gg a {
	margin: 0 10px;
}

.tvh-login-txt-bt {
	text-align: center;
}

.tvh-login-txt.mb-4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
	cursor: pointer;
}


.tvh-login-txt.mb-4 span {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	color: #388CF5;
}


.tvh-login-txt-bt span {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
}

.tvh-login-txt-bt a {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	color: #00BCC2;
}

.tvh-login-h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: -0.23999999463558197px;
	text-align: left;
	color: #939393;
}

@media only screen and (min-width:1024px) {
	.tvh-login-menu {
		box-shadow: 0 0 15px 0 rgb(10 10 10 / 7%);
	}
}

@media only screen and (max-width:375px) {
	.tvh-login-menu {
		/*height: 540px;*/
		width: 370px;
		padding: 30px 25px;
		margin: 0 auto;
	}
}

.discount-code--success {
	font-weight: 600;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: #0d6efd;
}

.discount-code--error {
	font-weight: 600;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: red;
}

/*mua hàng thành công*/
main .wrap-content {
	text-align: center;
	padding: 30px 0 50px;
}

main .title {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

main .txt {
	font-size: 16px;
}

main .btn {
	color: #fff;
	border-radius: 0;
	background-color: #00BCC2;
	padding: 6px 12px;
	font-size: 14px;
}

@media only screen and (min-width:1024px) {
	#table-mobi {
		display: none;
	}

	#table-pc {
		display: block;
	}
}

@media only screen and (max-width:1023px) {
	#table-mobi {
		display: block;
	}

	#table-pc {
		display: none;
	}
}

/*kiem tra don hang*/
.text-center #search {
	width: 100px;
	height: 40px;
	border: none;
	background: #00bcc2;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
}

#checked_order {
	display: none;
}

input#phone:focus {
	box-shadow: 0 0 0 0 rgb(255 255 255 / 25%);
}

p.title {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}

p.block-active {
	text-align: center;
}

div#board #history-order td,
div#board #history-order th {
	text-align: center;
}

#board tbody,
#board td,
#board tfoot,
#board th,
#board thead,
#board tr {
	padding: 10px 0;
}

/*popup*/
div#tvh-popup {
	position: fixed;
	right: 13%;
	top: 9.3%;
	background-color: #00BCC2;
	color: #fff;
	font-size: 14px;
	height: 74px;
	width: 257px;
	z-index: 9999;
}

@media only screen and (max-width:768px) {
	div#tvh-popup {
		position: fixed;
		right: 13%;
		top: 7.3%;
		background-color: #00BCC2;
		color: #fff;
		font-size: 14px;
		height: 74px;
		z-index: 9999;
	}
}

.popup_text {
	padding: 10px;
}

.popup_cart {
	padding-left: 10px;
}

.popup_cart a,
.popup_cart a:hover {
	padding: 3px 5px;
	background-color: #fa6400;
	color: #f0f5ea;
}


.variable-items-wrapper .color-variable-wrapper {
	display: inline-block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.color-bg-size.checks {
	display: inline-block;
	border: 2px solid #f2f2f2;
	width: 55px;
	height: 35px;
}

.color-bg-size .mau {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}


/*add*/
.mona-list-varid {
	/* display: block; */
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.mona-list-varid .active-show {
	margin: 0;
	border: 2px solid #fff;
	padding: 1px;
	margin-right: 5px;
}

.mona-list-varid .active-show .mona-bg {
	cursor: pointer;
	width: 45px;
	height: 45px;
	display: block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	background-size: contain;
}

#text-color,
#text-size,
#color-productmb,
#size-mb,
#vn-value-color {
	font-weight: 700;
	color: red;
}

.color-bg-size {
	width: 55px;
	height: 40px;
}

.color-bg-size {
	border: 2px solid #f2f2f2;
	margin-right: 5px;
	cursor: pointer;
	padding: 1px;
}

.not-size-mb {
	cursor: pointer;
}

.not-size-mb.selected {
	background-color: #00BCC2;
	color: #fff;
}

.color-bg-size.selected {
	background-color: #00BCC2;
	color: #fff;
}

.color-bg-size div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
}

/*mb*/
.not-size-mb {
	width: 55px;
	height: 40px;
	border: 2px solid #f2f2f2;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 1px;
	display: inline-block;
}

.item-mb.not-size-mb span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**/
.table-size-tvh {
	max-height: 0;
	overflow: hidden;
	transition: all .3s;
}

.tvh-size-suggestion {
	border-style: dashed !important;
	border: 2px solid #00BCC2;
	padding: 15px 20px;
}

.actived {
	max-height: 300px;
	transition: all .3s;
}

#downFas {
	transition: all .3s ease;
}

#downFas.actived {
	transform: rotate(-180deg);
	transition: all .3s ease;
}

.tvh-height {
	display: flex;
	justify-content: space-between;
}

/*start filter price*/
.click-table-size {
	cursor: pointer;
	font-weight: 700;
	color: #00BCC2;
}

.click-table-size svg {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.slidecontainer {
	width: 100%;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #00BCC2;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #04AA6D;
	cursor: pointer;
}

.tvh-table-size {
	text-align: center;
}

#block {
	display: none;
	color: #444;
}

.abc {
	display: none;
}

/*hướng dẫn chọn size*/
.tvh-title-size {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}

.tvh-currentSize-img img {
	width: 270px;
	height: 270px;
	object-fit: cover;
}

.padding-current {
	padding: 0 160px;
}

.padding-current table {
	font-size: 13.5px;
}

/*chính sách chăm sóc khách hàng thân thiết*/
.body-about-us .header-about-us {
	margin: 40px 0;
	justify-content: center;
}

.body-about-us .header-about-us .title {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
}

.content-about-us img {
	width: 100%;
	height: auto;
}

.abcdef option {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.tvh-post-img-mobile img {
	width: 100%;
}

@media(max-width:375px) {
	.tvh-post-img-mobile img {
		width: 100%;
		height: 155.25px;
	}
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
	.tvh-post-img-mobile img {
		width: 100%;
		height: 252.66px;
	}
}

tbody,
td,
tfoot,
th,
thead,
tr {
	padding: 8px 10px;
}

@media (max-width: 768px) {
	.fb_mpn_mobile_landing_page_slide_up {
		visibility: hidden !important;
	}
}

/*quen mat khau*/
#very {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	cursor: pointer;
}

.close-formlogin {
	width: 100%;
	height: 100%;
	z-index: 30;
}

#quenpass {
	border-radius: 20px;
	right: 0;
	padding: 30px;
	background-color: white;
	z-index: 30;
	position: absolute;
	bottom: 50%;
	width: 100%;
	font-size: 15px;
}

@media (min-width:768px) {

	#quenpass,
	#otp {
		height: fit-content;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50vw;
		max-width: 600px;
		transform: translate(-50%, -50%);
		background-color: #fff;
		padding: 2rem;
		border-radius: 16px;
		max-height: 95vh;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

button.bor-radius.mgb-16:focus {
	box-shadow: none;
}

.dnhap-now {
	color: #000;
}

.forgotpass {
	color: #000;
	font-size: 14px;
}

.filter-box li.haketu {
	width: 50%;
	float: left;
}

.filter-box li {
	padding: 6px 0;
}

.filter-box li span {
	font-weight: normal;
	cursor: pointer;
}

.tvh-product-endown-item {
	display: inline-block;
	position: relative;
}

.close-endown {
	position: absolute;
	z-index: 10;
	top: -12px;
	right: 2px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	border-radius: 50%;
}

.un-endow {
	opacity: 0.6;
	pointer-events: none;
	cursor: no-drop;
}




.handle-show-icon {
  /*width: 55px;*/
  /*height: 55px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  
  position: fixed;
  right: 25px;
  bottom: 70px;
  /*box-shadow: 0 2px 4px rgb(0 0 0 / 10%);*/
  /*background: #FFF;*/
  z-index: 101;
}

.fb--root .fb_dialog_content iframe {
  bottom: 135px !important;
}

.pkcp,
.social-active {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.social-active.active,
.pkcp.active {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.het-hang {
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: .9;
	color: #333;
	padding: 15px 0;
}











