/*!
Theme Name: Nhakhoathammy
Theme URI: http://underscores.me/
Author: Quy Nguyen
Author URI: mailto:quynv.freelancer@gmail.com
Description: Theme develope by QUYNV
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.home-doctor .doctor-item img {
	display: block;
	margin: 0 auto;
}
.doctor-image {
	width: 100%;
}
.home-partner .partner a {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
}
.faq-post .avatar img {
	display: block;
	widows: 80px;
	height: 80px;
}

.faq-post .c-info {
	max-width: calc(100% - 100px);
}
@media(max-width: 575px){
	.home-about img{
		max-width: 220px;
	}
}
.btn-product-link {
	background: red;
	color: #fff !important;
	fill: #fff !important;
	border: none !important;
	text-decoration: none !important;
	outline: 0;
	box-shadow: -1px 6px 19px rgba(255, 0, 0, 0.2) !important;
	border-radius: 4px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	padding: 10px;
}
.home-news{
	padding-top: 50px;
}
.page-numbers a, .pagination span {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin: 5px;
	font-weight: 700;
	border-radius: 100px;
	transition: all .3s;
	cursor: pointer;
}
.pagination span.current {
	cursor: auto;
	background-color: #003e81;
	color: #fff;
	border-color: #003e81;
}
.page-numbers a:hover, .pagination span:hover {
	background: #003e81;
	color: #fff;
	border-color: #003e81;
}
.home-counter .counter .container{
	position: relative;
}
.service-post .thumbnail{
	max-height: 235px;
}

.keyword-brand {
	padding: 30px 0 0;
	margin-bottom: 0;
}

.keyword-brand .row {
	padding-top: 30px;
	border-top: 2px solid #0688CC;
	margin: 0;
}

.keyword-brand .widget-title {
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	color: #0688CC;
	position: relative;
}

.keyword-brand .widget-title:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 3px;
	height: 80%;
	border-radius: 4px;
	background-color: #0688CC;
}

.keyword-brand .widget-title:after {
	display: none;
}

.keyword-brand .widget-link {
	margin-bottom: 30px;
}

.keyword-brand .widget-link li {
	position: relative;
}

.keyword-brand .widget-link li:before {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	font-family: 'Font Awesome 5 Pro';
	left: 0;
	position: absolute;
	top: 12px;
}

.keyword-brand .widget-link a {
	color: #000000;
}

.keyword-brand .widget-link a:hover {
	color: #0688CC;
}
.logo-footer{
	display: block;
	width: 200px;
	margin-bottom: 15px;
	height: 100px;
}
@media (max-width: 575px){
	.chevron {
		position: absolute;
		width: 21px;
		height: 5px;
		top: 70px;
		opacity: 0;
		left: 310px;
		transform: scale(0.3);
		animation: move-chevron 3s ease-out infinite;
	}

	.chevron:first-child {
		animation: move-chevron 3s ease-out 1s infinite;
	}

	.chevron:nth-child(2) {
		animation: move-chevron 3s ease-out 2s infinite;
	}

	.chevron:before,
	.chevron:after {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 50%;
		background: #fff;
	}

	.chevron:before {
		left: -1px;
		transform: skewY(50deg);
	}

	.chevron:after {
		right: 12px;
		width: 50%;
		top: 13px;
		transform: skewY(-50deg);
	}

	@keyframes move-chevron {
		25% {
			opacity: 0.5;
		}
		33.3% {
			opacity: 0.8;
			transform: translateX(23px);
		}
		66.6% {
			opacity: 1;
			transform: translateX(31px);
		}
		100% {
			opacity: 0;
			transform: translateX(48px) scale(0.5);
		}
	}
	.home-story .slick-dots{
		bottom: -5px;
	}
	.home-story .slick-dotted.slick-slider{
		margin-bottom: 15px
	}
	.home-story-action{
		padding-bottom: 15px;
	}

	.home-service .col-item .text {
		-webkit-box-orient: vertical;
	}
	.home-activity .active-item .inner {
		padding-bottom: 0;
	}
	.home-activity .active-item .active-description,
	.home-activity .active-item .active-icon {
		margin-bottom: 15px;
	}
	.logo-footer{
		margin: 0 auto 15px;
	}
	.primary-nav .navbar-toggler{
		padding: .25rem .75rem;
	}
}