/*======HEADER====*/
#primary-nav{
	transition:  all 0.4s;
}
#site-header{
	z-index: 3;
}
#site-header.scroll #primary-nav{
	position: fixed;
	width: 100%;
	z-index: 3;
}
#site-header.nav-up #primary-nav{
	top: -58px;
}
#site-header.nav-down #primary-nav{
	top: 0px;
}
#page-header{
	position: relative;
	overflow: hidden;
	background: url(../images/bg-header.jpg) no-repeat;
	background-size: cover;
}
.header-logo{
	position: relative;
	z-index: 1;
}
.header-logo a{
	margin-top: 10px;
	display: block;
}
.header-logo a img{
	display: block;
}
/*=====DOCTOR HOMEPAGE=====*/
.doctor-homepage{
	padding: 50px 0;
	background: url(../images/bg-doctor.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	max-height: 585px;
	overflow: hidden;
}
.doctor-homepage .s-title{
	text-align: center;
	text-transform: uppercase;
	color: #f7f318;
	font-weight: bold;
}
.doctor-homepage .sub-heading{
	color: #fff;
	max-width: 80%;
	font-weight: 300;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}
.list-doctor .thumb {
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 65px auto 30px;
	border-radius: 100%;
	border: 2px solid rgba(255, 235, 59, 0.64);
}
.list-doctor .thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%

}
.list-doctor .v-card{
	color: #41de94;
	font-size: 16px;
	border-bottom: 1px dashed rgba(255, 235, 59, 0.64);
	max-width: 80%;
	margin: 0 auto;
	min-height: 55px;
}
.post.doctor .post-content {
	text-align: center;
	font-size: 14px;
}
.post.doctor .post-content p {
	margin-bottom: 5px;
	padding: 0 10px;
}
.post.doctor .post-title {
	color:#ffeb3b;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
.post.doctor .post-title a{
	color:#ffeb3b;
}
.post.doctor .readmore a {
	color: #fff;
	background: #ffc107;
	padding: 8px 10px;
	border-radius: 4px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.list-doctor .post:hover .readmore a{
	opacity: 1;
	visibility: visible;
}
.post.doctor .readmore a:hover {
	background: #3f9043;
}
.post.doctor a i {
	margin-right: 5px;
}
.doctor-homepage .slick-prev:before,
.doctor-homepage .slick-next:before{
	color: #fff;
}
/*=====BÀI THUỐC HAY===*/
.content-medical{
	margin: 30px 0;
}
/*=====DƯỢC LIỆU===*/
.homepage-herbal{
	background: #fff url(../images/bg-wave.png) no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 50px 0;
}
.homepage-herbal .s-title{
	font-size: 2.8rem;
	text-transform: uppercase;
	color: #046738;
	font-weight: 900;
	text-align: center;
	max-width: 80%;
	margin: 15px auto;
}
.homepage-herbal .readmore{
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	background: #046738;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.list-post-herbal .thumbnail{
	display: block;
	width: 150px;
	height: 150px;
	border:2px solid #cd9c3d;
	border-radius: 100px;
	overflow: hidden;
	margin: 15px auto;
}
.list-post-herbal .post-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
.list-post-herbal .post-title a{
	color: #cd9c3d;
}
.list-post-herbal .slick-dots button:before{
	font-size: 12px;
	height: 11px;
	line-height: 12px;
	transition: all 0.3s;
}
.slick-dots li.slick-active button:before{
	color: #07512e;
}
.slick-dots .slick-active button:before{
	background: #07512e;
	width: 25px;
	border-radius: 30px;
	color: #07512e;
}
#our-company{
	padding: 50px 0;
	background: #f2f2f2;
}
#our-company .widget-title{
	color: #046738;
	background: none;
	text-align: left;
}
#our-company .list-image-thumb{
	margin-top: 15px;
}
#our-company .list-image-thumb .item{
	margin:0 15px;
}
#our-company .list-image-thumb img{
	border:2px solid #046738;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
#our-company .list-image-thumb .slick-current.slick-active.slick-center img{
	border-color: #ff9800;
}
.list-video-large  .thumb{
	height: 315px;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 0;
}
.list-video-large .post-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: rgba(0,0,0,0.2);
	margin-bottom: 0;
}
.list-video-large .post-title a,
.list-video-large .post-title a:hover{
	color: #fff;
}
.list-video-large  .thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.list-video-thumb{
	margin: 15px -15px;
}
.list-video-thumb  .thumb{
	height: 110px;
}
/*Archive Doctor*/
body.post-type-archive-bacsi #main-content{
	background: url(../images/bg-doctor-archive.jpg) repeat;
}
.list-archive-doctor{
	
}
.list-archive-doctor .doctor .post-title{
	color: #3f9043;
}
#doctor-archive .post.doctor{
	border-bottom: 1px dashed #ccc;
	border-right:1px dashed #ccc;
	margin-bottom: 0;
}
#doctor-archive .doctor:nth-child(3),
#doctor-archive .doctor:nth-child(3n){
	border-right: none;
}
#doctor-archive .doctor:nth-child(4),
#doctor-archive .doctor:nth-child(5),
#doctor-archive .doctor:nth-child(6){
	border-bottom: none;
}
/*========ARCHIVE HERBAL=======*/
.archive-herbal-container .pagination {
	justify-content: center;
}
/*=====CATEGORY====*/
.featured-post-cat{
	margin-bottom: 15px;
}
.featured-post-cat .first-post{
	margin-bottom: 15px;
}
.featured-post-cat .featured-post{
	margin-bottom: 15px;
}
.featured-post-cat .featured-post .post-inner{
	background: #ededed;
	padding: 0 15px 15px 15px;
}
.featured-post-cat .first-post .post-inner{
	padding: 15px;
}
.featured-post-cat .first-post .post-inner:after{
	content: '';
	display: table;
	clear: both;
}
.featured-post-cat .first-post .btn-readmore{
	color: #fff;
	background: #3f9043;
	padding-top: 2px;
	padding-bottom: 2px;
}
.featured-post-cat .thumbnail{
	margin:0 -15px;
	margin-bottom: 10px;
	width: calc(100% + 30px);
	height: 165px;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.featured-post-cat .thumbnail img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.featured-post-cat .first-post .thumbnail{
	width: 365px;
	height: 265px;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-right: 15px;
	margin-bottom: 0;
}
.featured-post-cat .post-title{
	font-size: 16px;
	font-weight: bold;
}
.featured-post-cat .first-post .post-title{
	font-size: 18px;
}
.featured-post-cat .post-title a{
	color: #046738;
}
.featured-post-cat .post-title a:hover{
	color: #333;
}
.featured-post-cat .post-excerpt{
	font-size: 15px;
}
/*======BÀI THUỐC HAY===*/
.s-child-cat{
	padding-bottom: 15px;
}
.s-child-cat .list-title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #3f9043;
}
.s-child-cat:nth-child(2n) .list-title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddb158;
}
.s-child-cat .list-title span{
	background: #3f9043;
	padding: 10px 15px;
	color: #fff;
	display: inline-block;
}
.s-child-cat:nth-child(2n) .list-title span{
	background: #ddb158;
	padding: 10px 15px;
	color: #fff;
	display: inline-block;
}
.list-child-post .post-inner{
	border:1px solid #ececec;
	margin-bottom: 30px;
}
.list-child-post .post-title{
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px;
}
.list-child-post  .thumb{
	width: 100%;
	height: 165px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.list-child-post  .thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.list-child-post .post-title{
	min-height: 80px;
}
.list-child-post .post-title a{
	color: #000;
}
.list-child-post .post-title a:hover{
	color:  #3f9043;
}
#office-container .col-md-12{
	margin-top: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}
#office-container .col-md-12:last-child{
	border:none;
}
/*=======SẢN PHẨM=====*/
.product-storage p{
	font-size: 14px;
	color: #555;
}
.product-storage p strong{
	margin-right: 10px;
	color: #f44336;
}
.product-storage p span{
	color: #3f9043;
	font-weight: bold;
}
#single-product{
	border-bottom:1px dashed #dcdcdc;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.single-product-info .product-title{
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 10px;
}
.single-product-info .price{
	font-size:30px;
	font-weight: 900;
	line-height: 1;
}
.single-product-info .price sup{
	font-size: 13px;
	font-weight: normal;
}
.product-description p{
	margin-bottom: 10px;
	font-size: 15px;
}
.single-product-info .product-description{
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 15px;
}
form.send-numberphone{
	padding: 10px 10px;
	background: #9f9d24;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
}
form.send-numberphone .btn{
	width: 50px;
	background: #046738;
	color: #fff;
	border-radius: 0;
	font-size: 13px;
	padding: 9px 10px !important;
	border:none;
}

form.send-numberphone .form-control{
	width: calc(100% - 50px);
	float: left;
	border-radius: 0;
	border:none;
}
form.send-numberphone .form-group{
	margin-bottom: 0;
}
.single-product-info .hotline{
	font-size: 15px;
}
.single-product-info .hotline a{
	color: red;
}

#single-product .privacy .inner{
	background: #f4f4f4;
	padding: 15px;
}
.privacy img{
	display: block;
	margin: 10px auto;
}
.privacy .title{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #046738;
}
.privacy ul{
	list-style: none;
	padding-left: 0;
}
.privacy li{
	font-size: 15px;
	margin:5px 0;
	position: relative;
	padding-left: 15px;
}
.privacy li:before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #ccc;
	position: absolute;
	top: 8px;
	left: 0;
}
.privacy li a{
	color: #4caf50;
	font-size: 13px;
}
.cta-bottom{
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.cta-bottom .btn-add-to-cart {
	background: #046738;
	color: #fff;
	text-transform: uppercase;
	width: calc(100% - 80px);
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}

.cta-bottom .btn-add-to-cart:hover{
	background: #3f9043;
}
.cta-bottom .btn-add-to-cart span{
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}
.cta-bottom img{
	margin-right: 10px;
	float: left;
}
.cta-bottom .price{
	font-weight: bold;
}
.cta-bottom .page-title{
	font-size: 14px;
}
.sidebar-default .widget-product{
	border:2px solid #046738;
}
/*======FAQs=====*/
.list-post-faq .faq-heading{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.list-post-faq .faq-post {
	position: relative;
	padding-bottom: 0px;
	transition: all 0.3s;
}
.list-post-faq .faq-post:last-child{
	border:none;
}
.list-post-faq .faq-post .post-title{
	font-size: 16px;
	font-weight: bold;
	background: #f4f4f4;
	padding: 10px 15px;
	transition: all 0.3s;
}
.list-post-faq .faq-post .post-title a{
	color: #333;
	transition: all 0.3s;
}
.list-post-faq .faq-post.active .post-title{
	background: #046738;
	color: #fff;
}
.list-post-faq .faq-post.active .post-title a{
	color: #fff;
}
.list-post-faq .faq-post:hover .post-title{
	background: #046738;
	color: #fff;
}
.list-post-faq .faq-post:hover .post-title a{
	color: #fff;
}
.faq-post .entry{
	color: #333;
	font-size: 14px;
	padding-bottom: 10px;
	display: none;
}
.faq-post.active .entry{
	display: block;
}
/*=====SỐNG KHỎE====*/
.title-page{
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	font-size: 24px;
	display: inline-block;
	color: #5b4e31;
	padding: 0 65px;
}
.title-page:before{
	content: '';
	background: #e0ba64;
	height: 15px;
	width: 100%;
	left: 0;
	bottom: -1px;
	position: absolute;
	z-index: -1;
}
.list-cat{
	list-style: none;
}
.list-cat li{
	display: inline-block;
}
.list-cat li a{
	display: inline-block;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 500;
	background: #d6e7dd;
	text-align: center;
	padding: 2px 20px;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
}
.widget-health{
	margin-bottom: 15px;
}
.widget-health .widget-header{
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #f3f3f3;
}
.widget-health .sub-cat{
	display: flex;
	align-items: center;
	margin-left: auto;
	width: calc(100% - 125px);
}
.widget-health .sub-cat .view-all{
	display: block;
	margin-left: 15px;
	font-size: 16px;
	background: transparent;
	padding: 2px 0;
	color: #949494;
	font-weight: 500;
	border-bottom: 1px solid #949494;
	border-radius: 0;
	line-height: 6px;
	letter-spacing: 0.5px;
	margin-right: 0;
}
.widget-health .sub-cat .view-all i{
	margin-right: 5px;
}
.widget-health .list-cat{
	margin-bottom: 0;
	margin-right: auto;
}
.widget-health .list-cat a{
	margin-bottom: 0;
	background: none;
	padding: 0 5px;
}
.widget-health .list-cat a:hover{
	color: #e0ba64;
}
.widget-health .widget-title{
	margin-bottom: 0;
}
.widget-health .widget-title a{
	padding: 5px 15px;
	color: #fff;
}
.widget-health  .post-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 0 15px;
	min-height: 45px;
}
.widget-health  .post-title a{
	color: #333;
}
.widget-health  .post-title a:hover{
	color: #e0ba64;
}
.widget-health .post-excerpt{
	font-size: 15px;
	color: #a2a2a2;
	padding: 0 15px;
}
.widget-cat-one .thumb{
	width:100%;
	height: 225px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 10px;
	border-bottom: 3px solid #e0ba64;
}
.widget-cat-one .thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.widget-cat-one .post .inner{
	border: 1px solid #ececec;
	margin-bottom: 30px;
}
.widget-cat-one .bottom-post a{
	font-size: 16px;
	font-weight: bold;
	color: #5b5b5b;
	line-height: 25px;
	display: block;
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: 17px;
	min-height:55px;
}
.widget-cat-one .bottom-post a:hover{
	color: #e0ba64;
}
.s-widget-one{
	padding: 50px 0;
}
.s-widget-two{
	background:#f3f3f3;
	padding: 50px 0;
}
.s-widget-two .widget-health .widget-header{
	border-color: #e8e8e8;
}
.box-two .list-post-link{
	padding-left: 0;
	list-style: none;
}
.box-two li{
	position: relative;
	padding: 10px 0 10px 17px;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 16px;
}
.box-two ul li:last-child{
	border-bottom: none;
}
.box-two .list-post-link li:before{
	position: absolute;
	content: "";
	background: #197b4a;
	width: 5px;
	height: 5px;
	left: 0;
	top: 17px;
}
.box-two .list-post-link li a{
	font-weight: bold;
	color: #333;
}
.box-two .list-post-link li a:hover{
	color: #3f9043;
}
.box-two .post{
	margin-bottom: 15px;
}
.box-two .first-post{
	margin-bottom: 0;
}
.box-two .thumb{
	display: flex;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 110px;
	margin-bottom: 15px;
}
.box-two .thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.box-two .first-post .thumb{
	display: flex;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 290px;
	margin-bottom: 15px;
}
.box-two .first-post .thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.box-two .first-post .post-title{
	min-height: auto;
}
.box-two .post-title{
	min-height: auto;
	padding: 0;
}
.box-two .first-post  .post-excerpt{
	padding: 0;
}
.box-two .post-excerpt{
	margin-bottom: 0;
}
/*=======CATEGORY========*/
@media(min-width: 991px){
	.sidebar-default .widget-sticky{
		background: #fff;
		position: sticky;
		top: 15px;
		z-index: 1;
	}
}
/*=====VIDEO=====*/
body.post-type-archive-video .post-video .thumb::before{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}
/*=====overwrite suggest post===*/
#sticky-after-title{
	background: none;
	border:none;
	padding: 0;
	margin: 15px 0;
}
#sticky-after-title li{
	padding-left: 15px;
	font-weight: bold;
	position: relative;
}
#sticky-after-title li:before{
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 8px;
	left: 5px;

}
#sticky-after-title ul li a{
	font-family: Roboto,sans-serif;
	color: #0d72c7;
	position: relative;
}
#sticky-after-title ul li a:after{
	content: "";
	position: absolute;
	background: url(../images/bulet.png) no-repeat;
	width: 10px;
	height: 10px;
	right: -18px;
	top: 7px;
}
#sticky-after-content{
	border-bottom: 1px dashed #ccc;
}
.sticky-heading{
	font-weight: bold;
	text-transform: uppercase;
	color: #3f9043;
}
#sticky-after-content .list-sticky-post{
	margin-bottom: 0;
}
#sticky-after-content .post{
	margin-bottom: 15px !important;
}
#sticky-after-content .post-title a{
	color: #07512e;
}
#sticky-after-content .post-title a:hover{
	color: #3f9043;
}
/*=====overwrite Author Meta===*/
.mdn-post-meta{
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #ccc;
	display: flex;
	align-items: center;
}
.mdn-post-meta p{
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 700;
}
.mdn-post-meta .social-share-button{
	margin-left: auto;
}
.mdn-post-update-time{
	display: flex;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #ccc;
	display: flex;
	align-items: center;
}
.mdn-post-update-time p{
	margin-bottom: 0;
}
.mdn-post-update-time .social-share-button{
	margin-left: auto;
}
/*======COMMENT===*/
.comment-section-title{
	text-transform: uppercase;
	font-weight: 700;
	color:#3f9043 ;
}
/* Related Post */
.related-title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	color:#3f9043;
	padding: 0 15px;
}
.list-related-post{
	margin-left: 0;
	margin-right: 0;
}
.list-related-post .post-item{
	margin-bottom: 30px;
}
.list-related-post .post-item .title{
	font-size: 16px;
	font-weight: 700;
}
.list-related-post .title a{
	color: #333;
}
.list-related-post .title a:hover{
	color: #197b4a;
}
.list-related-post .post-thumbnail{
	width: 100%;
	height: 153px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	margin-bottom: 10px;

}
.list-related-post .post-thumbnail img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
@media(max-width: 575px){
	.list-related-post .post-thumbnail{
		height: 90px;
	}
}
/* Đặt lịch */
.datepicker{
	background: #f1f1f1;
}
.bootstrap-timepicker-widget.dropdown-menu{
	background: #f1f1f1;
}
.bootstrap-timepicker-widget table td input{
	border:none;
}
.bootstrap-timepicker-widget  .glyphicon-chevron-up:before{
	content: "\f106";
	font: normal normal normal 14px/1 FontAwesome;
}
.bootstrap-timepicker-widget  .glyphicon-chevron-down:before{
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
}
.bootstrap-timepicker-widget table td input{
	width: 40px !important;
}
/*====RESPONSIVE===*/
@media(max-width: 1440px){
	#page-header{
		background-position: top 0 left -200px;
	}
}
@media(max-width: 1366px){
	#page-header{
		background-position: top 0 left -290px;
	}
}
@media(max-width: 1024px){
	#primary-nav .navbar-nav .nav-link{
		font-size: 13px;
	}
	.homepage-herbal .s-title{
		font-size: 2rem;
	}
	.widget-cat-one .thumb{
		height: 185px;
	}
}
@media(max-width: 991px){
	#primary-nav .navbar-nav .nav-link{
		font-size: 12px;
	}
}
@media(max-width: 768px){
	#content-top .col-md-8{
		width: 60%;
		max-width: 60%;
		flex: auto;
	}
	#content-top .col-md-4{
		width: 40%;
		max-width: 40%;
		flex: auto;
	}
	.content-top .item .inner{
		padding-left: 0;
		padding-right: 0;
	}
	#video-homepage,#slide-image{
		width: 100%;
		max-width: 100%;
		flex:auto;
	}
	#slide-image img{
		width: 100%;
	}
	.s-child-cat .list-child-post .thumb{
		height: 105px;
	}
}
@media(max-width: 767px){
	#page-header{
		background-position: top 0 left -290px;
	}
	#page-header .name-center,
	#page-header .slogan{
		display: none;
	}
	#page-header .row{
		align-items: center;
	}
	#page-header .header-button{
		text-align: right;
	}
	#primary-nav{
		padding: 0;
	}
	#primary-nav .homepage-icon{
		padding-left: 15px;
	}
	#primary-nav .navbar-nav .nav-link{
		font-size: 14px;
		text-align: left;
	}
	#content-top .col-md-4 ,
	#content-top .col-md-8{
		width: 100%;
		max-width: 100%;
		flex: auto;
		text-align: center;
	}
	.content-top .slogan{
		text-align: center;
	}
	.content-top .slogan:after{
		left: 50%;
		margin-left: -25px;
	}
	.content-top p.content{
		max-width: 100%;
		text-align: center;
	}
	.content-top .col-md-4 .mr-0{
		margin-right: -15px !important;
	}
	#content-top .container{
		width: 100%;
	}
	.content-top .item,
	.content-top .item .inner{
		background: #fff;
	}
	.content-top .item .heading a{
		color: #197b4a;
	}
	.content-top .item .heading a br{
		display: none;
	}
	.content-top .item:nth-child(1) {
		border-right: 1px dashed rgb(4, 103, 56);
		border-bottom: 1px dashed rgb(4, 103, 56);
	}
	.content-top .item:nth-child(2) {
		border-bottom:1px dashed rgb(4, 103, 56);
	}
	.content-top .item:nth-child(3) {
		border-right:1px dashed rgb(4, 103, 56);
	}
	.doctor-homepage .slick-next{
		right: 10px;
	}
	.doctor-homepage .slick-prev{
		left:  10px;
	}
	.widget-featured-item .col-md-4:nth-child(3n) {
		border-right: 1px dashed #ccc;
	}
	.widget-featured-item .col-md-4:nth-child(3) {
		border-right: 1px dashed #ccc;
	}
	.widget-featured-item .col-md-4:nth-child(1) {
		border-bottom: 1px dashed #ccc;
	}
	.homepage-herbal .col-md-5 img{
		display: block;
		margin:0 auto;
	}
	.s-child-cat .list-child-post .thumb {
		height: 215px;
	}
	.widget-cat-one .thumb {
		height: 155px;
	}
	.widget-cat-one .top-post .col-md-4{
		width: 50% !important;
		flex: auto;
		max-width: 100%;
	}
	.widget-cat-one .top-post .col-md-4:nth-child(2),
	.widget-cat-one .top-post .col-md-4:nth-child(3){
		width: 50%;
		flex: auto;
	}
	#doctor-archive .post.doctor {
		border-right: 1px dashed #ccc;
	}
	#doctor-archive .doctor:nth-child(4){
		border-bottom: 1px dashed #ccc;
	}
	#doctor-archive .doctor:nth-child(2n){
		border-right: none;
	}
}
@media(max-width: 575px){
	#page-header{
		background-position: top 0 left -250px;
	}
	#primary-nav .homepage-icon{
		display: none;
	}

	#primary-nav .ml-auto{
		display: none;
	}
	.btn-search-icon-mobile{
		background: none;
		outline: none;
		color: #ffeb3b;
		border-radius: 0;
		outline: none;
		box-shadow: none;
	}
	.btn-search-icon-mobile.show i::before {
		content: "\f00d";
	}
	.btn-search-icon-mobile:focus{
		box-shadow: none;
	}
	#primary-nav .search-form{
		padding: 0;
	}

	.content-top p.content{
		font-size: 16px;
	}
	.list-doctor .v-card{
		padding: 0 5px;
	}
	.list-doctor .thumb{
		margin-top: 30px;
	}
	.list-doctor .post .readmore a{
		visibility: visible;
		opacity: 1;
	}
	.widget-featured-item .col-md-4{
		border-right: none !important;
	}
	.widget-featured-item .col-md-4:nth-child(1),
	.widget-featured-item .col-md-4:nth-child(2),
	.widget-featured-item .col-md-4:nth-child(3){
		border-bottom: 1px dashed #ccc;
	}
	#bao-chi .col-md-4{
		padding-left: 15px;
		padding-right: 15px;
	}
	#bao-chi .col-md-4 img{
		width: 100%;
	}
	#bao-chi .col-md-8{
		background: none;
	}
	.s-child-cat .list-child-post .thumb {
		height: 155px;
	}
	.archive-header .list-cat{
		margin-bottom: 0;
	}
	.widget-cat-one .post{
		width: 50%;
		max-width: 100%:
	}
	.widget-cat-one .post:first-child{
		width: 100%;
	}
	.box-two .col-md-6:last-child .col-md-6{
		width: 50%;
		max-width: 50%;
		flex:auto;
	}
	.box-two .list-post-link{
		padding-left: 15px;
	}
	#doctor-archive .post.doctor{
		border-right: none;
	}
	#doctor-archive .doctor:nth-child(5){
		border-bottom: 1px dashed #ccc;
	}
	#method .excerpt{
		display: none;
	}
	.sidebar-home .widget-menu .sub-menu{
		display: none;
	}
	.sidebar-home  .menu-item-has-children{
		position: relative;
	}
	.sidebar-home  .menu-item-has-children:after{
		content: "\f105";
		font-size: 13px;
		color: rgba(255, 235, 59, 0.64);
		font: normal normal normal 14px/1 FontAwesome;
		position: absolute;
		right: 10px;
		top: 12px;
		transition: all 0.3s;
	}
	.sidebar-home  .menu-item-has-children.show:after{
		content: "\f107";
	}
	.mobile-hotline i{
		font-size: 20px;
		margin-right: 0;
	}
	.mobile-hotline .mobile-number{
		position: fixed;
		bottom: 65px;
		opacity: 0;
		visibility: hidden;
		left: -200px;
		z-index: 1;
		flex-direction: column;
		transition: all 0.3s;
	}
	.mobile-hotline .mobile-number.show{

		opacity: 1;
		visibility: visible;
		left: 0;
	}
	#fixed-footer .mobile-number .btn-hotline{
		border-radius: 0;
		margin-right: 0;
		text-align: left;
		border-bottom: 1px dashed #e0db1c;
		padding-right: 30px;
		padding-left: 30px;
	}
	#fixed-footer .mobile-number .btn-hotline:last-child{
		border:none;
	}
	body.show-backdrop{
		position: relative;

	}
	body:after{
		transition: all 0.3s;
	}
	body.show-backdrop:after{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.35);
	}
	#fixed-footer .btn-book span span{
		display: none;
	}
	#fixed-footer .btn{
		padding-top: 8px;
		padding-bottom: 8px;
		width: 100%;
	}
	#live-chat{
		display: none;
	}
}
@media(max-width: 415px){
	

	#fixed-footer .mr-auto .btn-hotline{
		margin-right: 0;
	}
	.doctor-homepage{
		max-height: inherit;
	}
	.content-medical{
		margin: 0;
	}
	.content-medical .col-md-2{
		margin-bottom: 15px;
	}
	.homepage-herbal{
		padding-top: 0;
	}
	.homepage-herbal .s-title{
		max-width: 100%;
	}
	#news-homepage .inner{
		padding: 30px 0;
	}
	.list-video-large .thumb{
		height: 220px;
	}
	.list-child-post .thumb{
		height: 85px;
	}
	.featured-post-cat .first-post .thumbnail{
		width: 170px;
		height: 115px;
	}
	.list-post-cat .thumb{
		width: 170px;
		height: 115px;
	}
	.s-child-cat .list-child-post .thumb {
		height: 130px;
	}
	.s-widget-one{
		padding: 30px 0;
	}
	.s-widget-two{
		padding-bottom: 0;
	}
	.widget-cat-one .post{
		width: 100%;
	}
	body.page-template-health #main-content{
		padding-bottom: 0;
	}
	.single-product-info .form-group.d-flex{
		flex-wrap: wrap;
	}
	.single-product-info .quantity,
	.cta-bottom .quantity{
		float: left;
	}
	#qty{
		width:100px !important;
		margin: 0 auto;
	}
	form.send-numberphone .form-control{
		width: 100%;
	}
	.cta-bottom #qty {
		width: 100px !important;
	}
	.cta-bottom .btn-add-to-cart {
		width: calc(100% - 120px);
	}
	.cta-bottom .send-numberphone .btn{
		width: 100%;
		margin-top: 10px;
	}
	.mdn-post-meta .social-share-button{
		display: none;
	}
	.doctor-homepage .sub-heading{
		max-width: 100%;
	}
}
@media(max-width: 375px){
	.s-child-cat .list-child-post .col-6{
		width: 100%;
		max-width: 100%;
		flex: auto;
	}
	.s-child-cat .list-child-post .thumb {
		height: 205px;
	}
}
@media(max-width: 320px){
	#fixed-footer .col-4,
	#fixed-footer .col-5{
		padding-left: 5px;
		padding-right: 5px;
	}
}
#breadcrumbs{
	background: #fbfbfb;
	border-bottom: 1px dashed #ccc;
	padding: 10px 15px;
	font-size: 14px;
}
#breadcrumbs a{
	color:#ddb158;
}
/*Style Short Code CTA*/
a.btn{
	display: inline-block;
}
.cta-btn-contact{
	display: flex;
	align-items: center;
	color: #197b4a;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	background: #fdf5db;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 15px;
}
.cta-btn-contact:hover,
.cta-btn-contact:focus{
	color: #197b4a;
}
.cta-btn-contact .icon{
	width: 30px;
	height: 30px;
	background:  #197b4a;
	color: #ffeb3b;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	margin-right: 10px;
}
.cta-btn-hotline{
	display: flex;
	align-items: center;
	color: #197b4a;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	background: #fdf5db;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 15px;
}
.cta-btn-hotline:hover,
.cta-btn-hotline:focus{
	color: #197b4a;
}
.cta-btn-hotline .icon{
	width: 30px;
	height: 30px;
	background:  #197b4a;
	color: #ffeb3b;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	margin-right: 10px;
}
.entry blockquote a {
	/* background: #eee; */
	color: #d7a444;
	cursor: pointer;
	padding: 0 3px;
	text-decoration: none;
}
blockquote.suggest-post {
	position: relative;
	border: 1px solid #d7a444;
	margin-top: 30px;
	padding: 25px 20px 15px 15px
}
blockquote.suggest-post span.title-block {
	position: absolute;
	top: -15px;
	left: 30px;
	background: #e8b759;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #d7a444;
}
blockquote.suggest-post::before{
	display: none;
}
blockquote.suggest-post li a:hover{
	color: #333;
}
.cta-book-calendar .inner{
	max-width: 80%;
	background: #f5ecd1;
	padding: 5px 15px;
	margin:  15px auto;
	border:2px solid #197b4a;
}
.cta-book-calendar  .name-center{
	font-size: 15px;
	color: #3a2311;

}
.cta-book-calendar .slogan{
	background: #ffdf6f;
	padding: 5px 10px;
	color: #cb200a;
	letter-spacing: 0;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}
.cta-book-calendar .col-left{
	padding: 0;
}
.cta-book-calendar .btn-book{
	background: #197b4a;
	color: #ffdf6f;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 0;
	font-size: 12px;
}
form.cta-question-form {
	max-width: 725px;
	margin: 15px auto;
	display: block;
	border-radius: 1px;
	overflow: hidden;
}
form.cta-question-form .form-left {
	background: #ddb158;
	color: #fff;
	padding: 16px;
	text-align: center;
}
form.cta-question-form .form-left img {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	display: block;
	margin: 15px auto;
}
form.cta-question-form .form-left p {
	font-weight: 400;
	font-size: 15px;
	max-width: 90%;
	margin: 15px auto;
}
form.cta-question-form .form-left .icon {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin: 30px auto;
	text-align: center;
	background: #f9c660;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}
form.cta-question-form .form-right {
	background:#f5f5f5;
	padding: 50px 30px 50px 15px;
}
form.cta-question-form .form-right .form-control {
	background: #f5f5f5;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	height: 30px;
}
form.cta-question-form .form-right textarea.form-control {
	height: 80px;
}
form.cta-question-form .form-right ::-webkit-input-placeholder {
	color: #c7c7c7;
}
form.cta-question-form .form-right ::-moz-placeholder {
	color: #c7c7c7;
}
form.cta-question-form .form-right :-ms-input-placeholder {
	color: #c7c7c7;
}
form.cta-question-form .form-right :-moz-placeholder {
	color: #c7c7c7;
}
form.cta-question-form .form-right .form-group {
	display: flex;
	align-items: center;
}
form.cta-question-form .form-right label {
	font-weight: bold;
	color: #000;
	display: inline-block;
	font-size: 14px;
	width: 100px;
	margin-bottom: 0;
}
form.cta-question-form .form-right button {
	width: calc(100% - 80px);
	background: #197b4a;
	color: #fff;
	margin-left: 80px;
	font-weight: 900;
	text-transform: uppercase;
}
form.cta-question-form .form-right .form-gender {
	width: calc(100% - 80px);
}
form.cta-question-form .form-right .item {
	width: 90px;
	cursor: pointer;
	font-size: 14px;
	margin-left: 15px;
	transition: all 0.3s;
	border-radius: 30px;
}
form.cta-question-form .form-right .item:hover,
form.cta-question-form .form-right .item.active {
	background: #197b4a;
	color: #fff;
	border-radius: 30px;
}
form.cta-question-form .form-right .item .icon {
	width: 30px;
	height: 30px;
	background: #eaf4f9;
	color: #333;
	display: inline-block;
	border-radius: 100px;
	line-height: 30px;
	text-align: center;
	margin-left: -3px;
}
form.cta-question-form .form-right .item .icon i {
	font-size: 18px;
}
@media(max-width: 575px){
	form.cta-question-form .form-right{
		padding-left: 30px;
	}
	form.cta-question-form .form-right button {
		width: 100%;
		margin-left: 0px;
	}
}
#comment, .comment-list {
	word-break: break-word;
}
.sidebar-default .widget-form{
	padding: 15px;
	background: #f3f3f3;
	margin: 15px 0;
	border-radius: 5px;
	overflow: hidden;
	position: sticky;
	top: 15px;
	z-index: 2;
}
.sidebar-default .widget-form .form-control{
	border-radius: 0;
}
.widget-form button{
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #3f9043;
	font-size: 14px;
}
.widget-form .widget-header img{
	width: 70px;
	height: 70px;
	background: #e2e2e2;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	box-shadow: 0 13px 25px -12px rgba(0,0,0,.25);
	float: left;
	border-radius: 100px;

}
.widget-form .widget-header{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.widget-form .widget-header span{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
@media(max-width: 575px){
	body{
		padding-top: 68px;
	}
	#site-header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
		border-bottom: 3px solid #ddb158;
		transition: all 0.3s;
	}
	#site-header.nav-up{
		top: -200px;
	}
	#site-header.nav-down{
		top: 0;
	}
	#site-header #primary-nav{
		top:0;
		border-bottom: none;
	}
	#site-header.scroll.nav-down #primary-nav{
		top:62px;
	}
	#site-header.nav-up #primary-nav{
		top: 0;
	}
}
/*Danh muc benh level 0*/
.titleWrapper {
	text-align: center;
	position: relative;
}
.titleWrapper .title {
	font-size: 30px;
	font-weight: 900;
	color: #5b4e31;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 65px;
	position: relative;
	margin-bottom: 20px;
}
.titleWrapper .title:before {
	content: '';
	background: #e0ba64;
	height: 20px;
	width: 100%;
	left: 0;
	bottom: -1px;
	position: absolute;
	z-index: -1;
}
.titleWrapper span {
	display: block;
	font-size: 16px;
	color: #606060;
	width: 75%;
	margin: 0 auto 50px;
}
.recent-post-cat .list-post-thumb {
	display: flex;
	flex-wrap: wrap;
}

.recent-post-cat .list-post-thumb .post-item{
	width: 25%;
	padding: 0 15px;
	margin-bottom: 15px;
}
.recent-post-cat .list-post-thumb .first-post{
	width: 50%;
}
.recent-post-cat .first-post .post-title{
	font-size: 16px;
	line-height: 1.2;

}
.recent-post-cat .first-post .post-title a{
	color: #000;
}
.recent-post-cat  .post-thumbnail{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 15px;
}
.recent-post-cat .list-post-thumb .post-thumbnail{
	height: 100px;
}
.recent-post-cat .first-post .post-thumbnail{
	height: 215px;
}
.recent-post-cat .post-thumbnail img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.recent-post-cat  .post-title{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 15px;
}
.recent-post-cat  .post-title a{
	color:#333;
	display: block;
}
.recent-post-cat  .post-title a:hover{
	color: #197b4a;	
}
.recent-post-cat .list-post-link .post-item{
	margin-bottom: 15px;
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 10px;
}
.recent-post-cat .list-post-link .post-item:last-child{
	border:none;
	margin-bottom: 0;
}
.recent-post-cat .list-post-link .post-title{
	position: relative;
	padding-left: 10px;
	margin-bottom: 0;
}
.recent-post-cat .list-post-link .post-title:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #197b4a;
	top: 5px;
	left: 0;
}
.s-child-cat{
	padding: 15px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	background: #f5f5f5;
	margin: 30px 0;
}
.s-child-cat li{
	display: inline-block;
	margin:5px;
}
.s-child-cat li a{
	display: block;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 6px;
	background: #d6e7dd;
}
.s-child-cat li a:hover{
	background: #197b4a;
	color: #fff;
}
.widget-cat-one .post-item{
	margin-bottom: 15px;
}
.widget-cat-one .post-title{
	font-size: 15px;
	font-weight: bold;
}
.widget-cat-one .post-title a{
	color: #333;
}
.widget-cat-one .post-title a:hover{
	color:  #197b4a;
}
.widget-cat-one .row .col-md-4:first-child .post-title,
.widget-cat-one .row .col-md-4:nth-child(2) .post-title{
	margin-bottom: 10px;
}
.widget-cat-one .post-thumbnail{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 15px;
	height: 200px;
}
.widget-cat-one .post-thumbnail img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.widget-cat-one .post-excerpt{
	color: #7d7b7c;
	font-size: 14px;
}
.widget-cat-one .list-post-link .post-title{
	position: relative;
	padding-left: 10px;
	margin-bottom: 0;
}
.widget-cat-one  .list-post-link .post-title:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #9a3700;
	top: 5px;
	left: 0;
}
.widget-cat-two .post-item:after{
	content: '';
	display: table;
	clear: both;
}
.widget-cat-two .big-post .post-thumbnail{
	margin-bottom: 15px;
}
.widget-cat-two .big-post .post-thumbnail{
	width: 100%;

	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 15px;
	height: 310px;
}

.widget-cat-two .big-post  .post-thumbnail img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.widget-cat-two .big-post .post-title a{
	font-size: 16px;
}
.widget-cat-two .small-post .post-item{
	margin-bottom: 15px;
}
.widget-cat-two .small-post .post-item:after{
	content: '';
	display: table;
	clear: both;
}
.widget-cat-two .small-post .post-thumbnail{
	width: 165px;
	height: 118px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	margin-right: 10px;
	float: left;
}
.widget-cat-two .small-post .post-thumbnail img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.widget-cat-two .post-title{
	font-size: 15px;
	font-weight: bold;
}
.widget-cat-two .post-title a{
	color: #333;
}
.widget-cat-two .post-title a:hover{
	color:  #197b4a;
}
.sidebar .sticky{
	position: sticky;
	top: 50px;
	z-index: 2;
}
@media(max-width: 575px){
	.titleWrapper .title{
		font-size: 24px;
	}
	.widget-cat-one .row .col-md-4:first-child .post-title,
	.widget-cat-one .row .col-md-4:nth-child(2) .post-title{
		text-transform: none;

	}
	.widget-cat-one .row .col-md-4:first-child .post-excerpt,
	.widget-cat-one .row .col-md-4:nth-child(2) .post-excerpt{
		display: none;
	}
	.widget-cat-one .list-post-link .post-item{
		padding-bottom: 15px;
		border-bottom: 1px dashed #e7e7e7;
	}
	.widget-cat-one .list-post-link .post-item:last-child{
		border: none;
		padding-bottom: 0;
	}
	.widget-cat-two .big-post{
		margin-bottom: 15px;
	}
	.s-child-cat ul{
		overflow: auto;
		white-space: nowrap;
	}
	.widget-cat-two .big-post .post-thumbnail{
		height: 235px;
	}
}
ul.social-link{
	display: flex;
	flex-direction: row;
	padding-top: 0;
}
ul.social-link li{
	display: inline-block;
	margin: 5px 10px;
}
ul.social-link li a{
	color: #333;
	font-size: 20px;
}
ul.social-link li a:hover{
	color: #17a2b8;
}
p.social-title{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}
@media(max-width: 575px){
	ul.social-link{
		text-align: center;
		justify-content: space-between;
	}
}
/*Update header mobile*/
.header-mobile{
	background: #e7f2ec;
	padding-bottom: 5px;
}
.header-mobile .header-center-name h1{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 0;

}
.header-mobile .header-center-name h1 > span{
	background: #046738;
	display: inline-block;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	position: relative;

}
.header-mobile .header-center-name h1 span > span.text{
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #046738;
	padding: 8px 20px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.header-mobile .header-center-name h1 > span:before{
	content: "";
	width: calc(100% + 10px);
	height: calc(100% + 0px);
	background: #ddb868;
	position: absolute;
	top: 0;
	left: -5px;
	border-radius: 50px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 1;
}
.header-mobile .d-flex{
	padding-right: 5px;
	padding-left: 5px;
}
.header-mobile .navbar-toggler{
	margin: 0;
	padding: 0;
}
.header-mobile .navbar-toggler span{
	background: #046738;
	border-radius: 3px;
	height: 4px;
}
.header-mobile .navbar-toggler span:before,
.header-mobile .navbar-toggler span:after{
	background: #046738;
	border-radius: 3px;
	height: 4px;
}
.header-mobile-logo img{
	width: 90px;
}
.header-mobile .btn-search-icon-mobile{
	color:  #046738;
	font-size: 20px;
	padding-right: 5px;
}
@media(max-width: 575px){
	#site-header.scroll.nav-down #primary-nav,
	#site-header.scroll.nav-down #primary-nav{
		top: 80px;
	}
}
@media(max-width: 375px){
	.header-mobile .header-center-name h1{
		font-size: 10px;
	}
	.header-mobile .header-center-name h1 span > .text{
		padding: 8px 30px;
	}
}
@media(max-width: 320px){
	.header-mobile .header-center-name h1{
		font-size: 8px;
	}
}