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;
}
html, body {
	width: 100%;
	height: 100%;
}
#cssmenu{
	display:none;
}

.bx-wrapper{
	text-align:center !important;
	margin:0 auto !important
}
/*#demo1x{
	    float: left;
    width: 100%;
    max-height: 400px;
}*/
.scroll-text{
overflow: hidden;
width: 100%;
    max-height: 400px;
}
.hotro ul{
	list-style: none !important
}
.hotro li{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #dedede;
}
.hotro li img{
	float: left;
	margin-right: 15px;
}
.hotro li strong{
	color: #f00;
	clear: both;
	font-size: 20px;
	padding-top: 5px;
}
.hotro li p{
	margin-bottom: 0px;
	font-size: 16px;
} 
.noidungx img{
	max-width:100% !important;
	height:auto !important
}
@font-face {
	font-family: 'Baomoi';
	src: url('fonts/baomoi.otf') format("opentype");
}
@font-face {
	font-family: 'Futura';
	src: url('fonts/SVN-Futura-Regular.otf') format("opentype");
}
@font-face {
	font-family: 'FuturaDemiBold';
	src: url('fonts/SVN-Futura-Regular.otf') format("opentype");
}

body {
	margin: 0;
	font-family: Baomoi;
	background:#fff;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	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;
	
}
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;
}
/* 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: #333;
	font-weight: normal;
	font-family: 'FuturaDemiBold';
}
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
	}
}
.hotlinex-img{
	float: left;
	margin-right: 12px;
}
.hotlinex-img img{
	width: 60px;
}
.hotlinex-text{
	float: left;
	padding-top: 5px;
}
.col-search{
	padding-right: 0px;
	padding-left: 30px;
}
.hotlinex-text p{
	margin-bottom: 0px ;
	font-size: 16px;
}
.hotlinex-text a{
	font-weight: 900;
	color: #CE1D22;
	font-size: 20px;
	font-family: 'FuturaDemiBold';
}
#header{
	float:left;
	width: 100%;
	clear: both;
}
#topbar{
	float:left;
	width: 100%;
	clear: both;
	background: #f7f7f7;
	padding-top: 8px;
	padding-bottom: 10px;
}
#topbar a{
	font-size:17px;
}
#topbar h2{
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	text-transform: uppercase;
	color: #183DF0;

}
ul.mne{
	float: left;
	margin:0px;
	padding:0px;
}
ul.mne li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
ul.mne li a{
	font-size: 14px;
}
#header-bottom{
	float:left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.socil{
	float: right;
	list-style: none;
	margin: 0px;
	margin-top: -3px;
}
ul.socil li{
	display: inline-block;
	float: left;
	margin-left: 10px;
}
ul.socil li a{
	font-size: 15px;
}
.col-logo{
	float: left;
}
.col-logo img{
	max-height: 80px;
	max-width: 100% !important;
	float: left;
	margin-right: 15px;
}

.col-logo h2{
	font-size: 26px;
	clear:none;
	font-weight: 700;
	color: #CE1D22;
	margin-top: 13px;
}
.col-logo h4{
	clear:none;
	margin: 0px !important;
	font-size: 14px;
	text-transform: uppercase;
}
.box_search{
	float: right;
	position: relative;
	width: 100%;
	max-width: 600px;
	margin-top: 10px;
}
.xuly_input{
	width: 100%;
	padding: 15px 15px;
	border:3px solid #2e50f3;
	border-radius: 4px;
}
.bnt_search{
	position: absolute;
	padding: 15px 20px;
	padding-right: 25px;
	background: #2e50f3;
	font-size: 16px;
	right: 0px;
	top:0px;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.bnt_search:hover{
	color: #fff !important
}
.hotlinex{
	float: right;
	margin-top: 9px;
}
#nav{
	float: left;
	width: 100%;
	clear: both;
	background: #2e50f3
}
.menupc{
	float: left;
	margin: 0px;
	padding: 0px;
}
.mcomputer{
float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.mcomputer li{
	position: relative;
	float:left;
	display: inline-block;
}
.mcomputer li a{
	padding: 0px 25px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}
.mcomputer>li>a>i{
	font-size: 12px;
}

.mcomputer>li>a{
	border-right: 1px solid #dedede;
}
.mcomputer>li>ul.msub{
	position: absolute;
	left: 0px;
	display: none;
	top:50px;
	min-width: 220px;
	z-index: 999;
	background: #f8f8f8;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.bx-wrapper{
	z-index: 2 !important
}
.mcomputer>li:hover>ul.msub{
	display: block !important
}
.mcomputer>li>ul.msub>li{
	float:left;
	width: 100%;
	position: relative;
}
.mcomputer>li>ul.msub>li>a{
	padding: 7px 15px;
	line-height: 20px !important;
	display: block;
	width: 100%;
	color: #111;
	white-space: nowrap;
	border-bottom: 1px solid #dedede;
	text-transform: none !important
}
.mcomputer>li>ul.msub>li>ul{
	position: absolute;
	left: 100%;
	top:0px;
	z-index: 10;
	display: none;
	min-width: 200px;
	background: #f7f7f7;
	border:1px solid #dedede;

}
.mcomputer>li>ul.msub>li:hover>ul{
	display: block;
}
.mcomputer>li>ul.msub>li>ul a{
	font-size: 17px;
	text-transform: none !important;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:1px solid #dedede;
	white-space: nowrap;
	display: block;
	line-height: 33px;
}

.colhot{
	float: right;
}
#slider{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #f8f8f8
}
.bx-wrapper{
	margin-bottom: 0px;
}
.col-slider{
	float: left;
}
.slider{
	float: left;
	width: 100%;
}
.slider .banner-big img{
	border-radius: 0px;
}
#taisaochon{
	float: left;
width: 100%;
clear: both;
padding-top: 25px;
padding-bottom: 20px;
background: #f8f8f8;
}
.colchon{
	float:left;
}
.colchonbox{
	padding: 15px 20px;
	border:2px solid #2e50f3;
	border-radius: 6px;
	display: block;
	    float: left;
    width: 100%;
}
.colchonbox .colchon-img{
	float: left;
	margin-right: 15px;
}
.ableft img{
	border-radius: 10px;
}
.colchonbox .colchon-text{
	font-weight: 800;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 22px;

}
#gioithieu{
	float: left;
width: 100%;
clear: both;
padding-top: 25px;
padding-bottom: 25px;
background: #fff;
}
#sanpham{
	float: left;
width: 100%;
clear: both;
padding-top: 35px;
padding-bottom: 30px;
background: #f7f7f7
}
.abbox{
	float: left;
	width: 100%;

}
.abbox h2{
	margin-bottom: 20px;
	color: #183DF0;

}
.abdetail a{
	padding: 8px 25px;
	background: #183DF0;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
}
.abbox p{ font-size: 17px; }
.titmain{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	border:1px solid #dedede;
}
.sptit{
	float:left;
	padding: 11px 30px;
	padding-left: 15px !important;
	padding-right: 45px !important;
	position: relative;
	background: #2e50f3;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size:18px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sptit:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 24px solid transparent;
    border-left: 15px solid;
    border-left-color: #2e50f3;
    border-right: 0 solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: -1px;
    right: -14px;
}
.titmain a{
	font-size:16px;
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}
.listsp{
	float: left;
	width: 100%;
	list-style: none;
}
#taisao{
	padding-top: 30px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
	background: #fff
}
#dichvu{
	padding-top: 30px;
	padding-bottom: 0px;
	float: left;
	width: 100%;
	clear: both;
	background: #f7f7f7
}
.isanpham{
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #dedede;
	margin-bottom: 10px;
	margin-top: 10px;
}
.box-sanpham{
	float: left;
	width: 100%;
}
.isanpham-des{
	float:left;
	width: 100%;
	margin-bottom: 5px;
	min-height: 40px;
}
.isanpham-des p{
	font-weight: 400;
	font-size:16px;
	margin-bottom: 0px;
	color: #666;
	width: 100%;
	float: left;
	   
}
.isanpham-name{
	float: left;
	 text-overflow: ellipsis;
    display: block;
    width: 100%;
    margin-bottom: 5px;

}
.isanpham-name h3{ 
 display: block;
 display: -webkit-box;
 max-width: 100%;
 height: 45px;
 margin: 0 auto;
 font-size: 17px;
 line-height: 22px;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.isanpham-name h3 a{
	color: #333;
}
.isanpham-img{
	float:left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px
}
.isanpham-img img{
	width: 100%;
	transition: all 1s ease 0s;
}
.isanpham-img:hover img {
    transform: scale(1.1);
}
.isanpham-price{
	float:left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 16px;

}
.isanpham-price .price-new{
	font-size: 18px;
	color: #e00;
	font-weight: 600;
}
.isanpham-price .price-old{
	color: #777;
	font-size: 16px;
	text-decoration: line-through;
	margin-left: 10px;
}
.khuyenmai-text p{
	margin-bottom: 0px;
}
#khuyenmai{
	float: left;
	width: 100%;
	clear: both;
	background: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 10px;
}
.logo1{
	float:left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
#footer{
	float: left;
	width: 100%;
	clear: both;
	border-top:3px solid #CE1D22;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;	
	background: #2e50f3
}
#footer p,#footer a,#footer li, #footer span{
	color: #fff;
}
.ikhuyenmai{
	float: left;
}
.boxkhuyenmai{
	float:left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.khuyenmai-img{
	float: left;
	width: 100%;
	overflow: hidden;
}
.khuyenmai-img img{
	width: 100%;
}
.khuyenmai-img img{
	width: 100%;
	transition: all 1s ease 0s;
}
.khuyenmai-img:hover img {
    transform: scale(1.1);
}
.khuyenmai-text{
	float:left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.khuyenmai-text h3{
	margin-top: 0px !important;
	margin-bottom: 5px !important
}
.khuyenmai-text h3 a{
	font-size: 19px;
	color: #222;
	text-transform: capitalize;
}
.khuyenmai-text p{
	color: #666
}
.callbox{
	float: left;
	width: 100%;
	clear: both;
}
.callbox .callbox-img i{
	font-size: 60px;
	color: #FFC000
}
.callbox .callbox-img{
	float:left;
	margin-right: 15px;
}
.callbox .callbox-text p{
	margin-bottom: 0px;
}

.callbox .callbox-text{
	padding-top: 5px;
	width: calc(100% - 95px);
	float: left;
}
.callbox-text h3{
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
}
.callbox-text h3 strong{
	color: #FFC000
}
.callbox-text a{
	color: #FFC000 !important
}
.thongtin{
	float: left;
	
}
.footer-content ul{
	list-style: none
}
.footer-content li{
	margin-bottom: 10px;
}
.footer-tit{
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
.footer-tit h3{
	color: #fff;
	font-size: 22px;

	text-transform: uppercase;
}
.thongtin h3{
	margin-top: 0px;
font-size: 22px;
}
.thongtin p{
	margin-bottom: 10px;
}
#copy{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #f8f8f8;
	
	text-align: center;
}
#copy img{
	margin-left: 20px;
	height: 34px;
}
.khuyenmai-text h3 a{
	
}
.main-title{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}
.main-title h2{
	margin: 0px !important;
	text-transform: uppercase;
	
}
.formtit h2{
	margin-bottom: 10px !important
}
.formtit p{
	font-size: 17px !important
}
.taisao-center img{
	max-width: 100%;
	height: auto;
}
.chon{
	float:left;
	width: 100%;
	margin-top: 20px;
}
.chon-img{
	margin-right: 12px;
	float: left;
	padding-top: 0px;
}
.chon-text{
    float: left;
    width: calc(100% - 80px);
}
.taisao-center{
	padding-left: 50px;
	padding-right: 50px
}
.chon-text h3{
	font-size: 20px;
	margin-top:0px !important;
}
.taisao-center img{
	margin:0 auto;
}
#datdichvu{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/banner-123.jpg) no-repeat top center;
	background-size: cover !important
}
.formdk{
	float: left;
	width: 100%;

	clear: both;

}
.formtit{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.formtit p{
	color: #f8f8f8
}
.formtit h2{
	margin-top: 0px;
	margin-bottom: 20px;
	color: #f8f8f8
}
.formdk .form-group{
	float: left;
	width: 31%;
	margin-right: 3%;
}
.formdk .form-group.orm-grouppxd{
	width: 32%;
	margin-right:0px !important;
}
.formdk .colsubmit{
	margin-top:20px;
	width: 100%;
	float: left;
	text-align:center
}
#fdathang{
	float: left;
	width: 100%;
	clear: both;
}
.colsubmit{
	text-align: center;
}
.colsubmit .btn.btn-danger{
	background: #2053a6 !important;
	font-size: 16px;
	font-weight: normal !important;
	font-family: 'FuturaDemiBold';
	padding-left: 30px;
	padding-right: 30px;
	height: 44px;
	text-transform: uppercase;
	    border-color: #2053a6;

}
.formdk label{
	color: #444;
}
.formdk .clsBatBuoc{
	color: #2053a6;
}
.formdk .inputfixheight{
	min-height: 103px;
}
.formdk .form-control{
	padding: 10px 25px;
	height: 45px;
	font-size: 17px;
	font-weight: 600;
}
#duan{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.listduan{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
.tin-left{
	float: left;
}
.boxtin{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.boxtin-img{
float: left;
	width: 100%;
}
.boxtin-img img{
	width: 100%;
}
.boxtin-text{
	float: left;
	width: 100%;
	padding:12px 0px;

}
.boxtin-text h3{
	margin-top: 0px;
	font-size: 19px;
}
.boxtin-text h3 a{
	color: #333;
} 
.tin-right{
	float: right;
}
.tin-right .ikhuyenmai{
	padding-bottom: 10px;
	margin-top: 10px;
}
.tin-right .boxkhuyenmai{
	margin: 0px !important
}
.tin-right .khuyenmai-img{
	float:left;
	margin-right: 2%;
	width: 33%;
}
.tin-right .khuyenmai-text{
	width: 65%;
	padding-top: 0px;
}
#tagx{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}
#tagx ul{
	list-style: none;
}
#tagx ul li{
	display: inline-block;
}
#tagx ul li h3{
	margin: 0px;
}
#breadcrumb{
	float: left;
	width: 100%;
	    background: #f7f7f7;
	margin-top: 0px;
}
ul.breadcrumb{
	margin-top:10px !important;
margin-bottom:8px !important
}
ul.breadcrumb li a{
	font-size: 13.5px;
}
.main-left {
    float: left;
}
.mainleft{
	 float: left;
}
.sidebar-wrapper {
    float: left;
    width: 100%;
    clear: both;
}
.single-sidebar{
	float:left;
	width: 100%;
	margin-bottom: 12px;
}
.sec-title h3{
	margin-top: 0px !important;
	padding-bottom: 0px !important
}
ul.categories{
	padding: 10px 16px;
	background: #f8f8f8;
	list-style: none
}
ul.categories>li>a{
	text-transform: none !important
}
.sec-title i{
	font-size: 20px;
}
ul.categories li{
	margin-bottom: 10px
}
ul.categories>li:hover>a{
color:#D53621
}
ul.categories>li>a{
	text-transform: uppercase;
	font-weight: 600
}
ul.categories li ul{
	list-style: none;
	padding-left: 10px;
}
ul.categories li ul li{
	margin-top: 5px;
	margin-bottom: 5px !important;

}

.dailyleft{
	float: left;
	width: 100%;
	clear: both;
	border:1px solid #f7f7f7;
}
.hotro{
	float: left;
	width: 100%;
	clear: both;
	border:1px solid #f7f7f7;
	padding: 10px;
}
.dailyleft ul{
	list-style: none;
}
.sptit h1{
	margin: 0px;
	color: #fff;
	font-size: 20px;
}
.post-content{
		float: left;
	width: 100%;
	clear: both;
}
.dailyleft ul li{
	padding-bottom: 10px;
	border-bottom:1px solid #dedede;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
}
.mainleft .sptit:after{
	border-top: 21px solid transparent;
}
.dailyleft ul li img{
	float:left;
	width: 100px;
	margin-right: 10px;

}
.noidung{
		float: left;
	width: 100%;
	clear: both;
}
.dailyleft ul li{
	line-height: 21px;
}
#mainsub{
	float:left;
	width:100% !important;
	margin-top:25px;
	clear:both;
	margin-bottom:5px
}

@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);
		}
}
.zoom-left img{
	width: 100%;
	height: auto;
}
.sidebar-wrapper .sec-title{
	display: block;
	width: 100%;
	clear: both;
	padding: 12px 20px;
	background: #2e50f3;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dailyleft{
	float: left;
	width: 100%;
	padding: 10px;
}
.sidebar-wrapper .sec-title h3{
	margin: 0px;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}

.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: 16px;
    font-weight: 400;
    
        margin-top: 15px;
    margin-bottom: 15px;
}
.detail-list h3 a{
color:#333;
font-weight: 600;
text-transform: uppercase;
}
.gia{
    color: #444;
    text-transform: none !important;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 5px;
}
.gia strong{
	color: #e02020 !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: 23px;
}
.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: #111!important;
	text-align: left;
	background: #FED700;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2e50f3), to(#2e50f3));
	background: -webkit-linear-gradient(top, #2e50f3, #2e50f3);
	background: -moz-linear-gradient(top, #2e50f3, #2e50f3);
	background: -ms-linear-gradient(top, #2e50f3, #2e50f3);
	background: -o-linear-gradient(top, #2e50f3, #2e50f3);
	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: #FED700;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2e50f3), to(#2e50f3));
	background: -webkit-linear-gradient(top, #2e50f3, #2e50f3);
	background: -moz-linear-gradient(top, #2e50f3, #2e50f3);
	background: -ms-linear-gradient(top, #2e50f3, #2e50f3);
	background: -o-linear-gradient(top, #2e50f3, #2e50f3);
	color: #fff
}

a.devvn_buy_now span {
	display: block;
	font-size: 14px;
	color: #fff !important;
	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, #2e50f3 0%, #2e50f3 100%);
	background: -webkit-linear-gradient(top, #2e50f3 0%, #2e50f3 100%);
	background: linear-gradient(to bottom, #2e50f3 0%, #2e50f3 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
}

.popup-customer-info-group .devvn_quickbuy_mess label.error {
	display: block!important;
	font-weight: 400;
	color: red
}

.popup_quickbuy_total_calc {
	font-weight: 700
}

@media (max-width: 750px) {
	.devvn-popup-inner {
		width: 500px
	}
	.devvn-popup-content-left,
	.devvn-popup-content-right {
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}
	.devvn-popup-content-left.popup_quickbuy_hidden_mobile {
		display: none!important
	}
	.devvn-popup-content-left {
		margin-bottom: 20px
	}
}

@media (max-width: 500px) {
	.devvn-popup-inner {
		width: 320px
	}
}
.devvn_buy_now i{
    font-size: 36px;
    float: left;
    padding-right: 10px;
}
.devvn_buy_now{
    margin-top: 10px !important ;
    margin-bottom: 10px !important  
}
.detailtit{
    margin-bottom: 0px;
}
.detailtit h1{
    text-transform: none;
    font-weight: 500;
}
.detailtit h1 a{

}

.detail-content {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-content-title {
    float: left;
    width: 100%;
    position: relative;
}
.detail-content-title h3 {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    background-color: #873402;
    display: block;
    color: #fff;
    font-weight: 500;
   
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    bottom: -28px;
    border-radius: 5px;
}
.detail-content-content {
    float: left;
    width: 100%;
    clear: both;
    padding: 30px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.item_zoom{
    margin-bottom: 5px;
}

.service-listx .service-box{
    margin-bottom: 30px;
}
.detail-content .nav-tabs li a{
    font-weight: 700;
    font-size: 16px;
    color: #333
}
.detail-content .nav-tabs li.active a{
    color: #b14505
}
.detail-content .tab-content{
    padding-top: 15px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.detail-sale{
    position: relative;
}
.number_sale {
    position: absolute;
    width: 40px;
    height: 30px;
    background: #e02020;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    top: 0px;
    right: 0;
}
.number_sale:before {
    position: absolute;
    content: "";
    border-bottom: 11px solid transparent;
    border-left: 20px solid #e02020;
    border-right: 11px solid transparent;
    bottom: -11px;
    left: 0;
}
.number_sale:after {
    position: absolute;
    content: "";
    border-bottom: 11px solid transparent;
    border-right: 20px solid #e02020;
    border-left: 11px solid transparent;
    bottom: -11px;
    right: 0px;
}
.posmenu{
        position: absolute;
    top: 100%;
    z-index: 100;
    display: none;
}
.detailtit h1{
    margin-top: 0px;
    color: #010e2a;
    font-size: 28px;
    font-weight:normal !important;

}
.detailtit h1 a{
    color: #010e2a;
}
.selectors .mz-thumb img{
	display:block !important
}
.detail-sale h3{
    border-top:1px solid #dedede;
    padding-top: 10px;
    margin-top: 0px !important;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.detail-content ul.nav.nav-tabs{
    background: #f7f7f7
}
.detail-content .nav-tabs>li.active a{
    border: 0px !important;
    border-radius: 0px !important;
    background: rgb(46 80 243);
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}
.detail-content .nav-tabs>li a{
 padding-left: 30px;
    padding-right: 30px;text-transform: uppercase;
}
.zoom-right{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.item_zoom{
	border:1px solid #dedede;
	float: left;
	margin-right: 5px;
}
#zoom-fig .zoom-left{
	border:1px solid #dedede;
}

.detailtit{
	padding-bottom: 12px;
	border-bottom: 1px dashed #dedede
}
.detailtit a{

	text-transform: capitalize;
}
.detail-list p{
	font-size: 16.5px;
}
#devvn_buy_now{
color: #fff !important;
background: linear-gradient( 90deg, #2e50f3 0%,  #2e50f3 100%) !important;
}
#devvn_buy_now:hover{
background: linear-gradient( 90deg,  #2e50f3 0%,  #2e50f3 100%) !important;
}
.fixcal ul{
	margin-bottom: 0px
}
.fixcal{
	position: fixed;
	left: 0px;
	bottom: 20px;
	padding: 12px 4px;
	width: 60px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: center;
	background: #fff;
	z-index: 99 !important
}
.fixcal img{
	width: 40px;
	margin: 0 auto
}
.fixcal a{
	font-size: 12px;
}
.coldiachi{
	float:left;
}
.colsocial{
	float:left;
	text-align: right;
}
.coldiachi ul{
	list-style:none;
	margin-bottom: 0px;
	float: left;
	display: inline-block;
}
.coldiachi ul li{
	float: left;
	padding-right: 12px;
}
.col-md-2.col-hotx{
	padding-left: 0px;
	padding-right: 0px;
}
#snoibat{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 30px;
	background: url(../images/bg_linhvuchoatdongx.png) no-repeat top center;
	background-size: cover;
}
#snbanchay{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 30px;
	background: #fff;
}
.titlex{
	float:left;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}
.titlex h2{
	margin-top: 0px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}
.titlex h2 span{
	color: #2e50f3
}
.listnp{
	float:left;
	width: 100%;
	clear: both;
	position: relative;
}
.spnb{
	float: left;
}
.spnb-img{
	float:left;
	width: 100%;
	clear: both;
}
.spnb-img img{
	border-radius: 100%;
	border:4px solid #2e50f3 ;
}
.spnb-text{
	float:left;
	width: 100%;
	clear: both;
	text-align: center;
}
.spnb-text h3{
	margin-top: 10px;
	font-weight: normal;
}
.spnb-text h3 a{
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}
.xemthem{
	float:left;
	width: 100%;
	margin-top: 5px;
	clear: both;
	text-align: center;
}
.xemthem a{
	border-radius: 3px;
	padding: 5px 20px;
	display: inline-block;
	background: #2e50f3;
	color: #fff;
	font-size: 14px;
}
.xemthem a i{font-size: 12px}
.xemthem a:hover{
	background: #e02020 !important
}
.isanpham .xemthem{
	text-align: left;
}
#svideo{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 35px;
	padding-bottom: 30px;
	background: #fff;
}
.ivideo{
	float: left;
	width: 26%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 2%;
}
.ivideo.video-one{
	float: left;
	width: 44%;
	margin-left: 0px;
}
.ivideo h3{
	font-size: 17px;
	margin: 0px;
}
.video-box{
	float:left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video-name{
	margin-top: 8px;
}
.video-name h3{
	font-size: 18px;
	margin: 0px;
}
#doitac{
	float: left;
	width: 100%;
	clear: both;
	padding-top:30px;
	padding-bottom: 20px;
}
.col-doitac{
	float: left;
	width: 100%;
	clear: both;
}
.doitac{
	position: relative;
}
.bando iframe {
	height: 180px !important
}
.fix_head{
	position: fixed;
	top:0px;
	left: 0px;
	right: 0px;
	z-index: 99
}