/*
Theme Name: Nha thuoc co truyen
Theme URI: https://muatheme.com/san-pham/theme-wordpress-nha-thuoc-co-truyen-dong-y/
Author: MuaTheme.com
Author URI: https://muatheme.com
Description: Theme Wordpress Nha thuoc co truyen
Template: flatsome
Version: 1.0.0
*/

/**
 * Global
 */
p {
	margin-bottom: 10px;
}

.mh-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
	padding-bottom: 0 !important;
}

.mh-color-primary {
	color: var(--primary-color) !important;
}

.mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
}

/* Form */
select, input, textarea,
.mh-input {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
	font-weight: 300;
}

.wpcf7-form {
	margin-bottom: 0;
}

/* UX Theme */
.mh-col-no-divider .is-divider,
.widget .is-divider {
	display: none;
}

	/* Icon box */
.icon-box-img svg,
.icon-box-img img {
  padding-top: 0;
}

	/* Title */
.mh-title-simple {
	padding: 0;
}

.mh-title-simple b {
	display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main{
	border: 0;
	padding: 0;
	margin: 0;
}

.mh-title-simple.center .section-title {
	justify-content: center;
}

.mh-title-simple.center .section-title-main::after {
	content: "";
  width: 96px;
  height: 15px;
  background: url('assets/img/bg-pattern-square.png') repeat-x;
  background-position: 0 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -48px;
}

.col-inner.dark .mh-title-simple.center .section-title-main::after {
	background: url('assets/img/bg-pattern-square-white.png') repeat-x;
}

.mh-title-simple.right .section-title {
	justify-content: flex-end;
}

.mh-title-simple.bold .section-title,
.mh-title-simple.bold .section-title-main {
	font-weight: 700;
}

.mh-title-simple.initial .section-title-main {
	text-transform: initial;
	position: relative;
}

	/* Page title */
.mh-page-title-simple > .page-title-inner {
	padding: 0;
}

.mh-page-title-simple > .page-title-inner h1 {
	color: var(--primary-color);
}

	/* Slider */
.mh-carousel .flickity-button {
	background-color: #ededed;
	color: var(--primary-color);
	width: 30px;
	height: 50px;
	top: 30%;
	margin-top: 0 !important;
}

.mh-carousel:hover .flickity-button {
  opacity: 1;
}

.mh-carousel .flickity-button::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  position: relative;
  z-index: 999;
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 41px;
}

.mh-carousel .flickity-button.next::before {
  content: "\f054";
}

.mh-carousel .flickity-button.previous::before {
  content: "\f053";
}

.mh-carousel .flickity-button:hover,
.mh-carousel .flickity-button:hover::before {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mh-carousel .flickity-button svg {
  display: none;
}

/**
 * Header
 */
/* Main */
#header .header-bg-image {
	background: var(--primary-color) url('assets/img/bg-pattern-square.png') repeat-x;
	background-position: 0 100%;
}

#masthead .header-button > a {
	border: 0;
	margin: 0;
	min-width: 35px;
	min-height: 35px;
}

#masthead .header-button > a i {
	top: 1px;
	font-size: 14px !important;
}

/* Dropdown */
.nav-dropdown {
	border: 0;
}

.nav-dropdown-simple > li > a {
	color: #d7a444 !important;
  font-family: "Roboto Slab", sans-serif;
	font-weight: bold;
}

.nav-dropdown-simple > li > a::before {
	content: '\f054';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-right: 7px;
	font-size: 11px;
}

.nav-dropdown-simple > li > a:hover {
  background-color: #f8f9fa !important;
}

/**
 * Footer
 */
.mh-col-footer p,
.mh-col-footer a,
.mh-col-footer span {
	font-size: 15px;
}

.mh-col-footer a,
.mh-col-footer a:hover {
	color: var(--primary-color) !important;
	font-weight: bold;
}

.mh-col-footer .widget {
	padding: 0;
	margin: 0;
}

.mh-col-footer .widget .menu {
	list-style-type: square;
}

.mh-col-footer .widget .menu > li {
	border: 0;
}

.mh-col-footer .widget .menu > li > a {
	display: block;
  padding: 7px 0;
  font-size: 15px;
}

.mh-col-footer .widget .menu > li > a::before {
	content: '\f45c';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-right: 10px;
  font-size: 7px;
  color: #fff;
  position: relative;
  top: -3px;
}

.mh-col-footer address p {
	font-style: normal;
	margin: 0 0 10px;
}

.mh-col-footer address p i {
	color: var(--primary-color);
	margin-right: 10px;
	font-size: 12px;
	position: relative;
	top: -1px;
}

.mh-col-footer address .title {
	border-bottom: 1px dashed hsla(0,0%,100%,.2);
}

.mh-col-footer address .title span {
	background: var(--primary-color);
  color: #fff;
  border: 1px solid transparent;
  font-weight: 700;
  padding: .5em 1em;
  display: inline-block;
  margin-bottom: -1px;
}

.mh-col-footer .calendar-info {
	background-color: #563624;
	padding: 15px;
}

.mh-col-footer .calendar-info .info-line {
	border-bottom: 1px dashed hsla(0,0%,100%,.2);
	padding-bottom: 10px;
	margin: 0 0 10px;
}

.mh-col-footer .calendar-info ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}

.mh-col-footer .calendar-info ul li {
	margin: 0 !important;
}

.mh-col-footer .calendar-info p:not(.info-line) {
	margin: 0;
}

.mh-col-footer .calendar-info b {
  color: var(--primary-color);
}

.mh-col-footer .social-icons > a {
	border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-color: var(--primary-color);
  border: 0;
  color: #fff !important;
  margin: 0 5px;
}

.mh-col-footer .social-icons > a:first-child {
	margin-left: 0;
}

.mh-col-footer .social-icons > a i {
	font-size: 15px;
	top: 2px;
}

.absolute-footer {
	display: none;
}

/**
 * Sidebar
 */
aside.widget .widget-title span {
	display: block;
	font-size: 18px;
	line-height: 27px;
	background-color: #3b2315;
	color: #fff;
	padding: 10px 15px;
}

aside.widget {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	background-color: #ededed;
}

aside.widget > div {
	padding: 15px;
}

.mh-box-hotline p {
	margin: 0 0 5px;
	font-size: 15px;
}

.mh-box-hotline p a {
	color: var(--primary-color);
	font-weight: bold;
}

.mh-box-hotline p a i {
	margin-right: 10px;
}

/* Widget form */
/* .mh-col-contact-form.is-affixed > .inner-wrapper-sticky {
	left: 886px !important;
  width: 357px !important;
} */

/* .mh-col-contact-form .col-inner {
	padding: 15px;
} */

.mh-col-contact-form .icon-box-left {
	align-items: center;
}

.mh-col-contact-form .icon-box-left p {
	color: var(--primary-color);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.mh-col-contact-form .icon-box-img {
	border: 2px solid #d7a444;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-o-border-radius: 80px;
}

.mh-col-contact-form .wpcf7 label {
  margin: 0;
}

.mh-col-contact-form .wpcf7 label input:not(.wpcf7-submit) {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.mh-col-contact-form .wpcf7 label input {
  line-height: 38px;
  min-height: 38px;
}

.mh-col-contact-form .wpcf7 label input,
.mh-col-contact-form .wpcf7 label textarea,
.mh-col-contact-form .wpcf7 label input::placeholder,
.mh-col-contact-form .wpcf7 label textarea::placeholder {
  color: #495057;
  font-weight: 500;
  font-size: 15px;
}

.mh-col-contact-form .wpcf7 label input.wpcf7-submit {
  border: 0;
  background-color: var(--primary-color);
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
	margin: 0;
  font-weight: bold;
  font-size: 16px;
}

/**
 * Blog
 */
/* Widget */
.mh-widget-blog .col.post-item .box-text {
  vertical-align: top;
}

.mh-widget-blog .col.post-item .box-text .post-title {
	font-weight: normal;
  font-size: 14px;
  margin: 0;
}

.mh-widget-blog .col.post-item .box-text .post-meta {
	font-size: 13px;
	opacity: 1;
}

.mh-widget-blog .col.post-item:last-child {
	padding-bottom: 0 !important;
}

/* Global */
.page-right-sidebar > .row > .col.large-9,
.blog-wrapper > .row > .col.large-9 {
	max-width: 70%;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.page-right-sidebar > .row > .col.large-3,
.blog-wrapper > .row > .col.large-3 {
	max-width: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.page-right-sidebar > .row > .col,
.blog-wrapper > .row > .col {
	padding: 0 15px 30px;
	border: 0;
}

.blog-wrapper .is-divider {
	display: none;
}

.post-meta::before {
	content: "\f017";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	margin-right: 7px;
	font-size: 13px;
}

/* Archive */
.blog-wrapper .archive-page-header .page-title {
	font-size: 22px;
	color: #3b2315;
}

.blog-wrapper .col.large-9 .col.post-item {
	padding-bottom: 15px;
}

.blog-wrapper .col.large-9 .col.post-item:not(:last-child) > .col-inner {
	border-bottom: 1px dashed #adb5bd;
	padding: 0 0 15px;
}

.blog-archive .col.large-9 .col.post-item .box-text {
	vertical-align: top;
}

.blog-archive .col.large-9 .col.post-item .post-title {
	font-weight: 500;
	margin: 0 0 8px;
	font-size: 18px;
	color: #3b2315;
  font-family: "Roboto", sans-serif;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .from_the_blog_excerpt {
	margin: 0;
	font-size: 15px;
	color: #666;
}

/* Single */
.blog-wrapper.blog-single .entry-header-text {
	padding-bottom: 20px;
	border-bottom: 1px dashed #eaeaea;
}

.blog-wrapper.blog-single .entry-title {
	font-size: 22px;
	text-transform: initial;
	margin: 0 0 10px;
	color: var(--primary-color);
	font-family: "Roboto", sans-serif;
}

.blog-wrapper.blog-single .entry-category,
.blog-wrapper.blog-single .entry-meta .byline {
	display: none;
}

.blog-wrapper.blog-single .entry-meta span,
.blog-wrapper.blog-single .entry-meta a {
	font-size: 14px;
  color: #2196f3;
	opacity: 1;
	text-transform: initial;
}

.blog-wrapper.blog-single .entry-meta::before {
	content: "\f017";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	margin-right: 3px;
	font-size: 13px;
  color: #2196f3;
}

/**
 * Sticky hotline
 */
.action-support-pc {
	background-color: var(--primary-color);
  padding: 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

.action-support-pc .button {
	margin-bottom: 0;
  border: 0;
  line-height: 37px;
  text-transform: initial;
  font-size: 14px;
	color: var(--primary-color);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

.action-support-pc .button i {
	position: relative;
	top: -2px;
}

.action-support-pc .button span {
	color: #fff;
}

/* ===== Page ===== */
/**
 * Homepage
 */
/* Global */
.mh-sec-bg-logo > .bg {
  background-size: auto !important;
  background-position: bottom right;
}

.mh-col-title > .col-inner > p {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
}

/* Form */
.mh-row-book {
  margin-top: -60px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0,0,0,.03);
  -moz-box-shadow: 0 4px 4px rgba(0,0,0,.03);
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.03);
  -o-box-shadow: 0 4px 4px rgba(0,0,0,.03);
}

.mh-col-support > .col-inner > .icon-box-left:not(:last-child) {
  padding: 0 0 10px;
  border-bottom: 1px dashed var(--primary-color);
}

.mh-col-support .icon-box-text > h5 {
  text-transform: initial;
  font-size: 16px;
  margin: 0 0 5px;
  color: var(--primary-color);
}

.mh-col-support .icon-box-text > p,
.mh-col-support .icon-box-text > p a {
  color: #666;
  font-family: "Roboto Slab", sans-serif;
	font-weight: bold;
  font-size: 16px;
}

.mh-col-support .icon-box-text > p a:hover {
  color: var(--primary-color);
}

.mh-col-book .wpcf7-form label {
  margin: 0 0 16px;
}

.mh-col-book .wpcf7-form input,
.mh-col-book .wpcf7-form select,
.mh-col-book .wpcf7-form textarea {
  margin: 0;
  border-color: #b58935;
  background-color: #dfb669;
  color: #3b2315;
  font-size: 15px;
}

.mh-col-book .wpcf7-form input,
.mh-col-book .wpcf7-form select {
  min-height: 38px;
  line-height: 38px;
  font-weight: normal;
}

.mh-col-book .wpcf7-form input:focus,
.mh-col-book .wpcf7-form select:focus,
.mh-col-book .wpcf7-form textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
  -moz-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
  -o-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
  background-color: #fff;
}

.mh-col-book .wpcf7-form input::placeholder,
.mh-col-book .wpcf7-form textarea::placeholder {
  color: #3b2315 !important;
  font-size: 15px;
}

.mh-col-book .wpcf7-form textarea {
  min-height: 93px;
}

.mh-col-book .wpcf7-form .wpcf7-submit {
  width: 100%;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  background-color: #3b2315;
}

/* Dịch vụ */
.mh-box-services .icon-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215,164,68,.5);
  z-index: 1;
  transition: all .3s;
  opacity: 0;
  border-radius: 140px;
  -moz-border-radius: 140px;
  -webkit-border-radius: 140px;
  -o-border-radius: 140px;
}

.mh-box-services .icon-inner::after {
  content: "\f06e";
  display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 2;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  opacity: 0;
  font-size: 25px;
}

.mh-box-services:hover .icon-inner::after,
.mh-box-services:hover .icon-inner::before {
  opacity: 1;
}

.mh-box-services .icon-inner img {
  padding: 0;
  border-radius: 140px;
  -moz-border-radius: 140px;
  -webkit-border-radius: 140px;
  -o-border-radius: 140px;
  border: 4px solid var(--primary-color);
}

.mh-box-services .icon-box-text > h5 {
  color: #7d7464;
  text-decoration: underline;
  font-size: 16px;
}

.mh-box-services .icon-box-text > h5:hover {
  color: var(--primary-color);
}

/* Các bệnh ... */
.mh-icon-sick .icon-box-text {
  padding-left: 20px !important;
}

.mh-icon-sick .icon-box-text > h5 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: initial;
}

.mh-icon-sick .icon-box-text > ul {
  padding-left: 20px;
  margin: 0 0 10px;
}

.mh-icon-sick .icon-box-text > ul > li {
  color: var(--primary-color);
  margin: 0 0 7px;
}

.mh-icon-sick .icon-box-text > ul > li > a {
  color: #6e6e6e;
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto Slab", sans-serif;
}

.mh-icon-sick .icon-box-text .button {
  font-size: 12px;
  margin: 0;
  border: 0;
  padding: 0;
}

/* Dòng họ ... */
.mh-box-doctor .box-text-inner > h3,
.mh-box-doctor .box-text-inner > h4 {
  color: #534223;
}

.mh-box-doctor .box-text-inner > h3 {
  font-size: 16px;
}

.mh-box-doctor .box-text-inner > h4 {
  font-size: 24px;
}

.mh-box-doctor .button {
  border: 0;
  min-width: 120px;
  line-height: 34px;
  min-height: 34px;
  color: #dfb669;
  font-weight: 500;
}

.mh-box-doctor.icon-box-left .icon-box-img {
  border: 5px solid #b58935;
}

.mh-box-doctor.icon-box-left .icon-box-text {
  background-color: #fff;
  padding: 15px;
}

.mh-box-doctor.icon-box-left .icon-box-text > h5,
.mh-box-doctor.icon-box-left .icon-box-text > h6 {
  font-family: "Roboto", sans-serif;
  text-transform: initial;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.2;
}

.mh-box-doctor.icon-box-left .icon-box-text > h5 {
  color: var(--primary-color);
}

.mh-box-doctor.icon-box-left .icon-box-text > h6 {
  color: #563624;
}

.mh-box-doctor.icon-box-left .icon-box-text p {
  font-size: 15px;
  color: #000;
  line-height: 1.2;
}

.mh-col-introduce-doctor > .col-inner > h4 {
  font-size: 18px;
  color: #3b2315;
}

.mh-col-introduce-doctor > .col-inner > .button {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 10px solid #d7a444;
  border-right: 10px solid #d7a444 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  margin: 0;
  line-height: 42px;
}

/* Cơ sở */
.mh-section-store::before {
  content: "";
  width: 6px;
  height: 90px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
}

.mh-col-store > .col-inner > .button {
  border: 0;
  min-width: 230px;
  font-size: 18px;
  line-height: 40px;
  min-height: 40px;
  margin: 0;
}

.mh-col-store > .col-inner > .button::before {
  content: "";
  width: 120px;
  height: 6px;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  margin-top: -3px;
}

.mh-col-store > .col-inner.text-right > .button::before {
  left: 100%;
}

.mh-col-store > .col-inner.text-left > .button::before {
  left: auto;
  right: 100%;
}

.mh-box-store .box-text-inner > ul {
  list-style-type: none;
  margin: 0;
}

.mh-box-store .box-text-inner > ul > li {
  font-size: 15px;
  margin-left: 0;
}

.mh-box-store .box-text-inner > ul > li b {
  color: var(--primary-color);
}

.mh-box-store .box-text-inner > ul > li:not(:last-child) {
  border-bottom: 1px dashed #a5a5a5;
  padding-bottom: 10px;
}

/* Chứng nhận ... */
.mh-box-policy .icon-box-text > h5 {
  color: #3c3c3c;
  font-size: 15px;
}

.mh-box-policy .icon-box-text > p {
  font-size: 15px;
  color: #666;
}

/* Trải nghiệm ... */
.mh-col-reviews > .col-inner > .is-border {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}

.mh-col-reviews p {
  color: #666;
  margin: 0;
  font-size: 15px;
}

.mh-box-reviews .icon-box-img .icon-inner {
  border: 2px solid #b58935;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
}

.mh-box-reviews .icon-box-img .icon-inner::before {
  position: absolute;
  content: "\f144";
  font-size: 25px;
  color: #ca2e1d;
  bottom: 0px;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  background-color: #fff;
}

.mh-box-reviews .icon-box-text h5 {
  font-size: 16px;
  color: #3b2315;
  text-transform: initial;
  margin: 0 0 5px;
}

.mh-box-reviews .icon-box-text .button {
  border: 0;
  min-width: 100px;
  line-height: 30px;
  min-height: 30px;
  color: #dfb669;
  font-weight: 500;
  font-size: 13px;
  margin: 5px 0 0;
}

/* Đơn vị ... */
.mh-box-live {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border: 2px solid var(--primary-color);
  overflow: hidden;
}

.mh-box-live .box-text p {
  color: #3a2314;
}

/* Hướng dẫn ... */
.mh-col-icon-large .mh-icon-cicle {
  font-size: 50px;
  color: #fff;
  width: 110px;
  height: 110px;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 110px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border: 5px solid #e8dac0;
}

.mh-col-icon-large > .col-inner > h3 {
  text-align: center;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
}

.mh-col-icon-large > .col-inner > p {
  text-align: justify;
  color: #666;
}

.mh-col-icon-large > .col-inner > p a {
  color: var(--primary-color);
}

/* Các bệnh */
.mh-col-list-sick > .col-inner > p {
  font-weight: 700;
  text-transform: uppercase;
  color: #3b2315;
  margin-bottom: 10px;
  font-size: 14px;
}

.mh-col-list-sick > .col-inner > ul {
  list-style-type: none;
  margin: 0;
}

.mh-col-list-sick > .col-inner > ul > li {
  margin: 0;
  line-height: 36px;
}

.mh-col-list-sick > .col-inner > ul > li > a {
  font-size: 14px;
  color: #333;
}

.mh-col-list-sick > .col-inner > ul > li > a::before {
  content: '\f054';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 7px;
  font-size: 9px;
  position: relative;
  top: -2px;
}

/* Tin tức */
.mh-col-blog .post-title,
.mh-col-blog a:hover .post-title {
  color: #3b2315;
}

.mh-col-blog .post-meta {
  opacity: 1;
  font-size: 15px;
  color: #666;
}

.mh-col-blog a:hover .from_the_blog_excerpt {
  color: #666;
}

.mh-col-blog .box-blog-post.box-text-bottom .post-title {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  max-height: 45px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.mh-col-blog .box-blog-post.box-text-bottom .post-meta {
  margin: 0 0 5px;
}

.mh-col-blog .box-blog-post.box-text-bottom .from_the_blog_excerpt  {
	margin: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #666;
}

.mh-col-blog .box-blog-post.box-vertical .post-title,
.mh-col-blog .box-blog-post.box-vertical .from_the_blog_excerpt {
	margin: 0;
	display: -webkit-box;
	min-height: 38px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
}

.mh-col-blog .box-blog-post.box-vertical .from_the_blog_excerpt {
	margin: 0;
  font-size: 14px;
}

.mh-col-blog .box-blog-post.box-vertical .post-title {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0 0 5px;
}

/**
 * Page: Liên hệ
 */
.mh-box-contact > .col-inner > h2 {
  font-size: 18px;
  line-height: 31px;
  margin: 0 0 15px;
  font-family: "Roboto", sans-serif;
}

.mh-box-contact > .col-inner > p {
  margin: 0;
}

.mh-box-contact > .col-inner > h2 span {
  background-color: var(--primary-color);
  padding: 0 30px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}

.mh-box-contact > .col-inner > address p {
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
}

.mh-box-contact > .col-inner > address p a {
  color: var(--primary-color);
}

.mh-box-contact > .col-inner > address p i {
  margin-right: 10px;
  font-size: 13px;
}

/**
 * Page: Đặt lịch khám
 */
.mh-book .wpcf7 label {
  margin: 0;
}

.mh-book .wpcf7 label span {
  font-size: 15px;
  font-weight: 500;
}

.mh-book .wpcf7 input,
.mh-book .wpcf7 select {
  line-height: 38px;
  min-height: 38px;
  font-size: 15px;
  margin: 0 0 20px;
}

.mh-book .wpcf7 .wpcf7-radio > span {
  display: inline-flex;
  align-items: center;
}

.mh-book .wpcf7 .wpcf7-radio > span > input {
  margin: 0 0 0 10px;
}

.mh-book .wpcf7 .wpcf7-submit {
  border: 0;
  margin: 0;
  min-width: 150px;
  min-height: 45px;
  line-height: 45px;
  font-size: 17px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Global */
  .mh-page-title-simple > .page-title-inner h1 {
    font-size: 26px;
  }
  .mh-page-title-simple .title-content {
    display: none;
  }

/* Homepage */
  /* Cơ sở ... */
  .mh-section-store::before,
  .mh-col-store > .col-inner > .button::before {
    display: none;
  }

  /* Tin tức */
  .mh-col-blog {
    padding-bottom: 0 !important;
  }

  .box-vertical.box-blog-post {
    display: flex;
    flex-direction: row;
  }

  .box-vertical.box-blog-post .box-image {
    width: 30% !important;
  }

  .box-vertical.box-blog-post .box-text {
    width: 70% !important;
    padding: 0 0 0 10px;
  }

  .box-vertical.box-blog-post .box-text .post-title,
  .box-vertical.box-blog-post .box-text .from_the_blog_excerpt {
    line-height: 1.3;
    font-size: 15px;
  }

/* Blog */
  .page-right-sidebar > .row > .col,
  .blog-wrapper > .row > .col {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

  .blog-archive .col.large-9 .col.post-item .box-text {
    padding: 15px 0 0;
  }

/* Sticky support */
  .mh-support-mobile {
    text-align: center;
  }

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Homepage */
  /* Các bệnh ... */
  .mh-icon-sick {
    flex-direction: column;
  }

  .mh-icon-sick .icon-box-text {
    padding: 20px 0 0 !important;
  }

/* Sticky support */
  .mh-support-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .mh-support-mobile > a {
    width: 31%;
    margin: 0;
    font-size: 14px !important;
    border-radius: 25px !important;
  }

}

@media only screen and (max-width: 320px) {
/* Sticky support */
  .mh-support-mobile > a {
    font-size: 13px !important;
    width: 33%;
  }

}
