/*
Theme Name: NH Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.md-center {
	margin: 0px auto !important;
}
.header-home {
    background: url(https://thuocsi.vn/images/home/ventor.svg);
	background-color: rgb(250 255 246);
}
.slider-wrapper {
    margin-top: 15px;
    border: 10px solid white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #cacaca;
    background: white;
}
.slider-wrapper .img {
    border-radius: 10px;
}
.box-4-header .box {
    background: #fff;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius: 8px;
}
.box-4-header .col {
	padding: 10px !important;
}
.box-4-header .box-text {
    padding: 10px 0px !important;
}
.box-4-header .box h4 {
    color: #ef3638;
}
.pd-bt-0px {
	padding-bottom: 0px !important;
}
.md-prod {
	background: #f3f3f3;
}
.md-prod .product-small {
    background: #fff;
    box-shadow: 0px 0px 10px -5px;
    border-radius: 8px;
}
.md-prod .product-small .box-image {
    border-radius: 8px;
}
.md-prod .product-small .box-image img {
    padding: 10px;
}
.md-prod .product-small .box-text {
	background: #fff;
    border-radius: 8px;
}
.price-wrapper ins span.amount {
    white-space: nowrap;
    color: #d80000;
    font-weight: bold;
}
.breadcrumbs a {
    color: rgb(16 16 16 / 70%);
    font-weight: normal;
    font-size: 14px;
}
.breadcrumbs {
    padding: 10px 0px;
}
.page-title-inner {
    position: relative;
    padding-top: 0px;
    min-height: 20px;
}


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


}