﻿.titlesanpham {
    font-size: 14px;
    height: 36px;
    width: 100%;
    line-height: 19px;
    position: relative;
    color: #1f9cf8;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:bold;
	 text-transform: uppercase;
}

.pricesanpham {
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    color: #f30e0e;
    text-align: justify;
    font-weight: bold;
}

.hinhsanpham {
    min-height: 173px;
    width: 100%;
}

.muangaydetails {
    background-color: #1f9cf8;
    font-size: 20px;
    text-align: center;
    float: left;
    color: #fff;
    cursor: pointer;
    width: 350px;
    line-height: 40px;
}

.titledetails {
    font-size: 19px;
    color: #ffffff;
    background-color: #1f9cf8;
    padding: 5px;
    font-weight:bold;
    margin-top: 0;
}