*,
*::before,
*::after {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	color: #151f6d;
	background-color: #FFF;
}
hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}
h5, h4, h3, h2, h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1 {
	font-size: 1.75rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.25rem;
}
h4 {
	font-size: 1rem;
}
h5 {
	font-size: 0.85rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol,
ul,
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 0.875em;
}
mark {
	padding: 0.1875em;
	color: var(--bs-highlight-color);
	background-color: var(--bs-highlight-bg);
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #151f6d;
	text-decoration: none;
}
a:hover {
	color: #151f6d;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
figure {
	margin: 0 0 1rem;
}
img,
svg {
	vertical-align: middle;
	max-width: 100%!important;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: rgba(33, 37, 41, 0.75);
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}
[role=button] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	line-height: inherit;
	font-size: calc(1.275rem + 0.3vw);
}
iframe {
	border: 0;
}
.red {
	color: #f00;
}
.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.icon-bars {
	display: block;
	width: 30px;
	height: 32px;
	background: url(images/bars.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-address {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/address.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-phone {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/phone.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-search {
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/search.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-menu-list {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(images/menu-list.svg);
	background-repeat: repeat;
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-facebook {
	display: block;
	width: 38px;
	height: 38px;
	background: url(images/facebook.svg);
	background-color: transparent;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: bottom;
	border: 1px solid #FFF;
	border-radius: 50%;
}
.icon-instagram {
	display: block;
	width: 36px;
	height: 38px;
	background: url(images/instagram.svg);
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.icon-phone-contact {
	display: block;
	width: 38px;
	height: 38px;
	background: url(images/phone.svg);
	background-color: transparent;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #FFF;
	border-radius: 50%;
}
.container {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
.top-header {
	background-color: #151f6d;
}
.row-top-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
	padding-top: 0.75em;
}
.address-top-header {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.6em;
}
.hotline-top-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.6em;
}
.main-header {
	background-color: #FFF;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #b7b7b7;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	z-index: 9999;
}
.row-main-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
}
.logo-image {
	width: 165px;
} 
.main-menu ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.0em;
}
.main-menu ul.menu li.home-menu {
	display: none;
}
.main-menu ul.menu li {
	position: relative;
	display: inline-block;
}
.main-menu ul.menu a {
	display: block;
	color: #151f6d;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.main-menu ul.menu a:hover {
	opacity: 0.75;
}
.main-menu ul.sub-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1em;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	max-width: 100vw;
	background-color: #e5e6ef;
	padding: 1em;
	top: 100%;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
}
.main-menu li#menu-item-11 ul.sub-menu {
	left: 0;
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.main-menu li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
}
.main-menu ul.sub-menu li {
	position: relative;
	display: block;
}
.main-menu ul.sub-menu li#menu-item-12 {
	position: absolute;
	top: 50px;
}
.main-menu ul.sub-menu a {
	display: block;
	color: #151f6d;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: none;
	padding: 0.5em 1em;
}
.main-menu ul.sub-menu ul.sub-menu  {
	position: static;
	flex-direction: column;
	gap: 0;
	top: 100%;
	left: 0;
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
	padding: 0;
	background: transparent;
}
.main-menu ul.sub-menu ul.sub-menu li {
	width: 100%;
	display: block;
}
.main-menu ul.sub-menu ul.sub-menu a {
	display: block;
	color: #151f6d;
	font-size: 1.05rem;
	font-weight: 500;
	text-transform: none;
	padding: 0.15em 1em;
}
.fixed-top {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.fixed-top .logo-image {
	width: 105px;
}
.fixed-top.main-menu ul.menu {
	gap: 2.5em;
}
.fixed-top .main-menu ul.menu a {
	font-size: 1.25rem;
}
.fixed-top .icon-search {
	width: 26px;
	height: 26px;
}
.fixed-top .icon-search {
	width: 26px;
	height: 26px;
}
.fixed-top .icon-bars {
	width: 26px;
	height: 28px;
}
.right-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 1.25em;
}
.icon-search-header {
	position: relative;
	cursor: pointer;
	padding-top: 1em;
	padding-bottom: 1em;
}
.content-search-header {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	z-index: 99999;
}
.icon-search-header:hover i.icon-search {
	opacity: 0.65;
}
.icon-search-header:hover .content-search-header {
	display: block;
}
.group-search {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.input-search {
	flex: 1;
	display: block;
	background-color: #FFF;
	font-size: 1.25rem;
	border: none;
	padding: 0.5em 0.75em;
	outline: none;
}
.button-search {
	background-color: #eee;
	border: none;
	font-size: 1.25rem;
	white-space: nowrap;
	padding: 0.5em 0.75em;
}
.toggle-menu {
	display: none;
	background: #FFF;
	border: 2px solid #e1e1e1;
	padding: 0.25em 0.5em;
	border-radius: 5px;
	line-height: 0;
	text-align: center;
}
.breadcrumb-bar {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.breadcrumb {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb li {
	display: flex;
	list-style: none;
	color: inherit;
	font-size: 1.15rem;
	font-weight: 500;
	white-space: nowrap;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item a {
	color: inherit;
}
.breadcrumb-item a:hover {
	color: #0e0ef8;
}
.home-slider {
	overflow: hidden;
}
.item-slider {
	text-align: center!important;
}
.item-slider img {
	display: inline-block;
}
.home-product-line {
	margin-bottom: 1.25em;
}
.h1-product-line {
	color: inherit;
	font-size: 2.15rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	width: 450px;
	max-width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #252525;
}
.h3-product-line {
	color: inherit;
	font-size: 1.85rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0.75em;
}
.list-product-line {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1.75em;
}
.item-product-line-1 .conten-product-line {
	background-color: #16a6c9;
}
.item-product-line-2 .conten-product-line {
	background-color: #bf3641;
}
.conten-product-line {
	color: #FFF;
	text-align: center;
	padding: 1em;
}
.title-product-line {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.0;
}
.text-product-line {
	font-size: 1.25rem;
}
.home-header {
	position: relative;
	border-bottom: 1px solid #151f6d;
	margin-bottom: 2.5em;
}
.home-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	max-width: 100%;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #FFF;
	color: inherit;
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.page-header {
	margin-bottom: 1.75em;
}
.header-title {
	width: 800px;
	max-width: 100%;
	position: relative;
	font-size: 2.0rem;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 0.35em;
	margin: 0 auto;
}
.header-title::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	border-bottom: 1px solid #151f6d;
}
.page-content {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.product-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 1.5em;
}
.item-product {
	margin-bottom: 1.65em;
}
.row-product {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	padding: 1em;
}
.link-row-product {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.name-row-product {
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
}
.product-content {
	padding-top: 2.5em;
}
.page-product-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.75em;
}
.product-left {
	flex: 0 0 auto;
    width: 40%;
}
.product-right {
	flex: 1;
}
.product-image {
	margin-bottom: 1.75em;
}
.product-image-item {
	text-align: center;
}
.product-image-thumb {
	background-color: #FFF;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}
.product-image-thumb.slick-current {
	border: 1px solid #F00;
}
.product-name {
	font-size: 1.65rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.product-social {
	margin-bottom: 0.35em;
}
.product-meta {
	margin-left: 1.25em;
}
.product-meta dt {
	float: left;
	width: 120px;
	font-weight: initial;
}
.product-meta dd {
	margin-left: 120px;
}
.product-sku {
	color: #c5161d;
	font-size: 1.05em;
	font-weight: 600;
}
.product-order {
	margin-bottom: 1.5em;
}
.product-price {
	color: #c5161d;
	font-size: 1.25em;
	font-weight: 600;
}
.product-price del {
	color: #888;
	font-size: 1.15rem;
}
.product-description {
	background-color: #FAFAFA;
	padding-top: 3.5em;
	padding-bottom: 2.5em;
}
.header-product-description {
	position: relative;
	border-bottom: 1px solid #151f6d;
	margin-bottom: 2.5em;
}
.title-product-description {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	max-width: 100%;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #FAFAFA;
	color: inherit;
	font-size: 1.65rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.content-product-description {
	color: inherit;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: justify;
}
.product-relate-wrapper {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.product-relate-title {
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 0.75em;
	margin-bottom: 1.25em;
}
.product-relate-title::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	border-bottom: 1px solid #151f6d;
}
.row-single {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.75em;
}
.row-single article {
	flex: 1;
	max-width: 100%;
}
.post-relation {
	flex: 0 0 auto;
	width: 30%;
}
.content-area {
	text-align: justify;
}
article h2 {
	font-size: 1.25rem;
	font-weight: 500;
}
article h3 {
	font-size: 1.1rem;
	font-weight: 500;
}
.content-area iframe {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.post-relation-title {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}
.post-list-name {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.page-navigation {
	display: flex;
	justify-content: center;
	margin-top: 2.0em;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.35em 0.85em;
	font-size: 1rem;
	background-color: #FFF;
	color: #151f6d;
	text-decoration: none;
	background-color: transform;
	border: 1px solid #dee2e6;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item a:hover {
	color: #151f6d;
	background-color: #eee;
}
.page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.active > .page-link,
.page-link.active {
	z-index: 3;
	color: #fff;
	background-color: #151f6d;
}
.pagination li.active a:hover {
	color: #fff;
	background-color: #151f6d;
}
.element-image {
	margin-bottom: 2.5em;
}
.bg-element {
	background-color: #FAFAFA;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.white-element {
	background-color: #FFF;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.row-element,
.row-element-2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 3.0em;
}
.item-element {
	flex: 0 0 auto;
	width: 50%;
	max-width: 425px;
}
.title-element {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.25em;
}
.wrapper-element-2 {
	text-align: center;
	margin-bottom: 2.5em;
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.item-element-2 {
	flex: 0 0 auto;
	width: 50%;
	text-align: center;
}
.title-element-2 {
	position: relative;
	color: inherit;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1.25em;
	padding-bottom: 0.5em;
}
.title-element-2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  border-bottom: 1px solid #151f6d;
}
.note-element-2 {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.25em;
}
.image-element-2 {
	max-width: 200px;
}
.text-element-2 {
	color: #858585;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	margin-top: 1.75em;
}
.home-product {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.home-product-content {
	overflow: hidden;
}
.product-row-image {
	text-align: center;
}
img.product-row-thumb {
	display: inline-block;
}
.product-row-name {
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: #151f6d;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0;
}
.home-doctor-advice {
	margin-bottom: 2.5em;
}
.conten-doctor-advice {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.5em
}
.image-doctor-advice {
	flex: 0 0 auto;
	width: 40%;
	text-align: center;
}
.avatar-doctor-advice {
	width: 260px;
	max-width: 100%;
	border: 1px solid #151f6d;
	border-radius: 50%;
}
.text-doctor-advice {
	flex: 1;
	text-align: center;
}
.message-doctor-advice {
	color: inherit;
	font-size: 1.35rem;
	font-style: italic;
	margin-bottom: 1.25em;
}
.author-doctor-advice {
	color: inherit;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 600;
}
.home-values {
	margin-bottom: 5.0em;
}
.item-values {
	display: flex;
	flex-direction: column;
}
.image-values {
	text-align: center;
	margin-bottom: 1.25em;
}
.icon-values {
	width: 185px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.title-values {
	color: inherit;
	font-size: 1.35rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0.65em;
}
.text-values {
	color: inherit;
	font-size: 1.15rem;
	font-weight: 500;
	font-style: italic;
	text-align: justify;
}
.home-monopoly {
	margin-bottom: 3.5em;
}
.home-monopoly-content {
	position: relative;
	max-width: 100%;
	height: 400px;
	overflow: hidden;
}
.home-monopoly-content video {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home-monopoly-text {
	margin: 0;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 950px;
	max-width: 100%;
	color: inherit;
	font-size: 1.25rem;
	font-weight: 400;
	font-style: italic;
	text-align: center;
}
.home-monopoly-link {
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1em;
	width: 250px;
	max-width: 100%;
	color: inherit;
	font-size: 1.35rem;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	transition: all .1s ease-out 0s;
}
.home-monopoly-link:hover {
	font-size: 1.39rem;
}
.home-blogs {
	margin-bottom: 2.5em;
}
.image-blogs {
	margin-bottom: 1em;
}
.title-blogs {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.post-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.75em;
}
.name-row-post {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	margin-top: 0.75em;
}
.contact-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2.5em;
}
.content-contact {
	flex: 0 0 auto;
	width: 60%;
}
.gmap {
	color: inherit;
	font-size: 1.25rem;
	margin-top: 1.75em;
}
.gmap iframe {
	background: transparent;
	border: 1px solid #c3c4c7;
	border-radius: 0.5em;
	overflow: hidden;
}
.right-contact {
	flex: 0 0 auto;
	width: 40%;
}
.contact-title {
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}
.form-contact .form-group {
	margin-bottom: 1em;
}
.form-contact label.form-label {
	margin-bottom: 0.25em;
}
.form-contact input.form-control,
.form-contact textarea.form-control {
	width: 90%;
	display: block;
	color: inherit;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.35em;
	border: 1px solid #212529;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.ct-submit {
	background: #151f6d;
	border-radius: 0.25em;
	border: none;
	padding: 0.75em 1.5em;
	margin: 0;
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
}
.footer {
	background-color: #21246c;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}
.row-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2.5em;
}
.left-footer {
	flex: 1;
	margin-top: 1.5em;
}
.register-footer {
  flex: 0 0 auto;
  width: 350px;
  max-width: 100%;
  margin-top: 1.5em;
}
.title-footer {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.contact-footer {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 1em;
}
.contact-footer li {
	margin-bottom: 0.25em;
}
.social-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5em;
}
.contact-us {
	background-color: #FFF;
	border-radius: 25px;
	padding: 0.5em 0.75em;
	color: #212529;
	font-size: 1.1rem;
	font-weight: 600;
	white-space: nowrap;
}
.title-register-footer {
	background: transparent;
	color: #FFF;
	font-size: 1.35rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
	border: none;
	width: 100%;
}
.register-footer .input-group {
	margin-bottom: 1.25em;
}
.register-footer .form-input {
	color: inherit;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0.5em 1em;
	border: 1px solid #e1e1e1;
	border-radius: 30px;
	width: 100%;
	outline: none;
}
.register-footer .form-input::placeholder {
	color: #151f6d;
	opacity: 0.75;
}
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}
@media screen and (max-width: 576px) {
	.address-top-header {
		display: none;
	}
	.logo-image {
		width: 145px;
	}
	.toggle-menu {
		display: block;
	}
	.main-header {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.main-menu {
		position: fixed;
		display: none;
		background-color: #FFF;
		width: 280px;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 99999;
		box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.75), 10px 0 20px -5px rgba(115,115,115,0.75);
		overflow: scroll;
	}
	.main-menu ul.menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		border-bottom: none;
		gap: 0;
	}
	.main-menu ul.menu li.home-menu {
		display: block;
	}
	.main-menu li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
	}
	.main-menu li a {
		display: block;
		color: #212529;
		font-size: 1rem;
		font-weight: 600;
		text-transform: uppercase;
		text-align: left;
		padding: 0.5em 1em;
	}
	.main-menu li.current-menu-parent > a,
	.main-menu li.current-menu-item a {
		color: #c5161d !important;
	}
	.main-menu ul.sub-menu {
		position: relative;
		display: none;
		box-shadow: none;
		padding: 0.75em 0;
	}
	.main-menu li:hover ul.sub-menu {
		display: block;
	}
	.main-menu ul.sub-menu > li {
		width: 100%!important;
	}
	.main-menu ul.sub-menu li {
		padding-left: 0.5em;
		border-bottom: none;
	}
	.main-menu ul.sub-menu li#menu-item-12 {
		position: relative;
		top: 0;
	}
	.main-menu ul.sub-menu li a {
		display: block;
		color: #333;
		font-size: 1rem;
		font-weight: 600;
		text-transform: initial;
		padding: 0.25em 1em;
	}
	.main-menu ul.sub-menu li li a {
		display: block;
		color: #333;
		font-size: 1rem;
		font-weight: 400;
		text-transform: initial;
	}
	.icon-search {
		width: 28px;
		height: 28px;
	}
	.content-search-header {
		right: -3.5em;
	}
	.h1-product-line {
		font-size: 1.65rem;
	}
	.h3-product-line {
		font-size: 1.5rem;
	}
	.title-product-line {
		font-size: 1.5rem;
	}
	.text-product-line {
		font-size: 1.1rem;
	}
	.home-title {
		font-size: 1.5rem;
		padding-left: 0;
		padding-right: 0;
	}
	.header-title {
		font-size: 1.75em;
	}
	.conten-doctor-advice {
		display: flex;
		flex-direction: column;
	}
	.image-doctor-advice {
		width: 100%;
	}
	.message-doctor-advice {
		font-size: 1.15rem;
	}
	.author-doctor-advice {
		font-size: 1.25rem;
	}
	.home-values-content {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.75em;
	}
	.home-monopoly-text {
		top: 50px;
	}
	.title-blogs {
		font-size: 1.25rem;
	}
	.product-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.0em;
	}
	.row-single {
		display: flex;
		flex-direction: column;
	}
	.post-relation {
		width: 100%;
	}
	.product-content {
		padding-top: 1.0em;
	}
	.page-product-row {
		flex-direction: column;
		gap: 1.5em;
	}
	.product-image {
		margin-bottom: 0;
	}
	.product-left {
		width: 100%;
	}
	.product-right {
		margin-bottom: 1.25em;
	}
	.product-name {
		font-size: 1.35rem;
	}
	.product-description {
		padding-top: 2.5em;
		padding-bottom: 0.5em;
	}
	.post-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.25em;
	}
	.row-element {
		gap: 1.25em;
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	.row-element-2 {
		display: flex;
		flex-direction: column;
	}
	.item-element-2 {
		width: 100%;
	}
	.contact-row {
		display: flex;
		flex-direction: column;
		gap: 0.75em;
	}
	.content-contact, .right-contact {
		width: 100%;
	}
	.form-contact input.form-control, 
	.form-contact textarea.form-control {
		width: 100%;
	}
	.footer {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	.row-footer {
		display: flex;
		flex-direction: column;
		gap: 1.75em;
	}
	.social-footer {
		display: flex;
		justify-content: center;
		gap: 1em;
	}
	.footer-contact-us {
		margin-top: 1.25em;
	}
}
.slick-slider {
    margin-right: -0.75em;
    margin-left: -0.75em;
}
.slick-slide {
    margin-right: 0.75em;
    margin-left: 0.75em;
}
.slick-slider {
	overflow: hidden;
}
.slick-prev {
	position: absolute;
	top: 50%;
	left: -60px;
	display: block;
	width: 46px;
	height: 46px;
	font-size: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 0.35s ease;
	z-index: 99999;
}
.slick-slider:hover .slick-prev {
	left: 30px;
}
.slick-prev::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/prev.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
}
.slick-next {
	position: absolute;
	top: 50%;
	right: -60px;
	display: block;
	width: 46px;
	height: 46px;
	font-size: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 0.35s ease;
	z-index: 99999;
}
.slick-next::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/next.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
}
.slick-slider:hover .slick-next {
	right: 30px;
}
.slick-prev:hover,
.slick-next:hover {
	background: rgba(0, 0, 0, 0.5);
}
.slick-dotted {
	position: relative;
}
.slick-dots {
	background: transparent;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	margin: 0;
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0.5em 0.75em;
	border-radius: 1.5em;
}
.slick-dots li {
	line-height: 0;
}
.slick-dots button {
	background: rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 50%;
	outline: none;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
}
.slick-dots li.slick-active button {
	background: rgba(0, 0, 0, 0.5);
}