﻿/*
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.   ***************/
p{
	font-size: 14px;
}
#masthead .flex-left > ul.header-nav > li > a {
	color: #fff;
	font-size: 16px;
	text-transform: inherit;
	padding: 21px 14px;
}
#masthead .flex-left > ul.header-nav {
	justify-content: center;
}
#masthead .flex-left > ul.header-nav > li {
	margin: 0;
}
#masthead .flex-left > ul.header-nav > li > ul {
	padding: 0;
}
#masthead .flex-left > ul.header-nav > li > ul > li > a {
	color: #000;
	font-size: 14px;
}
#masthead .flex-left > ul.header-nav > li > ul > li+li > a {
	border-top: dashed 1px #ccc;
}
#masthead .flex-left > ul.header-nav > li > ul > li > a:hover {
	color: #ff7380;
	background: transparent;
}
#masthead .flex-left > ul.header-nav > li:hover:before, #masthead .flex-left > ul.header-nav > li:hover:after {
	opacity: 1;
}
#masthead .flex-left > ul.header-nav > li:before {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ffda6b;
	float: left;
	margin: 30px 0;
}
#masthead .flex-left > ul.header-nav > li:after {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ffda6b;
	float: right;
	margin: 30px 0;
}
#masthead .header-search-form-wrapper input {
	background: #fff;
}
.absolute-footer {
	padding: 10px;
}
.copyright-footer {
	color: #fff;
	font-size: 13px;
}
.footer-info p {
	margin-bottom: 8px;
	font-size: 14px;
}
.mxh a {
	border-radius: 5px !important;
	border: solid 1px #ffffff82 !important;
	margin-bottom: 0;
}
.section-title-container .section-title-center b {
	background-color: transparent;
}
.section-title-container .section-title-center span {
	text-transform: inherit;
}
.des-contact p {
	margin-bottom: 5px;
}
.des-contact p {
	margin-bottom: 8px;
}
.info-contact p {
	margin-bottom: 8px;
	position: relative;
	padding-left: 25px;
}
.info-contact p:before {
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	color: #ff7380;
}
.info-contact p:first-child:before {
	content: '\f3c5';
}
.info-contact p:nth-child(2):before {
	content: '\f3ce';
}
.info-contact p:nth-child(3):before {
	content: '\f086';
}
.info-contact p:nth-child(4):before {
	content: '\f0e0';
}
.contact-section .large-10 > .col-inner {
	background: #fff;
	box-shadow: 0px 0px 15px -4px #00000030;
	padding: 20px;
	border-radius: 10px;
}
.contact-section .large-10 > .col-inner {
	background: #fff;
	box-shadow: 0px 0px 15px -4px #00000030;
	padding: 20px;
	border-radius: 10px;
}
form.wpcf7-form {
	margin-bottom: 0;
}
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form input:focus, form.wpcf7-form textarea:focus {
	box-shadow: none !important;!i;!;
}
form.wpcf7-form input {
	border-radius: 5px;
	font-size: 14px;
	height: 40px;
}
form.wpcf7-form textarea {
	border-radius: 5px;
	min-height: 100px;
	font-size: 14px;
}
form.wpcf7-form .col {
	padding-bottom: 0;
}
form.wpcf7-form label span {
	color: red;
}
.FormContact button {
	background: #ff7380;
	font-weight: 100;
	text-transform: inherit;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.wpcf7 .wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7-response-output {
	margin: 0 !important;!i;!;
	border: 0 !important;!i;!;
	font-size: 12px;
	padding-left: 0 !important;!i;!;
	font-weight: bold;
	color: red;
}
.blog-wrapper .post-sidebar {
	padding-left: 0;
}
.blog-single .entry-header .entry-category a {
	background: #ff7380;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
}
.blog-single .entry-header h1.entry-title {
	text-transform: capitalize;
}
.entry-header-text-top {
	padding-bottom: 0;
}
.time {
	font-size: 14px;
	text-transform: uppercase;
}
.time b {
	color: #ff8f99;
}
.time span {
	margin: 0 10px;
}
@media(min-width: 768px){

	.entry-meta{display: none;}

	#nav-below{

		padding: 10px 0;
		background: white;


	}

}

.nav-previous > a {

	display: block;

	text-overflow: ellipsis;

	word-wrap: break-word;

	overflow: hidden;

	max-height: 3em;

	line-height: 3em;

	background: #ff7380;



}

.nav-previous > a:before{

	display: block !important;

	content: 'BÀI TRƯỚC';

	color: white;

	text-align: center;

	font-size: 20px;

}


.nav-next > a {

	display: block;

	color: white;

	text-overflow: ellipsis;

	word-wrap: break-word;

	overflow: hidden;

	max-height: 3em;

	line-height: 3em;

	background: #ff7380;

}

.nav-next > a:before{

	display: block !important;

	content: 'BÀI KẾ TIẾP';

	color: white;

	text-align: center;

	margin-right: -10px;

	font-size: 20px;

}
.entry-content .blog-share {
	text-align: left;
	position: relative;
}
.is-divider {
	display: none;
}
.entry-content .blog-share:before {
	content: 'Chia sẻ: ';
	position: relative;
	margin-right: 6px;
}
.entry-content .blog-share a {
	color: #ff7380;
	font-size: 18px;
}
.baivietlienquan {
	margin-top: 10px;
}
.tieudebaiviet {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #ff7380;
	margin-bottom: 10px;
}
.relatedcat-x+.relatedcat-x {
	margin-top: 5px;
}
.relatedcat-text a {
	display: block;
	padding-left: 20px;
	position: relative;
	transition: all .3s;
}
.relatedcat-text a:before {
	content: '+';
	position: absolute;
	left: 0;
}
.relatedcat-text a:hover {
	color: #ff7380;
	text-decoration: underline;
}
.widget-title {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 1px #ececec;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#secondary .widget ul > li > a, #shop-sidebar .widget ul > li > a {
	color: #000;
	font-size: 15px;
	padding-left: 20px;
	display: block;
	position: relative;
	transition: all .2s;
}
#secondary .widget ul > li+li, #shop-sidebar .widget ul > li+li {
	border-top: 0;
}
#secondary .widget ul > li > a:before, #shop-sidebar .widget ul > li > a:before {
	content: '\f105';
	position: absolute;
	left: 0;
	font-family: FontAwesome;
}
#secondary .widget, #shop-sidebar .widget {
	border: solid 1px #ececec;
	padding: 15px;
	border-radius: 5px;
}
#secondary .widget ul > li > a:hover, #shop-sidebar .widget ul > li > a:hover {
	color: #ff8f99;
}
.blog-wrapper .page-title {
	font-size: 24px;
}
.blog-wrapper .page-title:before {
	content: '';
	background: #ff7380;
	position: absolute;
	width: 60px;
	height: 2px;
	left: 50%;
	transform: translate(-50%);
	bottom: -7px;
}
.post-item .box  .image-cover {
	padding-top: 70% !important;
	border-radius: 10px;
}
.post-item .box .box-text {
	padding: 10px 0;
}
.post-item .box .box-text .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 6px;
}
.time-box {
	font-style: italic;
	font-size: 14px;
	color: #909090;
	margin-bottom: 5px;
}
.post-item .box .box-text p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.post-item .box:hover .image-cover img {
	transform: scale(1.05);
}
.post-item .box:hover .box-text .post-title a {
	color: #ff7380;
}
.breadcrumbs , .breadcrumbs a {
	font-size: 14px;
	text-transform: inherit;
	color: #000;
}
.shop-page-title .page-title-inner {
	border-bottom: dashed 1px #ececec;
}
.product-title {
	color: #ff7380;
}
.product-info .price {
	border-top: dashed 1px #ececec;
	border-bottom: dashed 1px #ececec;
	padding: 12px 0;
	position: relative;
}
.product-info .price {
	font-size: 18px;
}
.product-info .price:before {
	content: 'Giá: ';
	font-size: 16px;
	font-weight: 100;
}
table.variations .label {
	font-size: 18px;
	display: block;
	width: 100%;
}
table.variations .value {
	display: block;
}
.variations .reset_variations {
	display: none;
}
.ux-quantity input {
	box-shadow: none;
	background: #fff !important;!i;!;
	height: 50px;
}
.ux-quantity input.qty {
	border-left: 0;
	border-right: 0;
}
.woocommerce-variation-price {
	border-top: 0;
}
.single_add_to_cart_button {
	border-radius: 5px;
	font-size: 18px;
	height: 50px;
	font-weight: 100;
}
.ux-quantity input.minus, .ux-quantity input.plus {
	background: #ff7380 !important;!i;!;
	color: #fff;
	width: 40px;
}
.product-short-description p {
	margin-bottom: 0;
}
.product-short-description {
	background: #f4f4f4;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	border: solid 1px #efefef;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	box-shadow: 0px 0px 15px 0px #0000000d;
}
.product-footer .woocommerce-tabs {
	border-top: 0;
	padding-top: 0;
}
.product-footer .woocommerce-tabs > ul > li > a:before {
	display: none;
}
.product-footer .woocommerce-tabs > ul > li > a {
	padding: 0px 20px;
	line-height: 40px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	z-index: 1;
	background: #000;
	text-transform: inherit;
	font-size: 16px;
}
.product-footer .woocommerce-tabs > ul > li {
	margin: 0;
}
.product-footer .woocommerce-tabs > ul > li.active > a {
	background: #ff7380;
}
.product-footer .tab-panels {
	padding-top: 0;
	background: #f4f4f4;
	padding: 20px 20px 20px;
	border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	margin: -1px 0px 0px 0px;
}
.product-footer .tab-panels .entry-content p:last-child {
	margin-bottom: 0;
}
.product-section {
	border-top: 0;
}
.product-section h3.product-section-title {
	position: relative;
	padding: 0;
	margin-bottom: 30px;
}
.product-section h3.product-section-title:before {
	content: '';
	background: #ff7380;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 60px;
	height: 2px;
}
.proloop {
	border: 4px solid #f4f4f4;
}
.proloop .box-text {
	padding: 15px 20px;
	text-align: center;
}
.proloop .box-text .name a {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.proloop .box-text .amount {
	font-size: 16px;
	color: #ff7380;
}
.btn-cart-box {
	padding: 10px 20px;
	background: #ff7380;
	margin: 12px 0 0 !important;!i;!;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	border: solid 1px #ff7380;
}
.btn-cart-box:hover {
	background: transparent !important;!i;!;
	border: solid 1px #ff7380;
	color: #ff7380;
}
.proloop:hover img {
	transform: scale(1.1);
}
.woocommerce-ordering, .woocommerce-ordering select {
	box-shadow: none;
	width: 200px;
	font-size: 15px;
}
#shop-sidebar .woocommerce-widget-layered-nav-list .count {
	display: none;
}
#shop-sidebar .woocommerce-widget-layered-nav-list a:before {
	content: "" !important;
	border-radius: 30px;
	position: absolute;
	top: 9px;
	left: 0;
	height: 18px;
	width: 18px;
	background: #fff;
	border: 1px solid #c3c3c3;
}
#shop-sidebar .woocommerce-widget-layered-nav-list > li.chosen > a:before {
	content: "";
	border-radius: 30px;
	position: absolute;
	top: 9px;
	left: 0;
	height: 18px;
	width: 18px;
	background: #ff7380;
	border: 1px solid #ff7380;
	opacity: 1;
}
#shop-sidebar .woocommerce-widget-layered-nav-list a {
	padding-left: 30px !important;!i;!;
}
.woocommerce-billing-fields p {
	width: 100%;
}
.woocommerce-billing-fields p input {
	height: 45px;
	box-shadow: none;
}
.woocommerce-additional-fields {
	display: none;
}
.woocommerce-billing-fields p textarea {
	box-shadow: none;
	min-height: 100px;
}
.home-2 {
	background-image: url(/wp-content/uploads/2024/10/icon_wrapper_bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #ff7380;
}
.boxCate .icon-box-img .icon-inner {
	display: inline-block;
	height: 133px;
	width: 133px;
	position: relative;
}
.boxCate .icon-box-img .icon-inner {
	background: url(/wp-content/uploads/2024/10/icon_wrappericon_bg.png) no-repeat;
}
.boxCate .icon-box-img .icon img {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.boxCate .icon-box-img .icon img {
	width: 53px;
	height: 53px;
	padding-top: 0;
}
.boxCate .icon-box-img .icon img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.boxCate:hover .icon-box-img .icon img {
	-moz-transform: scale(1.05) rotate(360deg) translate(0px);
	-webkit-transform: scale(1.05) rotate(360deg) translate(0px);
	-o-transform: scale(1.05) rotate(360deg) translate(0px);
	transform: scale(1.05) rotate(360deg) translate(0px);
}
.boxCate .icon-box-img {
	width: 100%;
}
.boxCate .icon-box-text p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.home .section-title-container .section-title-center:before {
	content: '';
	background: #ff7380;
	width: 60px;
	height: 2px;
	left: 50%;
	transform: translate(-50%);
	bottom: -8px;
	position: absolute;
}
.home .section-title-container .section-title-center span {
	font-size: 30px;
	text-transform: capitalize;
}
.home-3 .section-bg img {
	height: auto;
	background-attachment: fixed;
	background-position: 50% -10px;
}
.boxShop  p {
	font-size: 20px;
	font-weight: bold;
}
.boxShop:hover p {
	color: #ff7380;
}
.home-4 {
	background-image: url(/wp-content/uploads/2024/10/icon_wrapper_bg_2.png);
	background-color: rgb(120, 214, 240);
	background-position: 50% 12px;
}
.item-circle {
	text-align: center;
	background: url(https://banhkem.dienhoaxanh.com/wp-content/uploads/2024/10/icon_content.png) no-repeat scroll center center;
	background-size: contain;
	display: table;
	margin: auto;
	width: 217px;
	height: 217px;
	cursor: pointer;
}
.item-circle {
	-webkit-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	transition: background 0.3s linear 0s;
}
.item-content {
	display: table-cell;
	vertical-align: middle;
}
.number-img img {
	display: inline-block;
}
.number-text {
	font-size: 24px;
	width: 100%;
	position: relative;
	color: #78d6f0;
	font-weight: bold;
}
.number-img {
	display: inline-block;
	margin-bottom: 10px;
}
.item-circle h4 a {
	font-size: 16px;
	color: #78d6f0;
}
.item-circle span.number-img::before {
	background: #78d6f0;
	content: "";
	height: 2px;
	display: inline-block;
	width: 46px;
	margin-right: 10px;
}
.item-circle span.number-img::after {
	background: #78d6f0;
	content: "";
	height: 2px;
	display: inline-block;
	width: 46px;
	margin-left: 10px;
}
.item-content p {
	font-size: 16px;
	color: #8ed6f0;
	margin-bottom: 0;
	font-weight: bold;
}
.proloop .box-image .image-fade_in_back img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.proloop .box-image {
    position: relative;
    padding-top: 100%;
}
.product-gallery-slider img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.product-gallery-slider .woocommerce-product-gallery__image {
    padding-top: 100% !important;
}
.phone-now {
    font-size: 17px;
}
.phone-now a {
    color: #ff7380;
    font-weight: bold;
}
@media (min-width: 992px){
	.nopad{
		padding-bottom: 0;
	}
	#masthead {
		position: relative;
		display: inline-block;
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 50px 0 0;
	}
	#masthead:not(.home #masthead) {
		margin-top: 20px;
	}
	#masthead:before {
		content: "";
		position: absolute;
		top: 35px;
		width: 100%;
		height: 19px;
		background: url(https://banhkem.dienhoaxanh.com/wp-content/uploads/2024/09/iconbgtopimg.png) repeat-x;
		left: 0;
		z-index: 0;
	}
	#masthead .header-inner {
		text-align: center;
		width: 100%;
		background: url(https://banhkem.dienhoaxanh.com/wp-content/uploads/2024/09/menu_center.png) repeat-x;
		width: 90%;
		border-radius: 5px;
		position: relative;
		height: 68px;
	}
	.header-bg-color {
		background-color: transparent;
	}
	.home-1 {
		margin-top: -40px;
	}
	#masthead .header-inner:after {
		content: "";
		float: right;
		background: url(https://banhkem.dienhoaxanh.com/wp-content/uploads/2024/09/menu_right.png) no-repeat right center;
		height: 68px;
		width: 40px;
		position: absolute;
		right: -37px;
		top: 0;
	}
	#masthead .header-inner:before {
		content: "";
		float: left;
		background: url(https://banhkem.dienhoaxanh.com/wp-content/uploads/2024/09/menu_left.png) no-repeat left center;
		height: 68px;
		width: 40px;
		position: absolute;
		left: -37px;
		top: 0;
	}
	#logo {
		margin-right: 0 !important;
		width: 150px !important;
		top: -25px;
		position: relative;
	}
	#logo img {
		max-height: 120px !important;
	}
	.boxCate .icon-box-img{
		width: 100% !important;
	}
}
@media (max-width: 849px){
	#masthead {
		text-align: center;
		width: 100%;
		background: url(https://banhkem.dienhoaxanh.com/wp-content/uploads/2024/09/menu_center.png) repeat-x;
		border-radius: 5px;
		position: relative;
		height: 68px;
	}
	#masthead ul.mobile-nav > li > a {
		color: #fff;
	}
	.mfp-content .header-search-form-wrapper input {
		border-radius: 5px;
		height: 45px;
		background: transparent;
		font-size: 14px;
	}
	.mfp-content {
		background: #fff !important;!i;!;
		transition: transform .5s, opacity .3s !important;!i;!;
	}
	.off-canvas .nav-vertical>li>a {
		color: #000;
		font-size: 20px;
		text-transform: capitalize;
	}
	.off-canvas .nav-vertical>li+li {
		border-top: dashed 1px #ccc;
	}
	.off-canvas .nav-vertical>li>button {
		opacity: 1;
	}
	.off-canvas .nav-vertical li ul>li>a {
		color: #000;
		position: relative;
		padding-left: 30px !important;!i;!;
	}
	.off-canvas .nav-vertical li ul {
		padding-bottom: 10px !important;!i;!;
	}
	.off-canvas .nav-vertical li ul>li>a:before {
		content: '\f0da';
		position: absolute;
		left: 12px;
		font-family: FontAwesome;
	}

	.mfp-ready .mfp-close {
		opacity: 1;
	}
}
@media (max-width: 549px){
	.nopadm{
		padding-bottom: 0 !important;
	}
	.boxCate {
		align-items: center;
	}
	.boxCate .icon-box-img .icon img {
		width: 35px;
		height: 35px;
	}
	.boxCate .icon-box-text {
		padding-left: 40px !important;!i;!;
	}
	.boxCate .icon-box-img .icon-inner {
    height: 80px;
    width: 80px;
    background-size: 80px 80px !important;
}
}