/*!
Theme Name: NHC Center
Theme URI: http://underscores.me/
Author: Wibigin Agency
Author URI: https://wibigin.com
Description: Theme Develope by Wibigin
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nhc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.primary-nav .nav-link{font-size: 13px;padding-left: 13px !important; padding-right: 13px !important;}
.col-head .head-center .slogan{
	text-transform: none;
}
.doctor,.doctor a{
	outline: none;
}
.page-footer .center-name{
	font-size: 15.5px;
}
@media (max-width: 575px){
	.col-head .logo{
		width: 58px; 
		height: 60px;
		background-size: 100% auto;
	}
	.home-doctor .heading{
		text-align: left;
		font-size: 22px !important;
	}
	.home-about .heading {
		font-size: 25px;
		font-weight: 900;

	}
	.home-media .list-gallery-thumb{
		height: 50px;
	}
}
.home-media .heading a,
.home-section .heading a{
	color: #66ad44 !important; 
}
.entry table{
	width: 100% !important;
}
.entry table td {
	border: 1px dashed #C1C1C1;
	padding: 10px;
}
.entry figure{
	min-height: 300px;
}
@media(max-width: 575px){
	.entry figure img{
		width: 100%;
	}
	.entry figure{
		min-height: 225px;
		max-width: 100% !important;
	}
	.mdn-chat {
		bottom: 135px;
		right: 15px;
		left: 15px;
		
	}
	.entry  .alignleft{
		width: 100% !important;
	}
}
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}

/*Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;

	/* we set the opacity to 1 to do the magic */
	opacity: 1;
}

.wp-caption .wp-caption-text {
	font-size: 15px;
	font-style: italic;
}
.pagination-nav .pagination a, .pagination-nav .pagination span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #46bd4c;
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin: 5px;
	font-weight: 700;
	border-radius: 100px;
	transition: all .3s;
}
.page-footer .social li.zalo a:hover svg{fill: #fff;}
@media(max-width: 575px){
	.mdn-chat{
		bottom: 135px;
		left: 15px;
		right: auto;
		width: 60px;

	}
	.btn-to-top{
		bottom: 90px;
		right: 30px;
	}
	.list-cat-menu{
		background-color: #3d5dab;
	}
	.list-cat-menu li:before{
		color: #fff;
	}
	.list-cat-menu li a{
		color: #fff;
	}

}
.list-video-line{
	border-top: 2px solid #67ac4d;
	padding-top: 30px;
	width: calc(100% - 30px);
	margin-bottom: 0px;
	margin-left: 15px;
}
.bell {
	animation: ring 1s infinite ease-in-out;
}
.btn-notif i,.btn-notif:before{
	animation: swing 1s infinite ease-in-out;
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(0);
	}
}

@keyframes swing {
	0% {
		transform: rotate(0);

	}
	50% {
		transform: rotate(20deg);

	}
	100% {
		transform: rotate(0);
		
	}
}
.podcast-post .video-thumbnail:before {
	color: #3ad85e;
}
.contact-info .excerpt-text{
	font-weight: 400;
}
.contact-info .excerpt-text.uppercase{
	text-transform: uppercase;
}
@media(max-width: 575px){
	.contact-info .excerpt-text.uppercase{
		font-size: 14px;
		
	}
}