.box_content_Post {
	margin-top:30px;
}

.breadcrumb_p{
    background:#e0203f;
    border-radius: 0px;	
}

.breadcrumb_p a{
    color: white;
    font-weight: 400;	
}

.breadcrumb_p > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: white;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: white;
}

.img_detail{
    text-align: center;
    margin-bottom: 20px;
}
.img_detail img{
    width: 100%;
    height: auto;
    display: -webkit-inline-box;
    margin-bottom: 20px;
}
.imgsmall{}
.imgsmall img{
    width: 60px!important;
    height: 50px;
    float: left;
    border: 1px #ccc solid;
    padding: 1px;
    margin-right: 5px;
}

.detailpro{
	margin-bottom:15px;
}
.detailpro iframe{
	max-width:100%;
}
.detailpro p.name{
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.detailpro p.code{
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}
.detailpro .info{
	margin-top:10px;
}
.detailpro .info p.sp {
    font-weight: 500;
    font-size: 14px;
    color: red;
	margin-bottom:7px;
}
.p-model {
    font: 12px;
	margin-bottom:10px;
}
.p-model span {
    padding: 0px 3px;
}


.box_price{
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 10px;
    width: 60%;
    border: 1px #efefef solid;
}
.box_price table{
	width: 100%;	
}
.box_price table td{
	padding: 3px 5px;	
}
.box_price table td .p_gia{
    font-size: 13px;
    font-weight: 400;	
}
.box_price table td .p_gia_n{
	font-size: 14px;
    font-weight: 600;	
}
.box_price table td .p-price-main{
    font-size: 15px;
    font-weight: 600;
    color: #f72427;
}
p.p-price-main{
	margin: 0px 0px 0px 0px;
    color: red;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #bbb;
    margin-bottom: 0px;
}
p.p-price-main span{
    font-size: 20px;
    vertical-align: super;	
}
p.p-price-market{
    color: #5c5d5d;
    text-decoration: line-through;
    text-align: center
}
p.status{
	text-align:center;
}

p.saleoff{
    font-size: 22px;
    color: red;
    text-align: center;
    font-weight: 600;
    font-family: Arial;
    margin-bottom: 0px;
}

p.vat{
	text-align:center;
	font: bold 11px/17px Arial;
    color: #0071bb;
	margin-bottom:20px
}

.addtocart{
    border: none;
    background: #f20000;
    padding: 10px 45px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 2px;
    position: relative;
}
.addtocart:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cf0d28;
    z-index: -1;
    width: 0;
    height: 100%;
    transition: width .25s ease-in-out;
    border-radius: .3rem;
	
}
.addtocart:hover:before {
    width: 100%;
}
.addtocart label {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}
.addtocart span {
    font-size: 12px;
    font-family: Roboto;
    font-weight: normal;
    text-transform: initial;
}
.content_tab{
    padding: 15px;
    border: 1px #ddd solid;
    border-top: 0px;	
}

.nav-tabs > li.active > a{
	border-radius:0px}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:black;
}
.nav-tabs > li > a {
    color: #000;
    font-family: utm;
    text-transform: uppercase;
    font-size: 16px;
}

.content_tab img{
	max-width:100%!important;
	height:auto!important;
}

.content_tab table{
    max-width: 100%!important;
    height: auto!important;
}

