/*!
Theme Name: TapChi
Theme URI: http://underscores.me/
Author: tamnv
Author URI: 
Description: Theme develope by TAMNV
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: TapChi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
**/
.top-header .logo img{
  max-height: 60px;
}

.tags-symptom .s-list li:nth-child(n+6),
.tags-knowledge .s-list li:nth-child(n+6),
.tags-cure .s-list li:nth-child(n+6){
  display: none;
}
.tags-symptom .s-list li.visible,
.tags-knowledge .s-list li.visible,
.tags-cure .s-list li.visible{
  display: block;
}
.entry-block-tags .loadmore-button a{
  color: #222;
  font-size: 14px;
}

.list-post-newsall .item{
  margin-bottom: 30px;
}

.banner-homepage form.search-inline .form-group{
  width: calc(100% - 200px);
  position: relative;
}
.banner-homepage form.search-inline .form-group input{
  width: 100%;
}


.list-specialcat-details .item{
  width: 100%;
}
.search-az-knowledge ul.alpha-list a{
  width: 32px;
}

.archive .breadcrumb{
  justify-content: space-between;
}
.breadcrumb .posts-updated{
  color: #333;
  font-size: 13px;
}

.entry blockquote {
  color: #333;
  padding: 15px;
  padding-left: 35px;
  border-radius: 10px;
}
.entry blockquote:before {
  color: #1f8854;
  font-size: 50px;
  left: 5px;
  top: 20px;
}
.accordion-list .card-name{
  font-size: 17px;
}
.accordion-list .card-name a{
  padding-right: 25px;
}
.accordion-list .card-name a::after {
	right: 10px;
}

.entry-block .s-title{
  color: #067513;
  border-left: solid 2px #067513;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 25px;
}
.entry-block-tags{
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 10px 10px 5px;
}
.entry-block-tags .s-title{
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
}
.entry-block-tags .s-list{
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.entry-block-tags .s-list a{
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  color: #067513;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 5px 10px;
  position: relative;
  font-size: 15px;
}
/* .entry-block-tags .s-list a::before{
  content: 'Bệnh về';
  margin-right: 3px;
} */
/*--------*/
.acupuncture-points .wrap {
	display: flex;
}
.acupuncture-points .point-container {
	min-height: 400px;
	box-shadow: 0 0 8px rgba(0,0,0,.08);
	position: relative;
	padding: 15px;
	margin-top: 25px;
	border-radius: 10px;
  overflow-y: scroll;
  max-height: 400px; 
}
.acupuncture-points .list-sick-points {
	list-style: none;
	margin-bottom: 0;
	background: #fff;
	border-radius: 8px;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
  padding-left: 0px;
}
.acupuncture-points .point-container.loading{
  position: relative;
  opacity: 0.5;
}
.acupuncture-points .point-container .spinner{
  display: none;
}
.acupuncture-points .point-container.loading .spinner{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #ddd;
  border-top-color: orange;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.acupuncture-points .list-sick-points li {
	flex: 0 0 33.33%;
}
.acupuncture-points .list-sick-points a {
	padding: 9px 10px;
	display: block;
	color: #333;
	line-height: 1.3;
  font-size: 16px;
}
.acupuncture-points .list-sick-points a:hover{
  color: #1F8854;
}
.acupuncture-points .list-points {
	list-style: none;
	padding-left: 0;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
  min-width: 120px;
}
.acupuncture-points .list-points li:not(:last-child){
  margin-bottom: 20px;
}
.acupuncture-points .list-points a {
	padding: 8px 12px;
	color: #1F8854;
	display: block;
	line-height: 1.3;
	background: #E1F5E3;
	text-align: center;
	border-radius: 25px;
	box-shadow: 0 0 8px rgba(0,0,0,.08);
}
.acupuncture-points .list-points a.active {
	background: #067513;
	color: #fff;
	position: relative;
}
.acupuncture-points form.search-inline .form-control,
.acupuncture-points form.search-inline .btn-search {
	border-radius: 26px;
}
form.search-inline .btn-search{
  z-index: 9;
}
/* .acupuncture-points .list-points a.active::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 13px solid #067513;
	border-radius: 10px;
} */
/*--------*/
#comments .error{
  font-size: 14px;
	color: #db1212;
}
#comments .comment-form-author,#comments .comment-form-email{
  padding-right: 5px;
}

.entry table tr:first-child {
	white-space: unset;
	text-transform: unset;
	font-weight: unset;
	background: unset;
	color: unset;
	text-align: unset;
}
.featured-thumbnail{
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.featured-thumbnail img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--#nav_fixedtoc---*/
#nav_fixedtoc{
  border: solid 1px #333;
  background: #f3f3f3;
  margin-bottom: 15px;
}
#nav_fixedtoc .btn-fixedtoc{
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 0px;
  border: 0px;
  background: transparent;
  color: #333;
}
#nav_fixedtoc .btn-fixedtoc::before{
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
#nav_fixedtoc .menu{
  list-style: decimal;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
#nav_fixedtoc .menu li a{
  font-size: 15.4px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
#nav_fixedtoc .menu li a:hover{
  color: #1F8854;
}
.btn-fixedtoc-sticky {
	position: sticky;
	top: 50%;
	left: 100%;
	z-index: 10;
	margin-right: -40px;
	border: 0;
	padding: 1px 7px;
	font-size: 25px;
	color: #333;
	border-radius: 3px;
  display: none;
  opacity: 0.6;
}
.btn-fixedtoc-sticky.show{
  display: block;
}
.btn-fixedtoc-sticky:hover{
  opacity: 1;
}
#collapse_fixedtoc_sticky{
  display: none;
}
#collapse_fixedtoc_sticky.show {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 11;
	display: block;
	height: 100%;
	width: 250px;
}
#collapse_fixedtoc_sticky .inner {
	position: sticky;
	top: 0;
	left: 100%;
	height: 100vh;
	z-index: 11;
	background: #FFF;
	padding-top: 10%;
  border: solid 1px #333;
}
#collapse_fixedtoc_sticky .heading{
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 0px;
  border: 0px;
  background: transparent;
  color: #333;
}
#collapse_fixedtoc_sticky .menu{
  list-style: decimal;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
#collapse_fixedtoc_sticky .menu li a{
  font-size: 15.4px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
#collapse_fixedtoc_sticky .menu li a:hover{
  color: #1F8854;
}

/*----cure----*/
.list-post-traditional .item:first-child .post-title a{
  -webkit-line-clamp: 2;
}
.archive-container{
  margin-top: 40px;
}
.list-post-cat{
  margin: 0px;
}
.list-post-cat .item{
  padding: 0px 10px;
}
.list-post-cat .post-title {
	font-size: 16px;
}
.list-post-cat .post{
  padding-bottom: 0px;
}
.category-kien-thuc-suc-khoe .list-specialcat-details .inner{
	display: flex;
	align-items: center;
}
.category-kien-thuc-suc-khoe .list-specialcat-details .item{
  width: 20%;
}
.list-specialcat-details .list-cure-specialcat{
  list-style:square;
  padding-left:25px;
  margin:0;
  margin-top:10px;
}
.list-specialcat-details .list-cure-specialcat li {
  padding:7px 10px;
  padding-left: 0px;
}
.list-specialcat-details .list-cure-specialcat li::marker{
  color: #1f8854;
}
.list-specialcat-details .list-cure-specialcat li a {
  color:#262626;
  font-size:14px;
  font-weight:400;
  display:block;
  position: relative;
}
.list-specialcat-details .list-cure-specialcat li h3{
  margin-bottom: 0px;
}
.list-specialcat-details .list-cure-specialcat li a:hover{
  color: #1F8854;
}
/*--------*/
.headingtop-nav{
  background: #F2FCF3;
  margin-bottom: 20px;
}
.headingtop-nav .single-page-title{
  margin-bottom: 10px;
}
.list-social-sticky{
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 10;
  border: 0;
  padding: 0;
  width: 40px;
}
.list-social-sticky.sticky{
  position: sticky;
  top: 8%;
  margin-left: -55px;
}
.list-social-sticky ul.social{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0px;
}
.list-social-sticky ul.social li a{
  font-size: 22px;
  color: #2D9A64;
  background: #E1F5E3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 9px;
  overflow: hidden;
  margin-bottom: 10px;
}
.kk-star-ratings .kksr-legend{
  font-size: 14px !important;
}


#breadcrumbs > span{
  display: block;
  position: relative;
}
.entry-block-content .block-title{
  margin-bottom: 15px;
}
.entry-block-content .list-post-inline {
  padding-left:20px;
  display:flex;
  flex-wrap:wrap;
}
.entry-block-content .list-symptom.list-post-inline li {
  width:50%;
}
.entry-block-content .list-post-inline li {
  width:33.33%;
}
.entry-block-content .list-post-inline li::marker {
  color:#1f8854;
  font-size:20px;
}
.entry-block-content .list-post-inline li a {
  text-decoration:underline;
  text-decoration-color:#7d7d7d;
  color:#262626;
  font-size:16px;
  font-weight:700;
  display:block;
  padding-right:25px;
}
.entry-block-content .list-post-inline li a:hover {
  color:#1f8854;
}
.entry .wp-caption-text{
  font-size: 14px;
}
.post-title a {
  -webkit-box-orient: vertical;
}
.related-post {
	padding: 0;
  padding-bottom: 20px;
	background: transparent;
}

.pagination-nav{
    display: block;
    width: 100%;
    clear: both;
}
.list-post-sidebar .post-excerpt,
.list-related-post .post-excerpt{
  display: none;
}
.information-expert .social li a{
  color: #1F8854;
  font-size: 28px;
  line-height: 0;
}

.box-faqs{
  background: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #262626;
}
.box-faqs .name{
  font-size: 20px;
  font-weight: 800;
  color: #262626;
}
.box-faqs .author{
  font-size: 14px;
}
.box-faqs .author a{
  font-weight: bold;
}
.box-faqs .summary{
  font-size: 16px;
}

.single-post-meta .tax-review{
	text-align: right;
	font-size: 14px;
}
.single-post-meta .tax-review .kk-star-ratings{
	justify-content: flex-end;
}
.single-post-meta{
  padding: 10px 0px;
}
.single-post-meta .avatar{
  margin-right: 10px;
}
.single-post-meta .info{
  padding-left: 0px;
}
.single-post-meta .social a{
  background: #1F8854;
  border-radius: 6px;
}
.single-post-meta .social a:hover{
  background: #284637;
}
.single-post-meta .ml-auto .review{
  display: flex;
  justify-content: flex-end;
}
.single-post-meta .kk-star-ratings .kksr-legend{
  margin-right: 0px;
  margin-left: 5px;
}
.list-specialcat-details .inner:hover{
	background: #effbf6;
}
.list-awards-homepage .inner .info .name{
  font-size: 18px;
  margin-bottom: 0;
}
.list-awards-homepage .inner img{
  transition-duration: .3s;
}
.list-awards-homepage .inner:hover img{
  transform: scale(1.03);
  opacity: .85;
}
/* .expertise-homepage */
.expertise-homepage {
	padding: 40px 0px;
	background: #F2FCF3;
}
.list-expertise-homepage .inner{
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 25px 15px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 2px 3px 15px rgba(2, 68, 6, 0.15);
}
.list-expertise-homepage .icon{
  margin-bottom: 10px;
}
.list-expertise-homepage .icon span{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
  background: #EAF4F6;
  margin: 0 auto;
}
.list-expertise-homepage .text{
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
/* leader-homepage */
.leader-homepage{
  padding: 40px 0px;
  background: #1F8854;
}
.leader-homepage .s-title{
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}
.leader-homepage .s-desc{
  text-align: center;
  color: #FFF;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.list-leader-homepage .slick-track {
	display: flex;
  	width: auto !important;
}
.list-leader-homepage .slick-list{
	width: 100%;
}
.list-leader-homepage .item{
	height: inherit;
	padding: 0 15px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: auto;
}
.list-leader-homepage .expert{
  background: #2D9A64;
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  box-shadow: 2px 3px 10px rgba(0, 134, 8, 0.15);
  position: relative;
  padding-bottom: 60px;
}
.list-leader-homepage .expert-avatar a,
.list-leader-homepage .expert-avatar span{
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 100%;
}
.list-leader-homepage .expert .expert-title a{
  text-align: center;
  color: #FFF;
  display: block;
}
.list-leader-homepage .expert .expert-info {
	padding-left: 0px;
}
.list-leader-homepage .expert .expert-meta{
  color: #FFF;
  font-size: 15px;
}
.list-leader-homepage .expert .expert-meta i{
  color: #FED055;
}
.list-leader-homepage .expert .expert-meta a{
  color: #FFF;
}
.list-leader-homepage .expert-avatar{
  margin-bottom: 20px;
}
.list-leader-homepage .expert .expert-readmore {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	z-index: 1;
	padding: 15px;
  display: flex;
  justify-content: space-between;
}
.list-leader-homepage .expert .expert-readmore a {
	color: #2A6049;
	font-size: 14px;
	background: #FFF;
	padding: 8px 10px;
  width: 40%;
  text-align: center;
  border-radius: 20px;
}
.list-leader-homepage .expert .expert-readmore a.btn-booking{
  background: #FED055;
  color: #FFF;
  width: 57%;
}
.list-leader-homepage .expert .expert-readmore a:hover {
	background: #fed055;
	color: #1f8854;
}
.list-leader-homepage .expert .expert-readmore a i{
  display: inline-block;
  margin-right: 5px;
}
.list-leader-homepage .review-rating-star img{
  display: block;
  margin: 0 auto;
  height: 13px;
  object-fit: contain;
}
.list-leader-homepage .slick-next::before, .list-leader-homepage .slick-prev::before{
	color: #fff;
}
.list-leader-homepage .slick-next:hover::before, .list-leader-homepage .slick-prev:hover::before {
	color: #FED055;
}
.list-leader-homepage .slick-dots {
	bottom: -15px;
}
.list-leader-homepage .slick-dots li button::before {
  color: #fff;
}
.list-leader-homepage .slick-dots li.slick-active button::before {
	color: #fff;
}
/* ..specialcat-homepage */
.specialcat-homepage{
  padding: 40px 0px;
}
/* expert */
.list-expert-archive .item{
  display: block;
  width: 100%;
}
.expert .expert-office{
  font-size: 15px;
}
.expert .expert-readmore a{
	color: #fed055;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: #1f8854;
  padding: 5px 17px;
  border-radius: 15px;
}
.expert .expert-readmore a:hover{
  background: #fed055;
  color: #1f8854;
}
.expert .expert-readmore a i{
  display: none;
}
.list-expert-featured .expert .expert-info {
	position: relative;
}
.list-expert-featured .expert-readmore{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 15px; 
  z-index: 1;
}
.list-expert-homepage .expert-readmore a {
  padding: 0px;
  background: transparent;
  border-radius: 0px;
}
.list-expert-homepage .expert-readmore a i{
  display: inline-block;
  margin-left: 5px;
}
.banner-homepage .list-keyword-search li a{
  color: #333;
}

.list-newspaper-profile .item{
  margin-bottom: 20px;
}
.banner-homepage{
  padding: 0px;
}
.banner-homepage .background-overlay{
  padding: 40px 0px;
  background: linear-gradient(90deg, rgba(242,252,243,0) 0%, rgba(242,252,243,1) 50%, rgba(242,252,243,0) 100%);
}
.information-expert .review-rating-star .update{
  font-size: 14px;
}
.information-profile .review-rating-star .update{
  font-size: 14px;
}
.information-profile .profile-meta a{
	color: #1f8854;
}
.information-profile .profile-meta a:hover {
	color: #222;
}
.footer-copyright .copyright-text p a {
	color: #067513;
}
.page-footer .follow-us{
  justify-content: flex-start;
  margin-bottom: 15px;
}
.page-footer ul.menu{
  padding-left: 20px;
}
.page-footer ul.menu li::marker{
  font-size: 20px;
}
.single .review-rating-meta .social{
  display: none;
}
.review-rating-meta .googlenews{
  text-align: right;
}
.review-rating-meta .googlenews a{
  background: #FFF;
  font-size: 12px;
  color: #333;
  padding: 5px 12px;
  border-radius: 18px;
  display: inline-block;
  line-height: 1;
}
.review-rating-meta .googlenews img{
  margin-left: 3px;
  max-height: 16px;
}

.top-scroll {
	opacity: 1;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	background: #067513;
	border-radius: 0;
	bottom: 60px;
	right: 15px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	color: #fff;
	font-size: 15px;
	height: 35px;
	text-align: center;
	width: 35px;
	line-height: normal;
	transition-duration: .5s;
}
.top-scroll i{
  font-size: 15px;
  line-height: 35px;
  color: #fff;
}
@media (max-width: 768px){
  .primary-nav .dropdown-menu .dropdown-item{
    border-left: 1px solid #28a745;
    color: #fff;
  }
  .primary-nav .dropdown-menu .dropdown-item:before {
    border-top: 1px solid #28a745;
  }
  .banner-homepage .background-overlay{
    padding: 30px 0px;
    background: rgba(242,252,243,0.9);
  }
  .banner-homepage form.search-inline .form-group{
    width: 100%;
  }
  .banner-homepage form.search-inline select.form-control{
    max-width: 768px;
    width: 100%;
    border-radius: 26px !important;
  }
  .primary-nav{
    border-top: 0px;
  }
  .box-header-action{
    top: 5px;
  }
  .primary-nav .navbar-collapse{
    margin-top: 15px;
    border-top: 1px solid #067513;
    padding-top: 5px;
  }
  .top-header{
    padding: 8px 0px;
  }
  .top-header .logo img{
    max-height: 44px;
  }
  .primary-nav .navbar-nav > .nav-item{
    padding-left: 0px;
  }
  .information-contactpage .form-contactpage{
    margin-bottom: 20px;
  }
  .btn-fixedtoc-sticky{
    margin-right: 0px;
  }
  #collapse_fixedtoc_sticky.show{
    left: auto;
    right: 0px;
  }
  .review-rating-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .review-rating-meta .googlenews{
    width: 100%;
    text-align: center;
  }
  .single .review-rating-meta .social{
    display: flex;
  }
  .acupuncture-points .wrap{
    flex-wrap: wrap;
  }
  .acupuncture-points .wrap .image{
    display: none;
  }
  .acupuncture-points .list-points{
    display: none;
  }
  .acupuncture-points .list-sick-points li{
    flex: 0 0 50%;
  }
  body{
    padding-top: 60px;
    position: relative;
  }
  .top-header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .category-kien-thuc-suc-khoe .list-specialcat-details .item{
    width: 50%;
  }
  .entry-block-content .list-post-inline li {
    width:50%;
  }
  .pagination-nav .pagination a, .pagination-nav .pagination span{
    padding: 6px 12px;
    margin: 0px 2px;
    font-size: 14px;
  }
  .row.list-expertise-homepage{
    margin: 0px -8px;
  }
  .list-expertise-homepage .item{
    margin-bottom: 15px;
    padding: 0px 8px;
  }
}
