.text--introduce {
	margin-top: 5px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
} 
/* ----.show-detail-img----- */
.show-detail-img {
	width: 50%;
    position: relative;
    float: left;
}
.show-img {
	/* padding-top: 10px; */
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    width: 100%;
}
/* .img-show {
	width: 100%;
    margin: auto;
} */
.thumb-show {
	width: 100%;
}
.btn-add-list {
    position: absolute;
    left: 74.6%;
    top: -17px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #778665;
    border-radius: 5px;
    width: auto;
	color: #FFF;
	padding: 2px 8px;
}
.btn-add-list:hover {
	background-color: #81956d;
    color: #FFF;
}
.btn-add-list.extend {
    left: 67.5%;
}
.show-detail-img a {
	text-decoration: none;
}
.detail-icon {
	margin-right: 10px;
}
.detail-icon td{
	padding: 0px;
	border: 0px;
}
.icon-left {
	width: 15.8%
}
.icon-right {
	width: 19%;
	text-align: right;
}
.icon-right span {
	/*border: 1px solid #ddd;
    padding: 2% 10%;
    border-radius: 4px;*/
}
/* -----.show-detail----------- */
.show-detail {
	/*top: -18px;*/
	width: 50%;
    position: relative;
    float: left;
    padding-left: 15px;
}
.table-detail {
	line-height: 48px;
	margin-left: 1.5%;
}
.table-detail tr td{
	padding: 0px;
}
.table-detail tr:first-child td {
	border-top: 0px;
}
.table-detail tr td:first-child {
	border-right: 1px solid #f2f2f2;
	padding-left: 0px;
	width: 29.5%;
	font-weight: 500;
}
.table-detail tr td:last-child {
	padding-left: 4.6%;
}
.table-detail tr:last-child td {
	border-bottom: 1px solid #f2f2f2;
}
.detail--size {
	line-height: 24px;
	margin: 10px 0;
    color: #828282;
}
.detail--size tr td {
	border: 0px;
	padding: 0 18px;
	height: 25px;
	vertical-align: middle;
    border-bottom: 0 !important;
    font-weight: 400 !important;
}
.detail--size tr td:first-child{
	width: 0px;
	border: 0px;
}
.detail--col2 {
	border-left: 1px solid #ddd !important;
	padding-left: 10% !important;
}
.detail--size tr:last-child td {
	border-bottom: 0px;
}
.text-decription {
	text-align: justify;
}

.text-decription li{
	display: flex;
	list-style-type: none;
    padding: 5px 0;
}
.text-decription i {
	padding-top: 3px;
}
.text-decription span{
	margin-left: 15px;
}
.list--items {
    margin-top: 13px;
}

/* add by hoang nguyen 08/11/2017 */
.detail--col1 tr td:last-child {
	padding: 0 18px;
}
.detail--col2 tr td:last-child {
	padding: 0 18px;
}
.detail--size .head_title {
	padding-left: 0 !important;
	color: #535353;
	text-align: center;
}
.detail--size tr td:last-child {
    padding: 0 18px;
}
.detail--size-container tr td {
    border-bottom: 0 !important;
}
.detail--size-container tr td:first-child {
    padding-right: 9px;
}
.table-detail span.unit {
    color: #969595;
}
.text-decription .caption {
	font-weight: 500;
	padding-left: 8px;
	margin-bottom: 0.7rem;
}
.text-decription p {
	padding-left: 8px;
	margin-bottom: 0.7rem;
}
.product-detail-container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
/* end by hoang nguyen */
/* ------------------ */
@media only screen and (max-width: 768px) {
	.show-detail-img {
		width: 100%;
	}
	.show-detail {
		width: 100%;
        padding-left: 0;
	}
    .product-detail-container {
        padding-right: 0;
    }
}
@media only screen and (max-width: 768px) and (min-width: 550px) {
	/*.show-detail-img {
		width: 80%;
	}
	.list--items .items--list {
		width: 40%;
	}*/
	/*.table--size .col-sm-4 {
    	width: 33.333333%;
	}*/
}
@media only screen and (max-width: 550px) {
	.detail--size tr td {
		padding: 5px;
	}
}