body{
	font-family:'UTM Avo',sans-serif;
	line-height:1.4;
    font-size: 14px;
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
	background-color: #000;
	border-radius: 6px;
}
a, a:focus, a:hover, a:hover i{
	text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	outline: none;
}
input,input:focus, textarea:focus, select:focus{
	outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
img{
	max-width:100%;
}
ul{
	padding:0;
	margin:0;
}
li{
    list-style: none;
}
.totalitem{
	display:none;
}
.selectpage{
	text-align:center;
	margin-top:40px;
}
.selectpage a{
	display:inline-block;
	height:47px;
	width:47px;
	border:1px solid #b4b4b4;
	color:#b4b4b4;
	border-radius:50%;
	padding:10px 0px;
	font-size:16px;
	margin:0px 10px;
	margin-bottom:10px;
}
.selectpage a.pagingactive{
	border:1px solid #000;
	color:#000;
}
.fload-right{
	float:right;
}
#facebook-jssdk-iframe{
	display:none;
}
.container-fix{
	max-width:1750px;
}
.display-flex{
    display: flex;
    align-items: center;
}
.warp-header{
    min-height: 100px;
    box-shadow: 0 0 10px #ccc;
	position: relative;
    z-index: 99;
}
.header-top{
	background:#000;
	min-height: 40px;
	display: flex;
    align-items: center;
	padding:10px 0px;
}
.header-bot{
	min-height:100px;
	display: flex;
    align-items: center;
	flex-flow: column;
}
.header-bot p{
	margin:0;
}
.header-home{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.header-col{
    width: 33.33333%;
}
.header-left a {
    display: block;
    margin-right: 20px;
    color: #757575;
    font-size: 13px;
}
.header-left a span{
    margin-left: 5px;
}
.link-showroom .warpformobile p{
	margin:0;
}
.link-showroom .warpformobile a{
	color:#fff;
	display:inline-block;
	padding-left:15px;
	position:relative;
	font-size:14px;
}
.link-showroom .warpformobile a:before{
	content: "\f3c5";
	font-family:"Font Awesome 5 Pro";
	position:absolute;
	top:2px;
	left:0;
	font-size:13px;
}
.click-menu{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
    color: #757575;
}
.click-menu i{
    margin-right: 5px;
}
.warp-menu{
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    min-height: 100vh;
    min-width: 300px;
    padding: 40px 0px;
    z-index: 9999;
    transition: all .5s;
}
.warp-menu.active{
    left: 0;
}
.close-menu{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
    margin-left: 40px;
}
.close-menu i{
    margin-right: 5px;
}
.menu-bar{
    
}
.menu-bar li a{
    display: block;
    color: #000;
    font-size: 16px;
    padding: 12px 40px;
}
.menu-bar li:hover>a{
    color: red;
}
.menu-bar li .arrot,.menu-bar li .arrot2{
    position: relative;
    cursor: pointer;
}
.menu-bar li .arrot i,.menu-bar li .arrot2 i{
    position: absolute;
    top: 15px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.menu-bar li.lever1.active1 .arrot i,.menu-bar li.lever2.active2 .arrot2 i,.menu-bar li.lever1:hover .arrot i,.menu-bar li.lever2:hover .arrot2 i{
    right: 15px;
    opacity: 1;
    visibility: visible;
}
.menu-bar li>ul{
    position: absolute;
    left: 110%;
    top: 0;
    min-width: 300px;
    background: #fff;
    min-height: 100vh;
    padding-top: 90px;
    border-left: 1px solid #ccc;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.menu-bar ul.lever3 li{
	position:relative;
}
.menu-child3-click{
	content:"\f054";
	font-family:"Font Awesome 5 Pro";
	height:45px;
	width:45px;
	line-height:45px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	z-index:2;
	cursor:pointer;
}
.menu-child3-click.active i:before{
	content:"\f078";
}
.menu-bar li>ul.lever4{
	position:static;
    min-height: auto;
    padding-top: 0;
    border: 0;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    padding-left: 20px;
	width:100%;
	display:none;
}
.menu-bar li>ul.lever4.active{
	display:block;
}
.menu-bar li>ul.lever4 a{
	font-size:14px;
	color:#a1a1a1;
}
.menu-bar li>ul.lever4 a:hover{
	color:red;
}
.menu-bar .lever-box1{
    min-width: 300px;
    height: 100vh;
    padding-bottom: 30px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-height: 100vh;
    padding-top: 90px;
    border-left: 1px solid #ccc;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.menu-bar .lever-box2{
    min-width: 450px;
    height: 100vh;
    padding-bottom: 30px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-height: 100vh;
    padding-top: 90px;
    border-left: 1px solid #ccc;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.menu-bar ul.lever2,.menu-bar ul.lever3{
    padding-top: 50px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.menu-bar .lever-box1.active ul.lever2,.menu-bar .lever-box2.active ul.lever3{
    padding-top: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.menu-bar li.lever1.active1 ul.lever2,.menu-bar .lever-box1.active,.menu-bar .lever-box2.active{
    left: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.menu-bar .lever-box2{
    overflow: auto;
    z-index: 3;
}
.menu-bar .lever-box2::-webkit-scrollbar-thumb{
	background-color: #ccc;
}
.menu-bar .lever-box2::-webkit-scrollbar{
	width: 0px!important;
	height: 0px!important;
	background-color: #fff;
}
.menu-bar ul.lever3::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
.menu-bar ul.lever3::-webkit-scrollbar{
	width: 0px!important;
	height: 0px!important;
	background-color: #fff;
}
.menu-bar ul.lever3::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius: 6px;
}
.menu-back a{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.menu-back i{
    margin-right: 5px;
}
.bg-over{
    transition: all .3s;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    background: #000;
    z-index: -1;
	opacity: .5;
    display:none;
}
.bg-over.active{
    z-index: 999;
    display:block;
}
.header-right .display-flex{
    justify-content: end;
}
.menu-bar li.menu-cata{
    overflow: hidden;
    padding: 12px 25px;
}
.menu-cata-items{
    /* width: 50%;
    padding: 0px 15px;
    margin-bottom: 20px;
    float: left; */
}
.menu-cata-items a{
    display: block;
    padding: 0!important;
}
.menu-cata-title{
    text-transform: uppercase;
    padding: 10px 0px;
    display: block;
    min-height: 60px;
}
.menu-back{
    display: none;
}
.menu-main{
	text-align:center;
}
.menu-main .menuroot li.liroot {
    display: inline-block;
    margin: 0px 10px;
    list-style: none;
	 border-bottom: 2px solid #fff;
}
.menu-main .menuroot li.liroot:hover,.menu-main .menuroot li.liroot.active{
	border-bottom: 2px solid #000;
}
.menu-main .menuroot li.sale:hover,.menu-main .menuroot li.sale.active{
	border-bottom: 2px solid red;
}
.menu-main .menuroot li a.aroot {
    text-transform: uppercase;
    font-size: 15px;
    color: #515151;
    border-bottom: 2px solid #fff;
    padding: 37px 15px 37px 15px;
    display: block;
}
.menu-main .menuroot li.sale a.aroot{
	color:red!important;
	font-weight:bold;
}
.menu-main .menuroot li a.aroot:hover,.menu-main .menuroot li.active a.aroot {
    color: #000;
}
.menu-main .menuroot li a i{
	display:none;
}
.shadow{
	box-shadow:none!important;
}
.menu-clone {
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 4;
    background: #fff;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #e1dfd8;
	min-height:550px;
	padding: 20px 0px 40px;
    display: none;
}
.menu-list{
	width:210px;
	position: relative;
	padding:0;
}
.menu-list ul{
	display:none;
}
.menu-list .lever1{
	display:block!important;
	margin:0!important;
}
.menu-list .lever1 a{
	display:block;
	color:#9ea09f;
	cursor:pointer;
}
.menu-list .lever1 a.arrot1{
	padding: 12px 0px 12px 20px;
	background: url(/DigitvisionSkins/Lemino/images/icon-menu-lv2.png) no-repeat left center;
}
.menu-list .lever1 ul.lever2{
	position:absolute;
	top:0;
	left:100%;
	width:200px;
}
.menu-list .lever1 ul.lever2 li.lever2 a.arrot2{
	display:block;
	padding: 12px 0px 12px;
}
.menu-list .lever1:hover ul.lever2{
	display:block;
}
.menu-list .lever1:hover a.arrot1,.menu-list .lever1 a.arrot2:hover{
	color:#000;
}
.menu-cata-items a {
    color: #39393b;
}
.menu-cata-items img {
    width: 100%;
    margin-bottom: 20px;
}
.menu-cata-items span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}
.formSearch {
    padding: 0;
    max-width: 200px;
    box-shadow: none!important;
    position: relative;
	border: 0;
}
.formSearch .btn-text {
    border: 1px solid #959595;
    border-radius: 30px;
    padding: 0 15px 2px;
    width: 100%;
    height: 34px;
}
.formSearch .submit {
    border: 0;
    background: url(/FileManager/images/icon-search.svg) no-repeat center;
    position: absolute;
    background-size: 75%;
    right: 0;
    top: 0;
    height: 34px;
    width: 40px;
    font-size: 0;
}
section{
	max-height:100vh;
}
.warp-banner{
	min-height:80vh;
}
.banner-items{
    position: relative;
    overflow: hidden;
	max-height: 85vh;
}
.banner-items a{
	display:block;
	color:#fff;
}
.banner-link a{
	display:inline-block;
	margin:0px 5px;
}
.banner-video{
    overflow: hidden;
}
.banner-img-xs{
    display: none;
}
.bg-video{
    position: absolute;
    z-index: 1;
}
.click-video{
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    font-size: 90px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
}
.click-video.active{
    opacity: 1;
}
.banner-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 48px 15px 100px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.banner-title{
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 40px;
}
.banner-button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-btn{
    min-width: 240px;
    margin: 4px 8px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 20px 12px;
}
.banner-btn:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #000;
}
.banner-main .owl-dots{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:50px;
}
.banner-main .owl-dots .owl-dot{
	display:inline-block;
	margin:0px 10px;
}
.banner-main .owl-dots .owl-dot span{
	width:17px;
	height:17px;
	border-radius:50%;
	background:#84848491;
	border:1px solid #848484;
	display:block;
}
.banner-main .owl-dots .owl-dot.active span{
	background:#fff;
	border:1px solid #000;
}
.banner-main .owl-prev,.banner-main .owl-next{
	position:absolute;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#ffffff96;
	display:flex!important;
	align-items:center;
	justify-content:center;
	top:47%;
	opacity:0;
	visibility:hidden;
	font-size:20px;
	transition:all .3s;
}
.banner-main .owl-prev{
	left:0%;
}
.banner-main .owl-next{
	right:0%;
}
.banner-main:hover .owl-prev{
	left:5%;
	opacity:1;
	visibility:visible;
}
.banner-main:hover .owl-next{
	right:5%;
	opacity:1;
	visibility:visible;
}
.banner-main .owl-prev:before,.banner-main .owl-next:before{
	font-family:"Font Awesome 5 Pro";
}
.banner-main .owl-prev:before{
	content:"\f053";
}
.banner-main .owl-next:before{
	content:"\f054";
}
.warp-banner-page p{
    margin: 0;
}
.warp-nav{
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 50px 0px 26px;
    margin-bottom: 40px;
}
.chitiettintuc .warp-nav,.chitietsanpham .warp-nav{
	display:none;
}
.danhsachsanpham .warp-nav,.lebylemino .warp-nav{
	border-bottom: 1px solid #999;
}
.nav-module {
    display: inline-block;
}
.warp-nav li,.nav-clone li {
    display: inline-block;
    list-style: none;
    padding-right: 17px;
    margin-right: 17px;
    border-right: 1px solid #9a9a9a;
    line-height: 1;
    margin-bottom: 5px;
}
.nav-clone li{
	padding-right: 10px;
    margin-right: 10px;
}
.warp-nav li a,.nav-clone li a{
    color: #9a9a9a;
}
.warp-nav li:last-child,.nav-clone li:last-child{
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.nav-clone{
	min-height:44px;
	margin-bottom:10px;
}
.nav-clone li:last-child a{
	color:#000;
}
.warp-filter {
    margin-left: auto;
    display: none;
}
.danhsachsanpham .warp-filter,.lebylemino .warp-filter{
    display: block;
}
.click-filter {
    /* background: url(/DigitvisionSkins/Lemino/images/icon-filter.png) no-repeat center right 15px; */
    min-width: 170px;
    padding: 10px 40px 10px 15px;
    border: 1px solid #acacac;
    color: #333;
    display: inline-block;
    text-align: left;
    font-family: UTM Avo;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}
.click-filter .webparttitlecontrol {
    font-size: 16px;
    margin: 0;
}
.click-filter::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f1de";
    position: absolute;
    top: 11px;
    right: 17px;
}
.body-filter{
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 650px;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.body-filter.active{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.filter-top{
    display: flex;
    align-items: center;
    padding: 24px 65px;
    background: #f6f5f3;
    border-bottom: 1px solid #e0dfda;
}
.filter-top-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.filter-close{
    margin-left: auto;
    font-size: 20px;
    cursor: pointer;
}
.none-finter{
    padding: 35px 65px;
    max-height: 90vh;
    overflow: auto;
}
.none-finter::-webkit-scrollbar-thumb{
	background-color: #ccc;
}
.none-finter::-webkit-scrollbar{
	width: 0px!important;
	height: 0px!important;
	background-color: #fff;
}
.none-finter .filter-group{
    margin-bottom: 34px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
}
.filter-title{
    display: flex!important;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}
.filter-title i{
    margin-left: auto;
}
.filter-title i::before{
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
}
.filter-items{
    display: none;
}
.none-finter .filter-group.selected .filter-items{
    display: block;
}
.filter-items .checkboxlist{
    margin: 0px -10px;
    overflow: hidden;
}
.filter-items .checkboxlist .attr-item{
    width: 25%;
    padding: 0px 10px;
    float: left;
    color: #aeaeae;
}
.none-finter .checkboxlist .attr-item input {
    display: none;
}
.filter-items .checkboxlist .attr-item label{
    cursor: pointer;
	font-weight:normal;
}
.none-finter .checkboxlist .attr-item .filtercount {
    display: none!important;
}
.filter-wrap.color a {
    color: #aeaeae;
    text-decoration: none;
    display: inline-block;
    width: 33.33333%;
    margin-bottom: 20px;
    font-size: 0;
}
.none-finter .filterattributecontrol div:nth-child(5) .filter-wrap.color{
    margin: 0px -22px;
}
.none-finter .filterattributecontrol div:nth-child(5) .filter-wrap.color a{
    width: 17%;
    padding: 6px 20px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0px 22px;
    margin-bottom: 15px;
}
.none-finter .filterattributecontrol div:nth-child(5) .filter-wrap.color a.selected{
    background: #c8c6c7;
}
.none-finter .filterattributecontrol div:nth-child(5) .filter-wrap.color a .avataritem_label{
	padding:0;
}
.filter-wrap a .avataritem {
    width: 22px!important;
    height: 22px!important;
    vertical-align: middle;
    border-radius: 50%!important;
}
.filter-wrap .avataritem_label {
    display: inline-block!important;
    padding: 0;
    vertical-align: middle;
    font-weight: 400;
    margin: 0;
    padding-left: 5px;
    font-size: 14px;
}
.filter-wrap.color a.selected,.filter-items .checkboxlist .selected label{
    color: #000;
}
.filter-wrap.color a.selected .avataritem{
    box-shadow: 0px 0px 3px #000;
    border: 2px solid #fff!important;
}
.priceslider {
    padding: 0 20px 0 5px;
    min-height: 50px;
}
.priceslider input{
    display: none;
}
.none-finter .ui-slider-horizontal {
    height: 12px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.none-finter .ui-slider .ui-slider-handle {
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    top: -5px;
}
.none-finter .filter-crumbs-warp {
    display: none;
}
.filter-crumbs-warp{
    max-width: 1590px;
    margin: 0 auto;
    padding: 0px 12px;
    margin-bottom: 40px;
}
.filter-crumbs-item{
    margin-right: 5px;
	margin-bottom:5px;
    padding:5px 10px 7px;
    display: inline-block;
    border-radius: 30px;
    background: #ccc;
    color: #fff;
}
.filter-crumbs-item label{
	font-weight:normal;
	margin: 0;
}
.cart-module {
    margin-left: 15px;
}
.cart-module i,.cart-module .btn-text{
	display:none;
}
.cart-module .btn-cart {
    background: url(/FileManager/images/icon-cart.svg) no-repeat center;
    padding: 0;
    width: 32px;
    height: 32px;
    background-size: 100%;
    position: relative;
    text-align: center;
	border: 0;
}
.cartcount {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
.warpcount{
	display:none!important;
}
.shopping-cart{
	min-height:32px;
}
.shopping-cart .warp-cart-mobile{
	position:static!important;
	display:none;
}
.shopping-cart .warp-cart-mobile a.btn-cart{
	width: 25px!important;
    height: 31px!important;
	padding:0!important;
	display: inline-block!important;
}
.shopping-cart-item {
    min-width: 390px;
    right: 0;
    top: 100%;
    box-shadow: 0 0 4px #ccc;
	padding: 15px 26px 40px!important;
}
.shopping-cart-item:before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    top: -6px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shopping-cart-item .row{
	border:0!important;
	padding: 12px 0px!important;
}
.shopping-cart-item .option-items,.shopping-cart-item .option-items-value{
	display: flex;
    align-items: center;
}
.shopping-cart-item .btn-success, .shopping-cart-item .btn-success:focus, .shopping-cart-item .btn-success:hover {
    background: #000!important;
    color: #fff!important;
    border-radius: 50px!important;
    border: none!important;
    text-transform: uppercase!important;
	width: 100%;
    padding: 16px 10px;
}
.shopping-cart-item > div{
    overflow: hidden;
}
.shopping-cart-item .cartmini_total{
	color:#000!important;
	font-size:18px!important;
	position:relative;
	margin-top: 15px;
    margin-bottom: 30px!important;
	border-top: 1px solid #b6b3ae;
    padding-top: 15px;
}
.shopping-cart-item .cartmini_total::before{
	content:'Tổng thanh toán';
	position:absolute;
	left:0;
	top:15px;
}
.title-center {
	margin-top:85px;
}
.title-center .webparttitlecontrol{
	text-transform:uppercase;
	margin:0;
	margin-bottom:60px;
	font-size:40px;
}
.btn-link a{
	border:1px solid #787878;
	display:inline-block;
	border-radius:30px;
	padding:10px 80px;
	text-transform:uppercase;
}
.btn-link a:hover{
	color:#fff;
	background:#000;
	border:1px solid #000;
}
.warp-module .webparttitlecontrol{
    margin: 0;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    color: #000;
    font-weight: 500;
}
.cata-name {
    margin-top: 10px;
    text-align: center;
}
.cata-name a {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
}
.container-custom {
    max-width: 1170px;
    margin: 0 auto;
}
.warp-contact{
    margin: 100px 0px 40px;
}
.contact-items{
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 10px;
}
.contact-body{
    text-align: center;
    border: 1px solid #acacac;
    border-radius: 50px;
    padding: 6px 15px;
    min-height: 80px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-title{
    font-size: 20px;
    margin-right: 10px;
}
.social-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-items{
    display: inline-block;
    margin: 0px 8px;
}
.social-list a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.social-list-top{
	justify-content: end;
}
.social-list-top a{
	font-size:16px;
	background:#fff;
	color:#000;
	border-radius:50%;
	margin-left:10px;
	width: 24px;
    height: 24px;
}
.hotline-phone a{
    color: #000;
    font-size: 40px;
    font-family: VNF-Bodoni;
}
.warp-policy{
    margin-bottom: 30px;
}
.policy-items{
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.policy-items a,.policy-items span{
    display: block;
    color: #000;
    text-transform: uppercase;
}
.policy-items a{
    padding: 20px;
    border: 1px solid #acacac;
    border-radius: 10px;
    min-height: 130px;
}
.policy-icon{
    margin-bottom: 10px;
}
.policy-icon img {
    width: 25%;
    margin: 0 auto;
    transition: all .5s;
}
.policy-items:hover .policy-icon img {
    transform: rotateY(360deg);
}
.warp-footer{
	background:#000;
	padding:40px 0px 50px;
	color: #fff;
}
.footer-center{
	border-left:1px solid #7b7b7b;
	padding-left: 50px;
}
.menu-footer{
	margin-top:17px;
}
.menu-footer ul{
	padding:0;
}
.menu-footer li{
	list-style:none;
	display:block;
}
.menu-footer li a{
	color:#fff;
	display:inline-block;
	padding:8px 0px;
}
.menu-footer li a i{
	display:none;
}
.footer-left .webparttitlecontrol,.footer-center .webparttitlecontrol,.footer-right .webparttitlecontrol{
	margin:0;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	margin-bottom:13px;
}
.footer-left{
	line-height:1.7;
}
.footer-left a{
	color:#fff;
}
.download-app .warpformobile p a{
	margin-bottom:5px;
	display:inline-block;
}
.store-col-body{
	color:#959595;
	margin-bottom:15px;
}
.store-col-body ul{
	padding:0;
	list-style:none;
	margin: 0;
    margin-top: 3px;
}
.store-col-body li{
	padding:3px 0px;
}
.footer-right{
	
}
.footer-body img{

}
.footer-title{
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 13px;
}
.store-items{
    color: #959595;
    margin-bottom: 15px;
}
.store-items ul{
    margin-bottom: 15px;
}
.store-items ul li{
    padding: 3px 0px;
}
.footer-right{
    
}
.banner-img-xs{
    display: none!important;
}
video::-webkit-media-controls {
    
}
video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline{
    display: none;
}
video::-webkit-media-controls-current-time-display {

}
.footer-title-left{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.footer-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.hotline-footer{
    border-bottom: 1px solid #000;
}
.hotline-number{
    color: #000;
    font-size: 37px;
    font-weight: bold;
    margin-left: 10px;
}
.social-icon .social-list a{
    height: 30px;
    width: 30px;
}
.warp-chinhsach {
    margin: 0px -8px;
}
.warp-chinhsach .col-md-3{
    padding: 0px 8px;
}
.chinhsach-items {
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #acacac;
    border-radius: 10px;
    min-height: 113px;
}
.chinhsach-items a, .chinhsach-items span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.chinhsach-items a {
    color: #000;
}
.chinhsach-icon {
    margin-bottom: 10px;
}
.chinhsach-icon img {
    width: 25%;
    margin: 0 auto;
    transition: all .5s;
}
.chinhsach-items:hover .chinhsach-icon img {
    transform: rotateY(360deg);
}
.footer-showroom{
    margin-bottom: 20px;
}
.footer-info{
    margin-bottom: 20px;
}
.footer-logo .row{
    margin-bottom: 0px;
}
.flex-left{
    justify-content: left;
}
.logo-left a{
    display: inline-block;
    margin-left: 10px;
}
.logo-left{
    margin-bottom: 0px;
}
.logo-left img{
    height: 42px;
}
.footer-section{
    padding-top: 120px;
}
.footer-section .fp-tableCell{
    display: block;
}
.footer-right-body{
    padding-left: 120px;
}
.footer-right-title{
    text-transform: uppercase;
    font-size: 37px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 30px;
}
.cata-home .cata-body{
    margin-bottom: 30px;
}
.cata-home .cata-name a{
    font-size: 15px;
}
.product-items{
    padding: 0px;
}
.banner-product{
	margin-bottom:40px;
}
.product-body {
    margin-bottom: 30px;
    position: relative;
}
.img-tag {
    max-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.product-avatar {
    background: #f6f6f6 url(/DigitvisionSkins/Lemino/images/giphy-01.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 709px;
    overflow: hidden;
}
.product-content {
    padding: 20px 0;
    font-size: 18px;
    min-height: 126px;
    opacity: 0;
}
.product-name {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-name a, .product-price-old {
    color: #848484;
}
.product-price-old {
    position: relative;
    text-decoration: line-through;
    margin-bottom: 5px;
	/* display:none!important; */
}
.product-avatar .owl-nav div {
    position: absolute;
    height: 35px;
    width: 35px;
    background: #fff;
    display: block!important;
    top: 44%;
    transform: translate(0,-50%);
    opacity: 0;
    transition: all .4s ease;
    color: #000;
    text-align: center;
    font-size: 20px;
}
.product-avatar .owl-nav div.owl-prev {
    left: 0;
}
.product-avatar .owl-nav div.owl-next {
    right: 0;
}
.product-avatar .owl-nav div.owl-prev:before, .product-avatar .owl-nav div.owl-next:before {
    font-family: "Font Awesome 5 Pro";
}
.product-avatar .owl-nav div.owl-prev:before {
    content: "\f053";
}
.product-avatar .owl-nav div.owl-next:before {
    content: "\f054";
}
.product-avatar:hover .owl-nav div {
    opacity: 1;
}
.warp-follow{
    max-width: 1216px;
    margin: 0 auto;
}
.follow-left ul{
    display: block;
    border: 0;
}
.follow-items{
    display: block!important;
    margin-bottom: 30px!important;
    position: relative;
    float: none!important;
}
.follow-items a{
    display: block;
    position: relative;
    border: 0!important;
    background: 0 0!important;
    padding: 0!important;
    margin: 0!important;
}
.follow-logo{
    width: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}
.follow-text{
    padding-left: 50px;
    display: block;
}
.follow-title{
    display: block;
    border-bottom: 1px solid #e3e2e0;
    padding-bottom: 10px;
    color: #000;
}
.follow-items.active .follow-title{
    font-weight: bold;
}
.follow-link{
    color: #d1d0cc;
    padding: 5px 0px;
    display: block;
}
.follow-copy{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    color: #d1d0cc;
}
.follow-right{
    padding-left: 80px;
}
.qr-items{
    border: 1px solid #bebbb6;
    padding: 40px;
}
.qr-items span{
	color:#fff;
	background:#000;
	display:block;
	text-align:center;
	padding:5px;
}
.articlesmaps .loadarticles {
    width: 35%;
    float: left;
    padding: 0px 15px;
}
.articlesmaps .loadmap {
    width: 65%;
    float: left;
    padding: 0px 15px;
	position: relative;
    z-index: 1;
}
.stores-number {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 20px;
}
.warp-store .store-items{
    margin-bottom: 0px;
}
.store-title {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #000;
}
.store-des{
    color: #939393;
}
.store-body{
    padding: 35px 20px 25px 60px;
    padding-left: 60px;
    background-image: url(/FileManager/Logo/logo-house.png);
    background-position: left top 60px;
    background-repeat: no-repeat;
    background-size: 34px;
    border-bottom: 1px solid #e2e2e0;
}
.warp-mien-title{
    font-weight: bold;
    padding: 20px 0px;
    border-bottom: 1px solid #d3cfcc;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.warp-mien-title::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    right: 0;
    top: 22px;
    color: #d3cfcc;
}
.warp-mienbac,.warp-mientrung,.warp-miennam{
    max-height: 500px;
    overflow: auto;
}
.warp-mien-des::-webkit-scrollbar-thumb{
	background-color: #ccc;
}
.warp-mientrung,.warp-miennam{
    display: none;
}
.warp-page-html .webparttitlecontrol {
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    line-height: 1.4;
}
.warp-page-html .warpformobile ul {
    padding-left: 20px;
}
.warp-page-html .warpformobile ul li{
	list-style:disc;
}
.rewards .rewards-form {
    text-align: center;
    border-bottom: 1px solid #EEE;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.warp-rewards .form-inline,.warp-rewards .mobilephone{
	display:inline-block;
}
.warp-rewards .mobilephone, .warp-rewards .btn-reward {
    border-radius: 30px;
}
.warp-rewards .btn-reward, .warp-rewards .btn-reward:focus {
    background: #000!important;
    border: 0px;
    padding: 10px 20px;
}
.statistic .well {
    min-height: 145px!important;
}
.warp-shoppingcart .table-bordered {
    border: 0px solid transparent;
}
.warp-shoppingcart .datagridheader{
	text-align:center;
}
.warp-shoppingcart .table-bordered td,.warp-shoppingcart .table-bordered th{
	border:0;
	padding:40px 0px;
	vertical-align: middle
}
.warp-shoppingcart table{
	font-size:16px;
	position:relative;
	margin-bottom:100px;
}
.warp-shoppingcart .table-bordered th{
	text-align:center;
	font-weight:normal;
}
.warp-shoppingcart .table-bordered tr{
	border-bottom:1px solid #aca7a1;
}
.warp-shoppingcart .table-bordered tr:hover{
	background:none!important;
}
.warp-shoppingcart .table-bordered tr.datagridheader,.warp-shoppingcart .table-bordered tr.datagridfooter{
	border:0!important;
}
.warp-shoppingcart table .imgborder{
	width:128px!important;
	height:auto!important;
}
.productitem_avatar{
	margin-right:60px!important;
}
.warp-shoppingcart .option-items, .warp-shoppingcart .option-items-value {
    display: flex;
    align-items: center;
}
.warp-shoppingcart .option-items .option-items-title{
	margin-right:5px;
}
.warp-shoppingcart .option-items-value .avataritem{
	display:none!important;
}
.warp-shoppingcart .attributeitemvalue{
	font-size:16px!important;
	color:#c4c1bc;
	margin: 10px 0px;
}
.warp-shoppingcart .btn-remove{
	font-size:16px;
	border:0;
	padding:0;
	border-bottom:1px solid #c4c1bc;
	color:#c4c1bc;
	border-radius:0px;
}
.warp-shoppingcart .btn-remove i{
	display:none;
}
.warp-shoppingcart .cartqtty{
	text-align: center;
    border: 0;
}
.warp-shoppingcart button{
	border: 1px solid #ccc;
    margin: 0!important;
    border-radius: 50%!important;
    width: 34px;
    height: 34px;
    font-size: 20px;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: center;
}
.warp-shoppingcart .table-bordered td.rowstylegiasp,.warp-shoppingcart .table-bordered td.rowstyletongtiensp,.warp-shoppingcart .table-bordered td.footertongtiensp .cart-totalamount{
	text-align:center;
}
.shoppingcart_action{
	text-align:right;
	margin-top:10px;
}
.number-text,.warp-shoppingcart .continue,.shoppingcart_action .removecart{
	display:none;
}
.cart-updateqtty{
	position:absolute;
	bottom:-80px;
	right:0;
}
.warp-shoppingcart .checkout a, .warp-shoppingcart .updatecart{
	background: #000!important;
    color: #fff!important;
    border-radius: 50px!important;
    border: none!important;
    text-transform: uppercase!important;
    padding: 14px 20px;
	font-size:16px;
	min-width:430px;
	transition:all .3s;
}
.warp-shoppingcart .updatecart{
	background:#fff!important;
	border:1px solid #000!important;
	color:#000!important;
}
.warp-shoppingcart .updatecart:hover{
	background: #000!important;
	color: #fff!important;
}
.warp-checkout{
	font-size:16px;
}
.checkout-left,.checkout .col-lg-8{
	width:60%;
	padding-right: 80px;
}
.checkout-right,.checkout .col-lg-4{
	width:40%;
}
.warp-checkout .checkout{
	overflow: hidden;
    margin: 0px -15px;
	display:flex;
}
.warp-checkout .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.warp-checkout .checkout .form-basic > .form-group{
	margin-bottom:15px;
}
.warp-checkout .orderform .form-control {
    border-radius: 30px;
    height: 50px;
}
.warp-checkout .orderform label,.location p{
	font-weight:normal!important;
	margin-bottom:15px;
}
.warp-checkout .well{
	background: white;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.warp-checkout .well h4{
	border: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.warp-checkout .select2-container--bootstrap .select2-selection--single {
    height: 50px;
    padding: 13px 24px 9px 12px;
    border-radius: 30px;
}
.cartinfoload .row{
	margin:0px -15px!important;
	border:0!important;
}
.cartinfoload,.paymentinfo.well,.btn-edit,.cartinfo_confirm_agree span{
	display:none;
}
.cartinfo_confirm_agree input{
	display:none!important;
}
.paymentinfo-clone{
	margin-bottom:37px;
}
.paymentinfo-clone h4{
	font-size:16px;
}
.paymentinfo_body{
	position:relative;
	padding-left:15px;
}
.paymentinfo_body input{
	position: absolute;
    left: 0;
    top: 5px;
}
.paymentinfo-clone h4{
	margin: 0px!important;
	margin-bottom: 15px!important;
	border:0!important;
	padding: 0!important;
	padding-top: 18px!important;
}
.paymentinfo_body label{
	font-weight:normal;
	color:#a4a4a4;
}
.counponinfo label{
	font-weight:normal;
	margin-bottom: 15px!important;
}
.counponinfo .input-group{
	display:none;
}
.counponinfo input{
	height: 50px;
    border-radius: 30px;
	display:inline-block;
	max-width:75%;
	border-radius:30px!important;
	padding-right:10px;
}
.counponinfo .input-group-btn{
	display:inline-block;
	padding-left:10px;
	width:25%;
}
.counponinfo .input-group-btn .btn-coupon{
	padding: 14px 15px;
	border-radius: 30px;
	border-radius:30px;
	color:#fff;
	background:#000!important;
	border:0!important;
	display:block;
}
.orderpriceinfo{
	border:0!important;
	margin-top: 20px!important;
    margin-bottom: 40px!important;
}
.cartinfo_confirm_agree{
	
}
.orderpriceinfo .orderpriceinfo_item{
	margin:10px -12px!important;
}
.color-gray{
	color:#a4a4a4;
}
.text-weight{
	font-weight:bold;
	font-size:25px;
}
.checkout-line{
	border-bottom:1px solid #000;
}
.confirm_text a,.confirm_text_bot a{
	color:#000;
	text-decoration:underline;
}
.btn-confirm,.cartinfo_confirm .btn-success{
	background:#fff;
	color:#000;
	border:1px solid #000;
	transition:all .3s;
	border-radius:30px;
	text-transform:uppercase;
}
.btn-confirm:hover,.btn-confirm:focus,.cartinfo_confirm .btn-success:focus,.cartinfo_confirm .btn-success:hover{
	background:#000!important;
	color:#fff!important;
	border:1px solid #000;
}
.confirm_text_bot{
	margin:15px 0px;
}
.confirm_text_bot span{
	font-weight:bold;
}
.cartinfo-title{
	width:100%;
}
.container-news{
	max-width:1244px;
	padding:0px 15px;
	margin:0 auto;
}
.menu-news .webparttitlecontrol{
	margin:0;
	font-size:50px;
	margin-bottom:50px;
}
.menu-news li{
	display:inline-block;
	margin:0px 30px;
}
.menu-news li a{
	display:block;
	padding:35px 0px;
	color:#8c8c8c;
	font-size:20px;
	border-bottom:1px solid transparent;
}
.menu-news li.active a,.menu-news li a:hover{
	border-bottom:1px solid #000;
	color:#000;
}
.warp-news-hot{
	margin-bottom:40px;
}
.news-hot-body{
	position:relative;
}
.news-hot-avatar a{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:56%;
	display:block;
}
.news-hot-text{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:20px 10px 40px;
	z-index:2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	font-size:20px;
}
.news-hot-title a{
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	color:#fff;
	margin-bottom:15px;
	font-size: 30px;
}
.news-hot-des{
	margin-bottom:20px;
	color:#fff;
}
.news-hot-btn a{
	display:inline-block;
	padding:15px 50px;
	background:#000;
	color:#fff;
	border-radius:30px;
	line-height:1;
	text-transform:uppercase;
}
.warp-cata-news .webparttitlecontrol{
	margin:0;
	font-size:50px;
	margin-bottom:15px;
}
.warp-cata-news .webpartheadercontrol{
	font-size:20px;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
}
.news-page-text{
	font-size:18px;
	padding:20px 0px;
}
.news-page-avatar a{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:65%;
	display:block;
}
.news-page-date{
	font-size:14px;
	margin-bottom:15px;
}
.news-page-title a{
	color:#000;
	font-weight:bold;
	margin-bottom:15px;
	display:block;
}
.news-page-des{
	color:#a2a2a2;
}
.news-cata-link{
	margin:40px 0px;
}
.news-cata-link a{
	display:inline-block;
	padding:15px 50px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	border-radius:30px;
	font-size:18px;
}
.new-hot-page{
	border-bottom:1px solid #ccc;
	margin-bottom:40px;
}
.articledetail_listnews{
	max-width:1244px;
	padding:0px 15px;
	margin: 0 auto;
}
.articledetail_listnews h4{
	display:none;
}
.warp-news-detail{
	margin:0px -12px;
}
.news-detail-top{
	display:flex;
	align-items:center;
	border-bottom:1px solid #eeede9;
	color:#000;
}
.detail-top-left{
	width:130px;
	text-align:center;
	display:none;
}
.detail-top-left a{
	color:#000;
	font-size:0;
	padding: 26px 0px;
	display:block;
}
.detail-top-left a:before{
	font-family:"Font Awesome 5 Pro";
	content: "\f30a";
	font-size:20px;
}
.detail-top-right{
	padding:20px 30px;
	border-left:1px solid #eeede9;
}
.news-detail-page a{
	color:#000;
	text-transform:uppercase;
}
.news-detail-title{
	margin:0;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	line-height: 1.5;
}
.news-container{
	max-width:1244px;
	padding:0px 15px;
	padding-top:90px;
	margin: 0 auto;
	font-size:16px;
}
.news-mota img{
	margin:50px 0px;
}
.product-detail table{
	max-width:100%!important;
	width:100%!important;
	margin-bottom: 15px;
}
.product-media{
	opacity:0;
}
.product-detail-left{
	padding:0;
}
.product-detail-right{
	padding:55px 190px 65px 130px;
	overflow: hidden;
}
.product-detail-content{
	max-width:1244px;
	padding:0px 15px;
	margin: 0 auto;
	padding-top:100px;
	padding-bottom:100px;
}
.product-detail-store{
	position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 650px;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.product-detail-store.active{
	right: 0;
    opacity: 1;
    visibility: visible;
}
.product-detail-info{
	z-index: 2!important;
}
.product-detail-name{
	margin:0;
	margin-bottom:20px;
	font-size:30px;
	line-height:1.2;
}
.product-detail-code{
	color:#b4afab;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #999;
}
.product-detail-sticker{
	margin-bottom:30px;
	display: flex;
    align-items: center;
}
.product-detail-price{
	display:inline-block;
	min-height:62px;
}
.product-detail-price-new{
	font-size:30px;
}
.product-detail-price-old{
	font-size:14px;
	color:#b4afab;
	text-align:right;
	text-decoration: line-through;
}
.product-sticker{
	display:inline-block;
	margin-left:30px;
}
.btn-show{
	margin-bottom:40px;
}
.btn-show span{
	display:inline-block;
	padding:10px 28px;
	border:1px solid #000;
	border-radius:30px;
	margin-right:40px;
	margin-bottom:10px;
	cursor:pointer;
}
.product-detail-color{
	margin-bottom:30px;
}
.detail-color,.detail-size{
	display:flex;
	align-items:center;
}
.detail-size{
	margin-top:15px;
}
.detail-color .option-title,.detail-size .option-title{
	width:125px;
	margin-right:5px;
	font-weight:bold;
	text-transform:uppercase;
}
.detail-color .color-item,.detail-size .option-items{
	display:inline-block;
	margin-right:20px;
}
.detail-color .color-item .avataritem,.detail-size .color-item{
	height:34px!important;
	width:34px!important;
	border-radius:50%!important;
	position: relative;
	text-align: center;
}
.detail-color .color-item.selected .avataritem:before,.detail-size .color-item.selected:before{
	content:"\f00c";
	font-family:"Font Awesome 5 Pro";
	color:#fff;
	font-size:20px;
	position:absolute;
	top:3px;
	left:0;
	right:0;
	margin:auto;
}
.detail-size .color-item{
	display:inline-block;
	border:1px solid #ccc;
	border-radius:50%;
	margin-right:25px;
	text-align:center;
	padding:5px 0px;
	color:#000;
}
.detail-size .color-item.selected{
	color:#979797;
	background:#979797;
}
.product-detail-order{
	margin-bottom:38px;
	overflow: hidden;
}
.product-detail-order .warp-addtocart > span{
	display:inline-block;
	width:125px;
	margin-right:5px;
	font-weight:bold;
}
.product-detail-order .warp-addtocart > .input-group{
	width: 100%;
    max-width: 436px;
}
.product-detail-order .warp-addtocart > .input-group #cartqtty{
	height: 40px;
    border: 0;
    text-align: center;
	font-size:20px;
}
.product-detail-order .warp-addtocart > .input-group .input-group-btn button{
	height:40px;
	width:40px;
	border-radius:50%!important;
	font-size: 20px;
    line-height: 0;
    padding: 15px 0px;
    display: flex;
    align-items: top;
    justify-content: center;
	margin: 0;
}
.product-detail-order .warp-addtocart > a{
	display:block!important;
	margin-left:130px;
	margin-top:30px;
	border:1px solid #000;
	padding:14px 20px;
	border-radius:30px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	max-width:436px;
	font-size:18px;
}
.product-detail-order .warp-addtocart > a i{
	display:none;
}
.note-ship-title{
	margin-bottom:20px;
	font-weight:bold;
}
.product-note-ship li{
	margin-bottom:10px;
}
.product-note-ship li a{
	color:#000;
	font-weight:bold;
}
.product-detail-store-click{
	margin:0;
	background:#f6f5f3;
	border:1px solid #e2dfd8;
	padding:15px 60px;
	font-size:16px;
}
.product-detail-store-body{
	padding:40px 60px;
	max-height:60vh;
	overflow:auto;
}
.product-detail-store-body::-webkit-scrollbar{
	width: 0px!important;
	height: 0px!important;
	background-color: #fff;
}
.showroom_item{
	margin-bottom:30px;
}
.showroom_item span{
	display:block;
}
.showroom_item_name{
	font-weight:bold;
}
.showroom_item_address{
	color:#8e8e8e;
}
.product-detail-store-top{
	display:flex;
	align-items:center;
	padding:40px 60px;
	position:relative;
}
.close-showroom{
	position:absolute;
	top:30px;
	right:30px;
	height:30px;
	width:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #ccc;
	border-radius:50%;
	cursor:pointer;
	z-index:2;
}
.store-top-avatar{
	width:144px;
}
.store-top-info{
	margin-left:40px;
}
.top-info-title{
	color: #000;
    font-size: 16px;
	margin-bottom:5px;
}
.top-info-code,.top-info-color{
	color:#8e8e8e;
}
.top-info-color .option-group{
	display:flex;
	align-items:center;
}
.top-info-color .option-group .option-title{
	margin-right:5px;
}
.top-info-color .option-group .option-items{
	margin-top:7px;
}
.filter-title-tip{
	display:none!important;
}
.product-photo .owl-nav .owl-prev, .product-photo .owl-nav .owl-next {
    position: absolute;
    top: 49%;
    height: 22px;
    width: 12px;
    display: inline-block!important;
}
.product-photo .owl-nav .owl-next {
    background: url(/DigitvisionSkins/Lemino/images/next-xs.png) no-repeat center;
    right: 10px;
}
.product-photo .owl-nav .owl-prev {
    background: url(/DigitvisionSkins/Lemino/images/prev-xs.png) no-repeat center;
    left: 10px;
}
.product-photo .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
}
.product-photo .owl-dot {
    display: inline-block;
    margin: 0px 3px;
}
.product-photo .owl-dot span {
    background: #d7d7d7;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    display: block;
}
.product-photo .owl-dot.active span {
    border: 1px solid #000;
    background: #fff;
}
.product-detail-content-title{
    padding-bottom: 20px;
    font-weight: bold;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.product-detail-fulldes{
	text-align:justify;
	line-height: 1.6;
}
.product-detail-des ul{
	padding-left:20px;
	margin-bottom:15px;
}
.product-detail-des ul li{
	list-style:disc;
	margin-bottom:5px;
}
/* Landingpage */
.slogan-mua1tang2{
	margin:50px 0px;
	font-size:23px;
}
.warp-product-mua1tang2{
	margin-bottom:100px;
}
.title-blackfriday .webparttitlecontrol{
	font-weight: bold;
    text-transform: uppercase;
	margin:0;
	margin-bottom:30px;
}
#tpl-container{
	background:#fff!important;
}
#hamburger, .lt-1430{
	display:none;
}
.table-hover>tbody>tr:hover>*{
	--bs-table-accent-bg:none!important;
}
@media (min-width:1600px) and (max-width:1920px){
	.container{
		max-width:1590px;
        width: 100%;
	}
    .product-avatar,.product-avatar .owl-carousel{
		min-height:709px;
	}
	.sale .warp-banner-page{
		min-height:690px;
	}
	.warp-men{
		min-height:1200px;
	}
	.warp-women{
		min-height:1160px;
	}
    .banner-video{
        height: 1000px;
    }
	.menu-main .menuroot li.liroot{
		margin:0px 10px;
	}
}
@media (max-width:1440px){
    .product-avatar{
        height: 540px;
    }
	.checkout-left,.checkout .col-lg-8{
		padding-right:15px;
	}
	.text-weight{
		font-size:18px;
	}
	.product-detail-right{
		padding:40px;
	}
	.product-detail-name{
		font-size:25px;
	}
	.product-detail-code,.product-detail-sticker,.btn-show,.product-detail-color,.product-detail-order{
		margin-bottom:20px;
	}
	.container-fix{
		max-width:1280px;
	}
}
@media (max-width:1367px){
	
    .product-avatar{
        height: 512px;
    }
	.product-detail-info.scroll-to-fixed-fixed{
		top:50px!important;
	}
}
@media (max-width:1280px){
	#hamburger, .lt-1430{
		display:block;
	}
	.img-tag{
		max-width: 60px;
	}
	.product-avatar{
		height:auto;
		min-height:280px;
	}
	.product-detail-right{
		padding:30px;
	}
	.warp-chinhsach .col-md-3{
		width:50%;
	}
	.contact-items{
		width:100%;
	}
	.product-detail-order .warp-addtocart > .input-group{
		max-width:180px;
	}
	.header-left a.link-follow{
		display:none;
	}
	.btn-show span{
		margin-right:10px;
	}
	.product-detail-name{
		font-size:25px;
	}
	.menu-back{
        display: block;
        left: 0;
        min-width: 100%;
        top: 0;
    }
	.menu-bar li.menu-cata{
		padding:12px 0px;
	}
	.product-detail-store.active{
		max-width:70%;
	}
	.footer-section{
		padding-top:40px;
	}
	.footer-left,.footer-right,.footer-center{
		width:100%;
	}
	.footer-center{
		padding-left:15px;
		border:0;
	}
	.product-avatar .owl-nav div{
		display:none!important;
	}
	.warp-header .col-md-2,.warp-header .col-md-6{
		width:100%;
	}
	.product-avatar {
        /* height: 380px; */
    }
    .warp-header{
        min-height: 100px;
    }
    .shopping-cart .warp-cart-mobile{
        display: block!important;
    }
	#hamburger{
		position: absolute;
		top: 10%!important;
		width: 40px;
		height: 40px;
	}
	#hamburger:before, #hamburger:after, #hamburger span{
		width:20px;
		height: 1px;
	}
	#hamburger:before{
		top:15px;
	}
	#hamburger:after {
		top: 30px;
	}
    .cartcount {
        left: auto!important;
        right: -10px;
        padding: 1px 0px!important;
    }
    .click-menu{
        font-size: 0;
    }
    .click-menu i{
        font-size: 18px;
    }
    .hidden-xs{
        display: none!important;
    }
    .banner-video{
        height: 420px;
    }
    .banner-title{
        font-size: 25px;
    }
    
    .contact-body{
        min-height: 55px;
    }
    .btn-title{
        font-size: 12px;
    }
    .hotline-phone a{
        font-size: 25px;
    }
    .social-items {
        margin: 0 5px;
    }
    .social-list a{
        width: 32px;
        height: 32px;
    }
	.contact-items{
        width: 100%;
    }
    .warp-policy{
        flex-direction: column;
    }
    .policy-items{
        width: 100%;
    }
    .warp-module .webparttitlecontrol{
        font-size: 30px;
    }
    .menu-bar li .arrot i, .menu-bar li .arrot2 i{
        right: 20px!important;
        opacity: 1;
        visibility: visible;
    }
    .warp-menu{
        padding: 20px 0px;
        top: 65px;
    }
    .close-menu{
        display: none;
    }
    .menu-bar li a{
        padding: 12px 15px;
    }
    .menu-bar li>ul{
        border: 0;
        padding-top: 20px;
    }
    .menu-bar .lever-box1,.menu-bar .lever-box2,.menu-bar ul.lever2, .menu-bar ul.lever3{
        padding-top: 0px;
        border: 0;
    }
    .menu-bar .lever-box2{
        min-width: 100%;
    }
    .menu-bar li.lever1.active1 ul.lever2, .menu-bar .lever-box1.active, .menu-bar .lever-box2.active{
        left: 0;
        width: 100%;
        min-width: 100%;
    }
    .bg-over{
        top: 65px;
    }
    .formSearch{
        position: absolute;
		left: 0;
		right: 0;
		max-width: 100%;
		padding: 0px 15px;
		bottom: 10px;
    }
	.formSearch .submit{
		right:20px;
	}
	.formSearch.active, .formSearch:active{
		box-shadow:none;
	}
    .banner-items{
        padding-top: 0px;
    }
    .footer-right-body{
        padding-left: 0px;
    }
    .cata-home-items{
        width: 50%;
    }
    .warp-chinhsach .col-md-3{
        width: 25%;
    }
    .warp-nav{
        flex-flow: column;
		padding-top: 10px;
    }
    .warp-filter{
        margin: 0 auto;
        margin-top: 20px;
    }
    .follow-right{
        padding-left: 15px;
    }
	.menu-news .webparttitlecontrol,.warp-cata-news .webparttitlecontrol{
		font-size:30px;
	}
	.warp-cata-news .webpartheadercontrol{
		font-size:16px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.menu-news li{
		margin:0px 10px;
	}
	.product-detail-store-list h5{
		margin-top:10px;
	}
	.title-center .webparttitlecontrol{
		font-size:20px;
	}
	.warp-banner {
		min-height: 40vh;
	}
	.text-center-xs{
		text-align:center;
	}
	.cart-module{
		position: absolute;
		top: 14%;
		right: 7%;
	}
	.header-bot{
		min-height:110px;
		display: block;
        padding: 15px 0px;
		position: relative;
	}
	.search-module{
		display:block!important;
		margin-top: 15px;
	}
}
@media (max-width:768px){
	.product-avatar {
        height: auto;
        min-height: 280px;
    }
	.shopping-cart-item{
		display:none!important;
	}
	.title-center {
		margin-top: 50px;
	}
	.warp-contact {
        display: block;
    }
	.warp-checkout .checkout{
		display:block;
	}
	.checkout-left, .checkout .col-lg-8,.checkout .col-lg-4{
		padding:0px 12px;
	}
	.checkout .col-lg-8,.checkout .col-lg-4{
		width:100%;
	}
	.checkout .col-lg-4{
		margin-top:40px;
	}
}
@media (max-width:480px){
	.header-top{
		display:block;
	}
	.header-bot .fload-right{
		float:none;
	}
	.banner-main .owl-nav{
		display:none;
	}
    .warp-menu {
        min-width: 100%;
    }
    .bg-over,.warp-menu{
        top: 0px;
    }
    .menu-bar li>ul{
        left: 0;
        z-index: 2;
        min-width: 100%;
    }
    .menu-bar ul.lever3{
        min-width: 100%;
        z-index: 3;
        padding-bottom: 100px;
        padding-top: 0px;
    }
    .banner-button {
        flex-direction: column;
    }
    .banner-img-pc{
        display: none!important;
    }
    .banner-img-xs{
        display: block!important;
    }
    .banner-video{
        height: auto;
        min-height: 660px;
    }
    .menu-bar li.menu-cata{
        padding: 15px 0px;
    }
    .showroom-city{
        margin-top: 15px;
    }
    .footer-title-left{
        font-size: 14px;
    }
    .hotline-number,.footer-right-title{
        font-size: 24px;
    }
    .logo-left{
        display: block;
        text-align: center;
    }
    .logo-left .footer-title-left{
        margin-bottom: 10px;
        display: block;
    }
    .logo-left a{
        margin: 0px 5px;
    }
    .footer-logo .col-xl-4{
        text-align: center;
    }
    .body-filter{
        width: 90%;
    }
    .filter-top,.none-finter{
        padding: 13px 20px 12px;
    }
	.none-finter{
		padding: 13px 20px 50px;
	}
    .none-finter .filter-group {
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
    .product-items{
        width: 50%;
    }
	.banner-product{
		width:100%;
	}
    .product-avatar{
        height: 281px;
    }
    .footer-center{
        padding-left: 15px;
    }
    .articlesmaps .loadarticles,.articlesmaps .loadmap{
        width: 100%;
    }
    .articlesmaps .loadmap {
        max-height: 500px;
        overflow: hidden;
        margin-top: 20px;
    }
	.filter-items .checkboxlist .attr-item{
		width: 33.33333%;
		margin-bottom: 10px;
	}
	.filter-wrap.color a{
		width:50%;
	}
	.none-finter .filterattributecontrol div:nth-child(5) .filter-wrap.color {
		margin: 0px -15px;
	}
	.none-finter .filterattributecontrol div:nth-child(5) .filter-wrap.color a {
		width: 23%;
		margin: 0px 15px;
		margin-bottom:10px;
	}
	.nav-module{
		display:none;
	}
	.footer-center{
		border:none;
	}
	.productitem_avatar{
		margin-right:10px!important;
	}
	.cart-list .cart-item-name .option-items-title{
		display:inline-block!important;
	}
	.cart-list .cart-item-name{
		font-size:14px!important;
	}
	.warp-shoppingcart .attributeitemvalue,.warp-shoppingcart .btn-remove{
		font-size:14px!important;
	}
	.cart-list .cart-item-name .itemtitle{
		padding-left:0!important;
	}
	.warp-shoppingcart .checkout a, .warp-shoppingcart .updatecart{
		min-width:100%;
	}
	.warp-shoppingcart .updatecart{
		padding: 10px 30px;
		font-size: 14px;
	}
	.cart-list li:last-child{
		height:auto!important;
	}
	.cart-list .cart-item-name .itemtitle{
		margin-top:0!important;
		vertical-align: top!important;
	}
	.warp-shoppingcart .option-items{
		margin-right:15px;
		display: inline-block;
	}
	.warp-shoppingcart .option-items-value{
		display:inline-block;
	}
	.warp-shoppingcart .attributeitemvalue{
		margin:0;
	}
	.cart-updateqtty{
		position:static;
	}
	.checkout-left,.checkout-right,.checkout .col-lg-4{
		width:100%;
	}
	.checkout-left{
		padding-right:15px;
	}
	.orderpriceinfo_item .col-lg-6{
		width:50%;
		float: left;
	}
	.text-weight{
		font-size:20px;
	}
	.news-hot-des{
		display:none;
	}
	.news-hot-avatar a{
		padding-bottom:67%;
	}
	.news-hot-title a{
		font-size:16px;
	}
	.news-hot-btn{
		display:none;
	}
	.news-hot-text{
		padding:20px;
	}
	.news-page-body{
		margin-bottom:30px;
	}
	.news-cata-link{
		margin-top:0px;
	}
	.menu-news .menuroot{
		display:none;
	}
	.detail-top-left{
		width:50px;
	}
	.detail-top-left a{
		padding:15px;
	}
	.detail-top-right{
		padding: 10px 30px;
	}
	.articledetail_listnews{
		padding:0;
	}
	.product-detail-right{
		padding:30px 15px;
	}
	.product-detail-order .warp-addtocart > a{
		margin-left:0;
	}
	.product-detail-content{
		padding:0;
	}
	.product-detail-store.active{
		max-width:90%;
	}
	.product-detail-store-top,.product-detail-store-body{
		padding:30px 20px;
	}
	.product-detail-store-click{
		padding:15px 20px;
	}
	.store-top-info{
		margin-left:15px;
	}
	.product-media{
		min-height:500px;
	}
	.product-detail-order .warp-addtocart > span,.product-detail-order .warp-addtocart > .input-group,.product-detail-order .warp-addtocart > a{
		float:left;
	}
	.product-detail-order .warp-addtocart > span{
		margin-top:8px;
	}
	.product-detail-order .warp-addtocart > a{
		width:100%;
	}
	.warp-chinhsach .col-md-3 {
        width: 50%;
    }
}