
.link-chitietsp {
    width: 100%;
    margin: 8% 0 0 10%;
    font-size: 17px;
}
.link a {
    text-decoration: none;
    color:dimgray;
}
.link i {
    margin: 0 20px 0 20px;
}
.content-inner {
    max-width: 1220px;
}
/* For mobile phones: */

.slider-chitietsp-content{
        width: 60%;
        margin: 25px 0 5% 7%;
    }
.content-chitietsp-text {
    width: 40%;
    margin-top: 30px;
    color:darkslategrey;
}
.row {
    display: flex;
}
.content-inner img {
    vertical-align: middle;
}

.content-inner .container {
    position: relative;
}

.content-inner .mySlides {
    display: none;
}

.content-inner .mySlides img {
    width: 100%;
}

.content-inner .cursor {
    cursor: pointer;
}

.content-inner .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
}

.content-inner .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.content-inner .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.content-inner .column {
    float: left;
    width: 16.66%;
}

.content-inner .column img {
    width: 100%
}

.content-inner .demo {
    opacity: 0.6;
}

.content-inner .active, .demo:hover {
    opacity: 1;
}
.name {
    font-weight: bold;
    font-size: 24px;
}

.price {
    margin-top: 6px;
}

.price .up {
    text-decoration: line-through;
    color: gray;
    font-size: 30px;
    margin-left: 20px;
}

.price .down {
    color: red;
    font-weight: bold;
    font-size: 35px;
}

.content p {
    font-size: 19px;
    line-height: 1.75em;
}
.btnAdd {
    background-color: #00a2ff;
    color: white;
    font-size: 19px;
    font-weight: bold;
    border: none;
    padding: 13px;
    cursor: pointer;
    border-radius: 10px;
    width: 50%;
}

.btnAdd:hover {
    background-color: #0b7dda;
}
.btnLike {
    background-color: cadetblue;
    font-size: 19px;
    color: white;
    border: none;
    padding: 13px;
    border-radius: 10px;
    margin:0 20px 0 70px;
}
.btnLike:hover {
    background-color: red;
}

.danhgia i{
    color: gold;
    font-size: 20px;
    letter-spacing: 0.2em;
}
.sl-danhgia a {
    text-decoration: none;
    font-size: 20px;
}


/*---------------------huongdandeokinh----------------------*/

.content-thongtin2 {
    width:85%;
    font-size: 18px;
    color:dimgrey;
    line-height: 1.5em;
    margin-left: 9%;
    display: flex;
}
.content-thongtin2-text hr {
    width: 30%;
    height: 4px;
    background-color:dimgrey;
    margin: 5px 0 20px 0;
}
.content-thongtin2 img {
    border-radius: 20px;
    margin-left: 45px;
}