@font-face {
	font-family: MuliDisplayVN;
	font-style: normal;
	src: url('/file/assets?key=assets%2FFontspring-DEMO-betmrounded-bold.ttf') format("truetype");
}

@font-face {
	font-family: Fontspringlight ;
	font-style: normal;
	src: url('/file/assets?key=assets%2FFontspring-DEMO-betmrounded-light.ttf') format("truetype");
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: MuliDisplayVN;
}

body {
	margin: 0;
	padding: 0;
  font-family: MuliDisplayVN;
}

header,
#main-menu,
#cart-popup {
	font-family: MuliDisplayVN;
}

.fluid {
	background-color: #000;
	color: rgba(255, 255, 255, 0.8);
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.row .heading--1 {
	text-align: left;
	padding-left: 20px;
}

.row .heading--2 {
	text-align: right;
	padding-right: 20px;
}

.row .heading--2 a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.row .heading--2 a:hover {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.fa-shopping-bag,
.fa-search {
	font-size: 20px;
	color: #000;
	padding: 0 5px;
}

.navbar-navigation {
	display: block;
	background-color: #FEFCFC;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.navigation {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar_brand {
	display: flex;
	align-items: center;
}
.navbar_brand img{
  width: 100%;
  object-fit: cover
}
.navbar-brand img{
   width: 100%;
  object-fit: cover
}
.navbar-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hide-for-medium {
	/* display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center; */
	width: 100%;
	height: 100%;
}

.hide-for-medium ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.hide-for-medium li {
	list-style: none;
	margin: 0 15px;
}

.hide-for-medium a {
	text-decoration: none;
	color: #000;
}

.hide-for-medium a:hover {
	color: #000;
}

.hide-for-medium a.item-header:hover span.link-header:after {
	transform: scaleX(1);
	transform-origin: left right;
	transition: all 300ms ease;
}

.hide-for-medium a.item-header span.link-header:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 96%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
	transform-origin: left center;
	transform: scaleX(0);
	transition: all 300ms ease;
}

/* .hide-for-medium li:hover a{
	color: #000;
	font-weight: bold;
} */

.nav-dropdown-simple {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 260px;
	z-index: 99;
	height: 100%;
	background-color: #fff;
	left: 0;
	height: max-content;
	top: 25px;
}

.menu-item-has-children {
	position: relative;
	transition: all 0.6s;
}

.menu-item-has-children:hover .nav-dropdown-simple {
	transition: all 0.6s;
	opacity: 1;
	visibility: visible;
}

.woocommerce-mini-cart__total {
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
	padding: 10px 0;
	text-align: center;
}

.nav-fas {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-fas span {
	margin: 0 10px;
}

.nav-dropdown,
.nav-dropdown-search {
	top: 100%;
	right: 0;
	background-color: #fff;
	min-width: 300px;
	padding: 20px 15px !important;
	margin: 0;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	height: max-content;
	transform: all 0.6s;
	border-radius: 4px;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	border: 2px solid #ddd;
}

.nav-dropdown li,
.nav-dropdown-search li {
	list-style: none;
	text-align: center;
}

.woocommerce-button-index {
	margin: 10px 0;
}

.nav-fas_icon_shop:hover ul.nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: all 0.6s;
}

.nav-fas_icon_search:hover .nav-dropdown-search {
	opacity: 1;
	visibility: visible;
	transform: all 0.6s;
}

.nav-dropdown-search .woocommerce-mini-cart {
	display: flex;
	justify-content: center;
	flex: 1;
}

.shop_icon,
.shop-icon {
	position: relative;
}

.header-share {
	position: absolute;
	height: 17px;
	width: 17px;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	padding: 1px 0;
	border-radius: 50px;
	font-weight: 600;
	left: 10px;
	top: -10px;
	text-align: center;
}

.header_share {
	position: absolute;
	height: 17px;
	width: 17px;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	padding: 1px 0;
	border-radius: 50px;
	font-weight: 600;
	right: -10px;
	top: 10px;
	text-align: center;
}

.mini_cart_item {
	margin-bottom: 10px;
}

.mini_cart_item-img img {
	width: 60px;
	height: 80px;
}

.mini_cart_item-text {
	margin-bottom: 15px;
	text-align:left;
}

.mini_cart_item-text .d-flex {
  justify-content: space-between;
}

.mini_cart_item-text .tvh-name-title {
	font-size: 13px;
	text-align: left;
	margin: 0;
}

.mini_cart_item-text p {
	margin: 0;
}

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

.woocommerce-mini-cart__search {
	display: flex;
}

.woocommerce-mini-cart__search input {
	height: 36px;
	padding: 7px 12px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.woocommerce-mini-cart__search input:focus {
	outline: none;
	box-shadow: 0 0 5px #ccc !important;
}

.woocommerce-mini-cart__search input:hover {
	box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}

.ux-search-submit {
	background-color: #000;
	width: 36px;
	height: 36px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.ux-search-submit:focus {
	outline: none;
	border: none;
}

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

.navition {
	display: none;
}

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

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

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

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

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

.cart-dropdown li {
	list-style: none;
	text-decoration: none;
	padding: none;
}

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

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

.padding-outline {
	padding-top: 10px;
	padding-bottom: 10px;
	outline: none;
	width: 100%;
}

.navition-left {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	height: 100%;
}

.navition-right {
	text-align: center;
	height: 100%;
}

.menu-item_type {
	cursor: pointer;
	padding: 7px 20px;
}

.simple-children {
	padding: 10px 0 10px 0;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	border: 2px solid #ddd;
}

.menu-item_type:hover {
	background-color: rgba(0, 0, 0, 0.03);
	color: #000;
}

.menu-item_type:hover a {
	color: #000;
}

.menu-item-type {
	padding: 5px 0px 5px 20px;
	cursor: pointer;
}

.menu-item-type a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.btn-toggle-nav {
	margin-right: 20px;
	transition: all .3s ease;
}

div#down.active {
	transform: rotate(-180deg);
	transition: all .3s ease;
}

.children {
	height: 0;
	display: none;
	/* transform: rotate(-180deg); */
}

.children.active {
	height: 100%;
	display: block;
}


/* login */
/* 
.login-form-popup{
    padding: 0 30px;
}

.account-login-inner-left,
.account-login-inner-right{
    padding: 0 50px;
}

.account-login-inner-left h3,
.account-login-inner-right h3{
    text-transform: uppercase;
    font-family: "Noto Serif", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-input{
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}

.woocommerce-button button{
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.woocommerce-button a{
    text-decoration: none;
    color: #000;
}

.form-row-wide{
    padding: 10px 0;
} 

.modal{
    padding: 0 !important;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 875px !important;
        margin: 1.75rem auto;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 875px !important;
        margin: 30px auto;
    }
} */


@media (max-width: 1084px) {
	.navigation {
		display: none;
	}

	.navition {
		display: block;
	}

	.fluid {
		display: none;
	}

	.navition-right {
		text-align: right;
	}

	.navition-right .fa-shopping-bag {
		padding: 20px 0;
		font-size: 20px;
	}
}

.mfp-content {
	background-color: rgba(255, 255, 255, 0.95);
	width: 350px;
}

.sidebar-menu ul {
	padding: 0;
	margin: 0;
}

.sidebar-menu ul li+li {
	list-style: none;
	width: 100%;
	padding: 15px 0 15px 20px;
	border-top: 1px solid #ececec;
	text-transform: uppercase;
	font-weight: 700;
}

.sidebar-menu ul li+li:hover,
.sidebar-menu ul li:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.05);
}

.sidebar-menu ul li .nav-top-link {
	text-decoration: none;
	color: #000;
	color: #666666D9;
	font-size: 14px;
	width: 100%;
	height: 100%;
}

.flex-row_relative {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
}

.flex-row {
	position: relative;
	display: flex;
	justify-content: space-between;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
}

.widget_area {
	margin: 0;
	width: 100%;
	padding: 20px 15px;
}

.flex-grow {
	flex: 1;
}

.search-field {
	height: 45px !important;
	border-radius: 3px 0 0 3px;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 100%;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 0 10px;
}

.ux-search {
	width: 45px;
	height: 45px;
	border-radius: 0 3px 3px 0;
	background-color: #000;
	color: #fff;
}

.ux-search i {
	color: #fff;
}

.search-field:focus {
	box-shadow: 0 0 5px #ccc;
}



/*  */
.d-flex .dropdown-nav {
	display: flex;
}

.nav-li {
	position: relative;
}

.search-wrapper {
	display: flex;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	right: -15px;
	opacity: 0;
}

.search-wrapper input {
	outline: none;
}

.nav-li:hover .search-wrapper {
	display: flex;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	right: -15px;
	opacity: 1;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}

.heading-primary_main {
	background-color: #FEFCFC;
	height: 100px;
	line-height: 100px;

	position: relative;
}

.heading-primary_main .heading-primary_main--1 .logo {
	width: 120px;
	height: 60px;
	margin-left: 350px;
}

.heading-primary_main .heading-primary_main--2 ul li {
	list-style: none;
	float: left;
	padding: 0 12px;
}

.heading-primary_main .heading-primary_main--2 ul li a {
	text-decoration: none;
	color: #000;
}

.heading-primary_main .heading-primary_main--2 ul li a:hover {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.heading-primary_main .heading-primary_main--3 .fas {
	font-size: 22px;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}

fas {
	font-size: 20px;
}

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

nav#navbar {
	top: -50px;
	transition: top 0.5s linear 0s;
}

.banner {
	background-color: #F0E4DD;
	position: relative;
	display: flex;
}

@media (max-width: 375px) {
	.banner {
		background-color: #F0E4DD;
		position: relative;
		display: flex;
		flex-direction: column-reverse;
	}

	/*.banner .main-picture {*/
	/*	background-size: contain;*/
	/*	width: 100%;*/
	/*	display: flex;*/
	/*	align-items: center;*/
	/*	justify-content: center;*/
	/*}*/

	.main-picture img {
		width: 50%;
		height: 100%;
	}
	
}

@media (max-width: 1062px) {
	.banner {
		background-color: #F0E4DD;
		position: relative;
		display: flex;
		flex-direction: column-reverse;
	}

	/*.banner .main-picture {*/
	/*	background-size: contain;*/
	/*	width: 100%;*/
	/*	display: flex;*/
	/*	align-items: center;*/
	/*	justify-content: center;*/
	/*}*/

	.main-picture img {
		width: 100%;
		height: 100%;
	}
}

.banner .main-picture {
	background-size: contain;
	/* width: 100%; */
}

/* .banner .main-picture img{
    clip-path: inset(30% 0 0 0);
    width: 50%;
    height: 50%;
    margin-top: -304px;
} */

.banner_content,
.banner-link {
	/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
}

.font-size-4 {
	font-size: 18px;
	margin-bottom: 20px;
}

/*@media (max-width:1100px){*/
/*  .font-size-h1 {*/
/*  	font-size: 75px;*/
/*  	font-weight: 700 !important;*/
/*  	color: #000;*/
/*  	font-family: "Noto Serif", sans-serif;*/
/*  }*/
/*}*/
.font-size-h1 {
	font-size: 75px;
	font-weight: 600;
	color: #000;
	/*font-family: "Noto Serif", sans-serif;*/
}

.font-size-5 {
	font-size: 17px;
	/*font-family: "Open Sans", sans-serif;*/
}

.btn {
	width: 150px;
	height: 45px;
}

.sec_banner_2 {
	position: relative;
}

.has-hover {
	margin-top: 0px;
	background-color: #DAE3E5;
	min-height: 400px;
	display: flex;
}

.img-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.img-inner img {
	height: 60%;
}

.section-box-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.section-text-box {
	position: relative;
}

.text-inner-center {
	text-align: center;
	position: absolute;
}

.text-box {
	position: absolute;
	top: 100px;
	left: 550px;
	text-align: center;
}

.font-size-h2 {
	font-size: 44px;
	font-weight: bold;
	color: #000;
	/*font-family: "Open Sans", sans-serif;*/
	margin: 12px 0;
}

.btn-text,
.btn-text:hover {
	margin-top: 15px;
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.gap-element {
	padding-top: 30px;
}

.mona_title {
	font-size: 2.3em;
	text-align: center;
	line-height: 1.3em;
	/*font-weight: 900;*/
	/*font-family: "Noto Serif", sans-serif;*/
}

.nav-center .boder li {
	list-style: none;
	float: left;
	padding: 0 20px;
	/*font-family: "Open Sans", sans-serif;*/
}

.nav-center .boder li:not(:first-child) {
	border-left: 1px solid #dbdbdb;
}

.nav-center ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #918d8c;

}

.nav-center ul li a:hover {
	color: #000;
	font-size: 18px;
}

.boder {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

#row-307244218 {
	--bs-gutter-x: 0;
}

.tab-panelss {
	clear: left;
	width: 100%;

}

.tab-panelss .panel {
	display: flex;
	flex-wrap: wrap;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transform: translate(0, 25px);
	transition: transform 2.5s ease, opacity 1s ease 0.3s;
}
.tab-panelss .panelr {
	display: flex;
	flex-wrap: wrap;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transform: translate(0, 25px);
	transition: transform 2.5s ease, opacity 1s ease 0.3s;
}
.tabsr {
    cursor: pointer;
}
.tab-panelss .panelrs {
	display: flex;
	flex-wrap: wrap;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transform: translate(0, 25px);
	transition: transform 2.5s ease, opacity 1s ease 0.3s;
}
.tab-panelss .panel.show {
	height: auto;
	opacity: 1;
	transform: translate(0, 0);
}
.tab-panelss .panelr.showr {
	height: auto ;
	opacity: 1 ;
	transform: translate(0, 0);
}
.tab-panelss .panelrs.show {
	height: auto;
	opacity: 1;
	transform: translate(0, 0);
}
.panelr:first-child {
    display: block;
}
.tabsr.active {
    color: red;
}
.tabsrs.active {
   color: red;
}
/*.slick-slide.slick-current.slick-active {*/
/*  width:100% !important;*/
/*}*/
/*.slick-list.draggable .slick-track {*/
/*  width:100% !important;*/
/*}*/
.col-inner {
	/* height: 540px; */
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	transition: all 0.8s;
}

.col-inner:hover img {
	box-shadow: 0px 0px 13px 0px darkgrey;
	transition: all 0.8s;
}

.col-inner .text-center p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0;
}

.col-inner .text-center a {
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

/*.box-text{*/
/*  font-family: "Open Sans", sans-serif;*/
/*}*/
@media (max-width: 425px) {
	.panel .col-6 {
		padding: 0 5px;
	}
}

@media (max-width: 768px) {
	.block-content a {
		text-decoration: none;
    color: #2D2D2D;
    margin-bottom: 5px;
    /* height: 56px; */
    display: block;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
}

.box-text .sale-percent {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	z-index: 1;
	background: #000;
	color: #fff;
	height: 22px;
	line-height: 22px;
	font-weight: 600;
	padding: 0 8px;
}

.price {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.price .price_default {
	margin-right: 5px;
	font-weight: 600;
	font-size: 16px;
	font-family: Fontspringlight  !important;
	
}

.price .price_new {
	color: #999;
	font-weight: 500;
	font-size: 13px;
}

.price-wrapper ul li {
	margin-left: 30px;
	list-style: none;
	float: left;
}

.mona-list-varid {
	display: block;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}

.mona-list-varid .item {
	margin: 0;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 2px;
	margin-right: 5px;
}

.mona-list-varid .item .mona-bg {
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	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;
	margin: 0;
	background-size: cover;
	background-position: center;
	/* object-fit: cover; */
	padding: 2px;
	background-repeat: no-repeat;
}

label {
	font-weight: bold;
	display: block;
	font-size: .9em;
	margin-bottom: 0.4em;
}

.section-relative .grey {
	background-color: #f1f1f1;
}

.last-reset {
	text-align: center;
	font-size: 16px;
}

.last-reset .fas {
	font-size: 60px;
	padding: 20px 10px;
}

/*.button:last-of-type,*/
/*.button:last-of-type {*/
/*	margin-right: 0 !important;*/
/* margin: 20px 0; */
/*}*/
.button.white.arrow {
	display: flex;
	border-radius: 99px;
	height: 45px;
	width: 45px;
	align-items: center;
	justify-content: center;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
}

.arrow.alone {
	padding: 0;
}

.white {
	background-color: #fff !important;
	color: #000 !important;
}

.button {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 26px;
	/* border: 1px solid transparent; */
	padding: 2px 11px;
}

.button:hover {
	background-color: #a19c9b !important;
}

.text-dark {
	position: relative;
}

.text-dark_img {
	background-color: #000;
}

.text-dark_img img {
	opacity: 0.2;
}

.col_inner {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-layer {
	position: absolute;
	top: 100px;
	left: 200px;
	color: #fff;
	text-align: left;
}

.banner-bg {
	background-color: #D1C6DD !important;
	height: 100%;
	width: 100%;
	position: relative;
}

.banner-bg_img {
	height: 100%;
}

.margin_img {
	padding: 0 !important;
}

.bg-img {
	height: 110%;
	position: absolute;
	width: 50%;
	bottom: 0;
}

.featured-box h3 {
	/*font-family: "Noto Serif", sans-serif;*/
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}

.featured-box p {
	font-weight: 600;
	text-align: center;
}

.featured-box span {
	display: block;
	text-align: center;
}

.featured-box svg {
	height: 65px;
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 770px) {
	.featured-box {
		margin: 20px 0;
	}
}

#Capa_1 {
	height: 65px;
	width: 100%;
	margin-bottom: 10px;
}

.icon_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.icon_box-tittle {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

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

.col_inner-text {
	padding-left: 120px;
}

@media (max-width: 1100px) {
	.bg-img {
		height: 100%;
		width: 100% !important;
		position: relative;
	}

	.col_inner-text h4 {
		font-size: 16px;
	}

	.col_inner-text h1 {
		font-size: 42px;
		/*padding-right:120px;*/
	}

	.col_inner-text a,
	.col_inner-text a:hover {
		font-size: 12px;
	}
}

@media (max-width: 375px) {
	.icon_box {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.icon_box-tittle {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		text-align: center;
		flex-direction: column;
	}

	.icon_box-tittle .fa-tshirt {
		font-size: 40px;
	}

	.icon_box-tittle h2 {
		font-size: 14px;
	}

	.banner_content_tittle h1 {
		font-size: 60px;
	}

	.banner_content_tittle a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}
}

.fa-tshirt {
	font-size: 65px;
	color: #918d8c;
}

#carousel-one .item img {
	width: 100%;
	height: 100%;
}

.container ul li {
	list-style: none;

}

.container ul li a {
	text-decoration: none;
}

.container ul li a img:hover {
	text-decoration: none;
	padding: 2px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff !important;
}

.row {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0 !important;
}

.col__inner {
	padding: 0 !important;
}

.owl-nav span {
	font-size: 40px;
	display: block;
	color: #000;
}

.owl-stage-outer {
	position: relative;
}

.owl-prev span {
	position: absolute;
	top: 30%;
	left: 0;
}

.owl-next span {
	position: absolute;
	top: 30%;
	right: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	outline: none !important;
}

/* .owl-nav span:focus{
	outline: none;
} */

.image-zoom img {
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
	width: 100%;
	height: 270px;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.image-zoom {
	text-align: center;
	overflow: hidden;
}

.image-zoom:hover img {
	transform: scale(1.1);
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

/* zoom */
.product-image .zoom {
	display: inline-block;
	position: relative;
}

.product-image .zoom:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(icon.png);
}

.product-image .zoom img {
	display: block;
	position: relative;
}

.product-image .zoom img::selection {
	background-color: transparent;
}

.zoomImg {
	position: absolute;
	opacity: 0;
	width: 1200px !important;
	height: 1200px !important;
	border: none;
	max-width: none;
	max-height: none;
}

.align-items-center {
	display: grid !important;
	grid-template-columns: 20% 20% 20% 20% 20%;
	width: 100%;
}

@media (max-width: 1000px) {
	.align-items-center {
		display: grid !important;
		grid-template-columns: auto auto auto;
		grid-template-rows: 25% 25% 25% 25%;
		width: 100%;
	}
}

@media (max-width: 380px) {
	.align-items-center {
		display: grid !important;
		grid-template-columns: 50% 50%;
		grid-template-rows: 20% 20% 20% 20% 20%;
		width: 100%;
	}
}

.center {
	padding: 10px 50px;
}

.footer-content {
	background-color: #000;
	min-height: 300px;
}

.logo-white {
	width: 100%;
	height: 70px;
	object-fit: cover;
}


.follow-icon a i {
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	padding: 0 2px;
}

.follow-icon a i:hover {
	text-decoration: none;
	font-size: 30px;
	color: rgb(25, 86, 156);
	padding: 0 2px;
}

.menu-item ul li,
.menu-item ul li a {
	clear: left;
	padding: 5px 0;
	color: #fff;
}

.menu-item ul li a:hover {
	font-weight: 600;
	color: #fff;
}

.email-dang-ky {
	text-align: left;
}

.wpcf7-form-control-wrap {
	display: flex;
}

#email-dang-ky {
	height: 40px;
	border-radius: 3px 0 0 3px;
	border: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
	width: 61%;
}

.wpcf7-form-control {
	height: 40px;
	border-radius: 0 3px 3px 0;
	border: 0;
	color: #000;
	text-transform: capitalize;
	outline: none;
	padding: 5px 10px;
	font-weight: 600;
}

button.wpcf7-form-control:focus {
	outline: none !important;
}

.form_dang_ky:hover {
	background-color: #a19c9b;
}

/* .animated  {
	-webkit-animation-duration : 1000 ms  ;
	animation-duration : 1000 ms  ;
	-webkit-animation-fill-mode : both  ;
	animation-fill-mode : both  ;
  }  
  .owl-animated-out {
	z-index : 1 
	 }
  .owl-animated-in {
	z-index : 0 
	 }
  .fadeOut  {
	-webkit-animation-name : fadeOut  ;
	animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  }
  @keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  } */

.panel {
	display: none;
}

.panel:first-child {
	display: block;
}

.tabs {
	cursor: pointer;
}

.tabs.active {
  color:red;
}

.carousel_avt {
	margin-top: 40px;
}

.carousel-item {
	text-align: center;
	width: 760px;
	margin: 20px 0;
}

.carousel_content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}

@media (max-width: 360px) {
	.col_inner-text h1 {
		font-size: 30px;
	}
}

@media (max-width: 1200px) {
	.carousel-item {
		text-align: center;
		width: 345px;
		margin: 20px 0;
	}

	.carousel_content {
		width: 345px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
	}
}

.product_remove a {
	text-decoration: none;
	color: #000;
	padding-left:5px;
}

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

/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	min-width: 190px;
	margin: auto;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}

.select-selected {
	background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 15px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #5a5959 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #5a5959 transparent;
	top: 8px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #000;
	padding: 8px 16px;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
}

.select-selected {
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	cursor: pointer;
	user-select: none;
}

.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999999;
	min-width: 190px;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.is-text-center {
	text-align: center !important;
}

.is-text-center h2 {
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 24px;
	font-weight: 400;
}

/*css animation phone*/
div#phonering-alo-phoneIcon {
	z-index: 10000;
}

.phonering-alo-phone.phonering-alo-static {
	opacity: .6
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
	opacity: 1
}

.phonering-alo-ph-circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: transparent;
	border-radius: 100% !important;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border: 2px solid #bfebfc 9;
	opacity: .1;
	-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%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
	animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
	animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
	border-color: {
			{
			general.color.color_header
		}
	}

	;
	opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
	border-color: #75eb50;
	border-color: #baf5a7;
	opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color: #ce8564;
	/*border-color:#bfebfc;*/
	opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
	border-color: #ccc;
	opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
	border-color: #75eb50;
	opacity: .5
}

.phonering-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-color: #000;
	border-radius: 100% !important;
	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%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);

	background-color: {
			{
			general.color.color_header
		}
	}

	9;
	opacity:.75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	background-color: #baf5a7 9;
	opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color: #ce8564;
	/*background-color:#a6e3fa;*/
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(204, 204, 204, 0.5);
	background-color: #ccc 9;
	opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	opacity: .75 !important
}

.phonering-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
	border-radius: 100% !important;
	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%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
	animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
	background-color: {
			{
			general.color.color_header
		}
	}
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
	background-color: #75eb50;
	background-color: #75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color: {
			{
			general.color.color_header
		}
	}

	;

	background-color: {
			{
			general.color.color_header
		}
	}

	9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
	background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
	background-color: #75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@-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)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

/*End animation phone*/

/* scroll*/

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 70px;
	right: 1px;
	z-index: 9999;
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #b2b2b2;
	/*background: #ce8564;*/
	padding: 12px 14px 7px 14px;
	text-align: center;
	margin: 0 0 0 0;
	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;
}

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

/*.scroll:hover .fa {*/
/*  width: 15px;*/
/*	padding-top:-10px;*/
/*}*/
.scroll .fa {
	font-size: 20px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/* end scroll*/


/**/

.block-content a {
	text-decoration: none;
    color: #2D2D2D;
    margin-bottom: 5px;
    /* height: 56px; */
    text-transform: capitalize ;
    display: block;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.item-product-name {
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.item-product-color .img-dots .img-dots-color {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-dots.slick-slide.slick-active:focus {
	outline: none;
}

.img-dots .name-color {
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.item-product {
	margin-bottom: 30px;
}

.item-product-color {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-product-color .slick-slide {
	margin-right: 20px;
	width: 0 !important;
	margin-left: 6px;
}

.item-product-color .slick-slide.slick-current .img-dots {
	border: 1px solid #000;
}

.item-product-color .slick-list {
	margin: 0 -4px;
}

.item-product-color .slick-track {
	width: 100% !important;
	display: flex;
	justify-content: center;
	transform: inherit !important;
}

.item-product-color .img-dots {
	width: 22px !important;
	height: 22px !important;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 2px;
}

.item-product-color .img-dots div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: contain;
}

.item-product-color .img-dots:focus {
	outline: 0;
}

.item-product-color .slick-current.img-dots {
	border: 1px solid #000;
	padding: 2px;
	border-radius: 50%;
}

.block-image .sale-percent {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	z-index: 1;
	background: #000;
	color: #fff;
	height: 22px;
	line-height: 22px;
	font-weight: 600;
	padding: 0 8px;
}

.block-image {
	position: relative;
}

.item-product-price {
	text-align: center;
}

.item-product-price .price_default {
	margin-right: 5px;
	font-weight: 600;
	font-size: 16px;
	font-family:Fontspringlight  !important;
}

.item-product-price .price_new {
	color: #999;
	font-weight: 500;
	font-size: 13px;
	/* margin-left: 5px; */
}

img.img-after {
	position: relative;
}

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	outline: none;
}

.product-section .owl-nav {
	margin: 0;
	color: #000;
	font-size: 35px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
	color: #00bcc2 !important;
	text-decoration: none !important;
}

.product-section .owl-next {
	right: 0;
	position: absolute;
	top: 35%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.product-section .owl-prev {
	left: 0;
	margin: 0;
	position: absolute;
	top: 35%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

#carousel--two:hover .owl-next,
#carousel--two:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.product-image .owl-nav {
	display: none;
}

.products.tabshow .block-content a {
	font-size: 12px;
}
.block-content{
  margin-bottom:20px;
}
/*sua thong tin*/
.wrapper {
	max-width: 1200px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper>.container {
	width: 100%;
}

.account-area--content {
	display: flex;
}

@media screen and (max-width: 798px) {
	.footer-navigation+span {
		position: absolute;
		right: 0;
	}

	.account-area--content {
		flex-direction: column;
	}

	.account-area--left,
	.account-area--right {
		max-width: 100% !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.category-right {
		padding-left: 0px !important;
		width: 100%;
	}
	.page-content>p>img{
	  width:100%;
	}
}

.account-area--left {
	flex: 1 1 20%;
	width: 20%;
	max-width: 267px;
}

.is-text-center {
	text-align: center !important;
}

.title-account {
	margin-bottom: 5px;
	display: block;
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px #eee solid;
	color: #aaa;
	font-size: 14px;
	font-weight: 400px;
}

.adn_account_mn.active {
	background: #eee none repeat scroll 0 0;
	border-color: #c4996b;
	border-image: none;
	border-style: solid;
	border-width: 0 0 0 3px;
}

li {
	list-style: none;
}

.adn_account_mn i {
	padding-left: 10px;
}

.adn_account_mn span a {
	margin-left: 10px;
	font-weight: 400;
	color: #3f4140;
	text-decoration: none;
}

.account-area--right {
	flex: 1 1 80%;
	width: 80%;
	max-width: 1069px;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-left: 15px;
}

.account-area--table {
	border-top: 10px solid #ddd;
}

table#history-order {
	border-collapse: collapse;
}

table#history-order tr th {
	border-bottom: 1px solid #ddd;
	height: 60px;
	text-align: center;
}

.mgb-10 {
	margin-top: 20px;
	font-size: 20px;
}

.mgb-15 h4 {
	font-size: 20px;
}

.two-col {
	display: flex;
}

@media screen and (max-width: 420px) {
	.two-col {
		flex-direction: column !important;
		padding: 0 !important;
	}

}

.input-form.mgr-15 {
	width: 100%;
	margin-right: 15px;
}

.mg-auto {
	margin: 0 auto;
}

.input-form-container {
	padding-bottom: 20px;
}

.address-form 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 #ddd;
}

.address-form input:hover {
	box-shadow: inset 0 -1.8em 1em 0 rgb(0 0 0 / 0%);
}

.address-form input:focus {
	outline: none;
	box-shadow: 0 0 5px #ccc !important;
}

button.default_btn {
	height: 33px;
	padding: 4px 12px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 5px;
}

a.default_btn {
	height: 33px;
	padding: 6px 12px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 5px;
	text-decoration: none;
}

.adn_account_item {
	padding: 10px;
	border-top: 10px solid #ddd;
}

.logo-pancake {
	text-align: end;
	margin-top: 3px;
	font-size: 13px;
}

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

.logo-pancake span a {
	position: relative;
	top: -2px;
}

/*phan trang*/

#pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination {
	margin: 0;
}

#pagination .page-link {
	color: #444;
	border: 1px solid #444;
}

.pagination .select {
	background: #444;
	color: #fff !important;
	border: 1px solid #444;
}
.main-picture img{
  /*aspect-ratio: 3/3;*/
  /*  object-fit: cover;*/
    width: 100%;
    height: 100%;
}
#pagination .page-item .page-link:hover {
	background: #444;
	color: #fff;
	border: 1px solid #444;
}
.vudisplay{
  display:none;
}
.vu-img img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 8/3;
}

.swiper-container {
        width: 100%;
        height: 100%;
        overflow:hidden;
        position:relative;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .swiper-wrapper {
        position: relative;
    }
.page-link:focus {
	box-shadow: none !important;
}

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

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