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

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}

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


}

.blog-single  .entry-header .entry-header-text {
	padding-bottom: 0;
}
.entry-content.single-page {
	padding-top: 0;
}
#footer p {margin-bottom:5px;}
#footer ul {margin-bottom:0; list-style:none;}
#footer li { margin-left:0; margin-bottom:5px;}
/* */
.img-gioithieu.img .img-inner {
	position: relative;
}
.img-gioithieu.img .img-inner:after {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	background: url(images/bg-img.png) right bottom no-repeat ;
	position: absolute;
	bottom: 0;
	right: 0;
}
.img-gioithieu img {
	padding: 20px 40px 40px 0;
	position: relative;
	z-index: 1;
}
.product-small.box .price {
	padding-top: 5px;
}
.product-small img {
	object-fit: contain;
	height: 260px;
}
.badge-container.absolute {
    left: initial;
    right: 5px;
    top: 10px;
    margin: 0;
}
.badge-container.absolute .badge {
    height: 2.5em;
    font-size: 13px;
    padding: 5px;
    width: 3.8em;
    border-radius: 4px;
}
.badge-container.absolute .badge .badge-inner {
	border-radius: 4px;
}

.page-title-bar {
	background: #1D2E2B;
	padding: 15px 0;
}
.page-title-bar h1 {
	margin-bottom: 0;
}
.page-title-bar * {
	color: #fff;
}
/* */
.footer-form .flex-grow input:not([type=submit]) {
    background: hsl(0deg 0% 100% / 50%) !important;
}
#wide-nav .nav-spacing-xlarge>li {
    margin: 0 25px;
}

.loop-start .fa {
	margin: 0 2px;
}
.loop-start .fa-star {
	color: orange;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
/* */
.product-footer > .container,
.product-main > .row {
	background: #fff;
	padding-top: 15px;
}
.blog-single .post {
	background: #fff;
	padding: 20px;
}