.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
button.btcart{
	border:0px !important;
	background:#872023;
	color:#fff;
	border-radius:4px;
	display:block;
	padding:5px 15px;
	font-size:14px;
	    width: 100%;
		margin-bottom:8px;
}
button.btcart:hover{
background:#f2821d
}
.text-left a{
	color:#333;
	font-weight:500;
}
#button-confirm{
	background:#872023;
	border:0px !important
}
.newstitle{
	float:left;
	width:100%;
	font-weight:600;
}
.newstitle h3{
	font-weight:600;
	padding-bottom:10px;
	float:left;
	width:100%;
}
#cssmenu{
    display: none;
}
.noidung h3, .noidung ul, .noidung h2, .noidung h1, .noidung h4{
    margin-bottom: 15px;
}

.noidung li{
    margin-bottom: 8px;
}
/* menu */

/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/
.col-md-3.isanpham{
	float:left;
	width:25%;
}
.col-md-3.isanpham{
	padding-left:0px !important;
	padding-right:0px !important
}
.col-md-3.isanpham .isanphamcenter{
border-right: 1px solid #dedede !important;}
body {
    font-size: 14px;
      background: none;
    font-weight: 500;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}
strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #444;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
}

p strong {
    font-weight: 600;
}
#wapper{
    margin: 0 auto;
    max-width: 1366px;
    padding: 0px;
}
.logox img{
        max-height: 77px;
}
#header{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;

}
.col-logo{
    float: left;
}
.logo{
    float: left;
}
.logo img{
    max-height: 80px;
}
.col-banner{
    float: left;
    padding-top: 10px;
}
.banner{
    float: left;
    width: 100%;
    text-align: center;
}
.banner h2{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    color: #872023;
    margin-bottom: 10px;
}
.banner p{
    font-size: 16px;
}
.col-search{
    float: left;
}
.col-search p{
    font-weight: 600
}
.gioh{
	float:right;
}
.text-igioh{
	width:40px;
	height:40px;
	border-radius:100%;
	line-height:40px;
	display:block;
	background:#872023 !important;
	text-align:center;
	position:relative;
	color:#fff;
}
.text-igioh i{
	font-size:18px;
}
.text-igioh .panx{
	width:16px;
	display:block;
	line-height:16px;
	background:#f2821d;
	color:#fff;
	font-size:13px;
	position:absolute;
	right:-4px;
	top:-4px;
	height:16px;
	border-radius:100%;
}
.timkiem{
    float: left;
    width: 70%;
}
.formsearch{
       float: left;
    width: 100%; 
    position: relative;
}
#keyword{
    width: 100%;
    padding: 8px 15px;
} 
#search{
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: 0px !important;
    outline: none !important
}
#nav{
    float: left;
    width: 100%;
    clear: both;
    background: #872023;
    border-bottom:3px solid #D2B95F 
}
#nav .menupc{
    float: left;
    width: 100%; 
}
#nav .menupc ul{
    margin: 0px;
    padding: 0px;
}
#nav .menupc>ul>li{
    display: inline-block;
    position: relative;
    float: left;
}
#nav .menupc ul>li>a{
    padding: 0px 9px;
    color: #fff;
    display: block;
    float: left;
    line-height: 42px;
    border-right: 1px solid #983335
}
#nav .menupc ul li a.active, #nav .menupc ul li:hover a{
    background: #D2B95F;
    color: #872023
}
#nav .menupc ul li:last-child a{
    border-right: 0px solid #983335
}

#nav .menupc ul li ul{
   position:absolute;
   left:0px;
   top:42px;
	z-index: 100;
	min-width:230px;
	border-top:1px solid #88012b !important;
	display:none
}
#nav .menupc ul li:hover>ul{
	display:block
}
#nav .menupc ul li ul li{
	float:left;
	width:100%;
	display:block;
}
#nav .menupc ul li ul li a{
	display:block;
	float:left;
	width:100%;
	background:#D2B95F;
	color:#fff !important;
	font-size:14px;
	    line-height: 35px;
	font-weight:600;
	border-bottom:1px solid #dedede;
	border-right:0px solid #dedede
}
#nav .menupc ul li ul li:hover a{
	background:#88012b;
}
#slider{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.carousel-control.left span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    left: 20px;
    top: 45%;
    background: #4A4A4A;
}
.carousel-control.right span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    right: 20px;
    top: 45%;
    background: #4A4A4A;
}
#danhmuc{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 0px;
    position: relative;
    background: #f8f8f8
}

#danhmuc .owl-prev{

    display: block;
    position: absolute;
    left: -20px;
    top: 16px;
    color: #872023;
    
}
#danhmuc .owl-next{

    display: block;
    position: absolute;
    right: -20px;
    top: 16px;
    color: #872023;
   
}
.danhmuc .owl-item img{
        border: 4px solid #b90003;
    padding: 5px;
    background: #fff;
    max-height: 65px;
}
#mainsp{
      float: left;
    width: 100%;
    clear: both;
    padding-top: 20px;
    padding-bottom: 18px;
    position: relative;
    background: #f8f8f8  
}
.contentsp{
    float: left;
    width: 100%;
    clear: both;
    padding: 15px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    position: relative;
}
.contentsp .main-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.contentsp .main-title h2{
    float: left;
    padding: 7px 40px;
    color: #fff;
    background: #872023;
    font-size: 20px;
    font-weight: 700;
    margin-left: -30px;
    position: relative;
}
.contentsp .main-title  a{
	color:#872023;
	font-weight:900;
	float:right;
	margin-top:10px;
	margin-right:10px;
	
}
.contentsp .main-title h2::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-top: 15px solid #872023;
    border-left: 15px solid transparent;
}
.listsp{
    float: left;
    width: 100%;
}
.isanpham{
    float: left;
    width: 100%;

}
.isanphamcenter{
    border-left: 1px solid #dedede !important;
    border-top: 1px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
    float: left;
    width: 100%;
}
.isanpham-img{
    float: left;
    width: 100%;
    clear: both;
    padding: 15px;
    background: #fff;

}
.isanpham-img img{
 -webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
}
.isanpham-img:hover img{
   
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
}
.isanpham.cuoi{
    border-right: 1px solid #dedede;
}
.isanpham.cuoi .isanphamcenter{
     border-right: 1px solid #dedede;
}
.isanpham-text{
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 15px;
}
.isanpham-text p.price{
    float: left;
    width: 100%;
    clear: both;
	min-height:44px;
}
.isanpham-text p.price strong{
    display: block;
}
.isanpham-text p.price span{
    font-size: 14px;
    text-decoration: line-through;
}
.listsp{
     float: left;
    width: 100%;
    clear: both;
    position: relative;
}
#mainsp .owl-prev{
    width: 24px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    left: -35px;
    top: 45%;
    background:#872023;
    color: #fff;
        opacity: 1;
}
#mainsp .owl-next{
    width: 24px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    right: -35px;
    top: 45%;
    background:#872023;
    color: #fff;
        opacity: 1;
}
.isanpham .isanpham-text h3{
    font-size: 14px;
	height: 48px;
	overflow:hidden;
}
.isanpham .isanpham-text h3 a{
    color: #444;
    font-weight: 600;
	font-size:14px;
}
p.price strong{
    color: #872023
}
#footer{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 35px;
    background: #872023
}
.col-info{
    float: left;

}
.footer-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.footer-title h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-content{
    float: left;
    width: 100%;
    clear: both;
}
.footer-content ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.footer-content ul li{
    float:left;
    width: 100%;
    clear: both;
    color: #fff;
    margin-bottom: 10px;
}
.col-bando{
    float: left;
}
.col-baogia{
    float: left;
}
#baogia_form{
    float: left;
    width: 100%;
    clear: both;
}
#baogia_form input{
    height: 36px;
    padding-left: 12px;
    font-size: 14px;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}
#baogia_form input#form_phone1{
    margin-right: 0px;
}
#baogia_form .row{
    margin-bottom: 10px;
}
#baogia_form textarea{
     float: left;
    width: 100%;
    clear: both; 
      padding-top: 12px;  
    padding-left: 12px;
    font-size: 14px;
     margin-bottom: 10px;
}
#guingay{
    padding: 7px 18px;
}
.copy{
    float:left;
    width: 100%;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    background: #6f1316
}

.xdhotline {
    bottom: 15px;
    position: fixed;
    left: 0;
    text-align: center;
    z-index: 11111;
}
.xdhotline a {
    color: #fff;
}
.goixd {
    background: #f2821d  none repeat scroll 0 0;
    border-radius: 0 28px 28px 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    overflow: hidden;
    width: 190px;
    height: 40px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
    position:relative;
    color: white;
    font-size: 13px;
    padding: 9px 0;
    line-height: 1.5;
}
.goixd p{
    color:#fff;
        text-align: left;
    padding-left: 20px;
}
.xdphone {
    background: #f2821d    url(../images/icon-phone.png) no-repeat scroll center center;
    border: 4px solid #f2821d   ;
    border-radius: 50%;
    float: right;
    position:absolute;
    right:0px;
    top:-2px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    width: 46px;
    animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
}
.xzalo{
    bottom:60px;
}
.xzalo .goixd{
     background: #14579f  none repeat scroll 0 0;
}
.xzalo .xdphone {
    background: #14579f url(../images/zalo.png) no-repeat scroll center center;
    border: 4px solid #14579f;
}
.breadcrumb-botton-area{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background:#f3f3f3;
}
.breadcrumb-botton-area .left{
    float: left;
    width: 100%;
}
.breadcrumb-botton-area .left ul{
    margin: 0px;
    padding: 0px;
    float: left;
}
.breadcrumb-botton-area .left ul li{
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
}
.breadcrumb-botton-area .left ul li a{
    color: #444
}
.breadcrumb-botton-area .left ul li.active{
    font-weight: 600;
}
.main-left{
    float: left;
}
.sidebar-wrapper{
    float: left;
    width: 100%;
    clear: both;
}
.single-sidebar{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    border-left: 4px solid #872023;
      border-right: 1px solid #ddd;
        border-bottom:  1px solid #ddd;
    border-top: 4px solid #872023;
}
.single-sidebar .sec-title{
    float: left;
    width: 100%;
    padding: 8px 15px 10px 15px;
    background: #872023;
    color: #fff;
    font-weight: 700;
}
.single-sidebar .sec-title h3{
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize;
}
ul.categories{
    float: left;
    width: 100%;
    clear: both;
    list-style: inherit;
    padding-left: 33px;
    padding-top: 10px;
}
ul.categories>li{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 10px;

}
ul.categories>li>a{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 5px;
    color: #333;
    font-weight: 600;
    display: block;
}
ul.categories>li:hover>a{
    font-weight: 600;
    color: #f2821d;
}
ul.categories>li>ul>li>a{
    color: #555;
    font-weight: 400;
      float: left;
    width: 100%;
    clear: both;
    padding-bottom: 5px;
}
ul.categories>li>ul>li:hover>a{
    font-weight: 600;
    color: #f2821d;
}
ul.categories>li>ul{
    float: left;
    width: 100%;

}
.dailyleft{
    float: left;
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    clear: both;
}
.dailyleft ul li{
    float: left;
    width: 50%;
}
.dailyleft .daily-small{
    margin-bottom: 15px;
}
.blog-single-area .col-lg-9{
    padding-left: 0px;
}
.single-blog-post{
    float: left;
    width: 100%;
    clear: both;
}
.single-blog-post .blog-title{
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 4px solid #f3f3f3;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 12px;
    font-weight: bolder;
    color: #222;
    text-transform: uppercase;
}
.social-share.pull-right{
    width: 100%;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    margin-top: 15px;
}
.dailyleft ul{
    list-style: none;
    float: left;
    width: 100%;
    clear: both;
}
.dailyleft ul li{
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    width: 50%;
}
.dailyleft ul li img{
    width: 90px;
    float: left;
    margin-right: 8px;
    padding: 5px;
    border: 1px solid #dedede;
    background: #fff;
}
.dailyleft ul li:hover img{
    border: 1px solid #f00;
}
.dailyleft ul li a{
    font-size: 14px;
    color: #333;
    line-height: 17px;
     float: left;
    width: 100%;
    font-weight: 400;
}
.dailyleft ul li:hover a{
    color: #14579f
}

.meta-des{
    float: left;
    width: 100%;
    clear: none;
    padding: 12px;
    background: #f4f4f4;
    margin-bottom: 15px;
    font-weight:600
}
.meta-des{

}
.box-bxtintuc{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px
}

.box-bxtintuc .bx-wrapper{
    margin-bottom: 30px !important
}
.noidung{
    float: left;
    width: 100%;
    clear: both;
}
.noidung p{
    margin-bottom: 10px;
}
#blog-area{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 30px;
}
.phantrang{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0px;
    text-align: center;
}

.news-list{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.news-list-img{
    float: left;
    width: 28%;
    margin-right: 2%;
}
.news-list-img img{

}
.news-list-name{
    float: left;
    width: calc(100% - 30%);
   margin-bottom: 8px;
}
.news-list-name h3{
    padding: 0px;
    margin: 0px;
    float: left;
    line-height: 24px;

}
.news-list-name h3 a{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.news-list-time{
    float: left;
  width: calc(100% - 30%);
    margin-bottom: 8px;
    font-size: 13px;

}
.news-list-des{
        float: left;
  width: calc(100% - 30%);

  overflow: hidden;
  text-align: justify;
   
}
.news-list-des p{
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}
.news-list-xemthem{
    float: left;
  width: calc(100% - 30%);
 
}
#contact-form input{
    float: left;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}
#contact-form  textarea{
    float: left;
    width: 100%;
    padding: 10px;
    min-height:90px;
}
#contact-form .thm-btn{
    padding: 10px 20px;
    float: left;
    margin-top: 15px;
    background: #ddd;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    font-weight: 500;
}
.col4item{
    float: left;
    width: 25%;
}
.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: 20px;
    font-weight: 600;
    
        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
}
.binhluan{
    float: left;
    width: 100%;
    clear: both;
}
.sanphamkhac{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.gia-2{
    margin-left: 0px;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 600;
    color: #666;
}
.addthis_native_toolbox{
    float: left;
    width: 100%;
    clear: both;
}
.zoom-left {
    float: left;
    width: 100%;
    clear: both;
}
.selectors .mz-thumb img{
    max-width: 100px !important
}
.selectors .mz-thumb img{
    display: block !important
}
 .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-size: 15px;
    font-weight: 400;
    
        margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}
.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:#fd6e1d;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));background:-webkit-linear-gradient(top,#f59000,#fd6e1d);background:-moz-linear-gradient(top,#f59000,#fd6e1d);background:-ms-linear-gradient(top,#f59000,#fd6e1d);background:-o-linear-gradient(top,#f59000,#fd6e1d);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:#f59000;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f59000),to(#fd6e1d));background:-webkit-linear-gradient(top,#fd6e1d,#f59000);background:-moz-linear-gradient(top,#fd6e1d,#f59000);background:-ms-linear-gradient(top,#fd6e1d,#f59000);background:-o-linear-gradient(top,#fd6e1d,#f59000);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}.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: 40px;
    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: bolder;
    text-transform: uppercase;
    color: #872023;
    font-size: 24px;
}
.detailtit h1 a{

}

.detail-content {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-content .nav.nav-tabs{
    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;
}
.product-list{
        float: left;
    width: 100%;
    clear: both;
}
.newstitle span {
    width: 100%;
    float: left;
    height: 5px;
    display: block;
    background: url(../images/line_h2.png) repeat-x;
    margin-bottom: 10px;
    position: relative;
}
.detail-content ul.nav.nav-tabs{
    background: #f3f3f3;
}
.detail-content ul.nav.nav-tabs>li{
    background: #f7b902;
}
.detail-content ul.nav.nav-tabs>li>a{
    background: #872023;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff !important
}
.detail-sale span{
    color: #666;
    text-decoration: line-through;
}