/*
Theme Name: Cỏ mềm
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.titleHead {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    margin-bottom: 5px;
}
.pd-container hr {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eee;
	opacity: 1;
}
.bg-content {
	background: linear-gradient(179deg, #ccccccad 90%, #fff 100%);
	padding-bottom: 20px;
}
.mar5{
	margin:5px
}
.baseBox {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px 12px;
}
.title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--primary-color);
    width: calc(100% - 30px);
}
.producer {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    /* position: relative; */
    /* top: -5px; */
}
.baseBox p{
	margin-bottom:0px
}
.info {
    margin-bottom: 10px;
}
.info img {
    margin-right: 5px;
    float: left;
    margin-top: 7px;
}
.info p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #212121;
    width: calc(100% - 10px);
    float: left;
}
.detailProduct p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #212121;
    margin-bottom: 10px;
}
.mb-10{
	margin-bottom:10px !important
}
.detailProduct iframe{
	border-radius:10px
}
.dl-inline-block {
    display: inline-block;
}
.update p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #757575;
	margin-bottom:0px
}