.product-detail-infor .box-infor {
    margin-bottom: 20px;
    padding-top: 0px;
    color: #404040
}

.product-detail-infor .box-infor h1 {
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    color: #06466D;
}
.box-buy {
    display: flex;
    align-items: center;
}
.sign_now {
    padding: 0px 12px;
    background: #f00;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 20px;
    width: 100%;
}
.box-buy .sign_now a {
    color: #fff;
}

.box-infor .price {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: red;
}
.tab-pane p {
    padding-top: 10px;
}
.box-buy .tu_van:hover {
    color: #fff;
}
.box-infor .price span:last-child {
}

.box-infor .price span:last-child sub {
    top: -10px;
    font-weight: 400;
}

.box-infor .price span:first-child {
    color: #f00;
    font-weight: 600;
    font-size: 20px;
    padding-right: 15px;
}
.box-infor .price .old-price {
	font-size: 16px;
    text-decoration: line-through;
    margin-right: 6px;
    color: #6f6f6f;
}
.tab-product {
	margin-top: 20px;
}
.tab-product .nav-tabs>li>a {
	    background: rgb(0,66,105);
	    background: linear-gradient(90deg, rgba(0,66,105,1) 0%, rgba(63,133,175,1) 50%, rgba(0,66,105,1) 100%);
	    color: #fff;
	    text-transform: uppercase;
	    font-weight: 600;
	    padding: 10px 25px;
}

.box-infor .list-attr {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.box-infor .list-attr .attr-item {
    width: 33%;
    padding: 0 10px;
}

.wrap-price .list-attr .attr-item:nth-child(1) {
    width: 70%;
}

.box-infor .list-attr .attr-item:nth-child(2) {
    width: 30%;
}

.box-infor .list-attr .attr-item:nth-child(3) {
    width: 25%;
}

.image-main {
    position: relative;
}

.image-main .sale {
    position: absolute;
    top: 12px;
    right: 0;
    background-color: #9b1c27;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px 0 0 5px;
    width: 52px;
}

.box-image-product .image-main {
    order: 1;
}

.box-image-product .image-main a {
    display: block;
    position: relative;
}

.box-image-product .image-main a i {
    top: 10px;
    right: 10px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fff; */
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.box-image-product .image-main a i:hover {
    border-color: #7c6455;
    background-color: #7c6455;
    color: #fff;
}

.box-image-product .image-main a i {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
}

.box-image-product {
    /* display: flex; */
    background: #fff;
    border: solid 1px #eee;
}
.list-small-image .small-image {
	padding: 5px;
}
.box-buy {
	line-height: 45px;
}
.tu_van {
    background: rgb(0,66,105);
    background: linear-gradient(90deg, rgba(0,66,105,1) 0%, rgba(63,133,175,1) 50%, rgba(0,66,105,1) 100%);
	color: #fff;
	padding: 0px 30px;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
    width: 100%;
}
.map-contact iframe{
    width: 100%;
}
@media screen and (max-width: 1600px){}
@media screen and (max-width: 1400px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 991px){
    .product-detail-infor .box-infor{
        margin-bottom: 0;
    }
    .tu_van {
    font-size: 13px;
}}
@media screen and (max-width: 768px){

    .tu_van {
        font-size: 13px;
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 576px){
    .tu_van {
        font-size: 14px;
        width: 100%;
        display: block;
    }
    .box-buy {
        display: block;
    }
    .sign_now {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 400px){}

