html {
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
.noidung img{
	max-width:100%;
	height:auto !important
}
html, body {
	width: 100%;
	height: 100%;
}
#cssmenu{
	display:none;
}
.hotmb{
	display:none;
}
body {
	margin: 0;
	font-family: 'Quicksand', sans-serif;

	background:#fff;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	right: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;  
	-webkit-transition: right .4s ease-in-out 0s;
	-moz-transition:    right .4s ease-in-out 0s;
	transition:         right .4s ease-in-out 0s;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	color: #685e52;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
a:hover,
a:focus {
	color:#69453d;
}
a,
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 600;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*img {
	max-width: 100%;
	height: auto;
} */
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
ol, ul {
	padding: 0;
}
ul.ullienhe{
	float:left;
}
.lienhelist{
	padding-top:12px;
}
.lienhelist span{
		float:left;
		line-height:30px;
		font-weight:bold;
		text-transform:uppercase
}
ul.ullienhe li{
	display:inline-block;
	margin-right:4px;
	float:left;
}
ul.ullienhe li a{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	display:block;
	color:#fff;
	border-radius:5px;
}
ul.ullienhe li.li1 a{
	background:#E5AB32;	
}
ul.ullienhe li.li2 a{
	background:#4267B2
}
ul.ullienhe li a img{
	width:30px;
}
.noidung ul,.noidung ol{
	padding-left:15px;
	margin-bottom:10px;
}
/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto; width:100%
}
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #444;
	font-weight: 600;
	margin-top: 0px;

}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
}
p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
@-webkit-keyframes placeHolderShimmer {
	from {
		background-position: -468px 0
	}
	to {
		background-position: 468px 0
	}
}

@keyframes placeHolderShimmer {
	from {
		background-position: -468px 0
	}
	to {
		background-position: 468px 0
	}
}


.call-mobile2 .success {
    background-color: #3e4095;
    padding: 10px;
    color: white !important;
}

.call-mobile {
    background: #ED1C24;
    position: fixed;
    bottom: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
}.call-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}.call-mobile i {
    font-size: 20px;
    line-height: 40px;
    background: #B52026;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
}
#header{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #4f2c19 !important
}
.col-logo img{
	max-height: 90px;
}

ul.ulpc{
	list-style: none;
	float: right;
	margin:0px !important;
}
ul.ulpc li{
	display: inline-block;
	position:relative;
}
ul.ulpc li a{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	line-height: 90px;
	display: block;
	padding:0px 10px;
}
ul.ulpc li ul{
	position:absolute;
	left:10px;
	top:90px;
	min-width:230px;
	padding:5px !important;
	background:#fff;
	border:1px solid #dedede;
	z-index:11;
	display:none;
}
ul.ulpc li ul li{
	padding-top:7px !important;
	padding-bottom:7px !important;
	display:block !important;
	border-bottom:1px solid #dedede;
}
ul.ulpc li ul li a{
	color:#333;
	line-height:22px !important;
	display:block !important;
	white-space:nowrap;
}
ul.ulpc li ul li:hover a{
	color:#4f2c19 !important
}
ul.ulpc li:hover>ul{
	display:block;
}
#sanpham{
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #fff;
	display: block;
}
#gioithieu{
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
	display: block;
}
.maintitle{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.maintitle h2{
	position: relative;
	color: #333;
	font-weight: 700;
	padding-left: 25px;
	font-size: 28px;
}
.maintitle h3{
	font-size: 21px;
}
.maintitle h2:after{
	width: 17px;
	height: 17px;
	display: block;
	background: #4f2c19 !important;
	content: "";
	z-index: 9;
	position: absolute;
	left: 0px;
	top: 6px;

}

.item .info {
    position: relative;
    z-index: 9;
}
.item h3 {
    font-weight: 600;
    background: #ededed;
    font-size: 17px;
    margin: 0;
    line-height: 20px;
    padding: 15px 10px;
    min-height: 50px;
    text-align: center;
}
.item {
    margin: 0 0 30px;
    position: relative;
    transition: all .5s;
    overflow: hidden;
}
.item h3 a {
    color: #333;
}
.item:after {
    content: '';
    position: absolute;
    height: 25px;
    width: 96%;
    left: 2%;
    bottom: -10px;
    background-image: url(../images/shadow.png);
    z-index: 8;
    background-size: 100% 100%;
}
.item .boxImg::before{
position:absolute;
top:50%;
left:50%;
z-index:2;
display:block;
content:'';
width:0;
height:0;
background:rgba(255,255,255,.2);
border-radius:100%;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
opacity:0;
pointer-events:none
}

.item .boxImg:hover::before{
-webkit-animation:circle .75s;
animation:circle .75s;
pointer-events:none
}

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

40%{
opacity:1
}

100%{
width:200%;
height:200%;
opacity:0
}
}

@keyframes circle{
0%{
opacity:1
}

40%{
opacity:1
}

100%{
width:200%;
height:200%;
opacity:0
}
}

@keyframes bounceY{
from{
transform:translateY(0px)
}

to{
transform:translateY(-25px)
}
}

@-webkit-keyframes bounceY{
from{
transform:translateY(0px)
}

to{
transform:translateY(-25px)
}
}

@keyframes bounceX{
from{
transform:translateX(0px)
}

to{
transform:translateX(-25px)
}
}

@-webkit-keyframes bounceX{
from{
transform:translateX(0px)
}

to{
transform:translateX(-25px)
}
}


 .boxLink{
display:inline-block;
padding-left:85px;
position:relative;
transition:.708s ease-out;
margin:0;
float:right
}

 .boxLink:hover{
padding-left:0;
padding-right:85px
}

 .boxLink::before{
transition:.6s ease-out .108s;
content:'';
display:inline-block;
width:72px;
height:1px;
background-color:#374818;
position:absolute;
top:10px;
left:0
}

 .boxLink::after{
transition:.6s ease-out;
content:'';
display:inline-block;
width:0;
height:1px;
background-color:#374818;
position:absolute;
top:10px;
right:0
}

 .boxLink:hover::after{
width:72px;
transition-delay:.108s
}

 .boxLink:hover::before{
width:0;
transition-delay:0
}

 .boxLink a{
font-weight:700;

color:#FFF;
font-size:20px;
background-color:red;
padding:5px 10px
}

 .boxLink:hover h4{
color:#374818!important
}
.boxrow{
	clear: both;
	    display: block;
	margin-top: 25px;
	width: 100%;
}
.wpAlbum .slider-nav img {
    width: 100%;
    height: 100px;
}
.wpAlbum .item{
	margin-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
}
.wpAlbum .item:after{
	display: none !important
}
.clearb{clear: both;}
#taisaochon{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	background:url(../images/bg_contents.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#taisaochon:after{
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background:rgb(0 0 0 / 65%);
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
}
#taisaochon .container{
	position: relative;
	z-index: 10;
}
#taisaochon .maintitle{
	text-align: center;
	color: yellow;
	margin-bottom: 30px;
}
#taisaochon .maintitle h2{
	color: #FAB17A
}
.list-chon{
	display:block;
	width: 100%;
	clear: both;
}
.list-chon ul{
	display: block;
	margin:0px;
	width: 100%;
	clear: both;
	list-style: none !important
}
.list-chon ul li{
	float: left;
	color: #fff;
	width: 50%;
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
	margin-bottom: 15px;
}
.list-chon ul li .chon-icon{
	padding-left: 20px;
}
.list-chon ul li .chon-icon img{
	width: 60px
}

.list-chon ul li .chon-text{
	text-align: right;
	max-width: 85%
}
.list-chon ul li.no1 .chon-text{
	text-align: left;
}
.list-chon ul li .chon-text h3{
	font-size: 18px;
	color: #fff;
}
.list-chon ul li.no1 .chon-icon{
	padding-right: 20px;
	padding-left: 0px;
}
.boxminhkhang{
	position:relative;
	padding-top: 80px;
	padding-left: 80px;padding-bottom: 80px;
	background: #222;
	z-index: 10
}
.boxminhkhang:before{
	width: 130%;
	height: 130%;
	background: #222;
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	display: block;
	z-index: -1;
}
#tintuc{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}
.boxminhkhang h2{
	color: #FAB17A;
	font-size: 24px;
	font-weight: 700;
}
.boxminhkhang h3{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.boxminhkhang:after{
	display: block;
	position: absolute;
	left: 0px;
	top:0px;
	width: 60px;
	height: 40px;
	background: #FAB17A;
	z-index: 1;
	content: ""
}
.listtin{
	position: relative;
	z-index: 10;
}
.news{
	float: left;
}
.news-img{
	display: block;
}
.news-img img{
	width: 100%;
}
.news .news-text{
	padding: 12px 20px;
	border:1px solid #dedede;
	background: #fff;
}
.news .news-text h3{
	font-size: 17px;
	color: #333;
}
#khachhang{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
}
.khahhang{
	display: block;
	width: 100%;
	clear: both;
}
.khahhang-img{
	float: left;
	width: 35%;
	padding-right: 5%;
	position: relative;
}
.khahhang-img .khachhang-icon{
	position: absolute;
	right: 0px;
	top:35%;

}
.khahhang .news-text{
	width: 65%;
	padding-left: 3%;
	float: left;
}
.khahhang-img .khachhang-icon img{
	border-radius: 100%;
	border:2px solid #fff;
	width: 90px;
}
.news-text{
	padding:20px;
}
.news-text p{
	font-size: 15px;
}
.news-text h3{
	color: #222;
	font-size: 17px;
}
.news-text strong{
	color: #f00
}
#doitac{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f7f7f7;
}
#danhmuc{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}
#danhmuc .maintitle{
	margin-bottom: 10px;
}
ul.uldanhmuc{
	margin:0px;
	list-style: none;
}
ul.uldanhmuc li{
	display: block;
	margin-bottom: 8px;
	width: 100%;
}
ul.uldanhmuc li a{
	font-weight: 500;
}
ul.uldanhmuc li a:hover{
	color: orange
}
.col-gt2 ul.uldanhmuc li{
	width: 50%;
	display: inline-block;
	    float: left;
}
#sanpham .item h3 a{
	text-transform: uppercase;
}
.list-chon ul li:nth-child(3){
	clear: both;
}
#footer{
	clear: both;
	display: block;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	background: #4f2c19 !important
}
#footer h2{
	padding-left: 0px !important;
}
#footer h2:after{
	display: none !important
}
#footer h2,#footer p,#footer a{
	color: #fff;
}
#footer ul{
	list-style: none;
}
#footer ul li{
	color: #f8f8f8;
	margin-bottom: 10px;
}
#footer h2{
	font-size: 24px;
}
#breadcrumb{
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 25px;
	background: #f5f5f5
}
#breadcrumb ul{
	margin-bottom: 0px;
}
#mainsub{
	width: 100%;
	clear: both;
	display: block;
	padding-bottom: 20px;
}
#mainsub h1{
	color: #000;
    text-transform: uppercase;
    margin: 0 0 20px;
    border-bottom: 2px solid #4f2c19 ;
    line-height: 35px;
    position: relative;
    font-weight: 700;
    font-size: 28px;
	padding-bottom:12px;
}
.linex{
	display: block;
	height: 30px;
	clear: both;
	width: 100%;

}
.mapframe iframe{
	height: 450px !important;
}
.col-md-4.colnewsx .newsx-name{
	padding:5px 15px;
}
.col-md-4.colnewsx .newsx{
	border:1px solid #dedede;
	margin-bottom:20px;
}
.col-md-4.colnewsx .newsx h3{
	line-height:20px;
}
.col-md-4.colnewsx .newsx h3 a{
	font-size:17px;
}
.col-md-4.colnewsx  .newsx-date{
	padding-bottom:10px;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
}
.col-md-4.colnewsx  .newsx-date span{
	color:#999;
}
.col-md-4.colnewsx .newsx-des{
	padding-bottom:10px;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
}
.chat-zalo{
	position: fixed;
    border-radius: 100%;
	left: 10px;
    bottom: 90px;
	padding:5px;
	background:#fff;
	z-index:999 !important;
}
#alo-phoneIcon{
	z-index:999 !important;
    position: fixed;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    left: 0px;
    bottom: 20px;
    background: linear-gradient(99.42deg,#D6DE23 -74.27%,orange 89.71%);
    padding: 8px 25px;
	padding-left:10px !important;
    color: #fff;
}
.chat-zalo img, #alo-phoneIcon img {
    display: inline-block;
    margin-right: 10px;
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    float: left;
}
@keyframes suntory-alo-circle-anim {
		0% {
			opacity: 0.1;
			transform: rotate(0deg) scale(0.5) skew(1deg);
		}
		30% {
			opacity: 0.5;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
		100% {
			opacity: 0.6;
			transform: rotate(0deg) scale(1) skew(1deg);
		}
	}

	@keyframes suntory-alo-circle-img-anim {
		0% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		10% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		20% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		30% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		40% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		50% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		100% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
	}
	@keyframes suntory-alo-circle-fill-anim {
		0% {
			opacity: 0.2;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
		50% {
			opacity: 0.2;
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		100% {
			opacity: 0.2;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
	}

.phantrang{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
.zoom-left{
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.zoom-right{
    width: 100%;
    float: left;
    clear: both;
    
    display: inline-block;
}
.item_zoom{
    float: left;
}
.detail-right{
    float: left;
    width: 52%;
}
.detail-left{
    float: left;
    width: 45%;
    margin-right: 3%;
}
.detail-name{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
}
.detail-name h2{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 28px;
    color: #64AF5C;
    font-weight: 500;

}
.detail-name:after{
    position: absolute;
    right: 0px;
    top: 15px;
    width: 100px;
    height: 2px;
    content: "";
    background: #666;
    display: block;
    z-index: 1;
}
.detail-list ul{
    padding-left: 15px;
}
.detail-list{
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #efefef;

}
.detail-list h3{
    font-size: 14px;
    font-weight: 400;
    
        margin-top: 15px;
    margin-bottom: 15px;
}
.detail-list h3 a{
color:#333;
font-weight: 600;
text-transform: uppercase;
}
.gia{
    color: #e02020 !important;
    text-transform: none !important;
    font-size: 20px;
    font-weight: 600 !important
}
.gia-2{
    margin-left: 0px;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 600;
    color: #666;


}
.item_zoom img{
    margin-right: 5px;
}
 .contfix{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    z-index: 100;
    font-weight: 600;
}
.detail-list p{
        
    font-weight: 500;
    
        margin-top: 15px;
    margin-bottom: 15px;
    line-height: 18px;
}
.devvn-popup-quickbuy,
.devvn-popup-quickbuy * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.devvn-popup-content:after,
.devvn-popup-prod:after {
	content: "";
	display: table;
	clear: both
}

a.devvn_buy_now {
	display: inline-block;
	overflow: hidden;
	clear: both;
	padding: 9px 20px;
	border-radius: 4px;
	font-size: 18px;
	line-height: normal;
	text-transform: capitalize;
	color: #fff!important;
	text-align: left;
	background: #8cca36;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cca36), to(#107644));
	background: -webkit-linear-gradient(top, #8cca36, #107644);
	background: -moz-linear-gradient(top, #8cca36, #107644);
	background: -ms-linear-gradient(top, #8cca36, #107644);
	background: -o-linear-gradient(top, #8cca36, #107644);
	margin: 0 0 20px;
	text-decoration: none;
	border-bottom: 0!important;
	max-width: 350px;
	width: 100%
}

a.devvn_buy_now:hover,
a.devvn_buy_now:focus {
	text-decoration: none!important;
	background: #8cca36;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cca36), to(#107644));
	background: -webkit-linear-gradient(top, #8cca36, #107644);
	background: -moz-linear-gradient(top, #8cca36, #107644);
	background: -ms-linear-gradient(top, #8cca36, #107644);
	background: -o-linear-gradient(top, #8cca36, #107644);
	color: #fff
}

a.devvn_buy_now span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	margin: 2px 0 0
}

.devvn-popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999999999
}

.devvn-popup-inner {
	min-height: 200px;
	min-width: 300px;
	width: 750px;
	top: 50%;
	left: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background: #fff;
	overflow: hidden
}

.devvn-popup-title {
	background: #c69a39;
	background: -moz-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
	background: -webkit-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
	background: linear-gradient(to bottom, #c69a39 0%, #c19a4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39', endColorstr='#c19a4b', GradientType=0);
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.devvn-popup-title span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.devvn-popup-content {
	padding: 10px
}

.devvn-popup-close:focus {
	text-decoration: none;
	background-color: transparent
}

.devvn-popup-close {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: ease .25s all;
	-moz-transition: ease .25s all;
	-webkit-transition: ease .25s all;
	text-align: center;
	line-height: 100%;
	color: #fff;
	background: url(../images/close.png) no-repeat center center;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
	border: 0 solid transparent;
	outline: none;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	margin: auto;
	padding: 0;
	min-height: inherit
}

.devvn-popup-close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent
}

.devvn-popup-img {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.devvn-popup-info {
	overflow: hidden;
	margin-bottom: 10px
}

.devvn-popup-quickbuy {
	display: none;
	line-height: 20px;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3125
}

span.devvn_title {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px
}

span.devvn_price {
	font-size: 16px;
	color: red;
	font-weight: 700;
	padding-bottom: 5px;
	display: block
}

span.devvn_price del {
	font-size: 12px;
	color: #ccc;
	font-weight: 400
}

span.devvn_price ins {
	text-decoration: none
}

.devvn-popup-content-left {
	width: 50%;
	float: left;
	padding-right: 10px
}

.devvn-popup-content-right {
	width: 50%;
	float: right;
	padding-left: 10px
}

.popup-customer-info-title {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 700
}

.popup-customer-info-group {
	width: 100%;
	margin-bottom: 6px
}

.popup-customer-info-item-13 {
	width: 30%;
	float: left
}

.popup-customer-info-item-23 {
	width: 70%;
	float: left
}

.popup-customer-info-group:after {
	display: block;
	content: " ";
	clear: both
}

.popup-customer-info-item-2 {
	width: 50%;
	float: left
}

.popup-customer-info-group .popup-customer-info-item-2:first-child,
.popup-customer-info-item-13 {
	padding-right: 3px
}

.popup-customer-info-group .popup-customer-info-item-2:last-child,
.popup-customer-info-item-23 {
	padding-left: 3px
}

body .popup-customer-info-group input,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	width: 100%;
	height: 26px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	background: #fff
}

body .popup-customer-info-group input:focus,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

form#devvn_cusstom_info {
	margin-bottom: 0
}

body .popup-customer-info-group textarea {
	height: 45px;
	min-height: inherit
}

.popup-customer-info-group .devvn-order-btn {
	width: 100%;
	height: 36px;
	background: #c69a39;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.popup-customer-info-group .error {
	border-color: red
}

.popup-customer-info-group label.error {
	display: none!important
}

.popup_loading {
	position: relative;
	opacity: .5;
	pointer-events: none
}

.popup-customer-info-group .devvn-order-btn.loading:after,
.popup_loading:after {
	-webkit-animation: devvn_spin 500ms infinite linear;
	animation: devvn_spin 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 32px;
	border-right-color: transparent!important;
	border-top-color: transparent!important;
	content: "";
	display: block;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	width: 16px
}

.popup_loading:after {
	border: 2px solid #c29a44
}

@-webkit-keyframes devvn_spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes devvn_spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.popup-customer-info-group .devvn-order-btn.loading {
	opacity: 1!important;
	position: relative;
	color: rgba(255, 255, 255, 0.05);
	pointer-events: none!important
}

.devvn_prod_variable a.contact_to_buy_ajax,
.devvn_prod_variable .single_add_to_cart_button {
	display: none!important
}

.devvn_prod_variable .quantity .screen-reader-text {
	clip: inherit;
	height: inherit;
	position: absolute!important;
	width: inherit;
	white-space: nowrap;
	top: 6px;
	left: 0;
	font-size: 14px
}

.devvn_prod_variable .quantity {
	padding-left: 84px;
	position: relative
}

.devvn_prod_variable {
	margin: 0 0 20px
}

.devvn_prod_variable .label {
	color: #333;
	font-size: 14px;
	padding-right: 10px!important
}

.devvn_prod_variable .variations td {
	padding: 0 0 10px;
	vertical-align: text-bottom;
	border: 0
}

.devvn-popup-quickbuy table.variations {
	margin: 0;
	border: 0
}

.devvn_prod_variable a.reset_variations {
	margin: 0 0 0 10px
}

.devvn_prod_variable span.price {
	color: #e03232;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px
}

.devvn_prod_variable span.price ins {
	text-decoration: none
}

.devvn_prod_variable span.price del {
	color: #ccc;
	font-weight: 400;
	font-size: 12px
}

.popup-customer-info-radio label {
	display: inline-block;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	margin: 0
}

.popup-customer-info-radio label input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.popup-customer-info-radio label span:before,
.popup-customer-info-radio label span:after {
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 1px;
	left: 0
}

.popup-customer-info-radio label span {
	padding-left: 23px
}

.popup-customer-info-radio label input:checked~span:before {
	border: 1px solid #fd7518
}

.popup-customer-info-radio label input:checked~span:after {
	background: #fd7518;
	border: 1px solid #fd7518;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 4px
}

.popup-customer-info-radio label~label {
	margin-left: 20px
}

.popup-message.success {
	background-color: #fff
}

[class*="popup-customer-info-item-3-"] {
	width: 33.333%;
	float: left
}

.popup-customer-info-item-3-13 {
	padding-right: 2px
}

.popup-customer-info-item-3-23 {
	padding-right: 2px
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li {
	padding: 0;
	margin: 0 0 5px;
	position: relative;
	text-indent: inherit
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label {
	font-weight: 400;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 23px;
	margin: 0
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:before {
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 1px;
	left: 0
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input:checked~label:before {
	border: 1px solid #fd7518
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input:checked~label:after {
	background: #fd7518;
	border: 1px solid #fd7518;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 4px
}

.popup-customer-info-item-1 {
	overflow: hidden
}

.popup_quickbuy_shipping {
	display: flex
}

.popup_quickbuy_shipping_title {
	padding-right: 10px
}
.app-figure img{
	width:100% !important
}
.selectors .mz-thumb img{
	max-width:100px !important
}
.popup-customer-info-group .devvn_quickbuy_mess label.error {
	display: block!important;
	font-weight: 400;
	color: red
}

.popup_quickbuy_total_calc {
	font-weight: 700
}
.lineclear{
	display:block;
	clear:both;
	height:30px !important;
	width:100%;
}